Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.28.5

07 Aug 14:10
5f6d76f
Compare
Choose a tag to compare
  • FIX: ShadCalendar back and forward buttons on RTL (thanks to @harith Haroon).

v0.28.4

06 Aug 10:58
Compare
Choose a tag to compare
  • FEAT: Add cursorColor to ShadInput (thanks to @GuillaumeMCK).
  • FIX: Use AlignmentGeometry instead of Alignment inside ShadInput, ShadTextarea and their form fields (thanks to @omaralmgerbie)

v0.28.3

02 Aug 14:39
d132846
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.2...v0.28.3

v0.28.2

01 Aug 14:40
1115def
Compare
Choose a tag to compare

Changelog

  • FIX: ShadDialog and ShadSheet now use SafeArea to prevent the content from being cut off by the system UI.

What's Changed

Full Changelog: v0.28.1...v0.28.2

v0.28.1

21 Jul 14:58
Compare
Choose a tag to compare

Changelog

  • FIX: Add clearValueOnUnregister to ShadForm (defaults to false) to prevent clearing a form field's value from the form state when the field is unregistered (aka disposed).
  • FIX: ShadPopover not closing when pressing ESC (thanks to @DMouayad)

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.28.1

v0.28.0

03 Jul 14:52
Compare
Choose a tag to compare

Changelog

  • REFACTOR: Update ShadCalendar yearSelectorMinWidth from 100 to 64 and monthSelectorMinWidth from 120 to 64.
  • REFACTOR: Update ShadCalendar position of dropdown, which is now centered in the header.
  • REFACTOR: Add dropdownFormatMonth and dropdownFormatYear to ShadCalendar.
  • FIX: Center the placeholder in ShadAvatar.
  • DOCS: Fix missing MainAxisSize.min in ShadCard notification example.
  • DOCS: Adjust sheet docs example, with some spacing between buttons.
  • FIX: Fix the hit test behavior of ShadContextMenuRegion.
  • FEAT: Expose hitTestBehavior from ShadContextMenuRegion, defaults to HitTestBehavior.opaque (thanks to @NonymousMorlock).
  • REFACTOR: Set default text align of ShadTooltip to null instead of TextAlign.center.

What's Changed

New Contributors

Full Changelog: v0.27.4...v0.28.0

v0.27.4

28 Jun 21:47
e0cf994
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.3...v0.27.4

v0.27.3

21 Jun 09:08
Compare
Choose a tag to compare

Changelog

  • FIX: ShadCalendar initialMonth update when the user did not interact with the month selector yet.
  • DOCS: Fix typo in button code snippet (thanks to @piedcipher).

What's Changed

New Contributors

Full Changelog: v0.27.2...v0.27.3

v0.27.2

12 Jun 12:13
Compare
Choose a tag to compare

Changelog

  • FIX: ShadAccordion title overflow when the title is too long (thanks to @monteiz).
  • FIX: ShadContextMenuItem hover background color.
  • CHORE: Bump the minimum Flutter version to 3.32.0 to support the RoundedSuperellipseBorder.

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.27.2

v0.27.1

05 Jun 06:53
Compare
Choose a tag to compare

Changelog

  • FEAT: Add ShadRoundedSuperellipseBorder to support the rounded superellipse border style as the primary border of any widget that uses ShadDecoration.

What's Changed

Full Changelog: v0.27.0...v0.27.1