Releases: rdkcentral/Lightning-SDK
Releases · rdkcentral/Lightning-SDK
v5.2.0
v5.1.0
- Typescript support
v5.0.1
- Fixed issue with metrological-sdk initialization sequence
v5.0.0
- 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
- 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
- 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
- Fixed auto detect 720p resolution
v4.8.0
- 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
- 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
- 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