npm @tiptap/extension-underline 2.0.0-beta.210

latest releases: 2.5.0-pre.13, 2.5.0-pre.11, 2.5.0-pre.10...
17 months ago

๐Ÿ”ฅ 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

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

Don't miss a new extension-underline release

NewReleases is sending notifications on new releases.