Skip to content

Commit

Permalink
Version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Feb 19, 2019
1 parent 6cb666b commit 4e98a04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 9.0.0

- [Breaking] Require React 15.3+
- [Breaking] Make Waypoint a named export instead of default export
- Change constants into named exports for better minification
- Fix removing propTypes in production builds
- Ensure that children is valid only in dev
- Fix isForwardRef call

## 8.1.0

- Improve support for refs (#278)
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.1.0",
"version": "9.0.0",
"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 4e98a04

Please sign in to comment.