Releases
@tiptap/extension-drag-handle@3.1.0
Minor Changes
- 978c548: Expose
onDragStart
andonDragEnd
callbacks to improve custom drag behavior. This allows better UI control compared to relying oneditor.view.dragging
, especially when using absolute-positioned drag handles.
@tiptap/extension-drag-handle-react@3.1.0
Minor Changes
- 978c548: Expose
onDragStart
andonDragEnd
callbacks to improve custom drag behavior. This allows better UI control compared to relying oneditor.view.dragging
, especially when using absolute-positioned drag handles.
@tiptap/extension-bubble-menu@3.1.0
Patch Changes
- 2718eea: Fixed bubble menus having invalid positions on node selections
@tiptap/extension-emoji@3.1.0
Patch Changes
- 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)
@tiptap/extension-mathematics@3.1.0
Patch Changes
- c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.