@tiptap/extension-details
Minor Changes
- Add a
renderToggleButtonoption to customize the details toggle button, including its accessible label.
@tiptap/markdown
Patch Changes
- Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.
@tiptap/extension-drag-handle
Patch Changes
- Updated
findElementNextToCoordsto fall back toview.posAtCoordswhenelementsFromPointreturns no matching block, resolving the position to the top-level block node.
@tiptap/extension-emoji
Patch Changes
- Update emoji dataset to include latest Unicode emojis.