Skip to content

build(deps): bump @tiptap/extension-floating-menu from 3.2.0 to 3.18.0#1

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps @tiptap/extension-floating-menu from 3.2.0 to 3.18.0.

Release notes

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

v3.18.0

@​tiptap/extension-bubble-menu

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization

@​tiptap/extension-floating-menu

Patch Changes

  • Fix BubbleMenu and FloatingMenu props not updating after initialization

@​tiptap/react

Minor Changes

  • Introduce a new, optional React integration that provides a declarative <Tiptap /> component for setting up editors in React apps.

    Summary

    • Add a new, ergonomic way to initialize and use Tiptap editors in React via <Tiptap /> components. This is an additive change and does not remove or change existing APIs.

    Why this change

    • Improves ergonomics for React users by offering a component-first API that pairs well with React patterns (hooks, JSX composition and props-driven configuration).

    Migration and usage

    • The old programmatic setup remains supported for this major version — nothing breaks. We encourage consumers to try the new <Tiptap /> component and migrate when convenient.

    Example

    import { Tiptap, useEditor } from '@tiptap/react'
    function MyEditor() {
    const editor = useEditor({ extensions: [StarterKit], content: '<h1>Hello from Tiptap</h1>' })
    return (
    <Tiptap instance={editor}>
    <Tiptap.Content />
    <Tiptap.BubbleMenu>My Bubble Menu</Tiptap.BubbleMenu>
    <Tiptap.FloatingMenu>My Floating Menu</Tiptap.FloatingMenu>
    <MenuBar /> {/* MenuBar can use the new useTiptap hook to read the editor instance from context */}
    </Tiptap>
    )
    }

    Deprecation plan

    • The old imperative setup will remain fully backward-compatible for this major release. We plan to deprecate (and remove) the legacy setup in the next major version — a deprecation notice and migration guide will be published ahead of that change.

... (truncated)

Changelog

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

3.18.0

Patch Changes

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

3.17.1

Patch Changes

  • 725d182: Fixed bubble and floating menus to properly handle hide middleware data, hiding menus when reference element is scrolled out of view
  • Updated dependencies [aa9709e]
  • Updated dependencies [b46e66a]
    • @​tiptap/core@​3.17.1
    • @​tiptap/pm@​3.17.1

3.17.0

Patch Changes

  • Updated dependencies [eecf1c9]
    • @​tiptap/core@​3.17.0
    • @​tiptap/pm@​3.17.0

3.16.0

Minor Changes

  • 9516ee0: Add updateEvent support for FloatingMenu to allow programmatic position updates via setMeta('floatingMenu', 'updatePosition')

Patch Changes

  • @​tiptap/core@​3.16.0
  • @​tiptap/pm@​3.16.0

3.15.3

Patch Changes

  • Updated dependencies [8f86f06]
    • @​tiptap/core@​3.15.3
    • @​tiptap/pm@​3.15.3

3.15.2

Patch Changes

  • @​tiptap/core@​3.15.2

... (truncated)

Commits
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@tiptap/extension-floating-menu](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-floating-menu) from 3.2.0 to 3.18.0.
- [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.18.0/packages/extension-floating-menu)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-floating-menu"
  dependency-version: 3.18.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 Jan 30, 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.

0 participants