fix(deps): update tiptap to ^3.20.0 (main)#2368
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
464fda0 to
7b1b0f5
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.13.0→^3.20.0^3.13.0→^3.20.0^3.13.0→^3.20.0^3.13.0→^3.20.0^3.13.0→^3.20.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ueberdosis/tiptap (@tiptap/extension-character-count)
v3.20.0Compare Source
Patch Changes
v3.19.0Compare Source
@tiptap/extension-link
Patch Changes
titleattribute to Link extension. The title can now be set viasetLinkandtoggleLinkcommands and is rendered as an HTML title attribute.[text](url "title").@tiptap/react
Minor Changes
@tiptap/react/menusentrypoint to keep floating-ui optionalv3.18.0Compare Source
Patch Changes
a65e55d]v3.17.1Compare Source
Patch Changes
v3.17.0Compare Source
Patch Changes
v3.16.0Compare Source
Patch Changes
v3.15.3Compare Source
Patch Changes
v3.15.2Compare Source
Patch Changes
v3.15.1Compare Source
Patch Changes
v3.15.0Compare Source
Patch Changes
v3.14.0Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-task-item)
v3.20.0Compare Source
@tiptap/core
Minor Changes
transformPastedHTMLextension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.Patch Changes
types: use'*'to apply to all nodes and marks,'nodes'for all nodes (excluding text), or'marks'for all marks.editor.view@tiptap/extension-drag-handle
Patch Changes
@tiptap/markdown
Patch Changes
instead of empty string when editor is empty@tiptap/extension-bubble-menu
Patch Changes
BubbleMenu/FloatingMenuto usepluginKeyas the transaction meta key so that multiple instances can be updated independently without affecting each other@tiptap/extension-floating-menu
Patch Changes
BubbleMenu/FloatingMenuto usepluginKeyas the transaction meta key so that multiple instances can be updated independently without affecting each other@tiptap/react
Minor Changes
@tiptap/react/menusentrypoint to keep floating-ui optionalPatch Changes
BubbleMenu/FloatingMenuto usepluginKeyas the transaction meta key so that multiple instances can be updated independently without affecting each other@tiptap/extension-code-block-lowlight
Patch Changes
CodeBlockLowlightby switching theCodeBlockimport to a named export. This preventsextend is not a functionerrors caused by ESM/CJS interop issues.@tiptap/extension-invisible-characters
Patch Changes
v3.19.0Compare Source
@tiptap/extension-link
Patch Changes
titleattribute to Link extension. The title can now be set viasetLinkandtoggleLinkcommands and is rendered as an HTML title attribute.[text](url "title").@tiptap/react
Minor Changes
@tiptap/react/menusentrypoint to keep floating-ui optionalv3.18.0Compare Source
@tiptap/extension-bubble-menu
Patch Changes
@tiptap/extension-floating-menu
Patch Changes
@tiptap/react
Minor Changes
Introduce a new, optional React integration that provides a declarative
<Tiptap />component for setting up editors in React apps.Summary
<Tiptap />components. This is an additive change and does not remove or change existing APIs.Why this change
Migration and usage
<Tiptap />component and migrate when convenient.Example
Deprecation plan
Patch Changes
@tiptap/vue-3
Patch Changes
@tiptap/markdown
Patch Changes
**)**requires whitespace when adjacent to alphanumeric text per CommonMark specification.@tiptap/extensions
Patch Changes
dataAttributeto the extension option to control which attribute name will be used for the placeholder label.v3.17.1Compare Source
@tiptap/extension-paragraph
Patch Changes
@tiptap/markdown
Patch Changes
@tiptap/vue-3
Patch Changes
@tiptap/extension-collaboration-caret
Patch Changes
@tiptap/extension-collaboration
Patch Changes
@tiptap/extension-drag-handle
Patch Changes
@tiptap/html
Patch Changes
@tiptap/extension-bubble-menu
Patch Changes
@tiptap/extension-floating-menu
Patch Changes
@tiptap/core
Patch Changes
$nodes()method to correctly return inline nodes (like text, mention, etc.) by fixing thechildrengetter inNodePosclass@tiptap/extension-list
Patch Changes
v3.17.0Compare Source
@tiptap/extension-bubble-menu
Patch Changes
TypeError: Cannot read properties of null (reading 'domFromPos')being thrown when the editor was being destroyed@tiptap/extension-drag-handle
Minor Changes
Patch Changes
@tiptap/core
Patch Changes
isFirefoxutility to core@tiptap/extension-drag-handle-react
Minor Changes
@tiptap/extension-drag-handle-vue-2
Minor Changes
@tiptap/extension-drag-handle-vue-3
Minor Changes
v3.16.0Compare Source
@tiptap/extension-audio
Minor Changes
@tiptap/markdown
Patch Changes
@tiptap/extension-link
Patch Changes
@tiptap/extension-floating-menu
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/react
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/vue-2
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/vue-3
Minor Changes
setMeta('floatingMenu', 'updatePosition')@tiptap/extension-unique-id
Patch Changes
findDuplicateshelper performance from O(n²) to O(n) by using Set-based lookups instead of Array.indexOfv3.15.3Compare Source
@tiptap/core
Patch Changes
v3.15.2Compare Source
@tiptap/extension-link
Patch Changes
localhost) and IP addresses without a protocol prefix@tiptap/extension-list
Patch Changes
@tiptap/vue-2
Patch Changes
appendToprop in BubbleMenu and FloatingMenu@tiptap/vue-3
Patch Changes
appendToprop in BubbleMenu and FloatingMenu@tiptap/extension-youtube
Patch Changes
@tiptap/react
Patch Changes
v3.15.1Compare Source
@tiptap/suggestion
Patch Changes
shouldShowcallback to theSuggestionutility. This allows developers to filter when suggestions are displayed, which is especially useful for collaborative environments to prevent suggestions from popping open for remote users.v3.15.0Compare Source
@tiptap/core
Minor Changes
dispatchTransactionhook to extensions, allowing developers to intercept, modify, or block transactions before they are applied to the editor state.@tiptap/extension-unique-id
Patch Changes
v3.14.0Compare Source
@tiptap/extension-twitch
Minor Changes
@tiptap/react
Patch Changes
Append all children of editors parent node to element
Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.
@tiptap/vue-2
Patch Changes
Append all children of editors parent node to element
Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.
@tiptap/vue-3
Patch Changes
Append all children of editors parent node to element
Fixes a regression introduced by #6972, that resulted in elements that got appended to the editors parent node staying detached. E.g. the drag handle plugin is affected by this regression.
@tiptap/extension-drag-handle
Patch Changes
findElementNextToCoordsto resolve the parent whennodeAt(pos)is null(e.g., inside an atom node that allows inline content)
ueberdosis/tiptap (@tiptap/starter-kit)
v3.20.0Compare Source
Patch Changes
4b731e2]98546ac]57624a1]76ce47d]v3.19.0Compare Source
@tiptap/extension-link
Patch Changes
titleattribute to Link extension. The title can now be set viasetLinkandtoggleLinkcommands and is rendered as an HTML title attribute.[text](url "title").@tiptap/react
Minor Changes
@tiptap/react/menusentrypoint to keep floating-ui optionalv3.18.0Compare Source
Patch Changes
a65e55d]v3.17.1Compare Source
Patch Changes
62c6f15]aa9709e]5d267cb]b46e66a]v3.17.0Compare Source
Patch Changes
eecf1c9]v3.16.0Compare Source
Patch Changes
5f568dc]v3.15.3Compare Source
Patch Changes
8f86f06]v3.15.2Compare Source
Patch Changes
03998a1]c1caa7c]v3.15.1Compare Source
Patch Changes
v3.15.0Compare Source
Patch Changes
ac8361c]v3.14.0Compare Source
Patch Changes
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.