Skip to content

v1.1.0

Compare
Choose a tag to compare
@sjdemartini sjdemartini released this 21 Jul 21:46
· 211 commits to main since this release

What's Changed

  • πŸ› Stop form submission propagation for LinkBubbleMenu to fix #105 by @sjdemartini in #106
  • ✨ Remove @tiptap/extension-link from peer deps by @sjdemartini in #102
    • We don't actually directly depend on the code being imported anywhere within mui-tiptap, so it need not be listed as an explicit peer dependency. You should still install @tiptap/extension-link if you intend to use the Link extension and the associated mui-tiptap components and extensions (LinkBubbleMenu, LinkBubbleMenuHandler, etc.) as those depend on the Link extension being installed and included in your extensions array.
  • πŸ› οΈ Allow overriding MenuSelectTextAlign props, options, etc. by @sjdemartini in #101
  • πŸ› οΈ Allow overriding labels in MenuSelectHeading to support localization by @sjdemartini in #107
  • πŸ› οΈ Allow overriding LinkBubbleMenu and TableMenuControls labels to support localization by @sjdemartini in #104
  • πŸ“– Document options for localization and content overrides by @sjdemartini in #108

Full Changelog: v1.0.0...v1.1.0