Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.23.4
v0.23.3
Changelog
- FIX:
ShadInput
onPressedOutside
when tapping on anotherShadInput
. - FEAT: Add
groupId
toShadInput
andShadInputFormField
, defaults toUniqueKey
instead ofEditableText
.
What's Changed
Full Changelog: v0.23.2...v0.23.3
v0.23.2
Changelog
- FEAT: Add
copyWith
method toShadColorScheme
(thanks to @Luckey-Elijah).
What's Changed
- feat: add copyWith method to ShadColorScheme by @Luckey-Elijah in #336
Full Changelog: v0.23.1...v0.23.2
v0.23.1
v0.23.0
Changelog
- FIX: Expose
ShadMouseCursorProvider
. - FIX:
ShadMenubar
anchor. - FIX:
ShadBadge
should not enter the gesture arena if theonPressed
callback is not provided. - FEAT: Add
cursor
toShadBadge
, defaults toSystemMouseCursors.click
ifonPressed
is provided. - BREAKING CHANGE: Refactor
ShadAnchorAuto
to make it more powerful, removedverticalOffset
andpreferBelow
in favor ofoffset
,followerAnchor
andtargetAnchor
. Now every component uses it by default.
What's Changed
Full Changelog: v0.22.5...v0.23.0
v0.22.5
v0.22.4
Changelog
- FIX: Pass
themeMode
toMaterialApp
(thanks to @mubareksd). - FIX: Add
focusNode
toShadInputFormField
.
What's Changed
- fix: dark theme by @mubareksd in #322
- fix: input form field focus node by @nank1ro in #323
New Contributors
- @mubareksd made their first contribution in #322
Full Changelog: v0.22.3...v0.22.4
v0.22.3
Changelog
- FIX:
ShadTooltip
exit animation, addduration
andreverseDuration
to it. - FIX:
ShadMenubar
no longer steals the focus. - FIX:
ShadButton
stealing focus when pressed. - FEAT: Add
stylusHandwritingEnabled
toShadInput
.
What's Changed
Full Changelog: v0.22.2...v0.22.3
v0.22.2
Changelog
- FIX: Add
constraints
toShadInput
andShadInputFormField
, by default the min height is calculated based on thestyle
andplaceholderStyle
. - FIX:
ShadInput
style and placeholder style which are now merged instead of replaced. - FIX
ShadMenubar
wrong padding used for the context menu. - CHORE: Set min flutter version to
3.29.0
(thanks to @qk7b)
What's Changed
- chore: Update pubspec.yaml to set minimal version to 3.29.0 by @qk7b in #312
- fix: input constraints by @nank1ro in #315
New Contributors
Full Changelog: v0.22.1...v0.22.2