@signageos/front-applet 6.4.1 → 6.5.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 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
+ ## [6.5.0] - 2024-03-20
8
+ ### Added
9
+ - Add support for sending MDC commands on Tizen
10
+
11
+ ## [6.4.2] - 2024-01-26
12
+ ### Fixed
13
+ - Documentation on several pages is now readable again due to fixes in MD files
14
+
7
15
  ## [6.4.1] - 2024-01-24
8
16
  ### Fixed
9
17
  - Stream public documentation formatting
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  Javascript SDK for Applet development.
4
4
 
5
- For more info, read the [documentation in the `docs` directory](docs/js-api/js-api-introduction.md) (_exposed at https://sdk.docs.signageos.io/api/js/content/latest/js-api-introduction_)
5
+ For more info, read the [documentation in the `docs` directory](docs/applet-basics.md) (_exposed at https://developers.signageos.io/sdk/_)