Skip to content

chore(deps): update tiptap monorepo to v3.27.3#2833

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

chore(deps): update tiptap monorepo to v3.27.3#2833
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tiptap-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.27.23.27.3 age confidence
@tiptap/extension-document (source) 3.27.23.27.3 age confidence
@tiptap/extension-hard-break (source) 3.27.23.27.3 age confidence
@tiptap/extension-image (source) 3.27.23.27.3 age confidence
@tiptap/extension-link (source) 3.27.23.27.3 age confidence
@tiptap/extension-paragraph (source) 3.27.23.27.3 age confidence
@tiptap/extension-placeholder (source) 3.27.23.27.3 age confidence
@tiptap/extension-table (source) 3.27.23.27.3 age confidence
@tiptap/extension-task-item (source) 3.27.23.27.3 age confidence
@tiptap/extension-task-list (source) 3.27.23.27.3 age confidence
@tiptap/extension-text (source) 3.27.23.27.3 age confidence
@tiptap/extension-text-align (source) 3.27.23.27.3 age confidence
@tiptap/extension-text-style (source) 3.27.23.27.3 age confidence
@tiptap/extension-underline (source) 3.27.23.27.3 age confidence
@tiptap/markdown (source) 3.27.23.27.3 age confidence
@tiptap/pm (source) 3.27.23.27.3 age confidence
@tiptap/starter-kit (source) 3.27.23.27.3 age confidence
@tiptap/suggestion (source) 3.27.23.27.3 age confidence
@tiptap/vue-3 (source) 3.27.23.27.3 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.27.3

Compare Source

Patch Changes
  • 023f98c: Fix deleteSelection to delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other custom selections with multiple ranges.
ueberdosis/tiptap (@​tiptap/extension-document)

v3.27.3

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-hard-break)

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-task-item)

v3.27.3

Compare Source

@​tiptap/core
Patch Changes
  • 94de762: Fix deleteSelection to delete content across all selection ranges instead of only the first range. This restores multi-cell table selections and other custom selections with multiple ranges.
  • @​tiptap/pm@​3.27.3
@​tiptap/extension-list
Patch Changes
  • 94de762: Fix markdown parsing bugs where block elements right after an ordered list item (with no blank line in between) were wrongly treated as lazy continuation of the list item, instead of terminating the list the way other markdown parsers do:

    • Thematic breaks (---, ***, ___, * * *) were swallowed into the list item as literal paragraph text — along with every line after them. They now terminate the list and become a horizontal rule.
    • Fenced code blocks (``` and ~~~) were nested inside the list item. They now terminate the list and become a top-level code block.
    • Unindented bullet markers (- item) were nested inside the ordered list item. They now terminate the ordered list and start a new top-level bullet list. Indented bullets still nest inside the item as before.

    An indented ***/___ inside item content is now also parsed as a horizontal rule inside the item instead of literal text. A --- line directly below item paragraph text keeps its current behavior because it is a setext heading underline per CommonMark, not a thematic break.

  • 94de762: Fix indented ordered list items (e.g. one leading space before the marker, as happens when a top-level ordered list is itself nested inside another list) losing inline formatting during markdown parsing. The custom ordered-list markdown tokenizer built its nested structure with a hardcoded base indentation of 0, so an item whose actual indentation was non-zero never matched, causing the tokenizer to silently produce zero items and bail out — falling back to a path that left the item's content as literal, unparsed text instead of running it through inline tokenization (bold, italic, etc. were lost). The base indentation is now taken from the first collected item instead of being hardcoded.

  • Updated dependencies [94de762]

@​tiptap/extensions
Patch Changes
  • 94de762: Fixed placeholder flickering and disappearance on large documents. Replaced the viewport-based decoration scan with an incremental StateField<DecorationSet> that only re-computes decorations for top-level nodes touched by each transaction. This eliminates the dependency on DOM measurement (posAtCoords), requestAnimationFrame scheduling, and scroll listeners that caused flickering under collaboration, occlusion, and rapid edits.
  • Updated dependencies [94de762]
@​tiptap/extension-audio
Patch Changes
@​tiptap/extension-blockquote
Patch Changes
@​tiptap/extension-bold
Patch Changes
@​tiptap/extension-bubble-menu
Patch Changes
@​tiptap/extension-code
Patch Changes
@​tiptap/extension-code-block
Patch Changes
@​tiptap/extension-code-block-lowlight
Patch Changes
@​tiptap/extension-collaboration
Patch Changes
@​tiptap/extension-collaboration-caret
Patch Changes
@​tiptap/extension-details
Patch Changes
@​tiptap/extension-document
Patch Changes
@​tiptap/extension-drag-handle
Patch Changes
@​tiptap/extension-emoji
Patch Changes
@​tiptap/extension-file-handler
Patch Changes
@​tiptap/extension-floating-menu
Patch Changes
@​tiptap/extension-hard-break
Patch Changes
@​tiptap/extension-heading
Patch Changes
@​tiptap/extension-highlight
Patch Changes
@​tiptap/extension-horizontal-rule
Patch Changes
@​tiptap/extension-image
Patch Changes
@​tiptap/extension-invisible-characters
Patch Changes
@​tiptap/extension-italic
Patch Changes
@​tiptap/extension-link
Patch Changes
@​tiptap/extension-mathematics
Patch Changes
@​tiptap/extension-mention
Patch Changes
@​tiptap/extension-node-range
Patch Changes
@​tiptap/extension-paragraph
Patch Changes
@​tiptap/extension-strike
Patch Changes
@​tiptap/extension-subscript
Patch Changes
@​tiptap/extension-superscript
Patch Changes
@​tiptap/extension-table
Patch Changes
@​tiptap/extension-table-of-contents
Patch Changes
@​tiptap/extension-text
Patch Changes
@​tiptap/extension-text-align
Patch Changes
@​tiptap/extension-text-style
Patch Changes
@​tiptap/extension-twitch
Patch Changes
@​tiptap/extension-typography
Patch Changes
@​tiptap/extension-underline
Patch Changes
@​tiptap/extension-unique-id
Patch Changes
@​tiptap/extension-youtube
Patch Changes
@​tiptap/html
Patch Changes
@​tiptap/markdown
Patch Changes
@​tiptap/react
Patch Changes
@​tiptap/static-renderer
Patch Changes
@​tiptap/suggestion
Patch Changes
@​tiptap/vue-2
Patch Changes
@​tiptap/vue-3
Patch Changes
@​tiptap/extension-list-item
Patch Changes
@​tiptap/extension-list-keymap
Patch Changes
@​tiptap/extension-task-item
Patch Changes
@​tiptap/extension-task-list
Patch Changes
@​tiptap/extension-bullet-list
Patch Changes
@​tiptap/extension-ordered-list
Patch Changes
@​tiptap/extension-character-count
Patch Changes
@​tiptap/extension-dropcursor
Patch Changes
@​tiptap/extension-focus
Patch Changes
@​tiptap/extension-gapcursor
Patch Changes
@​tiptap/extension-history
Patch Changes
@​tiptap/extension-placeholder
Patch Changes
@​tiptap/extension-drag-handle-react
Patch Changes
@​tiptap/extension-drag-handle-vue-2
Patch Changes
@​tiptap/extension-drag-handle-vue-3
Patch Changes
@​tiptap/extension-table-cell
Patch Changes
@​tiptap/extension-table-header
Patch Changes
@​tiptap/extension-table-row
Patch Changes
@​tiptap/extension-color
Patch Changes
@​tiptap/extension-font-family
Patch Changes
@​tiptap/starter-kit
Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text)

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

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

v3.27.3

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants