Skip to content

Releases: silinternational/ui-components

v3.5.0

19 Oct 19:26
Compare
Choose a tag to compare

3.5.0 (2021-10-19)

Features

  • Drawer: Add optional content slot above menu in Drawer (6aa7ddb)

v3.4.0

18 Oct 18:33
Compare
Choose a tag to compare

3.4.0 (2021-10-18)

Bug Fixes

  • Datatable: Fix text-alignment in numeric Datatable cells (8f733da)

Features

  • Drawer: Add support for tooltips on menu items (27cd6f9)

v3.3.0

13 Oct 19:45
Compare
Choose a tag to compare

3.3.0 (2021-10-13)

Bug Fixes

  • TextInput: remove Noto Sans (3591a21)

Features

  • Menu: add support for actions in MenuItems (ce271f2)

v3.2.0

01 Oct 22:57
Compare
Choose a tag to compare

3.2.0 (2021-10-01)

Features

Select component's new `populated` event

01 Sep 15:12
Compare
Choose a tag to compare

Added

  • Dispatch 'populated' event when a Select's options are populated. Useful for knowing when it's safe to set the initial selectedID value.

v3.0.1

02 Sep 18:21
Compare
Choose a tag to compare

3.0.1 (2021-09-02)

Bug Fixes

  • package.json: fix git repository url (93ac824)
  • pencil: update README & test new environment (6d5b5f8)

DataTable, Drawer, Fab and global utilities improvements

13 Aug 21:18
5cd2147
Compare
Choose a tag to compare

Added

  • mini, extended and action props to Fab
  • non link variation of Fab when url prop is empty
  • hideForPhonesOnly, hideForTablet, miniMenu to Drawer
  • clickable to Datatable.Data.Row
  • $$props.class to all Datatable sub components that didn't already have it.
  • margin & padding global classes m-0px through m-25px and p-0px through p-25px
  • margin & padding x (m or p)x-0px through (m or p)x-25px global classes
  • margin & padding y (m or p)y-0px through (m or p)y-25px global classes
  • margin & padding sides m(side)-(0 to 25)px, p(side)-(0 to 25)px global classes

Fixed

  • bug preventing standard navigation Drawer

BREAKING CHANGES

Removed

  • hideForMobile from Drawer

Changed

  • all boolean props in Drawer are now false by default

Add Drawer hideForMobile and bugfix

05 Aug 14:03
86e008f
Compare
Choose a tag to compare

Added

  • hideForMobile prop and optional border-white class in Drawer
  • another slot to TopAppBar
  • main-drawer-content id and actions slot to Drawer

Fixed

  • TopAppBar adjust class removed when not needed by Drawer

slot to TopAppBar in Drawer and improve menu Button

03 Aug 19:02
eaa8e17
Compare
Choose a tag to compare

Added

  • slot to TopAppBar in Drawer

Changed

  • centered and raised menu button in Drawer

Drawer improvements and bugfixes

03 Aug 16:21
a6a9045
Compare
Choose a tag to compare

Added

  • capitalize to global.scss
  • $$class.props and isFullHeightMenu property to Drawer
  • button to menu array in Drawer

Changed

  • update README index

Fixed

  • typo in global.scss
  • bug in Drawer by defaulting to modal