React Hover Observer Versions Save

A React component that notifies its children of hover interactions

v2.1.1

5 years ago

Fixes #8

With the React 16.5.0 release, this component's use of isReactComponent breaks React's shouldConstruct check. Here is a more detailed explanation of the problem: facebook/react#13580

v2.1.0

6 years ago

Release Notes

  • Please see readme for details
  • Special thanks to @ElGrecode for suggesting this feature!

v2.0.2

6 years ago

Release Notes

Support React 16 Upgrade dependencies Bug fix: If child component renders null react-hover-observer throws exception

v2.0.0

6 years ago

Notes

  • Support React 15.5
  • onMouseEnter prop now defaults to setting isHovering
  • onMouseLeave prop now defaults to unsetting isHovering
  • Four new editable examples hosted on CodePen
  • Test coverage monitored by Coveralls
  • Package now includes CommonJS, ES6, and UMD modules
  • Upgrade dependencies