chore(deps): update tiptap monorepo to v3.27.1#163
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
596ef43 to
216773e
Compare
216773e to
1bda0b5
Compare
1bda0b5 to
2a9bb25
Compare
2a9bb25 to
9ed7f86
Compare
9ed7f86 to
33d219e
Compare
33d219e to
9aeb7e8
Compare
9aeb7e8 to
19e405c
Compare
19e405c to
e3f4d8a
Compare
e3f4d8a to
57d944c
Compare
57d944c to
7e16fd3
Compare
7e16fd3 to
7e700d4
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.27.13.20.4→3.27.13.20.4→3.27.13.20.4→3.27.13.20.4→3.27.13.20.4→3.27.13.20.4→3.27.1Release Notes
ueberdosis/tiptap (@tiptap/extension-image)
v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd: Fix: dragging an inline/resizable image within the editor no longer creates a duplicateWhen the
Imageextension was configured withinline: trueorresizeenabled, dragging an image within the editor could insert a duplicate at the drop position instead of moving it. This happened because the browser's native image drag behavior could populatedataTransfer.files, causing the FileHandler extension to intercept the drop before ProseMirror's internal move logic could run.b63835b: FixHTMLAttributesnot being applied to the editor DOM whenresizeis enabled. TheaddNodeViewpath was using only the resolved node attributes and skipping the user-configuredHTMLAttributesoption. Now it merges them consistently with howrenderHTMLalready works.Updated dependencies [
ec291dd]Updated dependencies [
454e9b8]Updated dependencies [
9cf8db0]Updated dependencies [
3d4f94c]v3.24.0Compare Source
Patch Changes
v3.23.6Compare Source
Patch Changes
d168376]v3.23.5Compare Source
Patch Changes
835caf5]95e138c]v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf]v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002]v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]64f36b8]v3.22.3Patch Changes
cb28e7b]v3.22.2Patch Changes
f1d504c]404c683]v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]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.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
24051bd: FixisAllowedUriaccepting unknown protocols whose name contains a hyphen (e.g.unknown-protocol://test). The hyphen is a valid scheme character per RFC 3986, but the regex was built from a template literal where\-collapsed to-, leaving the terminator class[^a-z+.-:]to parse.-:as a character range that excluded0-9and/rather than-. With the proper double-escape, the regex correctly excludes-and unknown hyphenated schemes are rejected again.0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]v3.23.6Compare Source
Patch Changes
d168376]v3.23.5Compare Source
Patch Changes
835caf5]95e138c]v3.23.4Compare Source
@tiptap/extensions
Patch Changes
0f05ae7: Add a newautoTrimoption toCharacterCountwhich can be used to allow exceeding the character limit and either trim or validate the content length manuallyv3.23.2Compare Source
@tiptap/extension-twitch
Patch Changes
8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.8b210e7]@tiptap/extension-youtube
Patch Changes
8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.8b210e7]@tiptap/core
Patch Changes
8b210e7: Fix"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016)@tiptap/extension-text-style
Patch Changes
8b210e7: Fix"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016)8b210e7]@tiptap/extension-highlight
Patch Changes
8b210e7: Fix"HTML entity encoding ingetHTML()output for inline style attributes. Adds agetStylePropertyutility to@tiptap/coreand migratesColor,BackgroundColor,FontFamily,FontSize,LineHeight, andHighlightextensions to use it (#7016)8b210e7]@tiptap/react
Patch Changes
8b210e7: DefaultimmediatelyRendertofalsein SSR environments instead of throwing an errorPreviously, omitting
immediatelyRenderin an SSR environment (e.g. Next.js) would throw an error in development and silently returnnullin production. This was a common source of crashes, especially when AI-generated code set up the editor without explicitly passingimmediatelyRender: false. The hook now defaultsimmediatelyRendertotrue, but automatically sets it tofalsewhen SSR is detected, logging a warning in development instead of throwing.Updated dependencies [
8b210e7]@tiptap/vue-3
Patch Changes
8b210e7: Fix auseEditorunmount crash by avoiding replacement of Vue-managed DOM nodes during teardown.8b210e7]@tiptap/server-ai-toolkit
Minor Changes
8b210e7: Initial open-source release of the Server AI Toolkit packagev3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002]v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]64f36b8]032f8f1]v3.22.3Patch Changes
cb28e7b]v3.22.2Patch Changes
f1d504c]404c683]v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]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-placeholder)
v3.27.1Compare Source
Patch Changes
2be3fb9]v3.27.0Compare Source
Patch Changes
v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
75e8404]v3.25.0Compare Source
Patch Changes
v3.24.0Compare Source
Patch Changes
2d05614]v3.23.6Compare Source
Patch Changes
937ff2e]v3.23.5Compare Source
Patch Changes
v3.23.4Compare Source
Patch Changes
57e53c1]v3.23.2Compare Source
Patch Changes
v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]v3.22.3Patch Changes
v3.22.2Patch Changes
v3.22.1Compare Source
Patch Changes
v3.22.0Compare Source
Patch Changes
v3.21.0Compare Source
Patch Changes
v3.20.6Compare Source
Patch Changes
v3.20.5Patch Changes
0c2bbfe]ueberdosis/tiptap (@tiptap/extension-underline)
v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]3d4f94c]v3.24.0Compare Source
Patch Changes
v3.23.6Compare Source
Patch Changes
d168376]v3.23.5Compare Source
Patch Changes
835caf5]95e138c]v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf]v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002]v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts27ea931]64f36b8]v3.22.3Patch Changes
cb28e7b]v3.22.2Patch Changes
f1d504c]404c683]v3.22.1Compare Source
Patch Changes
ee03ac0]b88f9ed]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/pm)
v3.27.1Compare Source
v3.27.0Compare Source
v3.26.1Compare Source
v3.26.0Compare Source
v3.25.0Compare Source
Patch Changes
c1a2ce8: Bumpprosemirror-tablesto^1.8.0sofindTableis available from@tiptap/pm, and align the related ProseMirror dependencies with the versions required byprosemirror-tables.v3.24.0Compare Source
Patch Changes
7c0499b: Add missing@tiptap/pm/inputrulesexportv3.23.6Compare Source
v3.23.5Compare Source
v3.23.4Compare Source
v3.23.2Compare Source
v3.23.1Compare Source
v3.22.5Compare Source
v3.22.4Compare Source
Patch Changes
27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts032f8f1: Remove unused ProseMirror packages from @tiptap/pm to reduce bundle sizev3.22.3v3.22.2v3.22.1Compare Source
v3.22.0Compare Source
v3.21.0Compare Source
v3.20.6Compare Source
v3.20.5ueberdosis/tiptap (@tiptap/react)
v3.27.1Compare Source
Patch Changes
v3.27.0Compare Source
Patch Changes
0d0094d]795033c]0e0c4f9]6d12bb9]v3.26.1Compare Source
Patch Changes
v3.26.0Compare Source
Patch Changes
v3.25.0Compare Source
Patch Changes
ec291dd]454e9b8]9cf8db0]c1a2ce8]3d4f94c]v3.24.0Compare Source
Patch Changes
7c0499b]v3.23.6Compare Source
Patch Changes
d168376]v3.23.5Compare Source
Patch Changes
b5f34fc: Respect explicitimmediatelyRender: truein client-side Next.js. Previously, when running under Next.js (window.nextpresent), theimmediatelyRenderoption was forced tofalseeven when the user explicitly passedtrue, breaking client-only Next.js apps that rely on the editor existing on the first render. The hook now only forcesfalsewhen actual SSR is detected (typeof window === 'undefined'), or when running under Next.js with no explicit value.95e138c: fix(nodeview): eliminate unnecessary re-renders, add opt-in position trackingNodeViews no longer re-render when decorations or position change without
content changes. Added
trackNodeViewPositionoption — when enabled, thecomponent re-renders on every position shift so calls to
getPos()staycurrent in render output. Removed the internal
nodeViewPositionRegistry.Added shallow prop comparison in
ReactRenderer.updateProps().Updated dependencies [
835caf5]Updated dependencies [
95e138c]v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
30e0b58: DefaultimmediatelyRendertofalsein SSR environments instead of throwing an errorPreviously, omitting
immediatelyRenderin an SSR environment (e.g. Next.js) would throw an error in development and silently returnnullin production. This was a common source of crashes, especially when AI-generated code set up the editor without explicitly passingimmediatelyRender: false. The hook now defaultsimmediatelyRendertotrue, but automatically sets it tofalsewhen SSR is detected, logging a warning in development instead of throwing.Updated dependencies [
f98eaaf]v3.23.1Compare Source
Patch Changes
v3.22.5Compare Source
Patch Changes
a375002: AddselectedOnTextSelectionoption to node view renderers. When enabled, theselectedprop also becomes true when a TextSelection is fully inside the node's range, not only on NodeSelection.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.