Skip to content

Releases: patrickml/react-flexbox-grid-aphrodite

2.0.0

03 Feb 10:51

Choose a tag to compare

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

03 Feb 10:38

Choose a tag to compare

  • 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

v1.0.0

30 Nov 15:53

Choose a tag to compare

1st Major Release