We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585ea6c commit 0326037Copy full SHA for 0326037
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## master (unreleased)
2
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
9
## 6.0.0
10
11
- Add `prop-types` as a peer dependency to remove deprecation warnings when
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "6.0.0",
+ "version": "7.0.0",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "build/waypoint.js",
"types": "index.d.ts",
0 commit comments