Releases
@tiptap/extension-bubble-menu@3.5.0
Minor Changes
- 8fa5955: Add
updateBubbleMenuPosition
command 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
getReferencedVirtualElement
option to the drag handle extension to customize the position of the drag handle.
Patch Changes
- 3eb5360: Fixed
findElementNextToCoords
returning incorrect nodes when the position is at a node boundary. The function now correctly identifies leaf nodes (like images, horizontal rules) by checking$pos.nodeAfter
before falling back to the parent node lookup.
@tiptap/vue-2@3.5.0
Patch Changes
- d56c9dd: Fix Vue2 menus visibility bug.