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