Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
- Prevent duplicate onError/onLeave callbacks
  • Loading branch information
trotzig committed Oct 27, 2015
1 parent f671f32 commit 7bd8384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## master (unreleased)

## 1.0.6

- Prevent duplicate onError/onLeave callbacks

## 1.0.5

- Prevent error when `<html>` has a scrollable overflow styling
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": "1.0.5",
"version": "1.0.6",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "build/npm/waypoint.js",
"repository": {
Expand Down

0 comments on commit 7bd8384

Please sign in to comment.