Skip to content

chore(deps): bump @tiptap/extension-floating-menu from 2.3.0 to 3.20.3 in /frontend#16

Open
dependabot[bot] wants to merge 291 commits into
mainfrom
dependabot/npm_and_yarn/frontend/tiptap/extension-floating-menu-3.20.3
Open

chore(deps): bump @tiptap/extension-floating-menu from 2.3.0 to 3.20.3 in /frontend#16
dependabot[bot] wants to merge 291 commits into
mainfrom
dependabot/npm_and_yarn/frontend/tiptap/extension-floating-menu-3.20.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps @tiptap/extension-floating-menu from 2.3.0 to 3.20.3.

Release notes

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

v3.20.3

@​tiptap/react

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/vue-2

Patch Changes

  • Forward BubbleMenu and FloatingMenu HTML props to the actual menu element so attributes like className, style, data-*, and event handlers bind to the positioned menu container.
  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/core

Patch Changes

  • Fixed isNodeEmpty() so multi-line text with non-whitespace content is no longer treated as empty when ignoreWhitespace is enabled.
  • Fixed overlapping bold and italic markdown serialization and round-tripping.

@​tiptap/extension-unique-id

Patch Changes

  • Fixed a bug where empty paragraphs accumulated in the document on every page reload when using the UniqueID extension with the Collaboration extension and an externally created Yjs provider.

@​tiptap/extension-youtube

Patch Changes

  • Export missing getEmbedUrlFromYoutubeUrl and isValidYoutubeUrl embed URL utility functions

@​tiptap/vue-3

Patch Changes

  • Generate a stable per-instance menu plugin key automatically when pluginKey is omitted, so multiple BubbleMenu or FloatingMenu components can be mounted without colliding.

@​tiptap/extension-placeholder

Patch Changes

  • Skip placeholder decorations on non-textblock nodes when includeChildren is enabled to prevent duplicate placeholders on wrapper nodes like lists.

@​tiptap/extension-bold

Patch Changes

... (truncated)

Changelog

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

3.20.3

Patch Changes

  • Updated dependencies [c94fac4]
  • Updated dependencies [6b9ea92]
    • @​tiptap/core@​3.20.3
    • @​tiptap/pm@​3.20.3

3.20.2

Patch Changes

  • Updated dependencies [269823d]
    • @​tiptap/core@​3.20.2
    • @​tiptap/pm@​3.20.2

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

3.19.0

Patch Changes

  • @​tiptap/core@​3.19.0
  • @​tiptap/pm@​3.19.0

3.18.0

Patch Changes

  • 3e446fb: Fix BubbleMenu and FloatingMenu props not updating after initialization
    • @​tiptap/core@​3.18.0

... (truncated)

Commits
  • 48e0289 chore(release): publish a new stable version (#7606)
  • cbc999f chore(release): publish a new release version (#7602)
  • 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...
  • 73ece76 chore(release): publish a new release version (#7480)
  • a0ab1d6 chore(release): publish a new release version (#7460)
  • 3046a77 Merge branch 'main' of github.com:ueberdosis/tiptap into develop
  • f592f0a chore(release): publish a new release version (#7443)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tiptap/extension-floating-menu since your current version.


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)

leomorpho added 30 commits March 3, 2026 14:10
leomorpho and others added 25 commits March 16, 2026 19:08
Bumps [@tiptap/extension-floating-menu](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-floating-menu) from 2.3.0 to 3.20.3.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-floating-menu/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.3/packages/extension-floating-menu)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-floating-menu"
  dependency-version: 3.20.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 16, 2026
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