Skip to content

Releases: rdkcentral/Lightning-UI-Components

@lightningjs/ui-components-test-utils-v1.5.0

@lightningjs/ui-components-test-utils-v1.5.0 (2023-11-09)

Bug Fixes

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

Features

@lightningjs/ui-components-v2.15.1

@lightningjs/ui-components-v2.15.1 (2023-11-07)

Bug Fixes

  • Button: ensure height will be honored if set in or outside styles (#399) (2a78f28)
  • withThemeStyles order refactor (#388) (3e34026)

@lightningjs/ui-components-v2.15.0

@lightningjs/ui-components-v2.15.0 (2023-11-01)

Bug Fixes

  • Badge: update contentSpacing and paddingX (#393) (3c5e13a)
  • Surface: update backgroundColor to use interactive tokens (#395) (d3b81ef)

Features

  • Base: update theme to include new interactive tokens and footnote1 typography (#392) (63cff01)
  • Button: update default style mappings and calculate height dynamically (#394) (77ccf44)

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

@lightningjs/ui-components-theme-base-v1.1.0 (2023-11-01)

Features

  • Base: update theme to include new interactive tokens and footnote1 typography (#392) (63cff01)

@lightningjs/ui-components-v2.14.4

@lightningjs/ui-components-v2.14.4 (2023-10-25)

Bug Fixes

  • Replace pointerH and pointerW with pointerHeight and pointerWidth (#391) (8711fbf)

@lightningjs/ui-components-v2.14.3

@lightningjs/ui-components-v2.14.3 (2023-10-18)

Bug Fixes

  • change replaceAll to RegExp for compatibility with older devices (#387) (2b08187)
  • Tile: rename iconSrc to logo (#390) (c9b7bd5)

@lightningjs/ui-components-v2.14.2

@lightningjs/ui-components-v2.14.2 (2023-10-12)

Bug Fixes

  • FocusManager: call super in _focus and _unfocus without smoothing (#385) (854e891)
  • MetadataBase: rename subtitle property, tag, and style to details (#384) (fdd7bfe)
  • Tile: fix icon y position when ProgressBar is empty (#382) (69e3528)

@lightningjs/ui-components-v2.14.1

@lightningjs/ui-components-v2.14.1 (2023-10-04)

Bug Fixes

  • Button: handle prefix arrays and objects with color updates (#381) (d1c3f77)
  • Row: left Value consistent when scrolling past lazy scroll (#377) (ea69141)
  • Tab: ts updates (#378) (505123b)

@lightningjs/ui-components-v2.14.0

@lightningjs/ui-components-v2.14.0 (2023-09-27)

Bug Fixes

  • Button: prevent repatching all prefix items on mode change (#373) (e3c2642)
  • InlineContent: ignore invalid maxLines numbers (#371) (1a36d0b)
  • TabBar: update height if Tabs row height changes (#375) (9f392a9)
  • TitleRow: default autoResizeHeight to prevent infinite loop (#379) (5fbc5bf)

Features

  • TextBox: export TextContent TS definition (#374) (42334e6)
  • Tile: Add Icon Support to Tile Component (#376) (7a66940)

@lightningjs/ui-components-v2.13.1

@lightningjs/ui-components-v2.13.1 (2023-09-19)

Bug Fixes