# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/johanneslumpe/styled-props/compare/v0.2.0...v1.0.0) (2019-05-27)


### Features

* remove `I` prefix from interfaces and add `style$` prefix to all component props ([2b1e3c0](https://github.com/johanneslumpe/styled-props/commit/2b1e3c0))


### BREAKING CHANGES

* Removal of `I` prefixes will result in broken imports of types and the new `style$` prefix will require updates to component props which utilize any of the generated utilities.



<a name="0.2.0"></a>
# [0.2.0](https://github.com/johanneslumpe/styled-props/compare/v0.1.0...v0.2.0) (2018-11-29)


### Bug Fixes

* allow any value for `theme` if no theme is needed, instead of preventing it outright ([#9](https://github.com/johanneslumpe/styled-props/issues/9)) ([892c9ca](https://github.com/johanneslumpe/styled-props/commit/892c9ca))
* consistent media query ordering, fixes [#2](https://github.com/johanneslumpe/styled-props/issues/2) ([#6](https://github.com/johanneslumpe/styled-props/issues/6)) ([3d0e214](https://github.com/johanneslumpe/styled-props/commit/3d0e214))
* make style props optional by default ([#20](https://github.com/johanneslumpe/styled-props/issues/20)) ([9062295](https://github.com/johanneslumpe/styled-props/commit/9062295))
* make theme optional, return early if no theme or breakpoints present ([#7](https://github.com/johanneslumpe/styled-props/issues/7)) ([99f7410](https://github.com/johanneslumpe/styled-props/commit/99f7410))
* process array values for responsive objects ([#21](https://github.com/johanneslumpe/styled-props/issues/21)) ([7718d1d](https://github.com/johanneslumpe/styled-props/commit/7718d1d))


### Features

* add comments to utility interface properties ([#18](https://github.com/johanneslumpe/styled-props/issues/18)) ([97affb7](https://github.com/johanneslumpe/styled-props/commit/97affb7))
* add generics to `StyleProp` type ([#19](https://github.com/johanneslumpe/styled-props/issues/19)) ([09ae9bd](https://github.com/johanneslumpe/styled-props/commit/09ae9bd))
* add variant utility, fixes [#16](https://github.com/johanneslumpe/styled-props/issues/16) ([#17](https://github.com/johanneslumpe/styled-props/issues/17)) ([1593ecc](https://github.com/johanneslumpe/styled-props/commit/1593ecc))
* auto-generate utilities and tests, fixes [#14](https://github.com/johanneslumpe/styled-props/issues/14) ([#15](https://github.com/johanneslumpe/styled-props/issues/15)) ([d82f508](https://github.com/johanneslumpe/styled-props/commit/d82f508))
* update docs ([#13](https://github.com/johanneslumpe/styled-props/issues/13)) ([7ef03ec](https://github.com/johanneslumpe/styled-props/commit/7ef03ec))
