Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 929 Bytes

File metadata and controls

24 lines (17 loc) · 929 Bytes

Release notes

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

2.0.0

  • [BREAKING] Removed max-width on media-queries. This matches the initial implementation of flexboxgrid, and makes the library easier to use when combining size directives (xs, md etc.)

1.0.5

  • Allow passing extra aphrodite style object to Grid, Row, or Col through the styles props. You can still pass classNames that will be appended, but using styles is encouraged over passing extra classNames to extend styles. #10
  • Fixed generated container styles #8
  • Added support for column order, eg. <Col xsFirst lgLast> #9