@tiptap/core Patch Changes - 94de762: Fix deleteSelection to delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other cus
@tiptap/extension-emoji Patch Changes - ceebb31: Fix arrow key navigation past emoji nodes in Firefox. Previously, pressing ArrowLeft with the cursor adjacent to an inline non-selectable emoji
@tiptap/extension-drag-handle Patch Changes - a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which
@tiptap/extension-list Minor Changes - 6270b99: Ordered lists now support the type attribute (a, A, i, I). The <ol> type attribute is now fully preserved through the HTML round-trip:
v3.26.1 @tiptap/extension-node-range Patch Changes - a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping
@tiptap/extension-blockquote Minor Changes - 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspa
@tiptap/core Patch Changes - 711c2e3: Fix: dragging an inline/resizable image within the editor no longer creates a duplicate When the Image extension was configured with inline: true o
@tiptap/extension-collaboration-caret Patch Changes - 7bd09b7: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provide
@tiptap/extension-drag-handle Patch Changes - 937ff2e: DragHandle: Added dragImageProperties option to limit which CSS properties are cloned for the drag image. By default all ~300+ computed s
@tiptap/markdown Patch Changes - 7bf0e73: Fix extra mark tokens after inline atom nodes during Markdown serialization - 7bf0e73: Fix adjacent marks of the same type with different attributes