Skip to content

Commit fd3065a

Browse files
committed
Version 8.1.0
1 parent 5a72874 commit fd3065a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 8.1.0
2+
3+
- Improve support for refs (#278)
4+
- Don't include `.babelrc` in published npm package (#270)
5+
16
## 8.0.3
27

38
- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/brigade/react-waypoint/pull/265))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-waypoint",
3-
"version": "8.0.3",
3+
"version": "8.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)