We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60d410 commit cff3f66Copy full SHA for cff3f66
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## master (unreleased)
2
3
+## 7.2.0
4
+
5
+- Allow React 16 as a peerDependency.
6
+- Remove scrollableParent prop check error.
7
8
## 7.1.0
9
10
- Add support for using composite components as child (#208)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "7.1.0",
+ "version": "7.2.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