Skip to content

v3.26.0

Choose a tag to compare

@bdbch bdbch released this 11 Jun 12:51
· 31 commits to main since this release

@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 backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @tiptap/core@3.26.0

@tiptap/server-ai-toolkit

Patch Changes

  • 7fb19eb: Only add hash attributes to nodes, not to marks.

@tiptap/extensions

Patch Changes

  • 7fb19eb: Fix the Selection extension highlighting beyond the selected text on multi-line selections: the native browser selection is now hidden while the editor is blurred, so only the styled .selection decoration is shown.
  • @tiptap/core@3.26.0
    • @tiptap/pm@3.26.0