We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983f81d commit 9bb45d5Copy full SHA for 9bb45d5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## master (unreleased)
2
3
+## 7.3.1
4
+
5
+- Make es module opt in (via `import Waypoint from 'react-waypoint/es'`)
6
7
## 7.3.0
8
9
- Build with rollup.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "7.3.0",
+ "version": "7.3.1",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "cjs/index.js",
"types": "index.d.ts",
0 commit comments