v1.14.0
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:
- The z-index for the bubble menus (
ControlledBubbleMenu
,LinkBubbleMenu
,TableBubbleMenu
) and poppers (ColorPickerPopper
viaMenuButtonHighlightColor
andMenuButtonTextColor
) will now betheme.zIndex.tooltip
- The
Z_INDEXES
object (exported frommui-tiptap
) removes theBUBBLE_MENU
key/value. You should instead referencetheme.zIndex.tooltip
to get the z-index used for the bubble menus, as mui-tiptap does not define the value internally.
- The z-index for the bubble menus (
Full Changelog: v1.13.0...v1.14.0