Skip to content

Releases: floating-ui/react-popper

2.3.0

28 Apr 10:22
Compare
Choose a tag to compare

Support for React 18

v2.2.5

25 Mar 12:12
Compare
Choose a tag to compare

Bug Fixes

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

v2.2.4

05 Nov 17:35
68a992c
Compare
Choose a tag to compare
  • allow React 17

v2.2.3

28 Apr 11:27
Compare
Choose a tag to compare
  • fix: TypeScript types broken with latest popperjs-core (#352)
  • fix: update react-popper.d.ts (#358)

v2.2.2

11 Apr 13:46
Compare
Choose a tag to compare
  • fix: usePopper update and forceUpdate TypeScript types

v2.2.1

10 Apr 06:10
Compare
Choose a tag to compare
  • fix: Common JS bundle issues

v2.2.0

09 Apr 15:03
Compare
Choose a tag to compare

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

06 Apr 06:19
Compare
Choose a tag to compare
  • feat: expose forceUpdate method

v2.0.0

31 Mar 12:51
Compare
Choose a tag to compare
  • 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

07 Nov 15:36
Compare
Choose a tag to compare
  • fix: issue with react@15 that lead to Maximum call stack size exceeded errors