Releases
@tiptap/extension-bubble-menu@3.5.0
Minor Changes
- 8fa5955: Add
updateBubbleMenuPositioncommand to update position of bubble menu. This command lets developers programmatically update the position of the bubble menu in response to certain events (for example, when the bubble menu is resized).
@tiptap/extension-drag-handle@3.5.0
Minor Changes
- daa51c4: Add
getReferencedVirtualElementoption to the drag handle extension to customize the position of the drag handle.
Patch Changes
- 3eb5360: Fixed
findElementNextToCoordsreturning incorrect nodes when the position is at a node boundary. The function now correctly identifies leaf nodes (like images, horizontal rules) by checking$pos.nodeAfterbefore falling back to the parent node lookup.
@tiptap/vue-2@3.5.0
Patch Changes
- d56c9dd: Fix Vue2 menus visibility bug.