Skip to content

build(deps): bump @tiptap/extension-floating-menu from 3.19.0 to 3.20.1#301

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tiptap/extension-floating-menu-3.20.1
Closed

build(deps): bump @tiptap/extension-floating-menu from 3.19.0 to 3.20.1#301
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tiptap/extension-floating-menu-3.20.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps @tiptap/extension-floating-menu from 3.19.0 to 3.20.1.

Release notes

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

v3.20.1

@​tiptap/extension-code-block

Patch Changes

  • Fix tilde-fenced code blocks (~~~) being silently dropped when parsing markdown

@​tiptap/extension-drag-handle

Patch Changes

  • Fix Drag event listener is removed when a plugin is registered after the DragHandle plugin.

@​tiptap/extension-unique-id

Patch Changes

  • Add support for types: 'all' in UniqueID to target every node type except doc and text.

@​tiptap/core

Patch Changes

  • Fix inline style parsing in mergeAttributes for values containing : or ; (e.g. url(https://...) or url(data:...;charset=...,)) and skip incomplete declarations

v3.20.0

@​tiptap/core

Minor Changes

  • Add transformPastedHTML extension API that allows extensions to transform pasted HTML content before it's parsed into the editor, enabling cleanup of styles, removal of dangerous content, and modification of pasted HTML through a chainable transform system.

Patch Changes

  • Fix checking if mark is active and toggling off marks when part of the selection does not allow the mark (e.g. a code block)
  • Global attributes now support shorthand string values for types: use '*' to apply to all nodes and marks, 'nodes' for all nodes (excluding text), or 'marks' for all marks.
  • Fixed a typo in the documentation of editor.view

@​tiptap/extension-drag-handle

Patch Changes

  • Fix drag handle not appearing for atom/leaf nodes like images in both nested and non-nested modes
  • Add table structure rules to prevent drag handle on table rows, cells, and headers, and fix ghost table rows when dragging tables
  • Fix drag position resolving outside the document when dragging an empty text node at the end of the document

@​tiptap/markdown

Patch Changes

... (truncated)

Changelog

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

3.20.1

Patch Changes

  • Updated dependencies [25f57e4]
    • @​tiptap/core@​3.20.1
    • @​tiptap/pm@​3.20.1

3.20.0

Patch Changes

  • 253ca1c: Fix BubbleMenu/FloatingMenu to use pluginKey as the transaction meta key so that multiple instances can be updated independently without affecting each other
  • Updated dependencies [4b731e2]
  • Updated dependencies [98546ac]
  • Updated dependencies [57624a1]
  • Updated dependencies [76ce47d]
    • @​tiptap/core@​3.20.0
    • @​tiptap/pm@​3.20.0
Commits
  • b9b9aa8 chore(release): publish a new release version (#7534)
  • 5a123c3 chore(release): publish a new release version (#7519)
  • 75846e5 Merge branch 'develop' of github.com:ueberdosis/tiptap
  • 253ca1c fix: use instance-specific pluginKey as transaction meta key in BubbleMenu/Fl...
  • See full diff 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 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-floating-menu](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-floating-menu) from 3.19.0 to 3.20.1.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-floating-menu/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.1/packages/extension-floating-menu)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-floating-menu"
  dependency-version: 3.20.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 Mar 6, 2026
@sorydima sorydima closed this Mar 7, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiptap/extension-floating-menu-3.20.1 branch March 7, 2026 11:42
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