Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the tiptap group in /client with 13 updates:

Package From To
@tiptap/core 3.11.1 3.13.0
@tiptap/extension-color 3.11.1 3.13.0
@tiptap/extension-highlight 3.11.1 3.13.0
@tiptap/extension-image 3.11.1 3.13.0
@tiptap/extension-list 3.11.1 3.13.0
@tiptap/extension-subscript 3.11.1 3.13.0
@tiptap/extension-superscript 3.11.1 3.13.0
@tiptap/extension-table 3.11.1 3.13.0
@tiptap/extension-text-align 3.11.1 3.13.0
@tiptap/extension-text-style 3.11.1 3.13.0
@tiptap/extensions 3.11.1 3.13.0
@tiptap/pm 3.11.1 3.13.0
@tiptap/starter-kit 3.11.1 3.13.0

Updates @tiptap/core from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/core's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.13.0

Minor Changes

  • e3b4f68: 1. Added an optional createCustomHandle callback to ResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-in positionHandle logic, giving complete control over markup, styling, and positioning while preserving backward compatibility. 2. Removed predefined inline styles from the wrapper element to better support dynamic alignment. This eliminates the need for !important overrides in user styles. 3. Added an editor update event listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.

Patch Changes

  • 526365a: Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/pm@​3.12.1

3.12.0

Minor Changes

  • f232c5a: Implement position mapping using the MappablePosition class. This enables position mapping in collaborative editing scenarios.

    • Introduce MappablePosition class in core with position, fromJSON, and toJSON methods
    • Add editor.utils property with getUpdatedPosition(position, transaction) and createMappablePosition() methods
    • Create CollaborationMappablePosition subclass that extends MappablePosition with Y.js relative position support

Patch Changes

  • @​tiptap/pm@​3.12.0
