Releases: floating-ui/react-popper
Releases · floating-ui/react-popper
v2.2.5
Bug Fixes
- Upgraded Flow to most recent version and improve the library types
v2.2.3
- fix: TypeScript types broken with latest popperjs-core (#352)
- fix: update react-popper.d.ts (#358)
v2.2.2
- fix:
usePopper
update
and forceUpdate
TypeScript types
v2.2.1
- fix: Common JS bundle issues
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
v2.1.0
- feat: expose forceUpdate method
v2.0.0
- 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
- fix: issue with react@15 that lead to
Maximum call stack size exceeded
errors