v1.1.0
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 theLink
extension and the associated mui-tiptap components and extensions (LinkBubbleMenu
,LinkBubbleMenuHandler
, etc.) as those depend on theLink
extension being installed and included in yourextensions
array.
- 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
- π οΈ 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
andTableMenuControls
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