Releases: silinternational/ui-components
Releases · silinternational/ui-components
v6.0.0
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
v5.1.1
5.1.1 (2022-04-04)
Bug Fixes
- imports: fix circular dependency warnings (81ca49f)
- MoneyInput: fix valueNotDivisibleByStep for most values (d38c333)
v5.1.0
5.1.0 (2022-03-12)
Features
- Tooltip: add class prop to Wrapper (38a9669)
v5.0.1
5.0.1 (2022-03-04)
Bug Fixes
- MoneyInput: fix step bug when 2.01 is entered (10b8f9c)
v5.0.0
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
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
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
3.12.1 (2022-02-17)
Bug Fixes
- deps: add sass to peerDependencies (08b09de)
v3.12.0
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
3.11.0 (2022-02-10)
Features
- Button: expose radius and outline color (90b7fd1)
- TextField: expose radius var to consumer (3757b15)