Skip to content

v8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 21:44
· 364 commits to master since this release

8.0.0 (2021-10-18)

Bug Fixes

  • Build: Case sensitivity on export (625fd84)

Features

  • Box: Added x3 border size (27b0096)
  • Button: Removed the default heaviour of buttons to grow. (7e01270)
  • Button: Updated and added more styling options with variants and sizes. (4551847)
  • Icon: Removed Icon component and exports all Feather icons under Icons[IconName]. (946442c)
  • Input: Added Input sizes (4f346d9)
  • Input: Renamed InputLabel to InputWrapper and will log an error if "disabled" is given (6e4beb9)
  • Label: Removed clickable styling. Use a button instead. (d62cb17)
  • Link: Added isTextLink prop to be used when the link is being used for text and should be styled like so. (d612cc6)
  • Modal: Added ModalFooter component (fa64d17)
  • Modal: Added size property (22ccb25)
  • SelectIndicators: Export the Checkbox and RadioButton Indicators from the package (dedf558)
  • TextArea: Renamed TextAreaLabel to TextAreaWrapper and will log an error if "disabled" is given (92e9e9f)

BREAKING CHANGES

  • Icon: Removed Icon components and replaced with exporting all feather Icons under Icons.*
  • TextArea: TextAreaLabel is renamed to TextAreaWrapper
  • Input: InputLabel is renamed to InputWrapper
  • Button: Button auto grow has been removed. Add the grow prop back on to get it back.
  • Button: Removed the fill prop
  • Link: Removed underline prop, use isTextLink