Skip to content

Commit

Permalink
Version 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Apr 28, 2021
1 parent 87325a7 commit 2239914
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 10.1.0

- Classes are now compiled in loose mode, which should improve runtime performance.
- Babel helpers now import from `@babel/runtime` instead of being inlined, which reduces bundle size.

## 10.0.0

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


## 9.0.3

- Make waypoints work with `overflow: overlay`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2239914

Please sign in to comment.