Skip to content

Releases: patrickml/react-flexbox-grid-aphrodite

2.0.0

Choose a tag to compare

@Soreine Soreine released this 03 Feb 10:51
  • [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

Choose a tag to compare

@Soreine Soreine released this 03 Feb 10:38
  • 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

Choose a tag to compare

@patrickml patrickml released this 30 Nov 15:53
1st Major Release