Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.18.7
v0.18.6
v0.18.5
Changelog
- FIX:
ShadCalendar
forward button icon color. - CHORE: Bump the version of
universal_image
(thanks to @brunosemfio).
What's Changed
- fix: calendar forward button icon color by @nank1ro in #278
- Update universal_image version by @brunosemfio in #275
New Contributors
- @brunosemfio made their first contribution in #275
Full Changelog: v0.18.4...v0.18.5
v0.18.4
Changelog
- FIX:
ShadDatePicker
popover closes on caption selection. - CHORE: Add
onNavigationNotification
toShadApp
(thanks to @mllrr96) - FIX:
ShadDatePicker
crash when caption layout is different from label, due to misleadingLocale
type passed toDateFormat
, thanksdynamic
for these amazing errors.
What's Changed
- fix: add onNavigationNotification to all ShadApp by @mllrr96 in #271
- fix: date picker closes on caption selection by @nank1ro in #272
New Contributors
Full Changelog: v0.18.3...v0.18.4
v0.18.3
Changelog
- FIX: Improve
ShadAvatar
(thanks to @mickey35vn). - FIX: Locale not handled in
ShadCalendar
andShadDatePicker
. - REFACTOR: Remove
optionsOrderPolicy
fromShadSelectTheme
and move it toShadOptionTheme
with the nameorderPolicy
.
What's Changed
- fix: enhance UniversalImage in ShadAvatar with size and fit properties by @mickey35vn in #262
- fix: calendar locale by @nank1ro in #264
- refactor: order policy option theme by @nank1ro in #265
New Contributors
- @mickey35vn made their first contribution in #262
Full Changelog: v0.18.2...v0.18.3
v0.18.2
v0.18.1
Changelog
- FIX: Set
ShadCard
clipBehavior toClip.antialias
, addclipBehavior
toShadCard
andShadCardTheme
. - FIX: Use
selectedDecoration
inShadTabs
(thanks to @thisisamank) - FEAT: Add colorSelector to the ShadcnUI docs (thanks to @0xharkirat)
- FEAT: Add
hourLabel
,minuteLabel
,secondLabel
,periodLabel
,hourPlaceholder
,minutePlaceholder
,secondPlaceholder
andperiodPlaceholder
toShadTimePickerTheme
.
What's Changed
- fix: card clip behavior by @nank1ro in #259
- fix: apply selected decoration by @thisisamank in #255
- Add Theme Color Selector for Dynamic Component Previews - Merge conflicts resolved by @0xharkirat in #252
- Feat/time picker theme labels by @nank1ro in #260
New Contributors
- @thisisamank made their first contribution in #255
- @0xharkirat made their first contribution in #252
Full Changelog: v0.18.0...v0.18.1
v0.18.0
Changelog
- BREAKING CHANGE: Remove
applyIconColorFilter
fromShadButton
. - BREAKING CHANGE: Remove
ShadImage
component. Prefer using theIcon
widget forIconData
, theImage
widget for normal images, andSvgPicture
(from the flutter_svg package for SVG images. If you want a fallback, useUniversalImage
. - BREAKING CHANGE: Rename
iconSrc
iniconData
around components. - FIX:
TimePickerFormField
initial value.
What's Changed
- fix: button icon size and color by @nank1ro in #245
- Fix/time picker form field initial value by @nank1ro in #250
Full Changelog: v0.17.6...v0.18.0
v0.17.6
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