Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.28.5
v0.28.4
- FEAT: Add
cursorColor
toShadInput
(thanks to @GuillaumeMCK). - FIX: Use
AlignmentGeometry
instead ofAlignment
insideShadInput
,ShadTextarea
and their form fields (thanks to @omaralmgerbie)
v0.28.3
What's Changed
- fix/407 by @GuillaumeMCK in #408
- Update CHANGELOG.md by @nank1ro in #409
New Contributors
- @GuillaumeMCK made their first contribution in #408
Full Changelog: v0.28.2...v0.28.3
v0.28.2
v0.28.1
Changelog
- FIX: Add
clearValueOnUnregister
toShadForm
(defaults tofalse
) 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
Changelog
- REFACTOR: Update
ShadCalendar
yearSelectorMinWidth
from100
to64
andmonthSelectorMinWidth
from120
to64
. - REFACTOR: Update
ShadCalendar
position of dropdown, which is now centered in the header. - REFACTOR: Add
dropdownFormatMonth
anddropdownFormatYear
toShadCalendar
. - FIX: Center the placeholder in
ShadAvatar
. - DOCS: Fix missing
MainAxisSize.min
inShadCard
notification example. - DOCS: Adjust sheet docs example, with some spacing between buttons.
- FIX: Fix the hit test behavior of
ShadContextMenuRegion
. - FEAT: Expose
hitTestBehavior
fromShadContextMenuRegion
, defaults toHitTestBehavior.opaque
(thanks to @NonymousMorlock). - REFACTOR: Set default text align of
ShadTooltip
tonull
instead ofTextAlign.center
.
What's Changed
- docs: improve performance by @nank1ro in #390
- feat: expose hit test behavior of context menu region by @NonymousMorlock in #392
New Contributors
- @NonymousMorlock made their first contribution in #392
Full Changelog: v0.27.4...v0.28.0
v0.27.4
What's Changed
- Fix
ShadIconButton
icon size property isn't applied by @TahaTesser in #386 - chore: bump version by @nank1ro in #387
New Contributors
- @TahaTesser made their first contribution in #386
Full Changelog: v0.27.3...v0.27.4
v0.27.3
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
- Update button.mdx by @piedcipher in #384
- fix: calendar initial month by @nank1ro in #385
New Contributors
- @piedcipher made their first contribution in #384
Full Changelog: v0.27.2...v0.27.3
v0.27.2
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 theRoundedSuperellipseBorder
.
What's Changed
- chore/bump-min-flutter-version by @nank1ro in #378
- Fixed title overflow by @monteiz in #373
- fix: context menu item hover background color by @nank1ro in #379
New Contributors
Full Changelog: v0.27.1...v0.27.2