Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
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
v0.7.0
What's Changed
- Rename Tabs
defaultValue
parameter intovalue
. - Rename Card
content
parameter intochild
. - Rename Badge
text
parameter intochild
. - Rename Input
onTap
parameter intoonPressed
. - Rename AccordionItem
content
parameter intochild
. - Add
filter
to Select and Popover in order to blur the background when the popover is open. - Pass
errorText
toerror
build of Form Fields. - Add
gap
to Buttons, default to8
. - Update type of
src
parameter of Avatar - Add
Alert.raw
constructor - Add
Dialog.raw
constructor - Add
Select.raw
andSelectFormField.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.
- feat/tabs-content-optional by @nank1ro in #101
- feat/checkbox-cross-axis-alignment by @nank1ro in #103
- Fix/select popover padding by @nank1ro in #105
- Feat/v0.7.0 by @nank1ro in #110
Full Changelog: v0.6.3...v0.7.0