Skip to content

chore(deps): update tiptap monorepo to v3.20.4#268

Merged
payamnj merged 1 commit into
masterfrom
renovate/tiptap-monorepo
Mar 18, 2026
Merged

chore(deps): update tiptap monorepo to v3.20.4#268
payamnj merged 1 commit into
masterfrom
renovate/tiptap-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.20.13.20.4 age confidence
@tiptap/extension-blockquote (source) 3.20.13.20.4 age confidence
@tiptap/extension-bold (source) 3.20.13.20.4 age confidence
@tiptap/extension-code-block (source) 3.20.13.20.4 age confidence
@tiptap/extension-document (source) 3.20.13.20.4 age confidence
@tiptap/extension-heading (source) 3.20.13.20.4 age confidence
@tiptap/extension-image (source) 3.20.13.20.4 age confidence
@tiptap/extension-italic (source) 3.20.13.20.4 age confidence
@tiptap/extension-link (source) 3.20.13.20.4 age confidence
@tiptap/extension-list (source) 3.20.13.20.4 age confidence
@tiptap/extension-paragraph (source) 3.20.13.20.4 age confidence
@tiptap/extension-text (source) 3.20.13.20.4 age confidence
@tiptap/extension-text-align (source) 3.20.13.20.4 age confidence
@tiptap/extensions (source) 3.20.13.20.4 age confidence
@tiptap/pm (source) 3.20.13.20.4 age confidence
@tiptap/react (source) 3.20.13.20.4 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes
  • c94fac4: Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • 6b9ea92: Fixed overlapping bold and italic markdown serialization and round-tripping.

v3.20.2

Compare Source

Patch Changes
  • 269823d: Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
  • 269823d: Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
  • Updated dependencies [269823d]
ueberdosis/tiptap (@​tiptap/extension-bold)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-document)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-heading)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-image)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-italic)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-link)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-list)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
  • 269823d: Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
  • Updated dependencies [269823d]
ueberdosis/tiptap (@​tiptap/extension-paragraph)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
  • 269823d: Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
  • Updated dependencies [269823d]
ueberdosis/tiptap (@​tiptap/extension-text)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text-align)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes

v3.20.2

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extensions)

v3.20.4

@​tiptap/core
Patch Changes
  • Fixed Tiptap not publishing with build dist artifacts

v3.20.3

Compare Source

@​tiptap/react
Patch Changes
  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
@​tiptap/vue-2
Patch Changes
  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
@​tiptap/core
Patch Changes
  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.
@​tiptap/extension-unique-id
Patch Changes
  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.
@​tiptap/extension-youtube
Patch Changes
  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions
@​tiptap/vue-3
Patch Changes
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
@​tiptap/extension-placeholder
Patch Changes
  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.
@​tiptap/extension-bold
Patch Changes
  • Fixed overlapping bold and italic markdown serialization and round-tripping.
@​tiptap/extension-italic
Patch Changes
  • Fixed overlapping bold and italic markdown serialization and round-tripping.
@​tiptap/markdown
Patch Changes
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

v3.20.2

Compare Source

@​tiptap/core
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/extension-blockquote
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/extension-list
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/extension-paragraph
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
@​tiptap/markdown
Patch Changes
  • Improved markdown empty-paragraph roundtripping across top-level and nested block content. Empty paragraphs now serialize with natural blank-line spacing for the first paragraph in a run and   markers for subsequent empty paragraphs at the same level, while parsing preserves those empty paragraphs when converting markdown back to JSON.
ueberdosis/tiptap (@​tiptap/pm)

v3.20.4

v3.20.3

Compare Source

v3.20.2

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v3.20.4

Patch Changes

v3.20.3

Compare Source

Patch Changes
  • f4f6be2: Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • f4f6be2: Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.
  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]

v3.20.2

Compare Source

Patch 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from ad2b75d to 40e9a83 Compare March 16, 2026 17:36
@renovate renovate Bot changed the title chore(deps): update tiptap monorepo to v3.20.2 chore(deps): update tiptap monorepo to v3.20.3 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 40e9a83 to 70824e2 Compare March 17, 2026 13:08
@renovate renovate Bot changed the title chore(deps): update tiptap monorepo to v3.20.3 chore(deps): update tiptap monorepo to v3.20.4 Mar 17, 2026
@payamnj payamnj merged commit f88a3ab into master Mar 18, 2026
7 checks passed
@renovate renovate Bot deleted the renovate/tiptap-monorepo branch March 18, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant