Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.9.5

16 Sep 16:49
Compare
Choose a tag to compare

Full Changelog: v0.9.4...v0.9.5

v0.9.4

16 Sep 09:50
2a1bd01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

12 Sep 14:39
22c4f22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

12 Sep 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

04 Sep 15:57
cbd22f8
Compare
Choose a tag to compare

What's Changed

  • Fix native context menu by disabling it on Web.
  • Add controller to ShadContextMenu.
  • Add onLongPress to ShadContextMenuRegion, defaults to true on mobile.

Full Changelog: v0.9.0...v0.9.1

v0.9.0

03 Sep 09:05
4eef6cd
Compare
Choose a tag to compare

What's Changed

  • New ShadContextMenu component.
  • Add groupId to ShadPopover, to determine if the tap is inside the popover or not.
  • Add onFocusChange to ShadFocusable and ShadButton.
  • Add onSecondaryTap to ShadButton.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

09 Aug 12:35
89678d1
Compare
Choose a tag to compare

Changelog

  • BREAKING CHANGE: Refactor ShadResizablePanelGroup in order to react to window resize correctly. The sizes have been normalized. You don't need to provide anymore a pixel size, but a value between 0 and 1 which indicates the percentage of the available space.
  • Add onChanged to ShadTabs.
  • Fix maxWidth missing in ShadSelectForlField.

What's Changed

Full Changelog: v0.7.3...v0.8.0

v0.7.3

01 Aug 15:21
31face8
Compare
Choose a tag to compare

CHANGELOG

  • Add header and footer to ShadSelect and ShadSelectFormField.
  • Add mainAxisAlignment and crossAxisAlignment to ShadAlert.
  • Fix unintentional disposal of controller in ShadSelect.
  • Remove assert about icon and iconSrc in ShadAlert, you can avoid using an icon now.
  • Fix height of Sheet.

What's Changed

Full Changelog: v0.7.1...v0.7.3

v0.7.1

30 Jul 10:17
28b76f3
Compare
Choose a tag to compare

CHANGELOG

  • Fix performance of ShadSelect with the new optionsBuilder parameter for a large number of options.
  • Fix keyboard appearance of ShadInput (thanks to @hieupm2096).
  • Add onPressed to ShadBadge.
  • Rename button text parameter into child.
  • Rename dialog content parameter into child.
  • Rename sheet content parameter into child.
  • Rename tab text parameter into child.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

26 Jul 16:24
090703c
Compare
Choose a tag to compare

What's Changed

  • Rename Tabs defaultValue parameter into value.
  • Rename Card content parameter into child.
  • Rename Badge text parameter into child.
  • Rename Input onTap parameter into onPressed.
  • Rename AccordionItem content parameter into child.
  • Add filter to Select and Popover in order to blur the background when the popover is open.
  • Pass errorText to error build of Form Fields.
  • Add gap to Buttons, default to 8.
  • Update type of src parameter of Avatar
  • Add Alert.raw constructor
  • Add Dialog.raw constructor
  • Add Select.raw and SelectFormField.raw constructors
  • Add TableCell.raw constructor
  • Add draggable to Sheet to make it draggable, it works on every side.
  • Add ThemeVariant to handle the default theme variant, and the one without the secondary border.

Full Changelog: v0.6.3...v0.7.0