@signageos/front-display 14.21.1 → 14.21.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 +7 -0
- package/dist/bundle.js +1 -64
- package/dist/bundle.js.map +4 -4
- package/dist/console.js +344 -246
- package/dist/webWorker.js +1 -1
- package/dist/webWorker.js.map +4 -4
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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.21.2] - 2025-07-25
|
|
8
|
+
### Fixed
|
|
9
|
+
- Using named time constants in intervals and wait
|
|
10
|
+
- Remove unnecessary debug logs
|
|
11
|
+
- Type for better screenshot metadata handling
|
|
12
|
+
- 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)
|
|
13
|
+
|
|
7
14
|
## [14.21.1] - 2025-07-17
|
|
8
15
|
### Fixed
|
|
9
16
|
- Validate application type before apply device policy with application version change
|