@signageos/front-applet 5.0.0-rc.1 → 5.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 +42 -11
- package/dist/bundle.js +2 -2
- package/dist/bundle.js.map +1 -1
- package/docs/js-api/js-api-introduction.md +57 -47
- package/docs/js-api/js-applet-basics.md +6 -1
- package/docs/js-api/js-applet-resources.md +2 -2
- package/docs/js-api/js-browser.md +1 -2
- package/docs/js-api/js-file-system.md +89 -7
- package/docs/js-api/js-input.md +1 -1
- package/docs/js-api/js-loading-fonts.md +1 -1
- package/docs/js-api/js-monitoring-commands.md +1 -1
- package/docs/js-api/js-offline-cache-media-files.md +3 -3
- package/docs/js-api/js-offline-cache-simple-data.md +2 -2
- package/docs/js-api/js-sensors.md +1 -1
- package/docs/js-api/js-sync-playback.md +1 -1
- package/docs/js-api/js-video-inputs-internal-ports.md +1 -1
- package/docs/js-api/js-video-stream.md +2 -2
- package/docs/js-api/js-video.md +1 -1
- package/docs/management-api/10-js-management-application.md +2 -2
- package/docs/management-api/11-js-management-network.md +36 -1
- package/docs/management-api/13-js-management-wifi.md +4 -0
- package/docs/management-api/2-js-management-firmware.md +17 -3
- package/docs/management-api/5-js-management-screen.md +2 -2
- package/docs/management-api/6-js-management-time.md +18 -2
- package/docs/management-api/9-js-management-debug.md +2 -2
- package/es6/FrontApplet/Exchange/Exchange.d.ts +1 -1
- package/es6/FrontApplet/FileSystem/FileSystem.d.ts +1 -0
- package/es6/FrontApplet/FileSystem/FileSystem.js +10 -0
- package/es6/FrontApplet/FileSystem/FileSystem.js.map +1 -1
- package/es6/FrontApplet/FrontApplet.js +13 -6
- package/es6/FrontApplet/FrontApplet.js.map +1 -1
- package/es6/FrontApplet/Management/INetworkInfo.d.ts +1 -0
- package/es6/FrontApplet/Management/INetworkInfo.js.map +1 -1
- package/es6/FrontApplet/Management/Network.d.ts +1 -0
- package/es6/FrontApplet/Management/Network.js +9 -0
- package/es6/FrontApplet/Management/Network.js.map +1 -1
- package/es6/FrontApplet/Management/Time.d.ts +18 -0
- package/es6/FrontApplet/Management/Time.js +16 -4
- package/es6/FrontApplet/Management/Time.js.map +1 -1
- package/es6/FrontApplet/Management/Wifi.d.ts +13 -1
- package/es6/FrontApplet/Management/Wifi.js +12 -1
- package/es6/FrontApplet/Management/Wifi.js.map +1 -1
- package/es6/Monitoring/Montoring.js +1 -1
- package/es6/Monitoring/Montoring.js.map +1 -1
- package/package.json +4 -31
- package/docs/js-api/js-timing.md +0 -54
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,42 @@ 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
|
+
## [5.1.1] - 2022-02-08
|
|
8
|
+
### Fixed
|
|
9
|
+
- Fixed applet basics links
|
|
10
|
+
|
|
11
|
+
## [5.1.0] - 2022-01-27
|
|
12
|
+
### Added
|
|
13
|
+
- Update firmware guide with new methods
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- fix backlinks from old to new Docs
|
|
17
|
+
|
|
18
|
+
## [5.0.1] - 2022-01-25
|
|
19
|
+
### Fixed
|
|
20
|
+
- adjusted documentation to better reflect naming of JS SDK
|
|
21
|
+
|
|
22
|
+
## [5.0.0] - 2022-01-13
|
|
8
23
|
### Changed
|
|
9
24
|
- onceEnded promise on video will be rejected when video is stopped before it's end
|
|
10
25
|
- Video and Stream methods checks coordinations and warn when are in wrong format or throws error when are not castable to integer
|
|
11
26
|
|
|
27
|
+
## [4.15.0] - 2021-12-15
|
|
28
|
+
### Added
|
|
29
|
+
- Management Time setManual accepts an object with absolute datetime
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
- Updated documentation
|
|
33
|
+
|
|
34
|
+
## [4.14.0] - 2021-12-03
|
|
35
|
+
### Added
|
|
36
|
+
- Wi-Fi API connect to a hidden network
|
|
37
|
+
|
|
38
|
+
## [4.13.0] - 2021-11-26
|
|
39
|
+
### Added
|
|
40
|
+
- FS API appendFile
|
|
41
|
+
- Management Network API disableInterface
|
|
42
|
+
|
|
12
43
|
## [4.12.0] - 2021-10-04
|
|
13
44
|
### Added
|
|
14
45
|
- Headless Browser API
|
|
@@ -122,7 +153,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
122
153
|
### Added
|
|
123
154
|
- File System API supports copyFile, writeFile, readFile
|
|
124
155
|
- File System moveFile supports optional overwrite destination
|
|
125
|
-
- New Management JS API (https://docs.signageos.io/api/js/management/1-js-management)
|
|
156
|
+
- New Management JS API (https://sdk.docs.signageos.io/api/js/management/1-js-management)
|
|
126
157
|
- Video API supports video playing in the background with HTML content in the foreground
|
|
127
158
|
- Video API supports 4K video
|
|
128
159
|
- getTimers and unsetTimer of management power API
|
|
@@ -175,7 +206,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
175
206
|
|
|
176
207
|
## [2.1.0] - 2018-12-04
|
|
177
208
|
### Added
|
|
178
|
-
- New API for decompress (extract) ZIP (or other formats) files: https://docs.signageos.io/api/sos-applet-api/#Decompress_file_ZIP
|
|
209
|
+
- New API for decompress (extract) ZIP (or other formats) files: https://sdk.docs.signageos.io/api/sos-applet-api/#Decompress_file_ZIP
|
|
179
210
|
|
|
180
211
|
### Fixed
|
|
181
212
|
- import lib in typescript using `import * as sos from '@signageos/front-applet';`
|
|
@@ -183,13 +214,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
183
214
|
|
|
184
215
|
## [2.0.0] - 2018-09-17
|
|
185
216
|
### Added
|
|
186
|
-
- List offline files/contents (https://docs.signageos.io/api/sos-applet-api/#List_all_files)
|
|
187
|
-
- Delete offline files/contents (https://docs.signageos.io/api/sos-applet-api/#Delete_file)
|
|
217
|
+
- List offline files/contents (https://sdk.docs.signageos.io/api/sos-applet-api/#List_all_files)
|
|
218
|
+
- Delete offline files/contents (https://sdk.docs.signageos.io/api/sos-applet-api/#Delete_file)
|
|
188
219
|
- Allow use any npm module file imported as ES6 module (ex.: `import Video from '@signageos/front-applet/dist/FrontApplet/Video/Video'`)
|
|
189
|
-
- Binding of dispatched commands to REST API (https://docs.signageos.io/api/sos-applet-api/#Command_Receiving)
|
|
190
|
-
- New monitoring applet commands dispatching about `timing loaded`, `html snapshot`, `console logs`, `offline cache changes`, `video state changes` when monitoring is enabled by timing configuration `sos.config.sosMonitoring = true` or by dispatching command to device `sos.Monitoring.EnableMonitoring` (https://docs.signageos.io/api/sos-applet-api/#Monitoring_Commands)
|
|
191
|
-
- Methods for getting file checksum MD5: https://docs.signageos.io/api/sos-applet-api/#Checksum_file_md5
|
|
192
|
-
- Font face generator (https://docs.signageos.io/api/sos-applet-api/#Loading_fonts)
|
|
220
|
+
- Binding of dispatched commands to REST API (https://sdk.docs.signageos.io/api/sos-applet-api/#Command_Receiving)
|
|
221
|
+
- New monitoring applet commands dispatching about `timing loaded`, `html snapshot`, `console logs`, `offline cache changes`, `video state changes` when monitoring is enabled by timing configuration `sos.config.sosMonitoring = true` or by dispatching command to device `sos.Monitoring.EnableMonitoring` (https://sdk.docs.signageos.io/api/sos-applet-api/#Monitoring_Commands)
|
|
222
|
+
- Methods for getting file checksum MD5: https://sdk.docs.signageos.io/api/sos-applet-api/#Checksum_file_md5
|
|
223
|
+
- Font face generator (https://sdk.docs.signageos.io/api/sos-applet-api/#Loading_fonts)
|
|
193
224
|
|
|
194
225
|
### Fixed
|
|
195
226
|
- Applet Commands type can has length 100 characters now
|
|
@@ -208,9 +239,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
208
239
|
|
|
209
240
|
## [1.3.0] - 2018-05-30
|
|
210
241
|
### Added
|
|
211
|
-
- Remote control Key UP binding (https://docs.signageos.io/api/sos-applet-api/#input)
|
|
242
|
+
- Remote control Key UP binding (https://sdk.docs.signageos.io/api/sos-applet-api/#input)
|
|
212
243
|
|
|
213
244
|
## [1.2.0] - 2018-05-09
|
|
214
245
|
### Added
|
|
215
246
|
- Changelog file containing all changes in current project
|
|
216
|
-
- @signageos/front-applet library is also published to public npm registry registry.npmjs.org https://docs.signageos.io/api/sos-applet-api/
|
|
247
|
+
- @signageos/front-applet library is also published to public npm registry registry.npmjs.org https://sdk.docs.signageos.io/api/sos-applet-api/
|