- fix(autoUpdate): work around
IntersectionObserver
issue that sometimes fails to detect movement of reference element - Update dependencies:
@floating-ui/[email protected]
- fix: handle relative html offset clipping rect
- fix(getClippingRect): allow passing
DOMRect
as aboundary
- fix: handle html relative offset
- Update dependencies:
@floating-ui/[email protected]
- Update dependencies:
@floating-ui/[email protected]
- fix: test if
frameElement
is readable to avoid errors in Safari and MSEdge with cross-origin iframes - Update dependencies:
@floating-ui/[email protected]
- Update dependencies:
@floating-ui/[email protected]
- chore: fix internal dependency versioning
- Update dependencies:
@floating-ui/[email protected]
- fix(getContainingBlock): detect top layer elements
- fix(types): add optional
getClientRects()
method toVirtualElement
- chore: fix internal deps
- refactor: improve types and internal codebase consistency. All documented types are now exported.
- Update dependencies:
@floating-ui/[email protected]
- fix: correctly calculate
<svg>
arrow elementoffsetParent
. Fixes arrow positioning when styling an inner element of the floating element with a border. - fix: ignore
clippingAncestors
collision boundary for top layer elements - fix(types): correct
OffsetOptions
alias
- fix: avoid spreading rects to support
DOMRect
types - fix(types): use DOM Derivable type
- perf(autoUpdate): reduce layoutShift update checks while reference is clipped from view
- fix: calculate reference element offset relative to
offsetParent
iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
<iframe>
<div>floating</div>
<iframe>
<div>reference</div>
</iframe>
</iframe>
</html>
- fix: top layer element positioning and collision detection when using
absolute
strategy
- perf: avoid
getContainingBlock
call for non-top layer elements
- fix: handle CSS
:top-layer
elements inside containing blocks. It's no longer necessary to implement the middleware workaround outlined in #1842 (comment).
- Update dependencies:
@floating-ui/[email protected]
- 4c04669: chore: exports .d.mts types, solves #2472
- 0d18e37: refactor: avoid $ appearing in rects dimensions
- Updated dependencies [4c04669]
- Updated dependencies [afb7e5e]
- @floating-ui/[email protected]
- @floating-ui/[email protected]
- a6c72f50: fix(getOverflowAncestors): avoid traversing into iframes for clipping detection
- Updated dependencies [a6c72f50]
- Updated dependencies [0ef68ffa]
- @floating-ui/[email protected]
- @floating-ui/[email protected]
- 3426bc27: fix: traverse into iframe parents when finding overflow ancestors