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 3bd90c2 commit 9a019f9Copy full SHA for 9a019f9
βCHANGELOG.mdβ
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
### 5.5.2
10
11
#### β¨ Enhancements
βdocs/pages/docs/about/changelog.mdxβ
@@ -2,6 +2,13 @@
title: Changelog
description: IdleTimer Changelog
---
+### 5.5.3
+<Divider />
+- Fix a bug where `onPrompt` would be emitted instead of `onIdle` after `timeout` is exceeded when devices wake from sleep.
+- Fix a bug where `onMessage` was being called with old function reference.
12
13
<Divider />
14
0 commit comments