Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.5.6

21 Jun 09:53
Compare
Choose a tag to compare
  • Fix mismatch of childAlignment and overlayAlignment in ShadPortal
  • Remove top padding of ShadPopover
  • Set default values to ShadAnchor and ShadAnchorAuto

Full Changelog: v0.5.5...v0.5.6

v0.5.5

17 Jun 09:43
Compare
Choose a tag to compare

Full Changelog: v0.5.4...v0.5.5

v0.5.4

16 Jun 09:56
f71ed25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

16 Jun 09:10
1c9f813
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

28 May 09:23
452244a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.2

v0.5.0

23 May 14:46
9b2a330
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.5.0

v0.4.7

19 May 11:12
Compare
Choose a tag to compare

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

v0.4.6

13 May 09:30
Compare
Choose a tag to compare
  • Update depencencies versions
  • Remove ShadSameWidthColumn component
  • Remove boxy dependency
  • Make components keyboard accessible

Full Changelog: v0.4.5...v0.4.6

v0.4.5

09 May 15:39
Compare
Choose a tag to compare
  • Remove placeholderStyle and placeholderAlignment from ShadDecoration and move to ShadInput and ShadInputFormField
  • Add suffix and prefix to ShadInput and ShadInputFormField

Full Changelog: v0.4.4...v0.4.5

v0.4.4

09 May 11:07
Compare
Choose a tag to compare
  • Add horizontalScrollPhysics and verticalScrollPhysics to ShadTable
  • Add mainAxisAlignment and crossAxisAlignment to ShadButton
  • Fix ShadDialog content adding default text style
  • Remove popover asserts and ignore operation if already opened/closed.
  • Add longPressDuration to ShadGestureDetector
  • Add hoverStrategies to ShadButtonTheme's
  • Fix use strutStyle in ShadInput
  • Add backgroundColor to ShadInput and ShadInputFormField (thanks to @Dredayduncan)
  • Remove inputDecoration from ShadInput
  • Put placeholder on top of ShadInput
  • Fix text style alignment

Full Changelog: v0.4.3...v0.4.4