Skip to content

v2.0.0-alpha.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 09:10
· 2356 commits to main since this release
85fc81d

2.0.0-alpha.15 (2020-05-05)

Features

  • components: migrate Button to TypeScript (#582) (306e4d0)
  • components: migrate Hamburger to TypeScript (#588) (85fc81d)
  • components: migrate IconButton to TypeScript (#585) (ea40688)
  • components: migrate LoadingButton to TypeScript (#584) (c96c851)

BREAKING CHANGES

  • components: The Hamburger's light prop has been removed. Set the color through CSS instead.
  • components: The LoadingButton's exit animations have been removed. An action's success or error result should be communicated outside the button.
  • components: The flat Button variant has been removed.
  • components: The plain Button prop has been removed. Use the new Anchor component or the tertiary Button variant instead.
  • components: The primary and secondary Button props have been removed. Use the variant prop instead.