Skip to content

Latest commit

 

History

History
178 lines (73 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

178 lines (73 loc) · 5.02 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.2 (2020-06-23)

Bug Fixes

  • Update typings to handle nested ifProp (#80) (85a02ff)

1.7.1 (2019-01-22)

Bug Fixes

1.7.0 (2019-01-17)

Features

  • Add support for deeply resolving properties (#56) (22daf6e), closes #55

1.6.0 (2018-11-06)

Features

  • switchProp: Add support for passing cases as a function (#54) (27437a2)

1.5.2 (2018-10-15)

Bug Fixes

  • switchProp: Fix boolean values (4c09e1b)

1.5.1 (2018-09-02)

Bug Fixes

  • ifProp: Make it work properly when the test argument is an array (e6f2608)

1.5.0 (2018-09-02)

Features

  • palette: Use props.tone if it wasn't passed in as argument (ce36900)

1.4.3 (2018-08-31)

Bug Fixes

1.4.2 (2018-08-30)

Bug Fixes

1.4.1 (2018-08-28)

Bug Fixes

  • Make palette optional in props.theme (da4f7d4)

1.4.0 (2018-08-28)

Features

1.3.1 (2018-08-19)

Bug Fixes

  • Make TypeScript typings more precise (#48) (3a46052)

1.3.0 (2018-08-18)

Features

1.2.0 (2018-08-18)

Features

1.1.0 (2018-08-08)

Performance Improvements

1.0.0 (2018-07-23)

Just bumping version.

0.6.2 (2018-07-16)

Features

  • switchProp: Add defaultCase parameter (d4e5639)

0.6.1 (2018-07-15)

Features

  • ifProp: Accept functions in values (8e334b7)