Skip to content

@floating-ui/react@0.26.11

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 02:05
· 30 commits to master since this release
9b4b614

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.