Skip to content
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

fix(deps): update dependency @floating-ui/react-dom-interactions to v0.11.0 #295

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

plural-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@floating-ui/react-dom-interactions (source) dependencies minor 0.10.3 -> 0.11.0

Release Notes

floating-ui/floating-ui

v0.11.0

Compare Source

New Features

  • feat(inner): allow custom scrollRef (#​1957)

    The floating element itself was required to be the scrolling container - however, it can be useful to use an inner element as the scrolling container instead.

    This allows you to position inner elements relative to the floating element (e.g. scroll arrows that are direct children, not inside the scrolling container) more easily using standard CSS layout instead of needing to take into account the scroll offsets.

Bug Fixes

  • fix(FloatingFocusManager): ignore focusout event for returnFocus (#​1955)

    With non-modal focus management, generally it is still desirable to keep returnFocus enabled for things like dismissal or closing the element via a button. If the user tabs out of the floating element, it will now focus the next/prev natural element in the DOM order, not the reference element.

  • fix: support falsy values in middleware option for conditionals (#​1954)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

@plural-renovate plural-renovate bot requested a review from a team as a code owner November 15, 2022 13:59
@plural-renovate plural-renovate bot force-pushed the renovate/floating-ui-react-dom-interactions-0.x branch from 8d6eb0e to 3fc491d Compare November 15, 2022 14:07
@plural-renovate plural-renovate bot force-pushed the renovate/floating-ui-react-dom-interactions-0.x branch from 3fc491d to 85d4ec0 Compare November 15, 2022 14:12
@davidspek davidspek enabled auto-merge (squash) November 15, 2022 14:14
@davidspek davidspek merged commit c08a1fa into main Nov 15, 2022
@plural-renovate plural-renovate bot deleted the renovate/floating-ui-react-dom-interactions-0.x branch November 15, 2022 14:16
@plural-bot
Copy link
Contributor

🎉 This PR is included in version 1.290.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants