Skip to content

Commit fee331a

Browse files
📦 4.5.1
1 parent 983cf1c commit fee331a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.5.1
2+
- Added the ability to set timeout after the hook has been mounted. Doing so will reset the timer automatically.
3+
14
### 4.5.0
25
- Refactor `getTotalActiveTime` to be accurate in more scenarios.
36
- Added `getLastIdleTime` and `getTotalIdleTime` methods.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-idle-timer",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "Activity detection for React.js",
55
"main": "dist/index.min.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)