# 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.7.2"></a>
## [1.7.2](https://github.com/diegohaz/styled-tools/compare/v1.7.1...v1.7.2) (2020-06-23)


### Bug Fixes

* Update typings to handle nested ifProp ([#80](https://github.com/diegohaz/styled-tools/issues/80)) ([85a02ff](https://github.com/diegohaz/styled-tools/commit/85a02ff))



<a name="1.7.1"></a>
## [1.7.1](https://github.com/diegohaz/styled-tools/compare/v1.7.0...v1.7.1) (2019-01-22)


### Bug Fixes

* Revert [#56](https://github.com/diegohaz/styled-tools/issues/56) ([#58](https://github.com/diegohaz/styled-tools/issues/58)) ([14ec733](https://github.com/diegohaz/styled-tools/commit/14ec733)), closes [#57](https://github.com/diegohaz/styled-tools/issues/57)



<a name="1.7.0"></a>
# [1.7.0](https://github.com/diegohaz/styled-tools/compare/v1.6.0...v1.7.0) (2019-01-17)


### Features

* Add support for deeply resolving properties ([#56](https://github.com/diegohaz/styled-tools/issues/56)) ([22daf6e](https://github.com/diegohaz/styled-tools/commit/22daf6e)), closes [#55](https://github.com/diegohaz/styled-tools/issues/55)



<a name="1.6.0"></a>
# [1.6.0](https://github.com/diegohaz/styled-tools/compare/v1.5.2...v1.6.0) (2018-11-06)


### Features

* **switchProp:** Add support for passing cases as a function ([#54](https://github.com/diegohaz/styled-tools/issues/54)) ([27437a2](https://github.com/diegohaz/styled-tools/commit/27437a2))



<a name="1.5.2"></a>
## [1.5.2](https://github.com/diegohaz/styled-tools/compare/v1.5.1...v1.5.2) (2018-10-15)


### Bug Fixes

* **switchProp:** Fix boolean values ([4c09e1b](https://github.com/diegohaz/styled-tools/commit/4c09e1b))



<a name="1.5.1"></a>
## [1.5.1](https://github.com/diegohaz/styled-tools/compare/v1.5.0...v1.5.1) (2018-09-02)


### Bug Fixes

* **ifProp:** Make it work properly when the test argument is an array ([e6f2608](https://github.com/diegohaz/styled-tools/commit/e6f2608))



<a name="1.5.0"></a>
# [1.5.0](https://github.com/diegohaz/styled-tools/compare/v1.4.3...v1.5.0) (2018-09-02)


### Features

* **palette:** Use `props.tone` if it wasn't passed in as argument ([ce36900](https://github.com/diegohaz/styled-tools/commit/ce36900))



<a name="1.4.3"></a>
## [1.4.3](https://github.com/diegohaz/styled-tools/compare/v1.4.2...v1.4.3) (2018-08-31)


### Bug Fixes

* palette typings ([8d1e32d](https://github.com/diegohaz/styled-tools/commit/8d1e32d))



<a name="1.4.2"></a>
## [1.4.2](https://github.com/diegohaz/styled-tools/compare/v1.4.1...v1.4.2) (2018-08-30)


### Bug Fixes

* theme typings ([68e22bd](https://github.com/diegohaz/styled-tools/commit/68e22bd))



<a name="1.4.1"></a>
## [1.4.1](https://github.com/diegohaz/styled-tools/compare/v1.4.0...v1.4.1) (2018-08-28)


### Bug Fixes

* Make `palette` optional in `props.theme` ([da4f7d4](https://github.com/diegohaz/styled-tools/commit/da4f7d4))



<a name="1.4.0"></a>
# [1.4.0](https://github.com/diegohaz/styled-tools/compare/v1.3.1...v1.4.0) (2018-08-28)


### Features

* Add `palette` ([#50](https://github.com/diegohaz/styled-tools/issues/50)) ([c8e177d](https://github.com/diegohaz/styled-tools/commit/c8e177d))



<a name="1.3.1"></a>
## [1.3.1](https://github.com/diegohaz/styled-tools/compare/v1.3.0...v1.3.1) (2018-08-19)


### Bug Fixes

* Make TypeScript typings more precise ([#48](https://github.com/diegohaz/styled-tools/issues/48)) ([3a46052](https://github.com/diegohaz/styled-tools/commit/3a46052))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/diegohaz/styled-tools/compare/v1.2.0...v1.3.0) (2018-08-18)


### Features

* Add `theme` method ([#47](https://github.com/diegohaz/styled-tools/issues/47)) ([1514664](https://github.com/diegohaz/styled-tools/commit/1514664))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/diegohaz/styled-tools/compare/v1.1.0...v1.2.0) (2018-08-18)


### Features

* Add TypeScript typings ([#46](https://github.com/diegohaz/styled-tools/issues/46)) ([4e1cc5a](https://github.com/diegohaz/styled-tools/commit/4e1cc5a)), closes [#40](https://github.com/diegohaz/styled-tools/issues/40)



<a name="1.1.0"></a>
# [1.1.0](https://github.com/diegohaz/styled-tools/compare/v1.0.0...v1.1.0) (2018-08-08)


### Performance Improvements

* Remove lodash dependency ([#45](https://github.com/diegohaz/styled-tools/issues/45)) ([bd06455](https://github.com/diegohaz/styled-tools/commit/bd06455))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/diegohaz/styled-tools/compare/v0.6.2...v1.0.0) (2018-07-23)

Just bumping version.



<a name="0.6.2"></a>
## [0.6.2](https://github.com/diegohaz/styled-tools/compare/v0.6.1...v0.6.2) (2018-07-16)


### Features

* **switchProp:** Add defaultCase parameter ([d4e5639](https://github.com/diegohaz/styled-tools/commit/d4e5639))



<a name="0.6.1"></a>
## [0.6.1](https://github.com/diegohaz/styled-tools/compare/v0.6.0...v0.6.1) (2018-07-15)


### Features

* **ifProp:** Accept functions in values ([8e334b7](https://github.com/diegohaz/styled-tools/commit/8e334b7))
