Skip to content

v3.27.1

Latest

Choose a tag to compare

@bdbch bdbch released this 18 Jun 19:58
ed5488a

@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 discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
  • @tiptap/core@3.27.1
    • @tiptap/extension-collaboration@3.27.1
    • @tiptap/extension-node-range@3.27.1
    • @tiptap/pm@3.27.1

@tiptap/extension-list

Patch Changes

  • a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
  • @tiptap/core@3.27.1
    • @tiptap/pm@3.27.1

@tiptap/extensions

Patch Changes

  • a16901d: Fix Placeholder flickering while a modal overlay is open. When the editor was occluded during a stream of transactions (e.g. remote collaboration edits), the viewport measurement fell back to a full-document range and repeatedly toggled the data-placeholder attribute on empty blocks. The viewport window is now frozen when the editor can't be measured reliably, so placeholders stay stable.
  • @tiptap/core@3.27.1
    • @tiptap/pm@3.27.1