| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-19 | 1.5 kB | |
| v3.14.0 source code.tar.gz | 2025-12-19 | 1.7 MB | |
| v3.14.0 source code.zip | 2025-12-19 | 2.6 MB | |
| Totals: 3 Items | 4.3 MB | 2 | |
v3.14.0
@tiptap/extension-twitch
Minor Changes
- Add new Twitch extension for embedding Twitch videos, clips, and live channels in the editor. Supports customizable parameters like autoplay, muted, and start time, with attribute-level overrides for per-embed configuration.
Documentation: https://tiptap.dev/docs/editor/extensions/nodes/twitch
@tiptap/react
Patch Changes
- Append all children of editors parent node to element
Fixes a regression introduced by [#6972], that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.
@tiptap/vue-2
Patch Changes
- Append all children of editors parent node to element
Fixes a regression introduced by [#6972], that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.
@tiptap/vue-3
Patch Changes
- Append all children of editors parent node to element
Fixes a regression introduced by [#6972], that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.
@tiptap/extension-drag-handle
Patch Changes
- Fix
findElementNextToCoordsto resolve the parent whennodeAt(pos)is null (e.g., inside an atom node that allows inline content)