Skip to content

chore(deps): update tiptap monorepo to v3.20.0#225

Merged
payamnj merged 1 commit intomasterfrom
renovate/tiptap-monorepo
Feb 19, 2026
Merged

chore(deps): update tiptap monorepo to v3.20.0#225
payamnj merged 1 commit intomasterfrom
renovate/tiptap-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2026

This PR contains the following updates:

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

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.20.0

Compare Source

Minor Changes
  • 57624a1: Add transformPastedHTML extension 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
  • 4b731e2: Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • 98546ac: Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • 76ce47d: Fixed a typo in the documentation of editor.view
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

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

v3.20.0

Compare Source

@​tiptap/core
Minor Changes
  • Add transformPastedHTML extension 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
  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view
@​tiptap/extension-drag-handle
Patch Changes
  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document
@​tiptap/markdown
Patch Changes
  • Fixed getMarkdown() returning   instead of empty string when editor is empty
@​tiptap/extension-bubble-menu
Patch Changes
  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other
@​tiptap/extension-floating-menu
Patch Changes
  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other
@​tiptap/react
Minor Changes
  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook
Patch Changes
  • Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other
@​tiptap/extension-code-block-lowlight
Patch Changes
  • Fixed a runtime error when initializing CodeBlockLowlight by switching the CodeBlock import to a named export. This prevents extend is not a function errors caused by ESM/CJS interop issues.
@​tiptap/extension-invisible-characters
Patch Changes
  • Added missing storage typings
ueberdosis/tiptap (@​tiptap/pm)

v3.20.0

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v3.20.0

Compare Source

Minor Changes
  • 0f28d9c: Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • 0f28d9c: Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook
Patch Changes
  • 253ca1c: Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other
  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]

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.

@payamnj payamnj merged commit d165234 into master Feb 19, 2026
7 checks passed
@renovate renovate bot deleted the renovate/tiptap-monorepo branch February 19, 2026 12:38
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

Comments