All Versions
70
Latest Version
Avg Release Cycle
92 days
Latest Release
-

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.
  • 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 to bottomOffset and topOffset
    • โž• Add throttleHandler prop to allow scrolling to be throttled
  • v2.0.3 Changes

    • โž• Added debug prop
  • 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