Skip to content

0.1.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@South-Paw South-Paw released this 21 Feb 02:59
· 48 commits to master since this release
d384f8b

Features

  • Added Tab component

Changes

  • Mixins on Flex, Grid, Header and Text have been aligned with the Box's behaviour, style props will overide the sx prop
  • getComponentStyles renamed to componentStylesMixin
  • SxProps renamed to SxProp
  • Menus and Tooltips are now rendered inside Portals
  • More components now have the as prop on their interfaces (#38)
  • Added color types to Radio and Switch components

Bug Fixes

  • Fixed Menu in Stack having margin applied (#39)
  • Fixed Tags label prop
  • Fixed outline style on open Menus
  • Fixed Stack not using flexDir and flexDirection (#40)
  • Fixed Avatar images overflowing when a variant is set
  • Fixed Badge line height issues