File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 5.7.1
4+
5+ #### π Bug Fixes
6+ - Fix a bug where ` disabled ` property would not immediately disable the timer.
7+
38### 5.7.0
49
510#### β‘οΈ Features
Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ title: Changelog
33description : IdleTimer Changelog
44---
55
6+ ### 5.7.1
7+ <Divider />
8+
9+ #### π Bug Fixes
10+ - Fix a bug where ` disabled ` property would not immediately disable the timer.
11+
612### 5.7.0
13+ <Divider />
714
815#### β‘οΈ Features
916- Added [ disabled] ( /docs/api/props#disabled ) property to enable easier toggling of the timer.
@@ -22,11 +29,13 @@ description: IdleTimer Changelog
2229- Fix types export for latest typescript. #343
2330
2431### 5.6.2
32+ <Divider />
2533
2634#### β¨ Enhancements
2735- Allow ` null ` or ` undefined ` as the value for the ` element ` property to enable easier integration with refs.
2836
2937### 5.6.1
38+ <Divider />
3039
3140#### π Bug Fixes
3241- Throw an error when ` promptBeforeIdle ` is greater than or equal to ` timeout ` .
You canβt perform that action at this time.
0 commit comments