Skip to content

Commit 9a019f9

Browse files
πŸ“ Changelog.
1 parent 3bd90c2 commit 9a019f9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
### 5.3.3
4+
5+
#### 🐞 Bug Fixes
6+
- Fix a bug where `onPrompt` would be emitted instead of `onIdle` after `timeout` is exceeded when devices wake from sleep. #172
7+
- Fix a bug where `onMessage` was being called with old function reference. #328
8+
39
### 5.5.2
410

511
#### ✨ Enhancements

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
title: Changelog
33
description: IdleTimer Changelog
44
---
5+
### 5.5.3
6+
<Divider />
7+
8+
#### 🐞 Bug Fixes
9+
- Fix a bug where `onPrompt` would be emitted instead of `onIdle` after `timeout` is exceeded when devices wake from sleep.
10+
- Fix a bug where `onMessage` was being called with old function reference.
11+
512
### 5.5.2
613
<Divider />
714

0 commit comments

Comments
Β (0)