Skip to content

Update tiptap monorepo to v3.27.1#2717

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

Update tiptap monorepo to v3.27.1#2717
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tiptap-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
  • 0d0094d: Ordered lists now support the type attribute (a, A, i, I).

    The <ol> type attribute is now fully preserved through the HTML round-trip:

    • type="a" → lowercase alphabetical markers
    • type="A" → uppercase alphabetical markers
    • type="i" → lowercase roman numeral markers
    • type="I" → uppercase roman numeral markers

    Paste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML type attribute and from CSS list-style-type properties.

    Plain text paste of typed ordered list markers (e.g. a. Item, I) Item, i. Item\nii. Item) is detected and converted to the correct list type.

    Markdown round-trip preserves typed markers: parsing a. Item creates type: "a", and serializing a typed list back to markdown uses the correct prefix (e.g. I., ii.).

    Joining of adjacent lists now respects type — two lists with different types (e.g. default numeric and type="a") are not merged.

  • 795033c: parseAttributes now supports any word characters at the start of classes or id attributes.

  • 0e0c4f9: Fix marksEqual to compare mark arrays as multisets instead of index-by-index, so order of marks no longer affects the result. Broaden the type signature to accept ProseMirror Mark objects (where type is an object with a name property) alongside the existing JSON mark shape ({ type: string }).

  • 6d12bb9: Fix a edge-case in rewriteUnknownContent to not fail on null-ish values inside marks or nodes.

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
  • 24051bd: Fix isAllowedUri accepting unknown protocols whose name contains a hyphen (e.g. unknown-protocol://test). The hyphen is a valid scheme character per RFC 3986, but the regex was built from a template literal where \- collapsed to -, leaving the terminator class [^a-z+.-:] to parse .-: as a character range that excluded 0-9 and / rather than -. With the proper double-escape, the regex correctly excludes - and unknown hyphenated schemes are rejected again.
  • Updated dependencies [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
ueberdosis/tiptap (@​tiptap/extension-paragraph)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

@​tiptap/extension-drag-handle
Patch Changes
@​tiptap/extension-list
Patch Changes
@​tiptap/extensions
Patch Changes
  • a16901d: Fix Placeholder flickering while a modal overlay is open. When the editor was occluded during a stream of transactions (e.g. remote collaboration edits), the viewport measurement fell back to a full-document range and repeatedly toggled the data-placeholder attribute on empty blocks. The viewport window is now frozen when the editor can't be measured reliably, so placeholders stay stable.
  • @​tiptap/core@​3.27.1
@​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-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-table-cell
Patch Changes
@​tiptap/extension-table-header
Patch Changes
@​tiptap/extension-table-row
Patch Changes
@​tiptap/core
Patch Changes
@​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-color
Patch Changes
@​tiptap/extension-details
Patch Changes
@​tiptap/extension-document
Patch Changes
@​tiptap/extension-emoji
Patch Changes
@​tiptap/extension-file-handler
Patch Changes
@​tiptap/extension-floating-menu
Patch Changes
@​tiptap/extension-font-family
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/starter-kit
Patch Changes
@​tiptap/static-renderer
Patch Changes
@​tiptap/suggestion
Patch Changes
@​tiptap/vue-2
Patch Changes
@​tiptap/vue-3
Patch Changes

v3.27.0

Compare Source

@​tiptap/extension-list
Minor Changes
  • 6270b99: Ordered lists now support the type attribute (a, A, i, I).

    The <ol> type attribute is now fully preserved through the HTML round-trip:

    • type="a" → lowercase alphabetical markers
    • type="A" → uppercase alphabetical markers
    • type="i" → lowercase roman numeral markers
    • type="I" → uppercase roman numeral markers

    Paste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML type attribute and from CSS list-style-type properties.

    Plain text paste of typed ordered list markers (e.g. a. Item, I) Item, i. Item\nii. Item) is detected and converted to the correct list type.

    Markdown round-trip preserves typed markers: parsing a. Item creates type: "a", and serializing a typed list back to markdown uses the correct prefix (e.g. I., ii.).

    Joining of adjacent lists now respects type — two lists with different types (e.g. default numeric and type="a") are not merged.

Patch Changes
@​tiptap/core
Patch Changes
  • 6270b99: Ordered lists now support the type attribute (a, A, i, I).

    The <ol> type attribute is now fully preserved through the HTML round-trip:

    • type="a" → lowercase alphabetical markers
    • type="A" → uppercase alphabetical markers
    • type="i" → lowercase roman numeral markers
    • type="I" → uppercase roman numeral markers

    Paste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML type attribute and from CSS list-style-type properties.

    Plain text paste of typed ordered list markers (e.g. a. Item, I) Item, i. Item\nii. Item) is detected and converted to the correct list type.

    Markdown round-trip preserves typed markers: parsing a. Item creates type: "a", and serializing a typed list back to markdown uses the correct prefix (e.g. I., ii.).

    Joining of adjacent lists now respects type — two lists with different types (e.g. default numeric and type="a") are not merged.

  • 6270b99: parseAttributes now supports any word characters at the start of classes or id attributes.

  • 6270b99: Fix marksEqual to compare mark arrays as multisets instead of index-by-index, so order of marks no longer affects the result. Broaden the type signature to accept ProseMirror Mark objects (where type is an object with a name property) alongside the existing JSON mark shape ({ type: string }).

  • 6270b99: Fix a edge-case in rewriteUnknownContent to not fail on null-ish values inside marks or nodes.

  • @​tiptap/pm@​3.27.0

