Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [8.0.0](v7.1.0...v8.0.0) (2021-10-18) ### Bug Fixes * **Build:** Case sensitivity on export ([625fd84](625fd84)) ### Features * **Box:** Added x3 border size ([27b0096](27b0096)) * **Button:** Removed the default heaviour of buttons to grow. ([7e01270](7e01270)) * **Button:** Updated and added more styling options with variants and sizes. ([4551847](4551847)) * **Icon:** Removed Icon component and exports all Feather icons under Icons[IconName]. ([946442c](946442c)) * **Input:** Added Input sizes ([4f346d9](4f346d9)) * **Input:** Renamed InputLabel to InputWrapper and will log an error if "disabled" is given ([6e4beb9](6e4beb9)) * **Label:** Removed clickable styling. Use a button instead. ([d62cb17](d62cb17)) * **Link:** Added isTextLink prop to be used when the link is being used for text and should be styled like so. ([d612cc6](d612cc6)) * **Modal:** Added ModalFooter component ([fa64d17](fa64d17)) * **Modal:** Added size property ([22ccb25](22ccb25)) * **SelectIndicators:** Export the Checkbox and RadioButton Indicators from the package ([dedf558](dedf558)) * **TextArea:** Renamed TextAreaLabel to TextAreaWrapper and will log an error if "disabled" is given ([92e9e9f](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
- Loading branch information