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 a808c17 commit 7a112a6Copy full SHA for 7a112a6
‎CHANGELOG.md‎
@@ -1,3 +1,7 @@
1
+### 4.3.7
2
+- Added more event types to typescript definition
3
+- Fixed a type-o in the default events (mouseWheel -> mousewheel)
4
+
5
### 4.3.6
6
- Fixed a type-o in the README examples.
7
‎package.json‎
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
- "version": "4.3.6",
+ "version": "4.3.7",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
0 commit comments