@signageos/front-applet 5.10.0 → 5.10.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 +8 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/es6/FrontApplet/Management/Power.js +12 -2
- package/es6/FrontApplet/Management/Power.js.map +1 -1
- package/es6/FrontApplet/Validate/Validate.d.ts +1 -1
- package/es6/FrontApplet/Validate/Validate.js +62 -29
- package/es6/FrontApplet/Validate/Validate.js.map +1 -1
- package/package.json +2 -2
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
|
+
## [5.10.2] - 2023-05-05
|
|
8
|
+
### Fixed
|
|
9
|
+
- Try delete proprietary timers with proper delete method (backward compatiblility is kept)
|
|
10
|
+
|
|
11
|
+
## [5.10.1] - 2023-04-26
|
|
12
|
+
### Fixed
|
|
13
|
+
- Validations of proprietary timer API (remove extra warning)
|
|
14
|
+
|
|
7
15
|
## [5.10.0] - 2023-04-06
|
|
8
16
|
### Added
|
|
9
17
|
- New Management API for `sos.management.power.setProprietaryTimer()`, `sos.management.power.unsetProprietaryTimer()`, `sos.management.power.getProprietaryTimers()`
|