Skip to content

Commit

Permalink
Version 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Jul 12, 2018
1 parent f4967bf commit 6b514a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 8.0.3

- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/brigade/react-waypoint/pull/265))
- Extend `React.PureComponent` instead of `React.Component` when available ([#264](https://github.com/brigade/react-waypoint/pull/264))

## 8.0.2

- Allow consolidated-events ^2.0.0 ([#256](https://github.com/brigade/react-waypoint/pull/256))
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": "8.0.2",
"version": "8.0.3",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 6b514a7

Please sign in to comment.