chore(deps): update tiptap monorepo to v3.27.4#434
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
1cc77eb to
02df0f3
Compare
e2db253 to
d59b4eb
Compare
41fa755 to
0620f57
Compare
d59b4eb to
791a779
Compare
e7d0ce8 to
41464cf
Compare
791a779 to
a57009c
Compare
138e700 to
c6447be
Compare
a57009c to
0bfa662
Compare
c6447be to
23dc0d4
Compare
0bfa662 to
d2a26c6
Compare
d2a26c6 to
b95cdbe
Compare
74a0eb2 to
96a2079
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.43.27.1→3.27.4Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.27.4Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c: FixdeleteSelectionto 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.v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/extension-color)
v3.27.4Patch Changes
v3.27.3Compare Source
Patch Changes
v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-gapcursor)
v3.27.4Patch Changes
d2983cd]v3.27.3Compare Source
Patch Changes
76a76da]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-highlight)
v3.27.4Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-table)
v3.27.4Patch Changes
246e1e8: Fix<col width>in a table's<colgroup>being ignored when parsing HTML. The width of the first column was always dropped because the cell index0failed a truthiness check, and header cells (<th>) never read the colgroup at all. Both table cells and table headers now fall back to the matching<col>element'swidthattribute when they have nocolwidthattribute of their own.edaac47: Fix pipe characters inside backtick inline code spans being incorrectly treated as table column delimiters in both leading-pipe and pipeless (no leading|) GFM tables. Cells containing expressions like`||`or`a || b`now parse correctly instead of splitting into extra columns and losing their code formatting.v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ceebb31]ueberdosis/tiptap (@tiptap/extension-text-align)
v3.27.4Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extension-text-style)
v3.27.4Patch Changes
v3.27.3Compare Source
Patch Changes
023f98c]v3.27.2Compare Source
Patch Changes
ueberdosis/tiptap (@tiptap/extensions)
v3.27.3Compare Source
@tiptap/core
Patch Changes
94de762: FixdeleteSelectionto 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/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:---,***,___,* * *) 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.```and~~~) were nested inside the list item. They now terminate the list and become a top-level code block.- 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 incrementalStateField<DecorationSet>that only re-computes decorations for top-level nodes touched by each transaction. This eliminates the dependency on DOM measurement (posAtCoords),requestAnimationFramescheduling, and scroll listeners that caused flickering under collaboration, occlusion, and rapid edits.94de762]@tiptap/extension-audio
Patch Changes
94de762]@tiptap/extension-blockquote
Patch Changes
94de762]@tiptap/extension-bold
Patch Changes
94de762]@tiptap/extension-bubble-menu
Patch Changes
94de762]@tiptap/extension-code
Patch Changes
94de762]@tiptap/extension-code-block
Patch Changes
94de762]@tiptap/extension-code-block-lowlight
Patch Changes
94de762]@tiptap/extension-collaboration
Patch Changes
94de762]@tiptap/extension-collaboration-caret
Patch Changes
94de762]@tiptap/extension-details
Patch Changes
94de762]@tiptap/extension-document
Patch Changes
94de762]@tiptap/extension-drag-handle
Patch Changes
94de762]@tiptap/extension-emoji
Patch Changes
94de762]@tiptap/extension-file-handler
Patch Changes
94de762]@tiptap/extension-floating-menu
Patch Changes
94de762]@tiptap/extension-hard-break
Patch Changes
94de762]@tiptap/extension-heading
Patch Changes
94de762]@tiptap/extension-highlight
Patch Changes
94de762]@tiptap/extension-horizontal-rule
Patch Changes
94de762]@tiptap/extension-image
Patch Changes
94de762]@tiptap/extension-invisible-characters
Patch Changes
94de762]@tiptap/extension-italic
Patch Changes
94de762]@tiptap/extension-link
Patch Changes
94de762]@tiptap/extension-mathematics
Patch Changes
94de762]@tiptap/extension-mention
Patch Changes
94de762]@tiptap/extension-node-range
Patch Changes
94de762]@tiptap/extension-paragraph
Patch Changes
94de762]@tiptap/extension-strike
Patch Changes
94de762]@tiptap/extension-subscript
Patch Changes
94de762]@tiptap/extension-superscript
Patch Changes
94de762]@tiptap/extension-table
Patch Changes
94de762]@tiptap/extension-table-of-contents
Patch Changes
94de762]@tiptap/extension-text
Patch Changes
94de762]@tiptap/extension-text-align
Patch Changes
94de762]@tiptap/extension-text-style
Patch Changes
94de762]@tiptap/extension-twitch
Patch Changes
94de762]@tiptap/extension-typography
Patch Changes
94de762]@tiptap/extension-underline
Patch Changes
94de762]@tiptap/extension-unique-id
Patch Changes
94de762]@tiptap/extension-youtube
Patch Changes
94de762]@tiptap/html
Patch Changes
94de762]@tiptap/markdown
Patch Changes
94de762]@tiptap/react
Patch Changes
94de762]@tiptap/static-renderer
Patch Changes
94de762]@tiptap/suggestion
Patch Changes
94de762]@tiptap/vue-2
Patch Changes
94de762]@tiptap/vue-3
Patch Changes
94de762]@tiptap/extension-list-item
Patch Changes
94de762]94de762]@tiptap/extension-list-keymap
Patch Changes
94de762]94de762]@tiptap/extension-task-item
Patch Changes
94de762]94de762]@tiptap/extension-task-list
Patch Changes
94de762]94de762]@tiptap/extension-bullet-list
Patch Changes
94de762]94de762]@tiptap/extension-ordered-list
Patch Changes
94de762]94de762]@tiptap/extension-character-count
Patch Changes
94de762]@tiptap/extension-dropcursor
Patch Changes
94de762]@tiptap/extension-focus
Patch Changes
94de762]@tiptap/extension-gapcursor
Patch Changes
94de762]@tiptap/extension-history
Patch Changes
94de762]@tiptap/extension-placeholder
Patch Changes
94de762]@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
94de762]94de762]94de762]94de762]v3.27.2Compare Source
@tiptap/extension-emoji
Patch Changes
ceebb31: Fix arrow key navigation past emoji nodes in Firefox. Previously, pressing ArrowLeft with the cursor adjacent to an inline non-selectable emoji node at a paragraph boundary would not move the cursor in Firefox. The cursor now correctly skips over emoji nodes in both directions.ceebb31]@tiptap/extension-file-handler
Patch Changes
ceebb31: AddconsumePasteEventoption to the file-handler extension. Whentrue,handlePastereturnstrueeven when HTML content is present in the clipboard, preventing paste rules from other extensions from creating duplicate content. Default isfalse.ceebb31]@tiptap/extension-drag-handle
Patch Changes
ceebb31: Fix NodeRangeSelection not being restored after drag-and-drop when Collaboration (Yjs) is enabled. Drop anchor positions are now tracked with Yjs relative positions and remapped acrossisChangeOrigindocument rebuilds, and selection restore runs viaappendTransactionafter the drop transaction settles.ceebb31: Fix the drag handle when the editor renders zero-size widget decorations, such as the page chrome injected by the Pages extension. The handle now resolves to the correct block instead of failing to position or aligning to a decoration, and it stays above positioned page chrome so it remains clickable.ceebb31]@tiptap/extension-link
Patch Changes
ceebb31: CoerceundefinedHTMLAttributes (target,rel,class) tonullso ProseMirror does not emit "No value supplied for attribute" warnings when these options are explicitly set toundefined.ceebb31]@tiptap/extension-list
Patch Changes
ceebb31: Fix a markdown parsing bug where a heading right after an ordered list item (with no blank line in between) got pulled into the list item as plain text, so you'd see a literal###inside the list instead of an actual heading. Headings now end the list and get parsed properly, the way other markdown parsers handle it. Indented headings inside a list item are also parsed as real headings now instead of literal text.ceebb31]@tiptap/extension-mathematics
Patch Changes
ceebb31: Allow KaTeX 0.17ceebb31]@tiptap/react
Patch Changes
ceebb31: Change prop types of the Tiptap component so that either theeditoror theinstancefields are requiredceebb31]@tiptap/extension-drag-handle-react
Patch Changes
ceebb31: Fix React 19 strict mode compatibility by using useRef instead of useState for the portal element. Changing theclassNameprop now updates the element in place without re-registering the drag handle plugin.ceebb31]ceebb31]ceebb31]ceebb31]@tiptap/static-renderer
Patch Changes
ceebb31: Fix the static renderer ignoringunhandledNodeandunhandledMarkfor node or mark types missing from the schema; such content now falls back to those renderers instead of throwing inNode.fromJSONceebb31]@tiptap/pm
Patch Changes
ceebb31: Updated all ProseMirror packages to the latest publicly available versions@tiptap/extension-drag-handle-vue-2
Patch Changes
ceebb31]ceebb31]ceebb31]@tiptap/extension-drag-handle-vue-3
Patch Changes
ceebb31]ceebb31]ceebb31]@tiptap/extension-list-item
Patch Changes
ceebb31]@tiptap/extension-list-keymap
Patch Changes
ceebb31]@tiptap/extension-task-item
Patch Changes
ceebb31]@tiptap/extension-task-list
Patch Changes
ceebb31]@tiptap/extension-bullet-list
Patch Changes
ceebb31]@tiptap/extension-ordered-list
Patch Changes
ceebb31]@tiptap/core
Patch Changes
ceebb31]@tiptap/extension-bubble-menu
Patch Changes
ceebb31]@tiptap/extension-code-block
Patch Changes
ceebb31]Configuration
📅 Schedule: (in timezone Europe/Paris)
* 0-3 * * *)* 0-3 * * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.