Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-03 | 463 Bytes | |
v3.6.5 source code.tar.gz | 2025-10-03 | 1.6 MB | |
v3.6.5 source code.zip | 2025-10-03 | 2.4 MB | |
Totals: 3 Items | 4.0 MB | 0 |
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.