Skip to content

Releases: rdkcentral/Lightning-SDK

v5.5.3

02 May 14:09
e1646d6
Compare
Choose a tag to compare
  • Updated Lightning core version to 2.13.1
  • Fixed Router augmentation TSD test

v5.5.2

17 Apr 12:50
9bb0022
Compare
Choose a tag to compare
  • Updated Lightning core version to 2.13.0

v5.5.1

14 Feb 13:32
092fe4b
Compare
Choose a tag to compare
  • Updated Lightning core version to 2.12.1
  • Updated metrological-sdk version to 1.0.2

v5.5.0

30 Oct 05:06
8a841d7
Compare
Choose a tag to compare
  • 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

08 Sep 12:20
9055aa2
Compare
Choose a tag to compare
  • Hot fix for the issue observe on even listeners cleanup

v5.4.0

28 Jul 12:06
01e0ab8
Compare
Choose a tag to compare
  • 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

01 May 10:17
92d2d9a
Compare
Choose a tag to compare
  • 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

24 Feb 13:48
e1626d6
Compare
Choose a tag to compare
  • Fixed bug where localCookie library could not loaded correctly when using webpack (#377)

v5.3.0

16 Feb 12:44
6d32542
Compare
Choose a tag to compare
  • 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)

v5.2.0

10 Nov 18:00
2b0d10e
Compare
Choose a tag to compare
  • Added support for dynamic screen resolutions (#352)
  • Fixed issue related to Router hash not working (#349)
  • Fixed a typo in router/pagetransitions.md documentation (#344)