Releases: jasonkuhrt/react-popover
Releases · jasonkuhrt/react-popover
v0.5.9
v0.5.7
v0.5.6
v0.5.5
v0.5.4
v0.5.3
0.5.2
This is an important release that makes the 0.5.x
series usable. The two prior releases had blocking issues and should not be used. Thank-you to the generous understanding and helpfulness of the community on resolving this! <3
Patches
- Remove reference to file that does not exist: 8917a44 @gabehayes @Kerumen
- Prevent untrack to execute on unmount if exit has already occurred: 499eb4c @gabehayes
- Do not call createPortal when appendTarget is not an element: 434bd80 @gabehayes
Thanks!
0.5.1
0.5.0
Warning!
Broken release, see 0.5.2.
Breaking Changes
- Feature: migrate to react 16: #141
- Feature: prop
appendTarget
now accepts a dom node reference rather than aquerySelector
string
Minor Changes
Patches
Credits
Thanks to the community for giving feedback and raising issues!
0.4.18
Features
- Expose class names to hook onto the current orientation of the Popover. These class names are
Popover-above
,Popover-below
,Popover-left
,Popover-right
. 3bf015c @hosmelq and @raulmatei for providing support while this feature was not available.