Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Henric Trotzig + Joe Lencioni committed Jan 30, 2015
1 parent fbd2bf4 commit fa2666b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fa2666b

Please sign in to comment.