fix(deps): update tiptap to ^3.22.1 (stable1.0)#2439
Open
renovate[bot] wants to merge 1 commit intostable1.0from
Open
fix(deps): update tiptap to ^3.22.1 (stable1.0)#2439renovate[bot] wants to merge 1 commit intostable1.0from
renovate[bot] wants to merge 1 commit intostable1.0from
Conversation
ae3b1d5 to
11d7b9c
Compare
11d7b9c to
b8c9987
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b8c9987 to
5e09a69
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.1^3.20.4→^3.22.1^3.20.4→^3.22.1^3.20.4→^3.22.1^3.20.4→^3.22.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ueberdosis/tiptap (@tiptap/extension-character-count)
v3.22.1Compare Source
Patch Changes
v3.22.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-task-item)
v3.22.1Compare Source
@tiptap/extension-drag-handle
Patch Changes
direction(viadomAtPos), and the drag image hotspot uses the cursor position relative to the ghostwrapperso the preview aligns with the pointer in both LTR and RTL.@tiptap/core
Patch Changes
@tiptap/react
Patch Changes
@tiptap/vue-3
Patch Changes
@tiptap/vue-2
Patch Changes
v3.22.0Compare Source
@tiptap/extension-emoji
Patch Changes
Use a named import for Suggestion from
@tiptap/suggestionto avoid bundler ESM/CJS interopwrapping (
__toESM) that caused CJS consumers to receive a module object instead of thecallable plugin factory.
This is a non-breaking internal fix identical to the one applied to
@tiptap/extension-mentionin #6994.
@tiptap/extension-collaboration
Patch Changes
beforeTransaction(whose return value was ignored) to ProseMirrorfilterTransaction, so invalid collaborative changes are now properly blocked.@tiptap/extension-bubble-menu
Patch Changes
@tiptap/core
Patch Changes
<,>,&,") 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.inline-flexfor inline nodes andflexfor block nodesattributes = {}. In particular,extendMarkRange('link')no longer extends to adjacent links with different hrefs; restore the previous behavior withextendMarkRange('link', {}).unsetMarkremoves a mark from inline content that starts at position0, preventing aRangeErrorduring the before-node lookup.@tiptap/markdown
Patch Changes
<,>,&,") 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.@tiptap/extension-mathematics
Patch Changes
fromposition is correctly at the start of the double$signs.@tiptap/suggestion
Patch Changes
@tiptap/extension-details
Patch Changes
renderToggleButton.@tiptap/html
Patch Changes
@tiptap/extension-table
Minor Changes
TableCellandTableHeadernodes now have analignattribute (left,center,right) that is parsed from Markdown column alignment markers (:---,---:,:---:) and serialized back when rendering to Markdown. Alignment is also parsed from and rendered to HTML viastyle="text-align: ...".ueberdosis/tiptap (@tiptap/starter-kit)
v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]ueberdosis/tiptap (@tiptap/vue-2)
v3.22.1Compare Source
Patch Changes
ee03ac0: Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)ee03ac0]b88f9ed]v3.22.0Compare Source
Patch Changes
912a49b]7d4fb9a]0c1c112]0c1c112]f99bdc2]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.