We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a72874 commit fd3065aCopy full SHA for fd3065a
CHANGELOG.md
@@ -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
6
## 8.0.3
7
8
- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/brigade/react-waypoint/pull/265))
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "8.0.3",
+ "version": "8.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