@signageos/front-applet 5.10.2 → 5.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [5.11.1] - 2023-05-29
8
+ ### Fixed
9
+ - Input issues on some platforms with keyUp listener
10
+
11
+ ## [5.11.0] - 2023-05-15
12
+ ### Added
13
+ - Methods to control and monitor Auto recovery process
14
+
15
+ ### Fixed
16
+ - Peer recovery methods unified with Auto recovery
17
+ - `sos.sync.onStatus` won't be also called anytime broadcast value is received
18
+
7
19
  ## [5.10.2] - 2023-05-05
8
20
  ### Fixed
9
21
  - Try delete proprietary timers with proper delete method (backward compatiblility is kept)