Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.22.0
Changelog
- FEAT:: Add
ShadMenubar
component. - REFACTOR: Deprecate
ShadDivider
andShadDividerTheme
, useShadSeparator
andShadSeparatorTheme
instead. - FEAT:: Add
onTapInside
,onTapOutside
,onTapUpInside
andonTapUpOutside
toShadContextMenu
.
What's Changed
Full Changelog: v0.21.0...v0.22.0
v0.21.0
Changelog
- FEAT: Add
ShadDivider
component (thanks to @Luckey-Elijah) - FIX: Pass
buttonDecoration
toShadButton
insideShadDatePicker
(thanks to @plusema86) - CHORE: Add comments to all components + test many of them
What's Changed
- fix: ShadButton on DatePicker by @plusema86 in #305
- feat: add`ShadDivider by @Luckey-Elijah in #303
- chore: testing by @nank1ro in #304
New Contributors
- @plusema86 made their first contribution in #305
- @Luckey-Elijah made their first contribution in #303
Full Changelog: v0.20.3...v0.21.0
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