Skip to content

Bump the tiptap group across 1 directory with 4 updates#271

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap-120b82be81
Open

Bump the tiptap group across 1 directory with 4 updates#271
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tiptap-120b82be81

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the tiptap group with 4 updates in the / directory: @tiptap/extension-image, @tiptap/extension-placeholder, @tiptap/react and @tiptap/starter-kit.

Updates @tiptap/extension-image from 3.22.5 to 3.27.1

Release notes

Sourced from @​tiptap/extension-image's releases.

v3.27.1

@​tiptap/extension-drag-handle

Patch Changes

  • a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
  • @​tiptap/core@​3.27.1
    • @​tiptap/extension-collaboration@​3.27.1
    • @​tiptap/extension-node-range@​3.27.1
    • @​tiptap/pm@​3.27.1

@​tiptap/extension-list

Patch Changes

  • a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
  • @​tiptap/core@​3.27.1
    • @​tiptap/pm@​3.27.1

@​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/pm@​3.27.1

v3.27.0

@​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

... (truncated)

Changelog

Sourced from @​tiptap/extension-image's changelog.

3.27.1

Patch Changes

  • @​tiptap/core@​3.27.1

3.27.0

Patch Changes

  • Updated dependencies [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
    • @​tiptap/core@​3.27.0

3.26.1

Patch Changes

  • @​tiptap/core@​3.26.1

3.26.0

Patch Changes

  • @​tiptap/core@​3.26.0

3.25.0

Patch Changes

  • ec291dd: Fix: dragging an inline/resizable image within the editor no longer creates a duplicate

    When the Image extension was configured with inline: true or resize enabled, dragging an image within the editor could insert a duplicate at the drop position instead of moving it. This happened because the browser's native image drag behavior could populate dataTransfer.files, causing the FileHandler extension to intercept the drop before ProseMirror's internal move logic could run.

  • b63835b: Fix HTMLAttributes not being applied to the editor DOM when resize is enabled. The addNodeView path was using only the resolved node attributes and skipping the user-configured HTMLAttributes option. Now it merges them consistently with how renderHTML already works.

  • Updated dependencies [ec291dd]

  • Updated dependencies [454e9b8]

  • Updated dependencies [9cf8db0]

  • Updated dependencies [3d4f94c]

    • @​tiptap/core@​3.25.0

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0

3.23.6

... (truncated)

Commits
  • ed5488a chore(release): publish a new stable version (#7955)
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • ec291dd fix(image): prevent image elements from being draggable (#7889)
  • b63835b fix(extension-image): ensure HTMLAttributes are applied in editor DOM when re...
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • Additional commits viewable in compare view

Updates @tiptap/extension-placeholder from 3.22.5 to 3.27.1

Release notes

Sourced from @​tiptap/extension-placeholder's releases.

v3.27.1

@​tiptap/extension-drag-handle

Patch Changes

  • a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
  • @​tiptap/core@​3.27.1
    • @​tiptap/extension-collaboration@​3.27.1
    • @​tiptap/extension-node-range@​3.27.1
    • @​tiptap/pm@​3.27.1

@​tiptap/extension-list

Patch Changes

  • a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
  • @​tiptap/core@​3.27.1
    • @​tiptap/pm@​3.27.1

@​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/pm@​3.27.1

v3.27.0

@​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

... (truncated)

Changelog

Sourced from @​tiptap/extension-placeholder's changelog.

3.27.1

Patch Changes

  • Updated dependencies [2be3fb9]
    • @​tiptap/extensions@​3.27.1

3.27.0

Patch Changes

  • @​tiptap/extensions@​3.27.0

3.26.1

Patch Changes

  • @​tiptap/extensions@​3.26.1

3.26.0

Patch Changes

  • Updated dependencies [75e8404]
    • @​tiptap/extensions@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies
    • @​tiptap/extensions@​3.25.0

3.24.0

Patch Changes

  • Updated dependencies [2d05614]
    • @​tiptap/extensions@​3.24.0

3.23.6

Patch Changes

  • Updated dependencies [937ff2e]
    • @​tiptap/extensions@​3.23.6

3.23.5

Patch Changes

... (truncated)

Commits
  • ed5488a chore(release): publish a new stable version (#7955)
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • Additional commits viewable in compare view

Updates @tiptap/react from 3.22.5 to 3.27.1

Release notes

Sourced from @​tiptap/react's releases.

v3.27.1

@​tiptap/extension-drag-handle

Patch Changes

  • a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
  • @​tiptap/core@​3.27.1
    • @​tiptap/extension-collaboration@​3.27.1
    • @​tiptap/extension-node-range@​3.27.1
    • @​tiptap/pm@​3.27.1

@​tiptap/extension-list

Patch Changes

  • a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
  • @​tiptap/core@​3.27.1
    • @​tiptap/pm@​3.27.1

@​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/pm@​3.27.1

v3.27.0

@​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

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.27.1

Patch Changes

  • @​tiptap/core@​3.27.1
  • @​tiptap/pm@​3.27.1

3.27.0

Patch Changes

  • Updated dependencies [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
    • @​tiptap/core@​3.27.0
    • @​tiptap/pm@​3.27.0

3.26.1

Patch Changes

  • @​tiptap/core@​3.26.1
  • @​tiptap/pm@​3.26.1

3.26.0

Patch Changes

  • @​tiptap/core@​3.26.0
  • @​tiptap/pm@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies [ec291dd]
  • Updated dependencies [454e9b8]
  • Updated dependencies [9cf8db0]
  • Updated dependencies [c1a2ce8]
  • Updated dependencies [3d4f94c]
    • @​tiptap/core@​3.25.0
    • @​tiptap/pm@​3.25.0

3.24.0

Patch Changes

  • Updated dependencies [7c0499b]
    • @​tiptap/pm@​3.24.0

... (truncated)

Commits
  • ed5488a chore(release): publish a new stable version (#7955)
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • Additional commits viewable in compare view

Updates @tiptap/starter-kit from 3.22.5 to 3.27.1

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.27.1

@​tiptap/extension-drag-handle

Patch Changes

  • a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
  • @​tiptap/core@​3.27.1
    • @​tiptap/extension-collaboration@​3.27.1
    • @​tiptap/extension-node-range@​3.27.1
    • @​tiptap/pm@​3.27.1

@​tiptap/extension-list

Patch Changes

  • a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
  • @​tiptap/core@​3.27.1
    • @​tiptap/pm@​3.27.1

@​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/pm@​3.27.1

v3.27.0

@​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

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.27.1

Patch Changes

  • Updated dependencies [a16901d]
  • Updated dependencies [2be3fb9]
    • @​tiptap/extension-list@​3.27.1
    • @​tiptap/extensions@​3.27.1
    • @​tiptap/extension-list-item@​3.27.1
    • @​tiptap/extension-list-keymap@​3.27.1
    • @​tiptap/extension-bullet-list@​3.27.1
    • @​tiptap/extension-ordered-list@​3.27.1
    • @​tiptap/extension-dropcursor@​3.27.1
    • @​tiptap/extension-gapcursor@​3.27.1
    • @​tiptap/core@​3.27.1
    • @​tiptap/extension-blockquote@​3.27.1
    • @​tiptap/extension-bold@​3.27.1
    • @​tiptap/extension-code@​3.27.1
    • @​tiptap/extension-code-block@​3.27.1
    • @​tiptap/extension-document@​3.27.1
    • @​tiptap/extension-hard-break@​3.27.1
    • @​tiptap/extension-heading@​3.27.1
    • @​tiptap/extension-horizontal-rule@​3.27.1
    • @​tiptap/extension-italic@​3.27.1
    • @​tiptap/extension-link@​3.27.1
    • @​tiptap/extension-paragraph@​3.27.1
    • @​tiptap/extension-strike@​3.27.1
    • @​tiptap/extension-text@​3.27.1
    • @​tiptap/extension-underline@​3.27.1
    • @​tiptap/pm@​3.27.1

3.27.0

Patch Changes

  • Updated dependencies [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [24051bd]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
    • @​tiptap/extension-list@​3.27.0
    • @​tiptap/core@​3.27.0
    • @​tiptap/extension-link@​3.27.0
    • @​tiptap/extension-list-item@​3.27.0
    • @​tiptap/extension-list-keymap@​3.27.0
    • @​tiptap/extension-bullet-list@​3.27.0
    • @​tiptap/extension-ordered-list@​3.27.0
    • @​tiptap/extension-blockquote@​3.27.0
    • @​tiptap/extension-bold@​3.27.0
    • @​tiptap/extension-code@​3.27.0

... (truncated)

Commits
  • ed5488a chore(release): publish a new stable version (#7955)
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the automated label May 14, 2026
@dependabot dependabot Bot changed the title Bump the tiptap group with 4 updates Bump the tiptap group across 1 directory with 4 updates May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch from 7803f76 to a9d9498 Compare May 18, 2026 10:35
@bencodes07 bencodes07 force-pushed the main branch 2 times, most recently from fb14300 to 070c048 Compare May 20, 2026 08:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch 3 times, most recently from f758b19 to 879ad05 Compare May 25, 2026 09:39
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch 2 times, most recently from 1162022 to 3204e2d Compare June 1, 2026 22:20
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch from 3204e2d to 2e1ddb1 Compare June 18, 2026 06:44
Bumps the tiptap group with 4 updates in the / directory: [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image), [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder), [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) and [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit).


Updates `@tiptap/extension-image` from 3.22.5 to 3.27.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.1/packages/extension-image)

Updates `@tiptap/extension-placeholder` from 3.22.5 to 3.27.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.1/packages-deprecated/extension-placeholder)

Updates `@tiptap/react` from 3.22.5 to 3.27.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.1/packages/react)

Updates `@tiptap/starter-kit` from 3.22.5 to 3.27.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.1/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/react"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tiptap-120b82be81 branch from 2e1ddb1 to fd22ba8 Compare June 22, 2026 06:45
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