Skip to content

Releases: civiccc/react-waypoint

v1.2.3

21 Jan 08:31
Compare
Choose a tag to compare

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

20 Jan 12:49
Compare
Choose a tag to compare

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

15 Jan 09:41
Compare
Choose a tag to compare

Changes:

  • Make bundled waypoint.js easier to import

v1.2.0

04 Jan 12:23
Compare
Choose a tag to compare

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

14 Dec 18:27
Compare
Choose a tag to compare
  • Calculate proper offset when or has a margin

v1.1.2

12 Nov 17:19
Compare
Choose a tag to compare
  • Fix built version

v1.1.1

12 Nov 17:19
Compare
Choose a tag to compare
  • 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

31 Oct 12:16
Compare
Choose a tag to compare
  • Add second parameter to onEnter and onLeave callbacks to indicate
    from which direction the waypoint entered from and to respectively.

v1.0.6

27 Oct 18:01
Compare
Choose a tag to compare
  • Prevent duplicate onError/onLeave callbacks

v1.0.5

19 Oct 15:59
Compare
Choose a tag to compare
  • Prevent error when <html> has a scrollable overflow styling