Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 14, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 2.26.12.27.1 age confidence
@tiptap/extension-color (source) 2.11.52.27.1 age confidence
@tiptap/extension-gapcursor (source) 2.11.52.27.1 age confidence
@tiptap/extension-highlight (source) 2.11.52.27.1 age confidence
@tiptap/extension-table (source) 2.11.52.27.1 age confidence
@tiptap/extension-table-cell (source) 2.11.52.27.1 age confidence
@tiptap/extension-table-header (source) 2.11.52.27.1 age confidence
@tiptap/extension-table-row (source) 2.11.52.27.1 age confidence
@tiptap/extension-text-style (source) 2.11.52.27.1 age confidence
@tiptap/pm (source) 2.26.12.27.1 age confidence
@tiptap/starter-kit (source) 2.26.12.27.1 age confidence
@tiptap/vue-3 (source) 2.26.12.27.1 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

ueberdosis/tiptap (@​tiptap/extension-color)

v2.27.1

Compare Source

v2.27.0

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

Releases

@​tiptap/react@​2.25.0

Minor Changes
  • 6114489: Reintroduce flushSync to sync rendering of React and ProseMirror
Patch Changes

v2.24.2

Compare Source

Releases
@​tiptap/extension-emoji@​2.24.2
Patch Changes
  • bd142ba: Added alt tag to emoji extension

v2.24.1

Compare Source

Releases
@​tiptap/extension-bubble-menu@​2.24.1
Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"
@​tiptap/extension-floating-menu@​2.24.1
Patch Changes
  • 4b123bc: Added tab-index="0" to bubble and floating menu wrappers"
@​tiptap/extension-task-item@​2.24.1
Patch Changes
  • 4b123bc: Added a new a11y option to task list items to set the checkbox aria-label
@​tiptap/react@​2.24.1
Patch Changes
@​tiptap/starter-kit@​2.24.1
Patch Changes
@​tiptap/vue-2@​2.24.1
Patch Changes
@​tiptap/vue-3@​2.24.1
Patch Changes

v2.24.0

Compare Source

Releases
@​tiptap/react@​2.24.0
Minor Changes
  • 45bba95: Removed flushSync on NodeView render which caused performance regressions, bugs with unused NodeViews still being reconciled for PMViewDesc checks and more
Patch Changes
@​tiptap/core@​2.24.0
Patch Changes
  • 71e1427: Fix RangeException in cut command when targetPos is zero
@​tiptap/extension-link@​2.24.0
Patch Changes
  • 71e1427: Fix autolink option in shadow dom by extending the whitespace detection to more unicode characters
@​tiptap/starter-kit@​2.24.0
Patch Changes
@​tiptap/vue-2@​2.24.0
Patch Changes
@​tiptap/vue-3@​2.24.0
Patch Changes

v2.23.1

Compare Source

Releases
@​tiptap/extension-drag-handle-react@​2.23.1
Patch Changes
  • 5b3d723: Fix a bug that causes rerenders on the react drag handle breaking its tippy connection
@​tiptap/extension-mention@​2.23.1
Patch Changes
  • 63c9453: Show mention indicator when converting document to HTML
@​tiptap/react@​2.23.1
Patch Changes
@​tiptap/starter-kit@​2.23.1
Patch Changes
@​tiptap/vue-2@​2.23.1
Patch Changes
@​tiptap/vue-3@​2.23.1
Patch Changes

v2.23.0

Compare Source

Releases
@​tiptap/extension-mention@​2.23.0
Minor Changes
  • c168e6d: Support multiple triggers in Mention extension
@​tiptap/core@​2.23.0
Patch Changes
  • dfeaad4: Fix: Prevent content deletion from non-editable Tiptap source editors during drag and drop.
@​tiptap/react@​2.23.0
Patch Changes
@​tiptap/starter-kit@​2.23.0
Patch Changes
@​tiptap/vue-2@​2.23.0
Patch Changes
@​tiptap/vue-3@​2.23.0
Patch Changes

v2.22.3

Compare Source

Releases
@​tiptap/core@​2.22.3
Patch Changes
  • 030bd22: Added new canInsertNode utility that checks if a node can be inserted into a specific position
@​tiptap/extension-horizontal-rule@​2.22.3
Patch Changes
  • 030bd22: Fixed a bug that caused the horizontal rule's setHorizontalRule command to always return true when checked via can()
@​tiptap/react@​2.22.3
Patch Changes
@​tiptap/starter-kit@​2.22.3
Patch Changes
@​tiptap/vue-2@​2.22.3
Patch Changes
@​tiptap/vue-3@​2.22.3
Patch Changes

v2.22.2

Compare Source

Releases
@​tiptap/core@​2.22.2
Patch Changes
  • 6457ab3: Add validation for target position within document range when trying to access children of a NodePos instance
@​tiptap/react@​2.22.2
Patch Changes
@​tiptap/starter-kit@​2.22.2
Patch Changes
@​tiptap/vue-2@​2.22.2
Patch Changes
@​tiptap/vue-3@​2.22.2
Patch Changes

v2.22.1

Compare Source

Releases
@​tiptap/extension-youtube@​2.22.1
Patch Changes
  • e465825: Update YouTube URL regex pattern
@​tiptap/react@​2.22.1
Patch Changes
@​tiptap/starter-kit@​2.22.1
Patch Changes
@​tiptap/vue-2@​2.22.1
Patch Changes

v2.22.0

Compare Source

Releases
@​tiptap/extension-details@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-details-content@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-details-summary@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-drag-handle@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-drag-handle-react@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-drag-handle-vue-2@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-drag-handle-vue-3@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-emoji@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-file-handler@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-invisible-characters@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-mathematics@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-node-range@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-table-of-contents@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/extension-unique-id@​2.22.0
Minor Changes
  • f6f6158: We open sourced our basic pro extensions

    This release includes the following extensions that were previously only available in our Pro version:

    • @tiptap/extension-drag-handle
    • @tiptap/extension-drag-handle-react
    • @tiptap/extension-drag-handle-vue-2
    • @tiptap/extension-drag-handle-vue-3
    • @tiptap/extension-emoji
    • @tiptap/extension-details-content
    • @tiptap/extension-details-summary
    • @tiptap/extension-details
    • @tiptap/extension-file-handler
    • @tiptap/extension-invisible-characters
    • @tiptap/extension-mathematics
    • @tiptap/extension-node-range
    • @tiptap/extension-table-of-contents
    • @tiptap/extension-unique-id
@​tiptap/react@​2.22.0
Patch Changes
@​tiptap/starter-kit@​2.22.0
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.

@sharevb sharevb force-pushed the chore/all-my-stuffs branch from 9d1bd5e to bf58335 Compare December 17, 2025 21:44
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from e0ebb03 to 1936662 Compare December 31, 2025 15:36
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