@signageos/front-applet 7.0.0 → 7.1.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,12 +4,29 @@ 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
+ ## [7.1.1] - 2025-02-17
8
+ ### Fixed
9
+ - Remove dependency on `@signageos/lib` npm package (it's available only internally and not in public registry.npmjs.org)
10
+ - Load weinre JS file from the weinre server (not bundled in the front-applet library)
11
+
12
+ ## [7.1.0] - 2025-02-11
13
+ ### Added
14
+ - Add fpath utility
15
+ - Add support for sending MDC with subcommands on Tizen `sos.native.mdc.sendOneRaw()`
16
+ - Support for changing hardware acceleration `sos.management.setHardwareAcceleration()` and `sos.management.isHardwareAccelerationEnabled()`
17
+
18
+ ### Fixed
19
+ - Type `sos.config` object properly
20
+
7
21
  ## [7.0.0] - 2025-02-06
8
22
  ### Added
9
23
  - Add support for new monitoring commands for testing purposes
24
+ - Enhance `IFile` type by extending it from `IFilePath` for better type consistency
25
+ - Add fpath utility
10
26
 
11
27
  ### Fixed
12
28
  - Incorrect implementation of peer and auto recovery commands
29
+ - Fix sos, frontApplet and monitoring exports in the bundle
13
30
 
14
31
  ### Changed
15
32
  - Added Typescript interface for every JS API class