Skip to content

fix(deps): update tiptap monorepo to v3.20.0#114

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tiptap-monorepo
Open

fix(deps): update tiptap monorepo to v3.20.0#114
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tiptap-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.16.03.20.0 age confidence
@tiptap/extension-bubble-menu (source) 3.16.03.20.0 age confidence
@tiptap/extension-character-count (source) 3.16.03.20.0 age confidence
@tiptap/extension-floating-menu (source) 3.16.03.20.0 age confidence
@tiptap/extension-highlight (source) 3.16.03.20.0 age confidence
@tiptap/extension-history (source) 3.16.03.20.0 age confidence
@tiptap/extension-placeholder (source) 3.16.03.20.0 age confidence
@tiptap/pm (source) 3.16.03.20.0 age confidence
@tiptap/starter-kit (source) 3.16.03.20.0 age confidence
@tiptap/vue-3 (source) 3.16.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

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes
  • aa9709e: Fixed $nodes() method to correctly return inline nodes (like text, mention, etc.) by fixing the children getter in NodePos class
  • b46e66a: Fixed ResizableNodeView contentDOM getter to return null instead of undefined for proper TypeScript compatibility

v3.17.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-bubble-menu)

v3.20.0

Compare Source

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]

v3.19.0

Compare Source

Patch Changes

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes
  • 725d182: Fixed bubble and floating menus to properly handle hide middleware data, hiding menus when reference element is scrolled out of view
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]

v3.17.0

Compare Source

Patch Changes
  • 7a9b617: Added a safeguard to avoid TypeError: Cannot read properties of null (reading 'domFromPos') being thrown when the editor was being destroyed
  • Updated dependencies [eecf1c9]
ueberdosis/tiptap (@​tiptap/extension-character-count)

v3.20.0

Compare Source

Patch Changes

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-floating-menu)

v3.20.0

Compare Source

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]

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes
  • 725d182: Fixed bubble and floating menus to properly handle hide middleware data, hiding menus when reference element is scrolled out of view
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]

v3.17.0

Compare Source

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

v3.20.0

Compare Source

Patch Changes

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

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

v3.20.0

Compare Source

Patch Changes

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

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

v3.20.0

Compare Source

Patch Changes

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

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

v3.20.0

Compare Source

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

v3.17.1

Compare Source

v3.17.0

Compare Source

ueberdosis/tiptap (@​tiptap/starter-kit)

v3.20.0

Compare Source

Patch Changes

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/vue-3)

v3.20.0

Compare Source

Patch Changes

v3.19.0

Compare Source

@​tiptap/extension-link
Patch Changes
  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").
@​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

v3.18.0

Compare Source

Patch Changes

v3.17.1

Compare Source

Patch Changes
  • 4807c55: Fixed IME input (Chinese, Japanese, Korean) in Vue 3 mark views by preventing DOM element destruction during composition events
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]

v3.17.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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


  • 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 cd6be2a to 36b539e Compare February 7, 2026 17:27
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v3.17.0 fix(deps): update tiptap monorepo to v3.17.1 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 36b539e to ec3c82f Compare February 11, 2026 13:53
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v3.17.1 fix(deps): update tiptap monorepo to v3.18.0 Feb 11, 2026
swordbreaker pushed a commit that referenced this pull request Feb 12, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from ec3c82f to fd2c9f4 Compare February 17, 2026 20:56
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v3.18.0 fix(deps): update tiptap monorepo to v3.19.0 Feb 17, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch 3 times, most recently from 528b974 to d8a41f4 Compare February 26, 2026 07:54
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from d8a41f4 to 03cb997 Compare March 4, 2026 13:39
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v3.19.0 fix(deps): update tiptap monorepo to v3.20.0 Mar 4, 2026
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.

0 participants