Skip to content

Releases: sil-org/ui-components

v9.1.1

22 Feb 05:05

Choose a tag to compare

9.1.1 (2023-02-22)

Bug Fixes

  • TextArea: fix text overlapping with counter (c0bb58e)

v9.1.0

22 Feb 03:40

Choose a tag to compare

9.1.0 (2023-02-22)

Features

  • Components: add target prop to Button, Fab, and IconButton (d0e92bc)

v9.0.0

08 Feb 07:01

Choose a tag to compare

9.0.0 (2023-02-08)

Bug Fixes

  • Menu: fix ssr for Menu using window (e4b0b03)

Features

  • Menu: remove focus of menuItem based on path. Add currentUrl story (b0aca32)
  • Menu: remove window & add currentUrl to props (1e982ad)

BREAKING CHANGES

  • Menu: remove checking of current path to focus menu item

v8.1.0

12 Dec 22:02

Choose a tag to compare

8.1.0 (2022-12-12)

Features

  • Form: deprecate success and listen for reset to clear local storage (38fad25)

v8.0.1

03 Dec 05:41

Choose a tag to compare

8.0.1 (2022-12-03)

Bug Fixes

  • components: resolve A11y warning in that show up in rollup-plugin-svelte (42229e2)

v8.0.0

01 Dec 00:52

Choose a tag to compare

8.0.0 (2022-12-01)

Bug Fixes

  • peerDependencies: update material-components-web and sass to match devDependencies. Fixes an npm error for consumers using material and sass. (7d929fd)

BREAKING CHANGES

  • peerDependencies: update peer deps

Change material-components-web to 14 and sass to 1.55. If installed in your project you can now update them to these versions without an error or warning.

v7.0.0

07 Nov 23:13

Choose a tag to compare

7.0.0 (2022-11-07)

Build System

  • dependencies: update multiple deps (4553e7f)

Features

  • Form: change Form children top margin (0ca845f)

BREAKING CHANGES

  • dependencies: update material-components-web to 14 and sass to 1.55
  • Form: Form children will now have 1rem instead of 2rem

v6.7.0

05 Oct 06:47

Choose a tag to compare

6.7.0 (2022-10-05)

Bug Fixes

  • Form: don't remove storage when restoring form values (44ba3a9)

Features

  • Form: add success prop so Form can remove stored values internally (8aedd72)

v6.6.0

04 Oct 23:23

Choose a tag to compare

6.6.0 (2022-10-04)

Features

  • components: add name prop to MoneyInput, TextArea and TextField (142b27e)
  • Form: add id and saveToLocalStorage props to Form (8216ae1)

v6.5.0

26 Sep 11:13

Choose a tag to compare

6.5.0 (2022-09-26)

Features

  • SearchableSelect: add required prop (053af32)