fix(deps): update tiptap to ^3.13.0 (main)#8017
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0^3.11.1->^3.13.0Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.13.0Compare Source
Minor Changes
e3b4f68: 1. Added an optionalcreateCustomHandlecallback toResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-inpositionHandlelogic, giving complete control over markup, styling, and positioning while preserving backward compatibility. 2. Removed predefined inline styles from thewrapperelement to better support dynamic alignment. This eliminates the need for!importantoverrides in user styles. 3. Added an editorupdateevent listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.Patch Changes
526365a: Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Minor Changes
f232c5a: Implement position mapping using theMappablePositionclass. This enables position mapping in collaborative editing scenarios.MappablePositionclass in core withposition,fromJSON, andtoJSONmethodseditor.utilsproperty withgetUpdatedPosition(position, transaction)andcreateMappablePosition()methodsCollaborationMappablePositionsubclass that extendsMappablePositionwith Y.js relative position supportPatch Changes
ueberdosis/tiptap (@tiptap/extension-blockquote)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-bold)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-code)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-code-block)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-code-block-lowlight)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-collaboration)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Minor Changes
f232c5a: Implement position mapping using theMappablePositionclass. This enables position mapping in collaborative editing scenarios.MappablePositionclass in core withposition,fromJSON, andtoJSONmethodseditor.utilsproperty withgetUpdatedPosition(position, transaction)andcreateMappablePosition()methodsCollaborationMappablePositionsubclass that extendsMappablePositionwith Y.js relative position supportPatch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-collaboration-caret)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
96e8605: Avoid mutatingthis.optionsin theupdateUsercommand.this.optionscan be a getter and is not writable; the command now updates the provider awareness directly so user updates are applied correctly.f232c5a]ueberdosis/tiptap (@tiptap/extension-document)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-drag-handle)
v3.13.0Compare Source
Patch Changes
286820e: Addeddata-draggingattribute to drag handle elements to track drag state.526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-drag-handle-vue-2)
v3.13.0Compare Source
Patch Changes
286820e: Addeddata-draggingattribute to drag handle elements to track drag state.286820e]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-hard-break)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-heading)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-horizontal-rule)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-image)
v3.13.0Compare Source
Minor Changes
e3b4f68: 1. Added an optionalcreateCustomHandlecallback toResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-inpositionHandlelogic, giving complete control over markup, styling, and positioning while preserving backward compatibility. 2. Removed predefined inline styles from thewrapperelement to better support dynamic alignment. This eliminates the need for!importantoverrides in user styles. 3. Added an editorupdateevent listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-italic)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-link)
v3.13.0Compare Source
Patch Changes
fb51a32: EnsureenableClickSelectionworks regardless of theopenOnClickoption by always registering the link click handler plugin.526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-list)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-mathematics)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-mention)
v3.13.0Compare Source
Patch Changes
526365a: Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-paragraph)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-strike)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-table)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-text)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-typography)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
v3.12.0Compare Source
Patch Changes
f232c5a]ueberdosis/tiptap (@tiptap/extension-underline)
v3.13.0Compare Source
Patch Changes
526365a]e3b4f68]v3.12.1Compare Source
Patch Changes
[`v
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 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.