You need to sign in or sign up before continuing.
fix(deps): update dependency @floating-ui/dom to v1.7.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@floating-ui/dom (source) | dependencies | minor | 1.6.13 -> 1.7.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
floating-ui/floating-ui (@floating-ui/dom)
v1.7.0
Minor Changes
- feat(flip): add
"alignment"
string value forcrossAxis
option. This value determines if cross axis overflow checking is restricted to thealignment
of the placement only. This preventsfallbackPlacements
/fallbackAxisSideDirection
from too eagerly changing to the perpendicular side (thereby preferringshift()
if overflow is detected along the cross axis, even ifshift()
is placed afterflip()
in the middleware array).
Patch Changes
- fix: correct position when document scrollbar is on left side with fixed strategy
- Update dependencies:
@floating-ui/core@1.7.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.