Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps @tiptap/extension-text from 3.0.1 to 3.6.2.

Release notes

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

v3.6.2

Releases

v3.6.2

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix a bug where the bubble menu could throw an error if the editor was destroyed while the plugin was cleaning up.

v3.6.1

Releases

v3.6.1

@​tiptap/react

Patch Changes

  • Hotfix: Fix a crash in the React package that could occur during mounting/unmounting when the editor wasn't fully initialized. This prevents a runtime error and improves stability.

v3.6.0

Releases

v3.6.0

@​tiptap/core

Patch Changes

  • Improve typing and docs for EditorOptions.element to reflect all supported mounting modes and align behavior across adapters.

    • element now accepts:
      • Element: the editor is appended inside the given element.
      • { mount: HTMLElement }: the editor is mounted directly to mount (no extra wrapper).
      • (editorEl: HTMLElement) => void: a function that receives the editor element so you can place it anywhere in the DOM.
      • null: no automatic mounting.

@​tiptap/extension-table

Patch Changes

  • Parse cell colwidth from nearest <colgroup> when missing on the cell

    When importing HTML, table column widths are often declared on a surrounding <colgroup> rather than on each <td>. Previously, tableCell only read the colwidth attribute from the cell itself and would lose width information in that case. The implementation now falls back to reading the corresponding <col>'s width from the table's <colgroup> using the cell's index.

    This is a non-breaking bugfix that preserves layout information when HTML uses <colgroup>. Consider adding a small demo or unit test to assert colwidth is preserved for cells when only the <colgroup> contains width attributes.

  • Fixes table wrapper replacement and lost selections when resizable: true.

... (truncated)

Changelog

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

3.6.2

Patch Changes

  • @​tiptap/core@​3.6.2

3.6.1

Patch Changes

  • @​tiptap/core@​3.6.1

3.6.0

Patch Changes

  • Updated dependencies [c0190bd]
    • @​tiptap/core@​3.6.0

3.5.3

Patch Changes

  • @​tiptap/core@​3.5.3

3.5.2

Patch Changes

  • @​tiptap/core@​3.5.2

3.5.1

Patch Changes

  • @​tiptap/core@​3.5.1

3.5.0

Patch Changes

  • @​tiptap/core@​3.5.0

3.4.6

Patch Changes

  • Updated dependencies [968016f]
    • @​tiptap/core@​3.4.6

... (truncated)

Commits
  • 5a9580d chore(release): publish a new release version (#7027)
  • daf78ec chore(release): publish a new release version (#7014)
  • ec6a3a7 chore(release): publish a new release version (#7012)
  • 06d0bea chore(release): publish a new release version (#7009)
  • 97a00f8 chore(release): publish a new release version (#7007)
  • 5eac770 chore(release): publish a new release version (#7003)
  • 2b82cb1 chore(release): publish a new release version (#6999)
  • 4c52c72 chore(release): publish a new release version (#6997)
  • fd61b0c chore(release): publish a new release version (#6995)
  • fc9af15 chore(release): publish a new release version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tiptap/extension-text](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text) from 3.0.1 to 3.6.2.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.6.2/packages/extension-text)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-text"
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 30, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #39.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiptap/extension-text-3.6.2 branch October 6, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant