Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@FezVrasta FezVrasta released this 09 Apr 15:03
· 40 commits to master since this release

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