v2.0.0
Here are some highlights β¨:
- π₯ added flat variants of multiple components
- β new Avatar and Hourglass component
- π minor style changes
Breaking changes
- What was 'flat' button before now is achieved by using
variant="menu"
. (It's because "flat" word was needed to achieve a truly flat component variants)
- <Button flat />;
+ <Button variant="menu" />
Changes
-
[Button] Added
variant="flat"
,active
button now has hatched background -
[Checkbox] Added
variant="flat"
-
[Radio] Added
variant="flat"
-
[Fieldset] Added
variant="flat"
-
[TextField] Added
variant="flat"
-
[TextArea] Added
variant="flat"
-
[NumberField] Added
variant="flat"
-
[Select] Added
variant="flat"
-
[Divider] Added
vertical
prop -
β [Avatar] New component
-
β [Hourglass] New component (well, kinda. Now it works π)