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