We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87325a7 commit 2239914Copy full SHA for 2239914
CHANGELOG.md
@@ -1,9 +1,13 @@
1
+## 10.1.0
2
+
3
+- Classes are now compiled in loose mode, which should improve runtime performance.
4
+- Babel helpers now import from `@babel/runtime` instead of being inlined, which reduces bundle size.
5
6
## 10.0.0
7
8
- [Breaking] Remove `Waypoint.getWindow()`
9
- Support React 17
10
-
11
## 9.0.3
12
13
- Make waypoints work with `overflow: overlay`
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "10.0.0",
+ "version": "10.1.0",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "cjs/index.js",
"module": "es/index.js",
0 commit comments