Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.9.8

24 Sep 13:30
869e6dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.7...v0.9.8

v0.9.7

20 Sep 15:15
370b8ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.6...v0.9.7

v0.9.6

20 Sep 14:58
Compare
Choose a tag to compare
  • Fix: the browser context menu has been enabled again, and deactivated only for the ShadContextMenu component.

Full write-up:
https://mariuti.com/posts/flutter-web-disable-browser-context-menu-for-specific-widget/

What's Changed

Full Changelog: v0.9.5...v0.9.6

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