fix(deps): update tiptap to ^3.22.0 (main)#8412
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
d6d6cd5 to
a4bda84
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.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0^3.20.4→^3.22.0Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.22.0Compare Source
Patch Changes
912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (<,>,&,") are now decoded to literal characters when parsing markdown into the editor.<,>, and&are re-encoded when serializing back to markdown, while"is preserved as a literal character since double quotes are ordinary in markdown. Code detection for skipping encoding now uses thecode: trueextension spec instead of hardcoded type names. Literal characters inside code blocks and inline code are always preserved.7d4fb9a: Fix ResizableNodeView ignoring node's inline setting by usinginline-flexfor inline nodes andflexfor block nodes0c1c112: extendMarkRange defaults to using the attributes of the first mark of the given type, instead ofattributes = {}. In particular,extendMarkRange('link')no longer extends to adjacent links with different hrefs; restore the previous behavior withextendMarkRange('link', {}).0c1c112: Fix getMarkRange attributes default to consider the first mark of the given typef99bdc2: Guard mark delete event handling whenunsetMarkremoves a mark from inline content that starts at position0, preventing aRangeErrorduring the before-node lookup.v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-blockquote)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-bold)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-code)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-code-block)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-code-block-lowlight)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-collaboration)
v3.22.0Compare Source
Patch Changes
556b0a3: Moved content validation from YjsbeforeTransaction(whose return value was ignored) to ProseMirrorfilterTransaction, so invalid collaborative changes are now properly blocked.912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-collaboration-caret)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-document)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-drag-handle)
v3.22.0Compare Source
Patch Changes
556b0a3]912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
0caf1f6: UpdatedfindElementNextToCoordsto fall back toview.posAtCoordswhenelementsFromPointreturns no matching block, resolving the position to the top-level block node.v3.20.6Compare Source
Patch Changes
dc6a4e5: Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-drag-handle-vue-2)
v3.22.0Compare Source
Patch Changes
v3.21.0Compare Source
Patch Changes
0caf1f6]v3.20.6Compare Source
Patch Changes
dc6a4e5]v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-hard-break)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-heading)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-highlight)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-horizontal-rule)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-image)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-italic)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-link)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-list)
v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-mathematics)
v3.22.0Compare Source
Patch Changes
23bc11d: Prevent inline math input rule from capturing previous character. Changed input rule to utilize negative lookbehind to prevent matching previous character. Ensures the range'sfromposition is correctly at the start of the double `# @tiptap/extension-mathematics signs.912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]v3.21.0Compare Source
Patch Changes
v3.20.6[Compare Source](https://redirect.github.com/ueberdosis/tiptap/com
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.