Skip to content

chore(deps): update tiptap to ^3.27.1#6654

Open
renovate[bot] wants to merge 1 commit into
v4from
renovate/tiptap
Open

chore(deps): update tiptap to ^3.27.1#6654
renovate[bot] wants to merge 1 commit into
v4from
renovate/tiptap

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-bubble-menu (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-code (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-collaboration (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-drag-handle (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-drag-handle-vue-3 (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-emoji (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-floating-menu (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-horizontal-rule (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-image (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-mention (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-node-range (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-placeholder (source) ^3.26.1^3.27.1 age confidence
@tiptap/extension-text-align (source) ^3.26.1^3.27.1 age confidence
@tiptap/markdown (source) ^3.26.1^3.27.1 age confidence
@tiptap/pm (source) ^3.26.1^3.27.1 age confidence
@tiptap/starter-kit (source) ^3.26.1^3.27.1 age confidence
@tiptap/suggestion (source) ^3.26.1^3.27.1 age confidence
@tiptap/vue-3 (source) ^3.26.1^3.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-bubble-menu)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-drag-handle)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-floating-menu)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-horizontal-rule)

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-mention)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-node-range)

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-text-align)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes
  • 33687f1: Fix parsing with injected Marked instances so custom markdown tokenizers registered via marked.use(...) are respected.
  • 852ced3: 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 [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
ueberdosis/tiptap (@​tiptap/pm)

v3.27.1

Compare Source

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

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
ueberdosis/tiptap (@​tiptap/vue-3)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Patch Changes

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 06:00 AM and 09:59 AM, only on Monday (* 6-9 * * 1)
  • 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 requested a review from benjamincanac as a code owner June 29, 2026 07:46
@github-actions github-actions Bot added the v4 #4488 label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 #4488

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants