Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.5.4
v0.5.3
v0.5.2
v0.5.0
v0.4.7
What's Changed
- Add
maintainState
toShadAccordion
to keep the child in the tree even if the item is closed, defaults tofalse
. - Update
ShadAccordion
to useeffects
instead oftransitionBuilder
. - Remove
rive
dependency and Rive support inShadImage
due to many issues with the package. - Remove
colorScheme
fromShadTextTheme
. Now the colors will be automatically derived, unless specified. - Fix popover position in
ShadSelect
component. - Refactor
ShadDecoration
to easily change the default borders and add new decoration properties to it. Some properties have been moved from the components to thedecoration
of the component. - Fix
ShadTable
row indexes when using anheaderBuilder
(thanks to @Kyziq).
New Contributors
Full Changelog: v0.4.6...v0.4.7
v0.4.6
- Update depencencies versions
- Remove
ShadSameWidthColumn
component - Remove boxy dependency
- Make components keyboard accessible
Full Changelog: v0.4.5...v0.4.6
v0.4.5
- Remove
placeholderStyle
andplaceholderAlignment
fromShadDecoration
and move toShadInput
andShadInputFormField
- Add
suffix
andprefix
toShadInput
andShadInputFormField
Full Changelog: v0.4.4...v0.4.5
v0.4.4
- Add
horizontalScrollPhysics
andverticalScrollPhysics
toShadTable
- Add
mainAxisAlignment
andcrossAxisAlignment
toShadButton
- Fix
ShadDialog
content adding default text style - Remove popover asserts and ignore operation if already opened/closed.
- Add
longPressDuration
toShadGestureDetector
- Add
hoverStrategies
to ShadButtonTheme's - Fix use
strutStyle
inShadInput
- Add
backgroundColor
toShadInput
andShadInputFormField
(thanks to @Dredayduncan) - Remove
inputDecoration
fromShadInput
- Put
placeholder
on top ofShadInput
- Fix text style alignment
Full Changelog: v0.4.3...v0.4.4
v0.4.3
- Fix
ShadResizable
divider position
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- fix/tooltip mobile by @nank1ro in #60
- Add the newly added Input OTP to the "Roadmap" by @louis-sicko in #57
- fix/resizable tap region by @nank1ro in #59
New Contributors
- @louis-sicko made their first contribution in #57
Full Changelog: v0.4.1...v0.4.2