Skip to content

v0.8.0

Compare
Choose a tag to compare
@aaronvanston aaronvanston released this 31 Aug 23:20
· 26 commits to master since this release

Breaking Changes

  • Fixed the default values of alignContent and alignItems for Row. They are now Stretch instead of flex-start. #74

Fixes

  • Fixed prop validation warnings for responsive use of gutters on Row #73
  • Fixed the default values of alignContent and alignItems for Row. They are now Stretch instead of flex-start. #74
  • Using order: 0 now works as expected, #75
  • display prop being overwritten on Col due to changes made with xs="hidden" etc on Col. #77
  • display now has responsive prop types #77

Updates

  • Updated to latest Jest styled-components snapshots