Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 2.79 KB

Change Log

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

1.0.0 (2019-05-27)

Features

  • remove I prefix from interfaces and add style$ prefix to all component props (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.

0.2.0 (2018-11-29)

Bug Fixes

  • 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)

Features