sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Bump Tiptap peerDependency packages to minimum of beta.210 with tiptap/pm package #47

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

When switching any tiptap package to the beta.210+, we have to use @tiptap/pm for all prosemirror stuff exclusively, in order to ensure we have consistent prosemirror package versioning, as described in https://tiptap.dev/blog/new-pm-package-and-upgrade-guide-for-beta-210

And as such this bumps all tiptap packages in peer dependencies to beta.210+, most notably to get around quirks with the prosemirror-tables extension as described in https://github.com/sjdemartini/mui-tiptap/pull/45

This should allow mui-tiptap to be used with the latest verison of Tiptap. From some smoke-testing locally, mui-tiptap does appear to work on both beta.210 and on 2.0.3 (the latest official release).