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 63172f8 commit 76078f1Copy full SHA for 76078f1
CHANGELOG.md
@@ -1,6 +1,9 @@
1
## master (unreleased)
2
3
-- Remove `throttleHandler`
+## 5.0.0
4
+
5
+- [Breaking] Remove `throttleHandler`
6
+- Add typescript definitions file
7
8
## 4.1.0
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "4.1.0",
+ "version": "5.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