v0.17.5
Changelog
- FEAT: New
OrderPolicy
,LinearOrderPolicy
,ReverseOrderPolicy
andCustomOrderPolicy
to update the order policy of the items in a list, this can be very useful to arrange the order of the parts of the shadcn components. - FEAT: Add
orderPolicy
toShadOption
,ShadAlert
,ShadButton
,ShadCheckbox
,ShadCheckboxFormField
,ShadDatePicker
,ShadDatePickerFormField
,ShadDateRangePickerFormField
,ShadRadio
,ShadSwitch
,ShadSwitchFormField
,ShadToast
. - FEAT: Add
expands
toShadButton
, defaults to false. Use it if you want the button's child to expand to fill the available space.
What's Changed
- Feat/select position of selected icon by @nank1ro in #226
- chore: inherited widget lookup type by @nank1ro in #227
- Feat/order policy by @nank1ro in #228
Full Changelog: v0.17.4...v0.17.5