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