@signageos/front-display 14.15.0 → 14.16.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 +8 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +4 -4
- package/dist/console.js +71 -9
- package/dist/polyfill.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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.16.0] - 2025-03-03
|
|
8
|
+
### Added
|
|
9
|
+
- Add support for `sos device connect` with sending logs and errors to the local development machine
|
|
10
|
+
|
|
11
|
+
## [14.15.1] - 2025-02-28
|
|
12
|
+
### Fixed
|
|
13
|
+
- Polyfill of fetch for NodeJS environments
|
|
14
|
+
|
|
7
15
|
## [14.15.0] - 2025-02-28
|
|
8
16
|
### Added
|
|
9
17
|
- New information about the device on the default screen and on the verification screen
|