Skip to content

Releases: civiccc/react-waypoint

v1.0.4

13 Oct 20:02
Compare
Choose a tag to compare
  • Bump react dependency to 0.14 and add react-dom to peerDependencies

v1.0.3

04 Sep 15:25
Compare
Choose a tag to compare
  • Replace this.getDOMNode() with React.findDOMNode(this)
  • Improve support for scrolling very quickly

v1.0.2

17 Aug 16:15
Compare
Choose a tag to compare
  • 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

14 Apr 22:35
Compare
Choose a tag to compare
  • Ignore more files for bower and npm packages
  • Commit the built version for bower package

v1.0.0

14 Apr 22:08
Compare
Choose a tag to compare
  • 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

30 Jan 17:43
Compare
Choose a tag to compare
  • Fix Waypoints with the window element as their scrollable parent (Firefox only)

v0.2.0

30 Jan 06:31
Compare
Choose a tag to compare
  • 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

v0.1.0

28 Jan 01:43
Compare
Choose a tag to compare

Initial release