Releases: rdkcentral/Lightning-SDK
Releases · rdkcentral/Lightning-SDK
v5.5.4
- Fixed the issue with
Colors
type definitions
v5.5.3
- Updated Lightning core version to 2.13.1
- Fixed Router augmentation TSD test
v5.5.2
- Updated Lightning core version to 2.13.0
v5.5.1
- Updated Lightning core version to 2.12.1
- Updated metrological-sdk version to 1.0.2
v5.5.0
- Added colors type definitions (#394)
- Added support to allow Colors to take ARGB values(#399)
- Added condition for c2d upon app close(#403)
- Fixed Router cross fade issue(#406)
v5.4.1
- Hot fix for the issue observe on even listeners cleanup
v5.4.0
- Added Announcer plugin
- Added support for cleanup of event listeners and targets to prevent retaining memory during app lifetime.
- Added support to kill previously keepAlive page instance
v5.3.2
- Fixed issue where some stage options are not properly preserved during deep merge (i.e canvas and webgl context) (#388)
- Fixed router backtrack issue (#385)
v5.3.1
- Fixed bug where localCookie library could not loaded correctly when using webpack (#377)
v5.3.0
- Added Subtitles plugin
- Added support for overriding the key mappping at runtime (i.e. after the App is launched) (#276)
- Added support for an optional path at the end of router paths (#362)
- Added support for plugins to load local JSON files (#360)
- Fixed a bug related to the Router plugin which results in not setting previous state when "on" data provider is used (#365)
- Fixed incorrect positioning of the version label (#359)
- Updated @metrological/sdk and localCookie NPM package paths
- Fixed the Router plugin documentation regarding backtrack feature (#375)