@signageos/front-applet 5.7.0 → 5.9.0

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,26 @@ 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.9.0] - 2023-03-31
8
+ ### Added
9
+ - `sos.sync.joinGroup()`
10
+ - `sos.sync.leaveGroup()`
11
+ - `sos.sync.broadcastValue()`
12
+ - `sos.sync.connect()` allows selection of which sync engine will be used for connection
13
+
14
+ ### Deprecated
15
+ - `sos.sync.init()`
16
+ - `sos.sync.setValue()`
17
+
18
+ ## [5.8.0] - 2023-03-16
19
+ ### Added
20
+ - Method `sos.refresh()` has capability for relaunch applet
21
+ - Debug has new method `sos.debug.onRemoteDebugChanged()`, which accepts a function that is executed as a callback.
22
+ - Method `sos.debug.isRemoteDebugEnabled()` - information about REMOTE DEBUGGING setting
23
+
24
+ ### Fixed
25
+ - Wrong return type on `sos.management.wifi.getConnectedTo()`
26
+
7
27
  ## [5.7.0] - 2023-02-16
8
28
  ### Added
9
29
  - `device` key for opening serial port is not required now
@@ -21,7 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
41
 
22
42
  ## [5.4.2] - 2022-08-30
23
43
  ### Fixed
24
- - sos.input.onKeyUp did not work corectly on older devices
44
+ - sos.input.onKeyUp did not work correctly on older devices
25
45
 
26
46
  ## [5.4.1] - 2022-07-25
27
47
  ### Fixed