@signageos/front-applet 6.5.7 → 6.7.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,15 @@ 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
+ ## [6.7.0] - 2024-11-13
8
+ ### Added
9
+ - New method `sos.sync.isMaster` to get master/slave status of the device
10
+ - Event emitted by `sos.sync.onStatus` contains `isMaster` property that indicates if the device is master or slave of that sync group
11
+
12
+ ## [6.6.0] - 2024-10-30
13
+ ### Added
14
+ - New method `sos.deviceInfo.getDeviceName` to get the name of the device
15
+
7
16
  ## [6.5.7] - 2024-07-31
8
17
  ### Fixed
9
18
  - Key event bridge now gracefully handles cross-origin frames.