๐ฅ 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
- Update sink-list-item.md by @vuau in #3629
- ๐งน Allow
editor.setEditable
to omit updates by @ZaymonFC in #3301 - Change Build Process to Lerna + tsup & prepare for prosemirror-meta package by @bdbch in #3555
- fix(typo): typescript.md by @N0N1m3 in #3657
- Update schema.md by @matrei in #3645
- New Feature: Prosemirror Meta Package by @bdbch in #3556
New Contributors
- @vuau made their first contribution in #3629
- @ZaymonFC made their first contribution in #3301
- @N0N1m3 made their first contribution in #3657
- @matrei made their first contribution in #3645
Full Changelog: v2.0.0-beta.209...v2.0.0-beta.210