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 fca1ebb commit 873f4c7Copy full SHA for 873f4c7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## master (unreleased)
2
3
+## 5.3.1
4
+
5
+- Remove the `prop-types` peer dependency. This was an accidental breaking
6
+ change that will instead be released as 6.0.0.
7
8
## 5.3.0
9
10
- Remove deprecation warnings when running on React 15.5
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "5.3.0",
+ "version": "5.3.1",
"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