@signageos/front-display 14.22.0 → 14.22.2

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,26 +4,9 @@ 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
- ## [14.22.0] - 2025-09-01
8
- ### Added
9
- - `sos.management.package.stop` method to force stop Android package
10
- - Initial support for PLUGINS/RUNNERS
11
-
12
- ### Fixed
13
- - add HLS playback support into emulator
14
- - system logging can be switched off using feature flag
15
- - Handling getting device info from JS API `sos.deviceInfo.getDeviceName()`
16
-
17
- ## [14.21.3] - 2025-08-06
18
- ### Fixed
19
- - If telemetry reporting fails with an error, always log the error to the console instead of only logging it as an opt-in debug log.
20
-
21
- ## [14.21.2] - 2025-07-25
7
+ ## [14.21.2] - 2025-11-25
22
8
  ### Fixed
23
- - Using named time constants in intervals and wait
24
- - Remove unnecessary debug logs
25
- - Type for better screenshot metadata handling
26
- - Improve `console.js` on-screen console (on-screen console is now rendered in iframe, add support for Date objects, add query string settings, improve indentation, prevent pollution of global scope)
9
+ - Add deleay between setting policy items and applying
27
10
 
28
11
  ## [14.21.1] - 2025-07-17
29
12
  ### Fixed