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.



This PR contains the following updates:
^0.26.21->^0.27.0Release Notes
floating-ui/floating-ui (@floating-ui/react)
v0.27.16Compare Source
Patch Changes
@floating-ui/[email protected]v0.27.15Compare Source
Patch Changes
@floating-ui/[email protected]v0.27.14Compare Source
Patch Changes
data-floating-ui-inert. Fixes outside presses not working when clicking on a parent ancestor node.ShadowRootcontainersaria-selected=trueis present without being active withselectroleFloatingPortalexists. Prevents blockingcloseOnFocusOutbehavior.v0.27.13Compare Source
Patch Changes
role="status"andoutputelements@floating-ui/[email protected],@floating-ui/[email protected]v0.27.12Compare Source
Patch Changes
aria-hidden/inertare cleaned up correctly when mixingoutsideElementsInerttrue/falsev0.27.11Compare Source
Patch Changes
restoreFocusprop@floating-ui/[email protected]v0.27.10Compare Source
Patch Changes
v0.27.9Compare Source
Patch Changes
focusItemOnOpenstate when floating element is closed. This prevents the first item being highlighted on open under certain conditions when it shouldn't be.lockScrolldetection on iPadFloatingTreehandleCloseoption and docs. You can now more easily write a custom event handler function, including exported types.lockScrollscrollbar width CSS variable (--floating-ui-scrollbar-width)disabledIndicesto be a functionv0.27.8Compare 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.parentOrientationpropv0.27.7Compare Source
Patch Changes
FloatingDelayGroup, this avoids a flicker when moving between floating elements to ensure one is always open with no missing frames.FloatingFocusManagerinitialFocusis 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 forFloatingDelayGroupin v1 (Next), as its API is different.safePolygon()and a close delayeventsemittertabIndex=0wheninitialFocusis -1v0.27.6Compare Source
Patch Changes
inlinemiddleware when passing a real DOM element torefs.setPositionReferencedue toelement.getClientRects()not being handledaria-hiddenwhen nested virtual floating element opensinertattribute value to empty string instead of"true"getInsideElementsprop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked witharia-hiddenanddata-floating-ui-inertattributes.:focus-visiblechecksv0.27.5Compare Source
Patch Changes
v0.27.4Compare Source
Patch Changes
v0.27.3Compare Source
Patch Changes
FloatingRootContextas thecontextprop@floating-ui/[email protected]v0.27.2Compare Source
Patch Changes
inert/aria-hiddenattributes from being left on outside elementsv0.27.1Compare Source
Patch Changes
@floating-ui/[email protected]v0.27.0Compare Source
Minor Changes
inneranduseInnerOffset. 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 nativeonScrollthat is encouraged instead.| undefinedreturn type for React 17Patch Changes
outsideElementsInertprop. This enables pointer modality without a backdrop.referencePressoverflowstyle 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.