Skip to content

Commit cff3f66

Browse files
committed
Version 7.2.0
1 parent e60d410 commit cff3f66

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 7.2.0
4+
5+
- Allow React 16 as a peerDependency.
6+
- Remove scrollableParent prop check error.
7+
38
## 7.1.0
49

510
- Add support for using composite components as child (#208)

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": "7.1.0",
3+
"version": "7.2.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)