Releases: silinternational/ui-components
Releases · silinternational/ui-components
v10.0.1
10.0.1 (2023-03-23)
Bug Fixes
- exports: fix broken DateInput export (d841278)
v10.0.0
10.0.0 (2023-03-23)
Bug Fixes
- types: fix Select and MoneyInput types (f2c6f73)
- types: JSX.HTMLAttributes is deprecated (f8c593b)
Features
- components: Add DateInput component (a83dc70)
- Form: remove success (5f3537c)
BREAKING CHANGES
- Form: remove success prop
To reset Form
use on:submit
and event.target.reset()
instead of setting success
to true
v9.1.1
9.1.1 (2023-02-22)
Bug Fixes
- TextArea: fix text overlapping with counter (c0bb58e)
v9.1.0
9.1.0 (2023-02-22)
Features
- Components: add target prop to Button, Fab, and IconButton (d0e92bc)
v9.0.0
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
8.1.0 (2022-12-12)
Features
- Form: deprecate success and listen for reset to clear local storage (38fad25)
v8.0.1
8.0.1 (2022-12-03)
Bug Fixes
- components: resolve A11y warning in that show up in rollup-plugin-svelte (42229e2)
v8.0.0
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
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
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)