Skip to content

v0.4.7

Compare
Choose a tag to compare
@nank1ro nank1ro released this 19 May 11:12
· 78 commits to main since this release

What's Changed

  • Add maintainState to ShadAccordion to keep the child in the tree even if the item is closed, defaults to false.
  • Update ShadAccordion to use effects instead of transitionBuilder.
  • Remove rive dependency and Rive support in ShadImage due to many issues with the package.
  • Remove colorScheme from ShadTextTheme. 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 the decoration of the component.
  • Fix ShadTable row indexes when using an headerBuilder (thanks to @Kyziq).

New Contributors

  • @Kyziq made their first contribution in #67

Full Changelog: v0.4.6...v0.4.7