Skip to content

v2.0.0

Compare
Choose a tag to compare
@arturbien arturbien released this 26 May 14:34
· 573 commits to master since this release

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 πŸ˜‚)