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 6685683 commit ea03d82Copy full SHA for ea03d82
‎CHANGELOG.md‎
@@ -1,3 +1,6 @@
1
+### 4.5.5
2
+- Setting a timeout dynamically will now call onActive if the user is idle.
3
+
4
### 4.5.4
5
- Bind `getLastIdleTime` to component scope making the method callable.
6
‎package.json‎
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
- "version": "4.5.4",
+ "version": "4.5.5",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
0 commit comments