Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.18.7

03 Feb 17:40
5ac2eea
Compare
Choose a tag to compare

Changelog

  • FIX: ShadApp dark theme behavior now is the same as Material. The dark theme is applied only if you provide a darkTheme and the user theme mode is dark

What's Changed

Full Changelog: v0.18.6...v0.18.7

v0.18.6

03 Feb 17:26
08bf2ee
Compare
Choose a tag to compare

Changelog

  • FIX: ShadTimePicker controller not being used correctly when the component is initialized. Now each field allows a single digit instead of two.

What's Changed

Full Changelog: v0.18.5...v0.18.6

v0.18.5

30 Jan 11:52
Compare
Choose a tag to compare

Changelog

  • FIX: ShadCalendar forward button icon color.
  • CHORE: Bump the version of universal_image (thanks to @brunosemfio).

What's Changed

New Contributors

Full Changelog: v0.18.4...v0.18.5

v0.18.4

27 Jan 15:50
Compare
Choose a tag to compare

Changelog

  • FIX: ShadDatePicker popover closes on caption selection.
  • CHORE: Add onNavigationNotification to ShadApp (thanks to @mllrr96)
  • FIX: ShadDatePicker crash when caption layout is different from label, due to misleading Locale type passed to DateFormat, thanks dynamic 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

23 Jan 10:14
636d9cd
Compare
Choose a tag to compare

Changelog

  • FIX: Improve ShadAvatar (thanks to @mickey35vn).
  • FIX: Locale not handled in ShadCalendar and ShadDatePicker.
  • REFACTOR: Remove optionsOrderPolicy from ShadSelectTheme and move it to ShadOptionTheme with the name orderPolicy.

What's Changed

New Contributors

Full Changelog: v0.18.2...v0.18.3

v0.18.2

21 Jan 10:44
e3ed3ae
Compare
Choose a tag to compare

Changelog

  • FIX: InputOTP component with RTL directionality.

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

20 Jan 11:43
59de220
Compare
Choose a tag to compare

Changelog

  • FIX: Set ShadCard clipBehavior to Clip.antialias, add clipBehavior to ShadCard and ShadCardTheme.
  • FIX: Use selectedDecoration in ShadTabs (thanks to @thisisamank)
  • FEAT: Add colorSelector to the ShadcnUI docs (thanks to @0xharkirat)
  • FEAT: Add hourLabel, minuteLabel, secondLabel, periodLabel, hourPlaceholder, minutePlaceholder, secondPlaceholder and periodPlaceholder to ShadTimePickerTheme.

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

14 Jan 12:01
65b75df
Compare
Choose a tag to compare

Changelog

  • BREAKING CHANGE: Remove applyIconColorFilter from ShadButton.
  • BREAKING CHANGE: Remove ShadImage component. Prefer using the Icon widget for IconData, the Image widget for normal images, and SvgPicture (from the flutter_svg package for SVG images. If you want a fallback, use UniversalImage.
  • BREAKING CHANGE: Rename iconSrc in iconData around components.
  • FIX: TimePickerFormField initial value.

What's Changed

Full Changelog: v0.17.6...v0.18.0

v0.17.6

07 Jan 17:19
54fbdfb
Compare
Choose a tag to compare

Changelog

  • FIX: Fix the iconSize of ShadButton, add iconSize to ShadButton.

What's Changed

Full Changelog: v0.17.5...v0.17.6

v0.17.5

07 Jan 16:18
Compare
Choose a tag to compare

Changelog

  • FEAT: New OrderPolicy, LinearOrderPolicy, ReverseOrderPolicy and CustomOrderPolicy 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 to ShadOption, ShadAlert, ShadButton, ShadCheckbox, ShadCheckboxFormField, ShadDatePicker, ShadDatePickerFormField, ShadDateRangePickerFormField, ShadRadio, ShadSwitch, ShadSwitchFormField, ShadToast.
  • FEAT: Add expands to ShadButton, defaults to false. Use it if you want the button's child to expand to fill the available space.

What's Changed

Full Changelog: v0.17.4...v0.17.5