Skip to content

Releases: rdkcentral/Lightning-UI-Components

@lightningjs/ui-components-v2.19.3

@lightningjs/ui-components-v2.19.3 (2023-12-22)

Bug Fixes

  • TextBox: check if contentTag and Marquee are valid elements before alpha-ing (#448) (1e42bcf)
  • Tile: include metadata changes in non-smoothing patch (009f87b)

@lightningjs/ui-components-v2.19.2

@lightningjs/ui-components-v2.19.2 (2023-12-22)

Bug Fixes

  • KeyboardSearch: export from index.js (#444) (ab2eda9)
  • NavigationManager: only updating alpha if waiting for dimensions (#446) (e13e496)
  • Tile: update Logo tag for patching (#447) (73aa4cb)

@lightningjs/ui-components-v2.19.1

@lightningjs/ui-components-v2.19.1 (2023-12-20)

Bug Fixes

  • Column: revert to original number of buttons (#438) (dbf17c9)
  • Tile: if there is no metadata, position logo off of progress bar (#440) (494d7e8)
  • Tile: remove extra patch call before calling animate to avoid stutter effect (#437) (95a20f5)
  • TitleRow: animate row repositioning for title instead of popping (important for focus/unfocus) (#441) (0848b45)

Reverts

@lightningjs/ui-components-v2.19.0

@lightningjs/ui-components-v2.19.0 (2023-12-14)

Bug Fixes

  • Artwork: changes one of the parameters to be commented out (#420) (7934f7d)
  • Storybook: adds docs/story-components to the main index.js (#418) (b8ef8e5)
  • Storybook: fixes Component Styles addon (#431) (9bb5d9d)
  • Tooltip: update default style mappings (#429) (3a7e9dc)
  • update global typography props when new theme is set (#432) (28d3f95)

Features

  • Keyboard: add KeyboardSearch component variant (#401) (a2977f6)
  • NavigationManager: allow waiting for child dimensions before rendering (#426) (07790c3)

@lightningjs/ui-components-v2.18.1

@lightningjs/ui-components-v2.18.1 (2023-12-01)

Bug Fixes

  • TextBox: if content changes from array to string (InlineContent to text), reset marquee props (#425) (3ebb67f)

@lightningjs/ui-components-v2.18.0

@lightningjs/ui-components-v2.18.0 (2023-11-30)

Bug Fixes

  • InlineContent: check if item is text or text object before adding margin and adjust whitespace parsing (#424) (a8ad18f)
  • TextBox: ensure styles (like textStyles) as passed from TextBox to InlineContent when appropriate (#422) (29deae6)
  • updates to fix merge order issue (#413) (4ea31f1)

Features

  • Keyboard: calculate key size based on base key width (#421) (1d28357)

@lightningjs/ui-components-v2.17.0

@lightningjs/ui-components-v2.17.0 (2023-11-22)

Bug Fixes

  • Button: support re patching prefix after undefined (#407) (e773c32)
  • NavigationManager: adjust isFullyOnScreen and isComponentOnScreen (#417) (32601bd)
  • remove applySmooth in button (#409) (d2c29dd)
  • TabBar: propogate key press events and emit tabChanged signal (#406) (9f06b81)
  • TitleRow: alias rowMarginTop to titleMarginBottom (#404) (c2c3eb4)
  • update Checkbox, Radio, and Toggle style mappings (#408) (1e93576)

Features

  • Button: only repatch prefix/suffix row if props change (#410) (9297903)

@lightningjs/ui-components-v2.16.1

@lightningjs/ui-components-v2.16.1 (2023-11-14)

Bug Fixes

  • calculated height displayed in the inspector for Button and Tile (#403) (a84c1f7)

@lightningjs/ui-components-v2.16.0

@lightningjs/ui-components-v2.16.0 (2023-11-09)

Bug Fixes

  • lock lng core version to avoid bug introduced in 2.12.0 (#400) (a128329)

Features

@lightningjs/ui-components-theme-base-v1.2.0