This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Releases: snowcoders/react-popover
Releases · snowcoders/react-popover
Added isOpen prop for controlled scenarios
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
Move react to major version lock
1.1.3
Disable resize listener for React 15