React Popper Versions Save

🍿⚛Official React library to use Popper, the positioning library

v2.3.0

2 years ago

Support for React 18

v2.2.5

3 years ago

Bug Fixes

  • Upgraded Flow to most recent version and improve the library types

v2.2.4

3 years ago
  • allow React 17

v2.2.3

4 years ago
  • fix: TypeScript types broken with latest popperjs-core (#352)
  • fix: update react-popper.d.ts (#358)

v2.2.2

4 years ago
  • fix: usePopper update and forceUpdate TypeScript types

v2.2.1

4 years ago
  • fix: Common JS bundle issues

v2.2.0

4 years ago

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

v2.1.0

4 years ago
  • feat: expose forceUpdate method

v2.0.0

4 years ago
  • feat: migration to popper v2 (#333) - BREAKING CHANGE - thanks @sgrishchenko
  • fix: change initial position style based on positionFixed prop (#336) - thanks @zkuzmic
  • docs: add missing header in README (#327) - thanks @lluia

v1.3.6

4 years ago
  • fix: issue with react@15 that lead to Maximum call stack size exceeded errors