We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4967bf commit 6b514a7Copy full SHA for 6b514a7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 8.0.3
2
+
3
+- Defer `handleScroll` in `componentDidUpdate` ([#265](https://github.com/brigade/react-waypoint/pull/265))
4
+- Extend `React.PureComponent` instead of `React.Component` when available ([#264](https://github.com/brigade/react-waypoint/pull/264))
5
6
## 8.0.2
7
8
- Allow consolidated-events ^2.0.0 ([#256](https://github.com/brigade/react-waypoint/pull/256))
package.json
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
- "version": "8.0.2",
+ "version": "8.0.3",
"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