Commits
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • acdd64f fix(tests): ensure editor is properly destroyed after mark range tests
  • 526365a Fix/multimention markdown serialization (#7306)
  • e3b4f68 feat(core): allow custom resize handle rendering via createCustomHandle in ...
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • fd831bf Merge pull request #7288 from ueberdosis/feature/map-yjs-positions-3
  • c0aa86a chore: apply copilot suggestions
  • 7248248 feat: create utility to update a position after a transaction by encapsulatin...
  • 0c8430f Merge branch 'develop' into feature/map-yjs-positions
  • Additional commits viewable in compare view

Updates @tiptap/extension-color from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-color's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-color's changelog.

3.13.0

Patch Changes

  • @​tiptap/extension-text-style@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/extension-text-style@​3.12.1

3.12.0

Patch Changes

  • @​tiptap/extension-text-style@​3.12.0
Commits

Updates @tiptap/extension-highlight from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-highlight's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-highlight's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
Commits

Updates @tiptap/extension-image from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-image's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-image's changelog.

3.13.0

Minor Changes

  • e3b4f68: 1. Added an optional createCustomHandle callback to ResizableNodeView, allowing developers to fully customize resize handles. When provided, it replaces the default handle creation and bypasses the built-in positionHandle logic, giving complete control over markup, styling, and positioning while preserving backward compatibility. 2. Removed predefined inline styles from the wrapper element to better support dynamic alignment. This eliminates the need for !important overrides in user styles. 3. Added an editor update event listener to dynamically attach or remove resize handles based on the editor’s editable state. The implementation tracks the previous editable state to avoid unnecessary re-renders.

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
Commits
  • 9d7ea8d chore(release): publish a new release version (#7308)
  • e3b4f68 feat(core): allow custom resize handle rendering via createCustomHandle in ...
  • c710fdc chore(release): publish a new release version (#7298)
  • 7c72d24 chore(release): publish a new release version (#7295)
  • See full diff in compare view

Updates @tiptap/extension-list from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-list's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-list's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1
  • @​tiptap/pm@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/pm@​3.12.0
Commits

Updates @tiptap/extension-subscript from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-subscript's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-subscript's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1
  • @​tiptap/pm@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/pm@​3.12.0
Commits

Updates @tiptap/extension-superscript from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-superscript's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-superscript's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1
  • @​tiptap/pm@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/pm@​3.12.0
Commits

Updates @tiptap/extension-table from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-table's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-table's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1
  • @​tiptap/pm@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
    • @​tiptap/pm@​3.12.0
Commits

Updates @tiptap/extension-text-align from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-text-align's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-text-align's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
Commits

Updates @tiptap/extension-text-style from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extension-text-style's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/extension-text-style's changelog.

3.13.0

Patch Changes

  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/core@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/core@​3.12.1

3.12.0

Patch Changes

  • Updated dependencies [f232c5a]
    • @​tiptap/core@​3.12.0
Commits

Updates @tiptap/extensions from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/extensions's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Commits

Updates @tiptap/pm from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/pm's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.13.0

3.12.1

3.12.0

Commits

Updates @tiptap/starter-kit from 3.11.1 to 3.13.0

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.13.0

@​tiptap/extension-drag-handle

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-react

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-2

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Added data-dragging attribute to drag handle elements to track drag state.

@​tiptap/extension-link

Patch Changes

  • Ensure enableClickSelection works regardless of the openOnClick option by always registering the link click handler plugin.

@​tiptap/extension-table-of-contents

Patch Changes

  • Skip the table of contents update logic during IME input method composition to avoid interference with input.

@​tiptap/markdown

Patch Changes

  • Fixed trailing and leading whitespace handling in markdown serialization for inline marks

@​tiptap/extension-mention

Patch Changes

  • Add 'mentionSuggestionChar' to allowedAttributes for Markdown serialization in multi-mention setups. The attribute is only serialized when it differs from the default '@' character, keeping markdown output clean for single-mention users.

@​tiptap/core

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.13.0

Patch Changes

  • Updated dependencies [fb51a32]
  • Updated dependencies [526365a]
  • Updated dependencies [e3b4f68]
    • @​tiptap/extension-link@​3.13.0
    • @​tiptap/core@​3.13.0
    • @​tiptap/extension-blockquote@​3.13.0
    • @​tiptap/extension-bold@​3.13.0
    • @​tiptap/extension-code@​3.13.0
    • @​tiptap/extension-code-block@​3.13.0
    • @​tiptap/extension-document@​3.13.0
    • @​tiptap/extension-hard-break@​3.13.0
    • @​tiptap/extension-heading@​3.13.0
    • @​tiptap/extension-horizontal-rule@​3.13.0
    • @​tiptap/extension-italic@​3.13.0
    • @​tiptap/extension-list@​3.13.0
    • @​tiptap/extension-paragraph@​3.13.0
    • @​tiptap/extension-strike@​3.13.0
    • @​tiptap/extension-text@​3.13.0
    • @​tiptap/extension-underline@​3.13.0
    • @​tiptap/extensions@​3.13.0
    • @​tiptap/extension-list-item@​3.13.0
    • @​tiptap/extension-list-keymap@​3.13.0
    • @​tiptap/extension-bullet-list@​3.13.0
    • @​tiptap/extension-ordered-list@​3.13.0
    • @​tiptap/extension-dropcursor@​3.13.0
    • @​tiptap/extension-gapcursor@​3.13.0
    • @​tiptap/pm@​3.13.0

3.12.1

Patch Changes

  • @​tiptap/extension-dropcursor@​3.12.1
  • @​tiptap/extension-gapcursor@​3.12.1
  • @​tiptap/extension-list-item@​3.12.1
  • @​tiptap/extension-list-keymap@​3.12.1
  • @​tiptap/core@​3.12.1
  • @​tiptap/extension-blockquote@​3.12.1
  • @​tiptap/extension-bold@​3.12.1
  • @​tiptap/extension-bullet-list@​3.12.1
  • @​tiptap/extension-code@​3.12.1
  • @​tiptap/extension-code-block@​3.12.1
  • @​tiptap/extension-document@​3.12.1
  • @​tiptap/extension-hard-break@​3.12.1
  • @​tiptap/extension-heading@​3.12.1
  • @​tiptap/extension-horizontal-rule@​3.12.1

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 8, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/tiptap-9d0bf0737f branch from 59283b9 to cb626ed Compare December 15, 2025 10:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/tiptap-9d0bf0737f branch from cb626ed to a632248 Compare December 22, 2025 10:03
Bumps the tiptap group in /client with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-list) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.11.1` | `3.13.0` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.11.1` | `3.13.0` |
| [@tiptap/extensions](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension) | `3.11.1` | `3.13.0` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.11.1` | `3.13.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.11.1` | `3.13.0` |


Updates `@tiptap/core` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/core)

Updates `@tiptap/extension-color` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-color)

Updates `@tiptap/extension-highlight` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-image)

Updates `@tiptap/extension-list` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-list/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-list)

Updates `@tiptap/extension-subscript` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-superscript)

Updates `@tiptap/extension-table` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-table)

Updates `@tiptap/extension-text-align` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension-text-style)

Updates `@tiptap/extensions` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/extension)

Updates `@tiptap/pm` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/pm)

Updates `@tiptap/starter-kit` from 3.11.1 to 3.13.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.13.0/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-list"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extensions"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/tiptap-9d0bf0737f branch from a632248 to f7d1ed6 Compare December 29, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants