Popper Core Versions Save

A JavaScript library to position floating elements and create interactions for them.

@floating-ui/[email protected]

1 week ago

Patch Changes

  • fix: correctly calculate <svg> arrow element offsetParent. 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

@floating-ui/[email protected]

2 weeks ago

Patch Changes

  • fix: avoid spreading rects to support DOMRect types

@floating-ui/[email protected]

2 weeks ago

Patch Changes

  • fix(types): replace React_2 with React in generated .d.ts files

@floating-ui/[email protected]

2 weeks ago

Patch Changes

  • fix(types): replace React_2 with React in generated .d.ts files

@floating-ui/[email protected]

2 weeks ago

Patch Changes

  • fix(FloatingFocusManager): return focus to reference when applicable even if not focused on open
  • fix(types): simplify React types
  • fix(types): replace React_2 with React in generated .d.ts files
  • fix(types): revert React.JSX.Element back to JSX.Element
  • fix(useHover): restMs + nullish open delay should respect restMs

@floating-ui/[email protected]

2 weeks ago

Patch Changes

  • 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

@floating-ui/[email protected]

2 weeks ago

Patch Changes

  • fix: avoid spreading rects to support DOMRect types

@floating-ui/[email protected]

1 month ago

Patch Changes

  • fix(useFloating): external element synchronization with domReference and positionReference
  • fix(useFloating): set dataRef openEvent property to undefined on close. Fixes a minor issue when useHover restMs is combined with useClientPoint and focus modality was used before hover modality.
  • fix(useId): avoid import error in new bundlers when using React <18, and also ensure id collisions don't occur when multiple independent versions of Floating UI are used with React <18.

@floating-ui/[email protected]

1 month ago

Patch Changes

  • fix(useHover): ensure mouseOnly is respected when restMs is specified. Also ensure restMs is always 0 for touch input.
  • fix(types): export FloatingOverlayProps
  • feat(useDelayGroup): return the GroupContext value from the Hook, and don't require an id option to be passed. You only need to invoke useDelayGroup() and read the context data from it. As a result, useDelayGroupContext() has been deprecated as it no longer needs to be used.

@floating-ui/[email protected]

1 month ago

Patch Changes

  • fix(FloatingFocusManager): return focus to the first tabbable descendant of the reference element if the reference element itself is not focusable