@signageos/front-display 9.22.0 → 10.0.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 +28 -0
- package/dist/bundle.js +23 -23
- package/dist/bundle.js.map +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,34 @@ 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
|
+
|
|
8
|
+
## [10.0.0] - 2022-11-22
|
|
9
|
+
### Added
|
|
10
|
+
- Internal event emitter as Redux middleware
|
|
11
|
+
- Allow to open OSD with JS-API
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- Different methods in IManagementDriver replaced by nested ITimeManager
|
|
15
|
+
- `FileSystemWithReservedSpace` now correctly works with `IStorageUnit` properties.
|
|
16
|
+
|
|
17
|
+
### Removed
|
|
18
|
+
- `IFileSystem.initialize` is once again implementation specific.
|
|
19
|
+
- `IStorageUnit.reservedSpace` is no longer public. See `IStorageUnit.usableSpace`.
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- Documented `IStorageUnit` properties.
|
|
23
|
+
- `FileSystemWithReservedSpace` now allows ops that would leave no free space.
|
|
24
|
+
|
|
25
|
+
## [9.23.0] - 2022-10-07
|
|
26
|
+
### Added
|
|
27
|
+
- Device reports OS version
|
|
28
|
+
- Device auto recovery support in native driver, action & telemetry
|
|
29
|
+
- New File System with reserved space
|
|
30
|
+
- File System method getArchiveSize for returning size of extracted files
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
- Remove emulator fix for chrome 104+ (because it breaks loading of relative files to index.html of the applet)
|
|
34
|
+
|
|
7
35
|
## [9.22.0] - 2022-09-14
|
|
8
36
|
### Added
|
|
9
37
|
- Device reports manufacturer brand
|