@​tiptap/extension-link
Patch Changes
  • 6270b99: Fix isAllowedUri accepting unknown protocols whose name contains a hyphen (e.g. unknown-protocol://test). The hyphen is a valid scheme character per RFC 3986, but the regex was built from a template literal where \- collapsed to -, leaving the terminator class [^a-z+.-:] to parse .-: as a character range that excluded 0-9 and / rather than -. With the proper double-escape, the regex correctly excludes - and unknown hyphenated schemes are rejected again.
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
@​tiptap/suggestion
Minor Changes
  • 6270b99: Add props.mount(element) for fully managed popup positioning. It mounts the popup into the configured container (default document.body), keeps it anchored to the cursor, and automatically repositions on scroll, resize, and layout shifts via Floating UI's autoUpdate — no manual listeners required. It returns an unmount function to call in onExit.

    This is additive and opt-in: mounting and positioning manually with props.floatingUi + props.clientRect remains supported as an escape hatch.

  • 6270b99: Dismiss managed suggestion popups when the user clicks outside both the popup and the editor. Enabled by default for popups mounted via props.mount, and configurable with the new dismissOnOutsideClick option.

  • 6270b99: Expose Floating UI positioning configuration through SuggestionProps. Consumers can now read placement, offset, flip, container, and a resolved floatingUi config to drive their own positioning loop.

  • 6270b99: Add async suggestion lifecycle handling, including debounced async items(), in-flight request aborting, initialItems, a loading state, and a minQueryLength filter.

Patch Changes
@​tiptap/markdown
Patch Changes
  • 6270b99: Fix parsing with injected Marked instances so custom markdown tokenizers registered via marked.use(...) are respected.
  • 6270b99: Fix unrecognized HTML detection during markdown parsing to work without window.DOMParser or HTMLUnknownElement, so angle-bracket placeholders are preserved as literal text in SSR and Node environments.
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
@​tiptap/extension-drag-handle
Patch Changes
@​tiptap/server-ai-toolkit
Minor Changes
  • 6270b99: Remove legacy exports: GetSchemaAwarenessDataOptions, getSchemaAwarenessData and SchemaAwarenessData
@​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-audio
Patch Changes
@​tiptap/extension-blockquote
Patch Changes
@​tiptap/extension-bold
Patch Changes
@​tiptap/extension-bubble-menu
Patch Changes

Note

PR body was truncated to here.


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.

@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from 8139562 to 152257d Compare June 19, 2026 11:55
@renovate renovate Bot changed the title chore(deps): update tiptap monorepo to v3.27.0 chore(deps): update tiptap monorepo to v3.27.1 Jun 19, 2026
@renovate renovate Bot changed the title chore(deps): update tiptap monorepo to v3.27.1 Update tiptap monorepo to v3.27.1 Jun 21, 2026
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