Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-10 | 1.4 kB | |
v3.1.0 source code.tar.gz | 2025-08-10 | 1.5 MB | |
v3.1.0 source code.zip | 2025-08-10 | 2.3 MB | |
Totals: 3 Items | 3.8 MB | 0 |
Releases
@tiptap/extension-drag-handle@3.1.0
Minor Changes
- 978c548: Expose
onDragStart
andonDragEnd
callbacks to improve custom drag behavior. This allows better UI control compared to relying oneditor.view.dragging
, especially when using absolute-positioned drag handles.
@tiptap/extension-drag-handle-react@3.1.0
Minor Changes
- 978c548: Expose
onDragStart
andonDragEnd
callbacks to improve custom drag behavior. This allows better UI control compared to relying oneditor.view.dragging
, especially when using absolute-positioned drag handles.
@tiptap/extension-bubble-menu@3.1.0
Patch Changes
- 2718eea: Fixed bubble menus having invalid positions on node selections
@tiptap/extension-emoji@3.1.0
Patch Changes
- 43747ce: Fixed a problem where the emoji extension would interfer with editor's in composing mode (for example in IME conversion)
@tiptap/extension-mathematics@3.1.0
Patch Changes
- c868252: Fixed an issue with the mathematics regex using modern negative lookups causing crashes in older Safari versions.
@tiptap/static-renderer@3.1.0
Patch Changes
- c0d33fd: Fixed a bug causing invalid number of columns being created while converting tables to Markdown
- 0943a52: Fixed an issue preventing overriding the default options of the static renderer's
renderToMarkdown
function.