chore(deps): update tiptap monorepo to v3.23.5#470
Merged
Conversation
02f9389 to
bfbe6c6
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.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.53.22.5→3.23.5Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.23.5Compare Source
Patch Changes
835caf5: Fix $pos() returning correct node for non-text atom nodes instead of doc node95e138c: 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().v3.23.4Compare Source
Patch Changes
v3.23.2Compare Source
Patch Changes
f98eaaf: 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)v3.23.1Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-blockquote)
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
ueberdosis/tiptap (@tiptap/extension-bold)
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
ueberdosis/tiptap (@tiptap/extension-code-block)
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
ueberdosis/tiptap (@tiptap/extension-document)
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
ueberdosis/tiptap (@tiptap/extension-heading)
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
ueberdosis/tiptap (@tiptap/extension-image)
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
ueberdosis/tiptap (@tiptap/extension-italic)
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
ueberdosis/tiptap (@tiptap/extension-link)
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
ueberdosis/tiptap (@tiptap/extension-list)
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
ueberdosis/tiptap (@tiptap/extension-paragraph)
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
ueberdosis/tiptap (@tiptap/extension-text)
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
ueberdosis/tiptap (@tiptap/extension-text-align)
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
ueberdosis/tiptap (@tiptap/extensions)
v3.23.5Compare Source
@tiptap/markdown
Patch Changes
7bf0e73: Fix extra mark tokens after inline atom nodes during Markdown serialization7bf0e73: Fix adjacent marks of the same type with different attributes being merged during Markdown serialization7bf0e73]7bf0e73]@tiptap/core
Patch Changes
7bf0e73: Fix $pos() returning correct node for non-text atom nodes instead of doc node7bf0e73: 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().@tiptap/pm@3.23.5
@tiptap/react
Patch Changes
7bf0e73: 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.7bf0e73: 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 [
7bf0e73]Updated dependencies [
7bf0e73]@tiptap/vue-2
Patch Changes
7bf0e73: 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 [
7bf0e73]Updated dependencies [
7bf0e73]@tiptap/vue-3
Patch Changes
7bf0e73: 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 [
7bf0e73]Updated dependencies [
7bf0e73]@tiptap/extension-drag-handle-react
Patch Changes
7bf0e73: Fix missing forwarding of getReferencedVirtualElement in DragHandle React component7bf0e73]7bf0e73]@tiptap/extension-audio
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-blockquote
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-bold
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-bubble-menu
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-code
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-code-block
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-code-block-lowlight
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-collaboration
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-collaboration-caret
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-details
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-document
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-drag-handle
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-emoji
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-file-handler
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-floating-menu
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-hard-break
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-heading
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-highlight
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-horizontal-rule
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-image
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-invisible-characters
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-italic
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-link
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-list
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-mathematics
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-mention
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-node-range
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-paragraph
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-strike
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-subscript
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-superscript
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-table
Patch Changes
7bf0e73]7bf0e73]@tiptap/extension-table-of-contents
Patch Changes
7bf0e73]7bf0e73]Configuration
📅 Schedule: (UTC)
🚦 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.