ueberdosis / tiptap
The headless rich text editor framework for web artisans.
36.2K
2.9K
-
-
@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
@tiptap/core Patch Changes - Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected - Fixes list toggling when the entire docu
@tiptap/extension-drag-handle Patch Changes - Fixed drag handle ghost image for RTL and mixed-direction content: the ghost wrapper now uses the dragged block’s computed direction (via domAtPos
@tiptap/extension-emoji Patch Changes - Use a named import for Suggestion from @tiptap/suggestion to avoid bundler ESM/CJS interop wrapping (__toESM) that caused CJS consumers to receive a
@tiptap/extension-details Minor Changes - Add a renderToggleButton option to customize the details toggle button, including its accessible label. @tiptap/markdown Patch Changes - Fi
@tiptap/extension-drag-handle Patch Changes - Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.
@tiptap/extensions Patch Changes - Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.
@tiptap/react Patch Changes - Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-, and event handlers bind to the positioned me
@tiptap/core Patch Changes - Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the f
@tiptap/extension-code-block Patch Changes - Fix tilde-fenced code blocks (~~~) being silently dropped when parsing markdown @tiptap/extension-drag-handle Patch Changes - Fix Drag e