From fa2666b382683e1edd5db70ea677e1cad50924c2 Mon Sep 17 00:00:00 2001 From: Henric Trotzig + Joe Lencioni Date: Fri, 30 Jan 2015 09:37:46 -0800 Subject: [PATCH] Release version 0.3.0 This release contains a bugfix for when a Waypoint has the window element as its scrollable parent. A previous fix was made in 0.2.0, but that fix didn't work in Firefox. --- CHANGELOG.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810bc88..8a1db53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## master (unreleased) +## 0.3.0 + +- Fix Waypoints with the window element as their scrollable parent (Firefox only) + ## 0.2.0 - Fix Waypoints with the window element as their scrollable parent diff --git a/bower.json b/bower.json index 01927da..7fd47ad 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-waypoint", "main": "index.js", - "version": "0.1.0", + "version": "0.3.0", "homepage": "https://github.com/brigade/react-waypoint", "description": "A React component to execute a function whenever you scroll to an element.", "moduleType": [ diff --git a/package.json b/package.json index d47de63..1db4dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-waypoint", - "version": "0.2.0", + "version": "0.3.0", "description": "A React component to execute a function whenever you scroll to an element.", "main": "index.js", "repository": {