@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
@tiptap/extensions Patch Changes - 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length
@tiptap/extension-twitch Patch Changes - 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
@tiptap/extension-link Patch Changes - 968675d: Bumped linkify to ^4.3.3 to improve link recognition & fix a bug with chinese character encoding breaking the links when followed by parentheses
@tiptap/extension-drag-handle-react Patch Changes - a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal. This avoids R
@tiptap/extension-floating-menu Patch Changes - 40327ab: Added a safeguard to avoid TypeError: Cannot read properties of null (reading 'domFromPos') being thrown when the editor was being dest
@tiptap/react Patch Changes - 13b5894: Add selectedOnTextSelection option to node view renderers. When enabled, the selected prop also becomes true when a TextSelection is fully inside the nod
@tiptap/extension-drag-handle Patch Changes - 032f8f1: Fix drag handle ghost image alignment when dragging blocks inside offset layouts, and preserve correct ghost image behavior for RTL conte
@tiptap/core Patch Changes - ac994c5: Fixed insertContentAt corrupting the document when inserting inline content with marks at the start of a paragraph. The from - 1 position adjustment now o