Skip to content

v1.14.0

Compare
Choose a tag to compare
@sjdemartini sjdemartini released this 16 Nov 19:46
· 14 commits to main since this release

What's Changed

  • Ensure popper/bubble menus appear above modals by default, in case editor is rendered inside a modal in #291. Two "breaking" changes to support this:
    1. The z-index for the bubble menus (ControlledBubbleMenu, LinkBubbleMenu, TableBubbleMenu) and poppers (ColorPickerPopper via MenuButtonHighlightColor and MenuButtonTextColor) will now be theme.zIndex.tooltip
    2. The Z_INDEXES object (exported from mui-tiptap) removes the BUBBLE_MENU key/value. You should instead reference theme.zIndex.tooltip to get the z-index used for the bubble menus, as mui-tiptap does not define the value internally.

Full Changelog: v1.13.0...v1.14.0