- Added Popover.update() to allow for force update after animations
- Fixed bug regarding stateless popover's not repositioning when reopened
- Added an isOpen prop to support a controlled component
- Reduced javascript output from ~20k to ~10k by moving to webpack
- Enabled resize listener for React 15
- Fixed initial position of popper
- Disabled resize listener for React 15 due to complaints of errors
- TargetClick no longer nests
sci-react-unstyled-button
in side of a span. Thanks Jason! - Fixed Popper.Click not scrolling with page
- Changed dependencies from @snowcoders/react-popper to react-popper now that it's at 1.0.0
- TargetClick now nests the
sci-react-unstyled-button
within aspan
- Added classname overrides for the target and popper to make customization easier
- Added peer-dependency to react-resize-detector to fix position on content size changes
- Fixed popper.blur to close if the target is clicked
- Added Open and Close methods on Popover
- Added popper.none that is only controled by the target
- Initial release!