Skip to content

Conversation

@dependabot
Copy link

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

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

Release notes

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

v3.3.0

Releases

@​tiptap/core@​3.3.0

Minor Changes

  • 5423726: Make input rules and paste rules respect extension priority by registering them per-extension instead of aggregating them into a single global plugin.

    Why

    Previously all addInputRules() and addPasteRules() were gathered into one global plugin which ran before the other plugins. That caused conflicts where some extensions (for example mention/suggestion with #) could not preempt the built-in heading input rule.

    What changed

    • Input and paste rules are now created and registered at the position of the owning extension. This makes their execution order follow the extension sorting/priority mechanism.
    • Behavior is more predictable: extensions with higher priority can now take precedence over lower priority extensions' input/paste rules.

    Migration & compatibility

    • This is a behavioral change. If you relied on the old global ordering (input rules always running before other plugins), you may observe different outcomes. In most cases this is desirable and fixes conflicts (like the # mention vs. heading shortcut), but be aware of the change.
    • If you need to force the previous behavior for a specific rule, you can:
      • Register the rule as a ProseMirror plugin via addProseMirrorPlugins() on the extension and place it where you want it to run.
      • Adjust the extension priority value so the extension sits earlier or later in the ordering.

    If you have any questions or see regressions after upgrading, please open an issue with a small repro and we'll help triage.

Patch Changes

  • 5423726: Fix paste rule handling for node views and defensively guard empty ranges.

    This patch ensures paste rules can correctly inspect node content when node-specific size metadata (nodeSize) is present, falling back to node.content.size when needed. It also skips empty or invalid node ranges before calling textBetween, preventing runtime errors originating from internal Fragment/Node traversals (for example: "Cannot read properties of undefined (reading 'nodeSize')").

... (truncated)

Changelog

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

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

Patch Changes

  • @​tiptap/core@​3.1.0

3.0.9

Patch Changes

  • @​tiptap/core@​3.0.9

3.0.8

Patch Changes

  • @​tiptap/core@​3.0.8

3.0.7

Patch Changes

... (truncated)

Commits
  • 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)
  • 45f1be5 chore(release): publish a new release version (#6661)
  • ea159ac chore(release): publish a new release version (#6654)
  • 8b1f41a chore(release): publish a new release version (#6649)
  • 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.3.0.
- [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.3.0/packages/extension-text)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-text"
  dependency-version: 3.3.0
  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 2, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #26.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiptap/extension-text-3.3.0 branch September 8, 2025 23:09
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