# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.16] - 2018-12-09
### Fixed
- Fixed button UI when it has an image attached

## [0.1.11] - 2018-12-09
### Changed
- Button now merges "textStyles" into its text style

## [0.0.1] - 2017-11-06
### Added
- Created Button, Card, Divider, InputField, OfflineImage, Spinner and StyleGenerator files
- Added Change log and initial documentation

## [0.0.2 ~ 0.0.6] - 2017-11-06
### Changed
- Dependencies are now peerDependencies
- Added main in package
- Index import fix

## [0.0.7] - 2017-11-06
### Changed
- Installation of React and React Native removed

## [0.1.0] - 2017-11-07
### Added
- Image Layer - Component for create cool image header in the background

## [0.1.1 ~ 0.1.5] - 2017-11-07
### Changed
- Margin top removed from Image Layer
- Default Styles are now exported too
- Offline mode in Image Layer
- Button now have an optional loading state (isLoading)

## [0.1.6 ~ 0.1.10] - 2017-11-07
### Added
- More margins and paddings in the default styles!
### Changed
- Default color for texts (need to pass Colors Object in startStyles)
- Base number of paddings and margins in startStyles
- Creation of defaultStyles
- Button prop keepCapitalize