Open
Conversation
ac7270c to
9c1cc99
Compare
9c1cc99 to
e197ebd
Compare
e197ebd to
848a645
Compare
Contributor
Author
|
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.03.20.4→3.21.03.20.4→3.21.03.20.4→3.22.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.03.20.4→3.22.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.03.20.4→3.21.0Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.22.0Patch 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.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-bold)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-code-block)
v3.22.0Patch 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.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-heading)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-image)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-italic)
v3.22.0Patch 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.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-list)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-paragraph)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-text)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extension-text-align)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
ueberdosis/tiptap (@tiptap/extensions)
v3.21.0Compare Source
@tiptap/extension-details
Minor Changes
renderToggleButtonoption to customize the details toggle button, including its accessible label.@tiptap/markdown
Patch Changes
@tiptap/extension-drag-handle
Patch Changes
findElementNextToCoordsto fall back toview.posAtCoordswhenelementsFromPointreturns no matching block, resolving the position to the top-level block node.@tiptap/extension-emoji
Patch Changes
v3.20.6Compare Source
@tiptap/extension-drag-handle
Patch Changes
v3.20.5@tiptap/extensions
Patch Changes
skipTrailingNodemeta flag.ueberdosis/tiptap (@tiptap/pm)
v3.21.0Compare Source
v3.20.6Compare Source
v3.20.5ueberdosis/tiptap (@tiptap/react)
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.