fix(deps): update tiptap to ^3.5.2 (stable0.9) - #2069
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/stable0.9-tiptap
branch
2 times, most recently
from
September 22, 2025 20:24
719b64d to
672ba6d
Compare
renovate
Bot
force-pushed
the
renovate/stable0.9-tiptap
branch
from
September 23, 2025 08:30
672ba6d to
c727027
Compare
renovate
Bot
force-pushed
the
renovate/stable0.9-tiptap
branch
from
September 24, 2025 00:56
c727027 to
7a99ad5
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/stable0.9-tiptap
branch
from
September 24, 2025 20:39
7a99ad5 to
20c722f
Compare
enjeck
approved these changes
Sep 25, 2025
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^3.4.2->^3.5.2^3.4.2->^3.5.2^3.4.2->^3.5.2^3.4.2->^3.5.2^3.4.2->^3.5.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ueberdosis/tiptap (@tiptap/extension-character-count)
v3.5.2Compare Source
Patch Changes
v3.5.1Compare Source
Patch Changes
v3.5.0Compare Source
Patch Changes
v3.4.6Compare Source
Patch Changes
v3.4.5Compare Source
Patch Changes
v3.4.4Compare Source
Patch Changes
v3.4.3Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-task-item)
v3.5.2Compare Source
@tiptap/react
Patch Changes
MarkViewContentcomponentv3.5.1Compare Source
@tiptap/extension-floating-menu
Patch Changes
appendTosupport toFloatingMenuand pass it through in React/Vue 2/Vue 3 for bothBubbleMenuandFloatingMenuto allow fixing clipping/z-index issues.@tiptap/react
Patch Changes
appendTosupport toFloatingMenuand pass it through in React/Vue 2/Vue 3 for bothBubbleMenuandFloatingMenuto allow fixing clipping/z-index issues.@tiptap/vue-2
Patch Changes
appendTosupport toFloatingMenuand pass it through in React/Vue 2/Vue 3 for bothBubbleMenuandFloatingMenuto allow fixing clipping/z-index issues.@tiptap/vue-3
Patch Changes
appendTosupport toFloatingMenuand pass it through in React/Vue 2/Vue 3 for bothBubbleMenuandFloatingMenuto allow fixing clipping/z-index issues.v3.5.0Compare Source
Releases
@tiptap/extension-bubble-menu@3.5.0
Minor Changes
8fa5955: AddupdateBubbleMenuPositioncommand to update position of bubble menu. This command lets developers programmatically update the position of the bubble menu in response to certain events (for example, when the bubble menu is resized).@tiptap/extension-drag-handle@3.5.0
Minor Changes
daa51c4: AddgetReferencedVirtualElementoption to the drag handle extension to customize the position of the drag handle.Patch Changes
3eb5360: FixedfindElementNextToCoordsreturning incorrect nodes when the position is at a node boundary. The function now correctly identifies leaf nodes (like images, horizontal rules) by checking$pos.nodeAfterbefore falling back to the parent node lookup.@tiptap/vue-2@3.5.0
Patch Changes
d56c9dd: Fix Vue2 menus visibility bug.v3.4.6Compare Source
Releases
@tiptap/core@3.4.6
Patch Changes
968016f: Added support for theundoableoption in InputRules (matching ProseMirror’s implementation).false, the change will not be tracked as undoable.truefor backward compatibility.This brings Tiptap’s InputRules behavior in line with ProseMirror and gives developers finer control over undo functionality.
v3.4.5Compare Source
Releases
@tiptap/core@3.4.5
Patch Changes
0226d42: Fix an issue where injected CSS was not mounted correctly when the editor instance was mounted. The fix ensures CSS injected by the editor is attached to the document when the editor mounts, preventing missing styles in some mount/unmount scenarios.37af83b: refactor: replacemap(...).flat()withflatMapfor simpler, more efficient array flatteningf598ac7: Fix bug ininsertContentAtcommand where extra content would get deleted when the selection was at the beginning of the document and a node was inserted@tiptap/extension-code-block-lowlight@3.4.5
Patch Changes
13fb996: refactor: replacemap(...).flat()withflatMapfor simpler, more efficient array flattening@tiptap/extension-emoji@3.4.5
Patch Changes
82121b8: refactor: replacemap(...).flat()withflatMapfor simpler, more efficient array flattening@tiptap/extension-mention@3.4.5
Patch Changes
f472c5b: Use a named import for Suggestion from@tiptap/suggestionto avoid bundler ESM/CJS interopwrapping (
__toESM) that caused Jest/CJS consumers to receive a module object instead of thecallable plugin factory.
This is a non-breaking internal fix. It keeps runtime module shape stable for CommonJS (Jest)
and prevents the TypeError thrown when the extension attempted to call a non-function.
@tiptap/vue-3@3.4.5
Patch Changes
bfcd958: refactor: replacemap(...).flat()withflatMapfor simpler, more efficient array flatteningv3.4.4Compare Source
Releases
@tiptap/core@3.4.4
Patch Changes
00cf1d7: Fix bug ininsertContentAtcommand where extra content would get deleted when the selection was at the beginning of the document and a node was insertedv3.4.3Compare Source
Releases
@tiptap/core@3.4.3
Patch Changes
1ea8906: When the editor view is created, it now will also includenodeViewsandmarkViewsproperties instead of setting them afterward. This avoids serialization of the editor state to HTML which will be replaced by node views anyway.@tiptap/extension-bubble-menu@3.4.3
Patch Changes
915ed65: Add custom positioning support to the BubbleMenu.This change adds an opt-in API that allows consumers to fully control how the BubbleMenu is positioned. Instead of relying solely on the internal placement logic, you can now provide a function (for example
getPosition) that receives the relevant context (editor instance and menu DOM element) and returns the desired coordinates or positioning style.@tiptap/react@3.4.3
Patch Changes
915ed65: Add custom positioning support to the BubbleMenu.This change adds an opt-in API that allows consumers to fully control how the BubbleMenu is positioned. Instead of relying solely on the internal placement logic, you can now provide a function (for example
getPosition) that receives the relevant context (editor instance and menu DOM element) and returns the desired coordinates or positioning style.@tiptap/vue-2@3.4.3
Patch Changes
915ed65: Add custom positioning support to the BubbleMenu.This change adds an opt-in API that allows consumers to fully control how the BubbleMenu is positioned. Instead of relying solely on the internal placement logic, you can now provide a function (for example
getPosition) that receives the relevant context (editor instance and menu DOM element) and returns the desired coordinates or positioning style.@tiptap/vue-3@3.4.3
Patch Changes
915ed65: Add custom positioning support to the BubbleMenu.This change adds an opt-in API that allows consumers to fully control how the BubbleMenu is positioned. Instead of relying solely on the internal placement logic, you can now provide a function (for example
getPosition) that receives the relevant context (editor instance and menu DOM element) and returns the desired coordinates or positioning style.ueberdosis/tiptap (@tiptap/starter-kit)
v3.5.2Compare Source
Patch Changes
v3.5.1Compare Source
Patch Changes
v3.5.0Compare Source
Patch Changes
v3.4.6Compare Source
Patch Changes
968016f]v3.4.5Compare Source
Patch Changes
0226d42]37af83b]f598ac7]v3.4.4Compare Source
Patch Changes
00cf1d7]v3.4.3Compare Source
Patch Changes
1ea8906]ueberdosis/tiptap (@tiptap/vue-2)
v3.5.2Compare Source
Patch Changes
v3.5.1Compare Source
Patch Changes
f80c848: AddappendTosupport toFloatingMenuand pass it through in React/Vue 2/Vue 3 for bothBubbleMenuandFloatingMenuto allow fixing clipping/z-index issues.v3.5.0Compare Source
Patch Changes
d56c9dd: Fix Vue2 menus visibility bug.v3.4.6Compare Source
Patch Changes
968016f]v3.4.5Compare Source
Patch Changes
0226d42]37af83b]f598ac7]v3.4.4Compare Source
Patch Changes
00cf1d7]v3.4.3Compare Source
Patch Changes
915ed65: Add custom positioning support to the BubbleMenu.This change adds an opt-in API that allows consumers to fully control how the BubbleMenu is positioned. Instead of relying solely on the internal placement logic, you can now provide a function (for example
getPosition) that receives the relevant context (editor instance and menu DOM element) and returns the desired coordinates or positioning style.Updated dependencies [
1ea8906]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.