Skip to content

Releases: rdkcentral/Lightning-UI-Components

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

07 Mar 18:28
Compare
Choose a tag to compare

@lightningjs/ui-components-theme-base-v1.0.1 (2023-03-07)

Bug Fixes

  • update deployment order and add README (#128) (3b0991c)

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

04 Mar 00:03
Compare
Choose a tag to compare

@lightningjs/ui-components-theme-base-v1.0.0 (2023-03-04)

Features

  • update package.json version for base theme (f88c653)

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

07 Mar 18:56
Compare
Choose a tag to compare

@lightningjs/ui-components-test-utils-v1.0.1 (2023-03-07)

Bug Fixes

  • TestUtils: update package description (458ef87)

@lightningjs/ui-components-v2.0.0

04 Mar 00:00
Compare
Choose a tag to compare

@lightningjs/ui-components-v2.0.0 (2023-03-04)

Bug Fixes

  • Row: prevent items scrolling off screen when quickly navigating (#117) (71479f4)
  • update imports inside ui-components to local paths (#124) (845b814)

Features

  • add descriptions to each new package (ui-components, ui-base-theme, ui-test-utils, and overarching monorepo) (947b500)
  • Row: add lazyUpCountBuffer prop and more docs on lazyUpCount (#112) (ac00567)

BREAKING CHANGES

  • Bump ui-components to 2.0 for Theming

1.3.1

15 Jul 17:34
Compare
Choose a tag to compare

1.3.1 (2022-07-15)

Bug Fixes

  • bump all referenced versions of node to current LTS v16.16 (#101) (445e7f5)

1.3.0

15 Jul 17:33
Compare
Choose a tag to compare

1.3.0 (2022-07-15)

Bug Fixes

  • ci: add missing dependency required by semantic-release (#100) (25e6994)
  • FocusManager: refactor to extend Base (#90) (b11baf5)
  • Row: lazy scrolling was scrolling too much on left press (#89) (539c869)

Features

  • support adding and removing items by index and lazy loading in Rows and Column (#99) (4dd96a4)

v1.2.1

27 Oct 19:55
Compare
Choose a tag to compare

1.2.1 (2021-10-27)

Bug Fixes

  • package: add Styles textures and mixins to package (#86) (02148bb)

v1.2.0

26 Oct 14:35
Compare
Choose a tag to compare

1.2.0 (2021-10-26)

Bug Fixes

  • exports: correct layout export path (#70) (f736c89)
  • withUpdates: bind this to getter and add detach method (#72) (65f9dbe)

Features

v1.1.0

27 Sep 20:22
Compare
Choose a tag to compare

1.1.0 (2021-09-27)

Bug Fixes

  • update import paths in withSelections and withTransitions (#53) (4c0994e)
  • update publish Action (#62) (1ec12ca)

Features

1.0.0

11 May 13:34
f16f68c
Compare
Choose a tag to compare
  • Update Row render logic
  • Update Column render logic
  • Fix Keyboard tests