Skip to content

Releases: silinternational/ui-components

v6.5.0

26 Sep 11:13
Compare
Choose a tag to compare

6.5.0 (2022-09-26)

Features

  • SearchableSelect: add required prop (053af32)

v6.4.2

24 Aug 07:04
Compare
Choose a tag to compare

6.4.2 (2022-08-24)

Bug Fixes

  • types: fix Scroller type warning (d867aa0)

v6.4.1

24 Aug 06:02
Compare
Choose a tag to compare

6.4.1 (2022-08-24)

Bug Fixes

  • types: Add Scroller and Tab to TabBar type (dd08278)

v6.4.0

18 Aug 05:46
Compare
Choose a tag to compare

6.4.0 (2022-08-18)

Features

  • components: add type support (c2abfbc)

v6.3.0

26 Jul 05:16
Compare
Choose a tag to compare

6.3.0 (2022-07-26)

Features

  • components: Add FileDropArea (475fbd9)

v6.2.0

05 Jul 05:39
Compare
Choose a tag to compare

6.2.0 (2022-07-05)

Bug Fixes

  • Datatable: expose DataRow rowId as slot prop (46aa49c)
  • Datatable: fix exception when using checkbox (f4d3433)

Features

  • components: add DatatableCheckbox and DatatableCheckboxHeader (5c2da10)
  • Datatable: add numberOfCheckboxes to register new Checkboxes (01aa5d0)

v6.1.1

23 Jun 03:40
Compare
Choose a tag to compare

6.1.1 (2022-06-23)

Bug Fixes

  • index.mjs: Switch was not exported (b3bb6ac)

v6.1.0

16 Jun 21:21
Compare
Choose a tag to compare

6.1.0 (2022-06-16)

Features

  • components: add Switch story (8889e11)

v6.0.1

23 May 23:30
Compare
Choose a tag to compare

6.0.1 (2022-05-23)

Bug Fixes

  • Drawer: fix find and replace typo (11943d3)

v6.0.0

28 Apr 21:22
Compare
Choose a tag to compare

6.0.0 (2022-04-28)

Bug Fixes

  • Dialog: fix Alert titleIcon position (be8bac7)
  • MoneyInput: fix 1x10e-n not being caught by step (84a6cef)
  • Select: fix floating label color (12d120d)

Build System

  • deps: update material-components-web and sass (6e44b76)

Features

  • components: add SearchableSelect (2de1351)
  • Diaolog.Alert: expose titleIcon color to --mdc-theme-icon-color (f8c9ad0)

BREAKING CHANGES