All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2019-05-27)
- remove
I
prefix from interfaces and addstyle$
prefix to all component props (2b1e3c0)
- Removal of
I
prefixes will result in broken imports of types and the newstyle$
prefix will require updates to component props which utilize any of the generated utilities.
0.2.0 (2018-11-29)
- allow any value for
theme
if no theme is needed, instead of preventing it outright (#9) (892c9ca) - consistent media query ordering, fixes #2 (#6) (3d0e214)
- make style props optional by default (#20) (9062295)
- make theme optional, return early if no theme or breakpoints present (#7) (99f7410)
- process array values for responsive objects (#21) (7718d1d)