fix(deps): update tiptap to ^3.25.0 (main)#8683
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
33bbaeb to
e107791
Compare
e107791 to
2cb08c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0^3.23.6→^3.25.0Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.25.0Compare Source
Patch Changes
ec291dd: Fix: dragging an inline/resizable image within the editor no longer creates a duplicateWhen the
Imageextension was configured withinline: trueorresizeenabled, dragging an image within the editor could insert a duplicate at the drop position instead of moving it. This happened because the browser's native image drag behavior could populatedataTransfer.files, causing the FileHandler extension to intercept the drop before ProseMirror's internal move logic could run.454e9b8: Addclearablemark option (defaulttrue).unsetAllMarksnow skips marks withclearable: false, so semantic marks like comments are not removed by "clear formatting".9cf8db0: AddattrsEqualandmarksEqualutility functions to@tiptap/core.attrsEqualcompares two attribute objects for equality regardless of key ordering.marksEqualcompares two arrays of mark objects by type and attributes usingattrsEqual.3d4f94c: Fix plain-text copy of table cell selections including content from unselected cells in between. Each selected range is now serialized independently and joined in document order, so dragging upward (reverse selection) also produces output in document order.Updated dependencies [
c1a2ce8]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-blockquote)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-bold)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-code)
v3.25.0Compare Source
Patch Changes
7d0ce2a: Fixed a bug where typing a character before an inline code markdown shortcut (e.g.afollowed by backtick-delimited code) would delete the preceding character. The preceding character is now preserved.ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-code-block)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-code-block-lowlight)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-collaboration)
v3.25.0Compare Source
Patch Changes
3163b13: FixedonContentErrornot being triggered when invalid collaborative content is detected. ThefilterTransactionhook now allows the transaction through to keep ProseMirror state in sync with Yjs, ensuring thecontentErrorevent fires correctly.ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
de337e8: Fix a memory leak where destroying an editor while its Y.Doc/provider stays alive (e.g. multiple editors sharing one provider) left the editor uncollectable. Yjs' UndoManager registered adoc.on('destroy', ...)listener that was never removed, keeping the UndoManager — and through it the whole editor — reachable from the long-lived doc. Fixed upstream in@tiptap/y-tiptap; this bumps the dependency to pull in the fix.7c0499b]ueberdosis/tiptap (@tiptap/extension-collaboration-caret)
v3.25.0Compare Source
Patch Changes
ae17f17: Fix crash when awareness state value is null or undefined (e.g. after a client disconnects)ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
976b8e3: Fix memory leak when destroying an editor while the collaboration provider stays alive (e.g. multiple editors sharing one provider). The extension's awarenessupdatelistener is now removed on destroy, so the editor can be garbage collected.7c0499b]ueberdosis/tiptap (@tiptap/extension-document)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-drag-handle)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]3163b13]v3.24.0Compare Source
Patch Changes
de337e8]7c0499b]ueberdosis/tiptap (@tiptap/extension-drag-handle-vue-2)
v3.25.0Compare Source
Patch Changes
c1a2ce8]26e6f0f]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-hard-break)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-heading)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-highlight)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-horizontal-rule)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-image)
v3.25.0Compare Source
Patch Changes
ec291dd: Fix: dragging an inline/resizable image within the editor no longer creates a duplicateWhen the
Imageextension was configured withinline: trueorresizeenabled, dragging an image within the editor could insert a duplicate at the drop position instead of moving it. This happened because the browser's native image drag behavior could populatedataTransfer.files, causing the FileHandler extension to intercept the drop before ProseMirror's internal move logic could run.b63835b: FixHTMLAttributesnot being applied to the editor DOM whenresizeis enabled. TheaddNodeViewpath was using only the resolved node attributes and skipping the user-configuredHTMLAttributesoption. Now it merges them consistently with howrenderHTMLalready works.Updated dependencies [
ec291dd]Updated dependencies [
454e9b8]Updated dependencies [
9cf8db0]Updated dependencies [
3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-italic)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-link)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-list)
v3.25.0Compare Source
Minor Changes
45237e7:ListKeymap's Backspace handler now lifts the current list item before merging. At the start of a non-first list item, the item is lifted out of its wrapping list (splitting the list around it) instead of immediately joining its content into the previous item. A second Backspace then hits the existing "paragraph after a list" branch and merges the lifted textblock's content into the previous list's last item. Mirrors the two-step behavior introduced for blockquote in #7891.Patch Changes
8dc5694: Fix delete at the end of a list item with a branching nested sublist. Nested items are hoisted to the parent list instead of being node-selected and deleted on the next keypress.ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-mathematics)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-mention)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-paragraph)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-placeholder)
v3.25.0Compare Source
Patch Changes
v3.24.0Compare Source
Patch Changes
2d05614]ueberdosis/tiptap (@tiptap/extension-strike)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-table)
v3.25.0Compare Source
Patch Changes
86e29ec: FixHTMLAttributesnot being applied to the<table>element whenresizableis disabled (the default). TheTableViewnode view (introduced in 3.23) bypassedrenderHTMLand never applied user-configured attributes likeclassordata-*to the rendered table element.ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]ueberdosis/tiptap (@tiptap/extension-text)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-typography)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-underline)
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0[Compare Source](https://redirect.github.com/ueberdosis/tiptap/compare/v3.23.6...v3
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.