All Versions
70
Latest Version
Avg Release Cycle
92 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v4.0.0 Changes
- ๐ป [Breaking] Use passive event listeners in browsers that support them. This
will break any Waypoint event handler that was calling
event.preventDefault()
. - ๐ Initialize fewer event listeners.
- ๐ป [Breaking] Use passive event listeners in browsers that support them. This
will break any Waypoint event handler that was calling
-
v3.1.3 Changes
- โ Avoid warnings from React about calling PropTypes directly (#119).
-
v3.1.2 Changes
This version contains a fix for errors of the following kind:
Unable to get property 'getBoundingClientRect' of undefined or null reference
-
v3.1.1 Changes
- ๐ Fix passing props to super class, to make react-waypoint compatible with preact (thanks @kamotos!)
-
v3.1.0 Changes
๐ New properties have been added to the
onEnter
/onLeave
/onPositionChange
callbacks:waypointTop
- the waypoint's distance to the top of the viewport.viewportTop
- the distance from the scrollable ancestor to the viewport top.viewportBottom
- the distance from the bottom of the scrollable ancestor to the viewport top.
-
v3.0.0 Changes
- ๐ Change
threshold
tobottomOffset
andtopOffset
- โ Add
throttleHandler
prop to allow scrolling to be throttled
- ๐ Change
-
v2.0.3 Changes
- โ Added
debug
prop
- โ Added
-
v2.0.2 Changes
- ๐ Improved position calculation
-
v2.0.1 Changes
- โ Add React 15 support
-
v2.0.0 Changes
- ๐ฅ Breaking: Unify arguments passed to callbacks
- โ Add
displayName