Skip to content

[Docs Site] Bump @floating-ui/react from 0.27.7 to 0.27.8 #22402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps @floating-ui/react from 0.27.7 to 0.27.8.

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.27.8

Patch Changes

  • feat: export most utils under @floating-ui/react/utils. This makes it a lot easier to write your own custom interaction hooks, or copy/paste the existing ones to change the way they are implemented yourself without patching or waiting for features/breaking changes.
  • perf(FloatingFocusManager): move manual tabindex handling on floating element to an event. Improves performance when the floating element has a large amount of content or the content changes frequently e.g. virtualized scrolling.
  • fix(FloatingFocusManager): prioritize returning focus to reference if available
  • feat(useListNavigation): add parentOrientation prop
Changelog

Sourced from @​floating-ui/react's changelog.

0.27.8

Patch Changes

  • feat: export most utils under @floating-ui/react/utils. This makes it a lot easier to write your own custom interaction hooks, or copy/paste the existing ones to change the way they are implemented yourself without patching or waiting for features/breaking changes.
  • perf(FloatingFocusManager): move manual tabindex handling on floating element to an event. Improves performance when the floating element has a large amount of content or the content changes frequently e.g. virtualized scrolling.
  • fix(FloatingFocusManager): prioritize returning focus to reference if available
  • feat(useListNavigation): add parentOrientation prop
Commits
  • 8b83786 chore: version packages (#3300)
  • d97b16f fix(FloatingFocusManager): handle data-tabindex attribute
  • 3226dd0 fix(FloatingFocusManager): check for data-tabindex existence
  • eeade99 feat: (useListNavigation): add parentOrientation prop (#3296)
  • 1bc8e26 feat(react): export most utils (#3297)
  • 18add92 perf(FloatingFocusManager): move manual tabindex handling on floating eleme...
  • 9364ce0 fix(FloatingFocusManager): prioritize returning focus to reference if availab...
  • 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 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)

@dependabot dependabot bot requested a review from KianNH May 13, 2025 20:17
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2025 20:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/floating-ui/react-0.27.8 branch from 7795b94 to 315ed27 Compare May 14, 2025 16:50
Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.27.7 to 0.27.8.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-version: 0.27.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/floating-ui/react-0.27.8 branch from 315ed27 to b33cdd1 Compare May 15, 2025 20:09
@KianNH KianNH enabled auto-merge (squash) May 15, 2025 20:18
@KianNH KianNH merged commit 6b7c76e into production May 15, 2025
6 checks passed
@KianNH KianNH deleted the dependabot/npm_and_yarn/floating-ui/react-0.27.8 branch May 15, 2025 20:21
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes a docs contribution, big or small label May 15, 2025
Copy link

holopin-bot bot commented May 15, 2025

Congratulations @dependabot[bot], the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cmaptf80t78140dlh8ln5mkbc

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution [Holopin] Recognizes a docs contribution, big or small dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants