Releases
@tiptap/extension-code@3.3.1
Patch Changes
- 9e02c12: Prevent incorrect insertion of code marks when a space immediately follows backticks.
@tiptap/extension-collaboration@3.3.1
Patch Changes
- 02eae08: Fixed outdated warning message to reference
@tiptap/extension-undo-redo
instead of@tiptap/extension-history
.
@tiptap/extension-drag-handle@3.3.1
Patch Changes
-
8eff69a: Improve drag handle node lookup by scanning element bounding rects inside the editor instead of performing per-pixel
elementsFromPoint
loops, and throttle mouse handling to a single update per animation frame to reduce CPU usage and improve stability.This should make drag handle positioning and node detection significantly faster and more robust.
@tiptap/extension-emoji@3.3.1
Patch Changes
-
03bf0ea: Preserve prefixes when replacing emoji shortcodes to avoid unintended conversions.
Previously, shortcodes such as
:x:
could be converted into emoji nodes even when part of a larger string (e.g., in URLs or other text). The paste handler now preserves prefixes, which helps prevent unwanted conversions in such cases, but does not specifically target URLs.
Patch Changes
- 96a34a0: Fix collaboration extension selection to use the extension with a provider instead of the first registered extension