Skip to content

Releases: rdkcentral/Lightning-SDK

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)

v5.1.0

10 Nov 15:06
7bb6b32
Compare
Choose a tag to compare
  • Typescript support

v5.0.1

02 Nov 14:04
2b25d37
Compare
Choose a tag to compare
  • Fixed issue with metrological-sdk initialization sequence

v5.0.0

02 Nov 13:59
Compare
Choose a tag to compare
  • Moved Metrological and Platform specific plugins to metrological-sdk (Metadata, Metrics, Pin, Profile, Purchase, TV, VideoPlayer)
  • Added base 64 image support for Image plugin
  • Fixed bug in Image plugin as Img cover stretches image
  • Fixed named route property not being accessed properly
  • Added/Updated Router available methods
  • Added Accessibility plugin with support for ColorShifting (color blindness filter)

v4.8.3

02 Nov 13:50
82b8948
Compare
Choose a tag to compare
  • Fixed bug in Router, app not closing when router history unavailable
  • Fixed bug in Router, router data hooks not always being called

v4.8.2

02 Nov 13:49
3f46a19
Compare
Choose a tag to compare
  • Fixed bug in initialization of Colors plugin when receiving an object instead of a file path
  • Improved calculation of alpha values in Colors plugin
  • Fixed bug in beforeEachRoute of Router plugin

v4.8.1

13 Dec 16:53
6d23940
Compare
Choose a tag to compare
  • Fixed auto detect 720p resolution

v4.8.0

08 Dec 11:27
805784b
Compare
Choose a tag to compare
  • Fixed deepmerge breaking provided canvas
  • Fixed getting querystring parameters with boot component
  • Added dynamic canvas size support
  • Added support to accept all characters in hash
  • Added Router.root() support
  • Added Router.reload() support

v4.7.0

20 Oct 16:05
93c7495
Compare
Choose a tag to compare
  • Fixed issues with playing Video as a texture (#189)
  • Added (semi private) getter for consumer to VideoPlayer plugin
  • Added error handling (by firing an error to the consumer) when play() on the video tag returns an error (with a Promise wrapper fallback for older browsers)
  • Added fix that allows periods to be used in a Router hash

v4.6.0

16 Aug 18:13
242a5b8
Compare
Choose a tag to compare
  • Added context to Pin plugin
  • Added option to overwrite the font loader from platform
  • Added cleanup of App fonts on app close
  • Fixed initial focus bug
  • Added storeSameHash flag to accepted config flags of Router
  • Fixed getQueryStringParams() using active hash in Router