Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.9.6
- 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
- Add text selection toolbar to
ShadInput
(thanks to @moshOntong-IT).
Full Changelog: v0.9.4...v0.9.5
v0.9.4
v0.9.3
v0.9.2
What's Changed
- feat: added gap on input and input theme by @moshOntong-IT in #136
New Contributors
- @moshOntong-IT made their first contribution in #136
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
What's Changed
- New
ShadContextMenu
component. - Add
groupId
toShadPopover
, to determine if the tap is inside the popover or not. - Add
onFocusChange
toShadFocusable
andShadButton
. - Add
onSecondaryTap
toShadButton
.
Full Changelog: v0.8.0...v0.9.0
v0.8.0
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
toShadTabs
. - Fix
maxWidth
missing inShadSelectForlField
.
What's Changed
Full Changelog: v0.7.3...v0.8.0
v0.7.3
CHANGELOG
- Add
header
andfooter
toShadSelect
andShadSelectFormField
. - Add
mainAxisAlignment
andcrossAxisAlignment
toShadAlert
. - Fix unintentional disposal of
controller
inShadSelect
. - Remove assert about
icon
andiconSrc
inShadAlert
, 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
CHANGELOG
- Fix performance of
ShadSelect
with the newoptionsBuilder
parameter for a large number of options. - Fix keyboard appearance of
ShadInput
(thanks to @hieupm2096). - Add
onPressed
toShadBadge
. - Rename button
text
parameter intochild
. - Rename dialog
content
parameter intochild
. - Rename sheet
content
parameter intochild
. - Rename tab
text
parameter intochild
.
What's Changed
- fix: ShadInput keyboard appearance has light mode only by @hieupm2096 in #113
- fix/select-with-many-options by @nank1ro in #114
New Contributors
- @hieupm2096 made their first contribution in #113
Full Changelog: v0.7.0...v0.7.1