Releases
v3.6.5
@tiptap/extension-horizontal-rule
Patch Changes
- Added nextNodeType option to horizontal-rule extension, allowing users to specify which node type should be inserted after a horizontal rule
@tiptap/core
Patch Changes
- Editors can now emit
transaction
andupdate
events before being mounted.
This means smoother state handling and instant feedback from editors, even when they're not in the DOM.