Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Releases: snowcoders/react-popover

Added isOpen prop for controlled scenarios

17 Oct 08:42
4066d01
Compare
Choose a tag to compare

Before this release the component would always have to be opened and closed via a uncontrolled component scenario (e.g. via ref's). We have now added the ability to control the open and close state via prop.

1.1.4

07 Aug 02:01
Compare
Choose a tag to compare
Move react to major version lock

1.1.3

07 Aug 01:52
4bea3d4
Compare
Choose a tag to compare
Disable resize listener for React 15