Skip to content

Releases: rdkcentral/Lightning

Lightning 1.3.1

08 Jan 14:23
Compare
Choose a tag to compare

Fixes

  • Fixed text highlight not rendering properly (#86)

Lightning 1.3.0

19 Nov 11:55
Compare
Choose a tag to compare

Features

  • Since 1.2.1, Lightning is available on npm registry under wpe-lightning (check here)
  • Added RoundRectangle shader (#70). It allows to easily make round corners around the texture (example)

Lightning 1.2.0

21 Oct 12:28
Compare
Choose a tag to compare

Features

  • Added textOverflow option (#26). This enables various text clipping options for single line words or sentences. More information here.
  • Added longPress feature (#48). This adds support for key releases and handlers for long key presses.

Lightning 1.0.9

21 Oct 12:21
Compare
Choose a tag to compare

Fixes

  • Fixed text rendering artifacts sometimes appearing on RPI platform (#41)

Lightning 1.0.6

21 Oct 12:12
Compare
Choose a tag to compare

Fixes

  • Fixed issue where resizeMode was not applied for new texture with existing source (#32)
  • Fixed issue where text texture would stretch when width/height would be inherited from parent component (#24)