Skip to content

v2.0.0-beta.210

Compare
Choose a tag to compare
@bdbch bdbch released this 02 Feb 16:58
· 1033 commits to main since this release

🔥 Breaking changes

With v2.0.0-beta.210 we changed our build process and implemented a new @tiptap/pm package for our ProseMirror dependencies. This means you won't need to install ProseMirror as peer dependencies anymore.

If you already have beta.205 or higher installed you will need to remove all prosemirror-* packages from your peer dependencies and install the new @tiptap/pm package along with this new Tiptap version.

If you were lower than beta.205, you need to add @tiptap/pm to your project and remove old prosemirror-packages from your modules beforehand to make sure you have the correct prosemirror package versions installed.

You can find new installation guidelines in our docs and find more news in our blog.

Infos for the ProseMirror package can be found here.

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.209...v2.0.0-beta.210