Skip to content

Releases: silinternational/ui-components

v5.1.1

04 Apr 20:57
Compare
Choose a tag to compare

5.1.1 (2022-04-04)

Bug Fixes

  • imports: fix circular dependency warnings (81ca49f)
  • MoneyInput: fix valueNotDivisibleByStep for most values (d38c333)

v5.1.0

12 Mar 01:27
Compare
Choose a tag to compare

5.1.0 (2022-03-12)

Features

  • Tooltip: add class prop to Wrapper (38a9669)

v5.0.1

04 Mar 22:10
Compare
Choose a tag to compare

5.0.1 (2022-03-04)

Bug Fixes

  • MoneyInput: fix step bug when 2.01 is entered (10b8f9c)

v5.0.0

24 Feb 02:56
Compare
Choose a tag to compare

5.0.0 (2022-02-24)

Bug Fixes

  • Drawer: use element to listen for closed (111d0e4)
  • icons: icons not loading in sveltekit SSR (bfa8e19)
  • index: use index.mjs as entry point (f4aec84)

Features

  • icons: remove autoloading material icons (e3c0483)

BREAKING CHANGES

  • icons: consumer now imports icons. see README.

v4.1.0

21 Feb 20:46
Compare
Choose a tag to compare

4.1.0 (2022-02-21)

Features

  • Dialog.Alert: add titleIcon prop (13a9c41)
  • Dialog.Alert: allow modal to close itself (d4df8e8)
  • Menu: add subtitle to menuItems prop as splitters (b23fab6)

v4.0.0

17 Feb 18:11
Compare
Choose a tag to compare

4.0.0 (2022-02-17)

Bug Fixes

  • Tour: resolve a11y warnings (f4e3132)

Features

  • Drawer: add currentUrl prop and remove roxi (c38dfac)
  • Drawer: remove beforeUrlChange (2247b8c)
  • IconButton: add url and disabled props (fba3e6b)

BREAKING CHANGES

  • Drawer: The consumer must update the currentUrl as a prop

v3.12.1

17 Feb 00:34
Compare
Choose a tag to compare

3.12.1 (2022-02-17)

Bug Fixes

  • deps: add sass to peerDependencies (08b09de)

v3.12.0

14 Feb 22:06
Compare
Choose a tag to compare

3.12.0 (2022-02-14)

Features

  • TextInput: add description property (a215a58)
  • TextInput: add description story (a75efd6)
  • utils: add quarter/half margin & padding (feeb42f)

v3.11.0

10 Feb 22:08
Compare
Choose a tag to compare

3.11.0 (2022-02-10)

Features

  • Button: expose radius and outline color (90b7fd1)
  • TextField: expose radius var to consumer (3757b15)

v3.10.6

13 Jan 21:12
Compare
Choose a tag to compare

3.10.6 (2022-01-13)

Bug Fixes

  • Drawer: fix a11y warning (3394ec3)