Skip to content

Commit 57c3797

Browse files
📦 5.5.2
1 parent 8967f30 commit 57c3797

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### 5.5.2
4+
5+
#### ✨ Enhancements
6+
- Add defaults to `IdleTimerComponent` generic typescript types.
7+
8+
### 5.5.1
9+
10+
#### ✨ Enhancements
11+
- Cross-tab related methods will no longer throw an error if the manager is not ready yet. It will instead return `null`.
12+
313
### 5.5.0
414

515
#### ⚡️ Features

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": "5.5.0",
3+
"version": "5.5.2",
44
"description": "Activity detection for React.js",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)