---
title: "Editor Changelog"
description: "A guide on tracking changes in Tiptap Editor with information on how and where to follow updates for this multi-package system."
canonical_url: "https://tiptap.dev/docs/resources/changelog"
---

# Editor Changelog

A guide on tracking changes in Tiptap Editor with information on how and where to follow updates for this multi-package system.

Tiptap consists of more than 50 separate packages. Use the generated package pages in the sidebar for package-level updates, and start with the root changelog pages for the broadest overview.

Here is everything you need to follow changes:

1. Check [GitHub releases page](https://github.com/ueberdosis/tiptap/releases) to get the best overview.
2. For even more details, head over to [Tiptap's CHANGELOG on GitHub](https://github.com/ueberdosis/tiptap/blob/main/CHANGELOG.md).
3. In addition, packages have their own generated changelog pages here, based on the upstream `CHANGELOG.md` files.
4. It’s also helpful to keep an eye on the [merged Pull Requests on GitHub](https://github.com/ueberdosis/tiptap/pulls?q=is%3Apr+is%3Aclosed).

[We’ll write blog posts](https://tiptap.dev/blog) about bigger changes and keep them in a changelog here.
