Skip to content

Commit 0326037

Browse files
committed
Version 7.0.0
1 parent 585ea6c commit 0326037

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## master (unreleased)
22

3+
## 7.0.0
4+
5+
- Move `prop-types` to a regular dependency
6+
- Assume `window` as scrollable ancestor when `<body>` has `overflow: auto|scroll`
7+
- Restrict lower bound of React to v0.14.9
8+
39
## 6.0.0
410

511
- Add `prop-types` as a peer dependency to remove deprecation warnings when

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-waypoint",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "A React component to execute a function whenever you scroll to an element.",
55
"main": "build/waypoint.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)