Skip to content

Commit 9fe5226

Browse files
πŸ“ Update CHANGELOG.
1 parent 411e2da commit 9fe5226

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

β€Ždocs/pages/docs/about/changelog.mdxβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ title: Changelog
33
description: 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`.

0 commit comments

Comments
Β (0)