github floating-ui/floating-ui @floating-ui/react@0.14.0

latest releases: @floating-ui/utils@0.2.2, @floating-ui/react-native@0.10.5, @floating-ui/react-dom@2.0.9...
16 months ago

New Features

  • feat(FloatingFocusManager): closeOnFocusOut prop (#2022) (#2027)

Refactors

  • @floating-ui/react-dom-interactions is now @floating-ui/react. (#2027)

    There are no breaking changes between v0.13.0 to this version, just the name of the package.

    You should be able to easily do a find-and-replace with the string to change all your imports:

    npm uninstall @floating-ui/react-dom-interactions
    npm install @floating-ui/react

Bug Fixes

  • fix(useDismiss): make outsidePress reactive to primitive values, but also referentially stable if specifying a function value (#2024) (#2027)

Don't miss a new floating-ui release

NewReleases is sending notifications on new releases.