Skip to content

Conversation

@dependabot
Copy link

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

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

Release notes

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

v3.4.1

Releases

@​tiptap/extension-text-style@​3.4.1

Patch Changes

  • 46fa8b8: Prefer the raw inline style attribute when parsing color and background-color so the original format (hex, rgba/hsla, etc.) is preserved instead of falling back to the computed element.style.* value (which often resolves to rgb(...)).

    This fixes mismatches where consumers (for example, demo toolbars and color pickers) expected the original hex values when initializing the editor from HTML.

    • The color and background-color parsers now look for a style attribute first and extract the declared value. If no raw style is present, they still fall back to element.style.color / element.style.backgroundColor.

    MIGRATION NOTES

    • This is a patch-level change. It corrects parsing behavior and is the least-disruptive fix for the issue.
    • If your code relied on the parser returning computed rgb(...) strings, you may see different string values (for example #958DF1 instead of rgb(149, 141, 241)) when HTML contained hex values.
    • If you need a stable, normalized format for comparisons, normalize the attribute (for example with a color utility like tinycolor2) before comparing or use the editor APIs in a way that doesn't depend on the exact string representation.
    • @​tiptap/core@​3.4.1

@​tiptap/react@​3.4.1

Patch Changes

  • 4dd8d58: fix: @​types/react version mismatch

@​tiptap/suggestion@​3.4.1

Patch Changes

  • 59fb86f: Previously, clientRect was only obtained through decorationNode. If decorationNode could not be obtained, clientRect was set to null, which caused the suggestion not to render in some IME scenarios (notably Chinese IME).

    This change adds a fallback method to compute clientRect from the editor's cursor position when decorationNode is not available. It generates a DOMRect based on the cursor coordinates so the suggestion can render even when the decoration node is missing.

v3.4.0

Releases

... (truncated)

Changelog

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

3.4.1

Patch Changes

  • @​tiptap/core@​3.4.1

3.4.0

Patch Changes

  • Updated dependencies [895c73f]
  • Updated dependencies [ad51daa]
    • @​tiptap/core@​3.4.0

3.3.1

Patch Changes

  • @​tiptap/core@​3.3.1

3.3.0

Patch Changes

  • Updated dependencies [5423726]
  • Updated dependencies [5423726]
    • @​tiptap/core@​3.3.0

3.2.2

Patch Changes

  • @​tiptap/core@​3.2.2

3.2.1

Patch Changes

  • Updated dependencies [6a2873f]
    • @​tiptap/core@​3.2.1

3.2.0

Patch Changes

  • Updated dependencies [5056e3e]
    • @​tiptap/core@​3.2.0

3.1.0

... (truncated)

Commits
  • a51159f chore(release): publish a new release version (#6912)
  • fff4619 chore(release): publish a new release version (#6911)
  • d019c84 chore(release): publish a new release version (#6900)
  • ba8d13f chore(release): publish a new release version (#6863)
  • 1a23204 chore(release): publish a new release version (#6860)
  • 11d430c chore(release): publish a new release version (#6853)
  • 71db1f2 chore(release): publish a new release version (#6792)
  • 03cfa84 chore(release): publish a new release version (#6791)
  • 224cb2c chore(release): publish a new release version (#6753)
  • ed0dd52 chore(release): publish a new release version (#6750)
  • 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.4.1.
- [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.4.1/packages/extension-text)

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

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

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #32.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiptap/extension-text-3.4.1 branch September 22, 2025 22:27
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