Skip to content

Commit 2239914

Browse files
committed
Version 10.1.0
1 parent 87325a7 commit 2239914

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 10.0.0
27

38
- [Breaking] Remove `Waypoint.getWindow()`
49
- Support React 17
510

6-
711
## 9.0.3
812

913
- Make waypoints work with `overflow: overlay`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-waypoint",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"description": "A React component to execute a function whenever you scroll to an element.",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)