This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Releases: floating-ui/react-popper
Releases · floating-ui/react-popper
2.3.0
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
This release is shipped as a minor patch but it's actually a complete rewrite of the library, the whole API should still be 100% backward compatible so if you encounter any issue please don't hesitate to open a new issue!
With react-popper 2.2.0 we finally provide a React Hook interface to use Popper, you can import the hook with import { usePopper } from 'react-popper'
, the docs are on the README.
- feat: usePopper hook
- fix: add forceUpdate to types