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 8967f30 commit 57c3797Copy full SHA for 57c3797
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+### 5.5.2
4
+
5
+#### ✨ Enhancements
6
+- Add defaults to `IdleTimerComponent` generic typescript types.
7
8
+### 5.5.1
9
10
11
+- Cross-tab related methods will no longer throw an error if the manager is not ready yet. It will instead return `null`.
12
13
### 5.5.0
14
15
#### ⚡️ Features
package.json
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
- "version": "5.5.0",
+ "version": "5.5.2",
"description": "Activity detection for React.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
0 commit comments