Releases: civiccc/react-waypoint
Releases · civiccc/react-waypoint
v1.0.4
- Bump
react
dependency to 0.14 and add react-dom
to peerDependencies
v1.0.3
- Replace
this.getDOMNode()
with React.findDOMNode(this)
- Improve support for scrolling very quickly
v1.0.2
- Add event object and scope to onEnter/onLeave calls
- Allow React 0.14.0-beta peerDependency
- Always remove window resize event listener
v1.0.1
- Ignore more files for bower and npm packages
- Commit the built version for bower package
v1.0.0
- Add 'jsx' syntax to the unbuilt version of the component, and build into
'build/ReactWaypoint.js' with webpack.
- Fix corner case where scrollable parent is not the window and the window
resize should trigger a Waypoint callback.
v0.3.0
- Fix Waypoints with the window element as their scrollable parent (Firefox only)
v0.2.0
- Fix Waypoints with the window element as their scrollable parent
- Change default threshold from 0.1 to 0
- Guard against undefined scrollable parent when unmounting