Releases: silinternational/ui-components
Releases · silinternational/ui-components
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
Select component's new `populated` event
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
DataTable, Drawer, Fab and global utilities improvements
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
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
Added
- slot to TopAppBar in Drawer
Changed
- centered and raised menu button in Drawer