react-flexbox-grid-aphrodite
Version:
Inline Flexbox Grid for React
25 lines (17 loc) • 929 B
Markdown
# Release notes
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 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.
https://github.com/patrickml/react-flexbox-grid-aphrodite/pull/10
- Fixed generated container styles
https://github.com/patrickml/react-flexbox-grid-aphrodite/pull/8
- Added support for column order, eg. `<Col xsFirst lgLast>`
https://github.com/patrickml/react-flexbox-grid-aphrodite/pull/9