You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@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 only applies to block-level content.
@tiptap/extension-node-range
Patch Changes
ac994c5: Add an option to control whether node ranges extend when a selection only touches a node boundary.
@tiptap/html
Patch Changes
ac994c5: Remove unnecessary xmlns="http://www.w3.org/1999/xhtml" attribute from generateHTML output by using innerHTML instead of XMLSerializer for HTML serialization.
@tiptap/extension-drag-handle
Patch Changes
ac994c5: Fix drag selections so crossing a node boundary does not incorrectly include the next node.