Update dependency @floating-ui/react to ^0.27.0 #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^0.26.21
->^0.27.0
Release Notes
floating-ui/floating-ui (@floating-ui/react)
v0.27.16
Compare Source
Patch Changes
@floating-ui/react-dom@2.1.6
v0.27.15
Compare Source
Patch Changes
@floating-ui/react-dom@2.1.5
v0.27.14
Compare Source
Patch Changes
data-floating-ui-inert
. Fixes outside presses not working when clicking on a parent ancestor node.ShadowRoot
containersaria-selected=true
is present without being active withselect
roleFloatingPortal
exists. Prevents blockingcloseOnFocusOut
behavior.v0.27.13
Compare Source
Patch Changes
role="status"
andoutput
elements@floating-ui/utils@0.2.10
,@floating-ui/react-dom@2.1.4
v0.27.12
Compare Source
Patch Changes
aria-hidden
/inert
are cleaned up correctly when mixingoutsideElementsInert
true
/false
v0.27.11
Compare Source
Patch Changes
restoreFocus
prop@floating-ui/react-dom@2.1.3
v0.27.10
Compare Source
Patch Changes
v0.27.9
Compare Source
Patch Changes
focusItemOnOpen
state when floating element is closed. This prevents the first item being highlighted on open under certain conditions when it shouldn't be.lockScroll
detection on iPadFloatingTree
handleClose
option and docs. You can now more easily write a custom event handler function, including exported types.lockScroll
scrollbar width CSS variable (--floating-ui-scrollbar-width
)disabledIndices
to be a functionv0.27.8
Compare Source
Patch Changes
@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.parentOrientation
propv0.27.7
Compare Source
Patch Changes
FloatingDelayGroup
, this avoids a flicker when moving between floating elements to ensure one is always open with no missing frames.FloatingFocusManager
initialFocus
is not in useNextFloatingDelayGroup
(anduseNextFloatingDelayGroup
). UnlikeFloatingDelayGroup
, this component doesn't cause a re-render of unrelated consumers of the context when the delay changes, improving performance. This will eventually become the new default forFloatingDelayGroup
in v1 (Next
), as its API is different.safePolygon()
and a close delayevents
emittertabIndex=0
wheninitialFocus
is -1v0.27.6
Compare Source
Patch Changes
inline
middleware when passing a real DOM element torefs.setPositionReference
due toelement.getClientRects()
not being handledaria-hidden
when nested virtual floating element opensinert
attribute value to empty string instead of"true"
getInsideElements
prop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked witharia-hidden
anddata-floating-ui-inert
attributes.:focus-visible
checksv0.27.5
Compare Source
Patch Changes
v0.27.4
Compare Source
Patch Changes
v0.27.3
Compare Source
Patch Changes
FloatingRootContext
as thecontext
prop@floating-ui/utils@0.2.9
v0.27.2
Compare Source
Patch Changes
inert
/aria-hidden
attributes from being left on outside elementsv0.27.1
Compare Source
Patch Changes
@floating-ui/react-dom@2.1.6
v0.27.0
Compare Source
Minor Changes
inner
anduseInnerOffset
. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using nativeonScroll
that is encouraged instead.| undefined
return type for React 17Patch Changes
outsideElementsInert
prop. This enables pointer modality without a backdrop.referencePress
overflow
style for scrollbar press check. Fixes an issue where outside presses would be incorrectly prevented if the target element that was pressed appeared scrollable but was actually not.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.
This PR was generated by Mend Renovate. View the repository job log.