Releases: civiccc/react-waypoint
Releases · civiccc/react-waypoint
v1.2.3
Changes:
- Added
scrollableParent
prop so that you can override the default one
- Allow waypoint to be used in a
window
-less environment (server-side "rendering"!)
Thanks to @khankuan for the patches.
v1.2.2
Changes:
- Added
fireOnRapidScroll
prop, so that you can disable firing onEnter
and onLeave
when scrolling rapidly past a waypoint. (patch by @lordakshaya)
v1.2.1
Changes:
- Make bundled waypoint.js easier to import
v1.2.0
Changes:
- Upgrade Babel from 5 to 6
- Convert from CommonJS to ES2015 modules
- Convert from React.createClass to ES2015 class
- Remove bower support
v1.1.3
- Calculate proper offset when or has a margin
v1.1.1
- Add statics for edge argument used by
onEnter
and onLeave
- Prevent scroll handler from blowing up if the component is not mounted at the time of execution
v1.1.0
- Add second parameter to
onEnter
and onLeave
callbacks to indicate
from which direction the waypoint entered from and to respectively.
v1.0.6
- Prevent duplicate onError/onLeave callbacks
v1.0.5
- Prevent error when
<html>
has a scrollable overflow styling