Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.20.3
Changelog
- FIX: Validation mode on form field reset (thanks to @Mayb3Nots)
What's Changed
- fix: validation mode doesnt not reset when
reset
is called on form state by @Mayb3Nots in #302
New Contributors
- @Mayb3Nots made their first contribution in #302
Full Changelog: v0.20.2...v0.20.3
v0.20.2
v0.20.1
v0.20.0
Changelog
- FEAT: Add
ShadIconButton
component. - REFACTOR: Deprecated
ShadButton.icon
, useShadIconButton
for a button with just an icon andShadButton.leading
for a button with an icon and a text. - REFACTOR: Deprecate
orderPolicy
, useleading
andtrailing
in the component. - REFACTOR: Deprecate
prefix
andsuffix
inShadInput
, useleading
andtrailing
instead. - REFACTOR Deprecate
searchInputPrefix
inShadSelect
, usesearchInputLeading
instead.
What's Changed
Full Changelog: v0.19.3...v0.20.0
v0.19.3
Changelog
- FIX: Make
selectedOptionBuilder
required inShadSelect
(thanks to @muradab). - FIX: Add
optionsBuilder
toShadSelect
and its form fields where it was missing.
What's Changed
- fix: make selectedOptionBuilder required in ShadSelect widget of withSearch constructor by @muradab in #293
New Contributors
Full Changelog: v0.19.2...v0.19.3
v0.19.2
- FIX: Add constraints to
ShadCard
child.
Full Changelog: v0.19.1...v0.19.2
v0.19.1
Changelog
- REFACTOR: Rename
materialTextTheme
intoapplyGoogleFontToTextTheme
. - FEAT: Allow accessing the
ShadTheme
with the context, in thematerialThemeBuilder
andappBuilder
.
Full Changelog: v0.19.0...v0.19.1
v0.19.0
Changelog
- FIX:
ShadInput
readOnly
not updating. - BREAKING CHANGE: Rename
ShadSelect
and form fieldscontroller
topopoverController
. - FEAT: Add
controller
toShadSelect
and form fields, to control the selected values. - FIX: Improve the
ShadResizable
controller handling and simplify the logic to resize the panels. - FIX:
ShadResizable
handle position withAxis.vertical
. - BREAKING CHANGE: Now
ShadResizable
requires anid
, to be able to handle when a panel is removed/added from the widget tree correctly. - CHORE: Correctly set the
theme
ordarkTheme
to the internalMaterialApp
.
What's Changed
- fix: input read-only by @nank1ro in #290
- breaking change: rename controller to popover controller by @nank1ro in #291
- fix: resizable when children change by @nank1ro in #285
Full Changelog: v0.18.7...v0.19.0
v0.18.7
Changelog
- FIX:
ShadApp
dark theme behavior now is the same as Material. The dark theme is applied only if you provide adarkTheme
and the user theme mode is dark
What's Changed
Full Changelog: v0.18.6...v0.18.7