@rebass/grid
Version:
Responsive React grid system built with styled-system, with support for styled-components and emotion
70 lines (41 loc) • 1.26 kB
Markdown
# Changelog
## v6.0.0-4 2018-09-25
- Update to Babel 7
## v6.0.0-3 2018-09-14
- Update dependencies
## v6.0.0-2 2018-09-12
- Adjust build scripts
## v6.0.0-1 2018-09-12
- Simplifies code base to be inline with Rebass v3 and for use with styled-components v4
## v6.0.0-0 2018-09-02
- Rename package to `@rebass/grid`
## v5.0.0 - 2018-07-15
- Updated to system-components v3 and styled-system v3
- Removed legacy props (`wrap`, `align`, `justify`, `w`)
- Cleaned up code base
## v4.2.0 - 2018-06-30
- Use system-components
## v4.1.0 - 2018-04-17
- support `alignSelf` property on Box
## v4.0.0 - 2018-04-13
- added `styled-space` package
- remove `styled-components` as a dependency and make it a peer dependency.
## v3.2.0 - 2018-02-17
- change props of Flex:
- `align` -> `alignItems`
- `justify` -> `justifyContent`
- `wrap` -> `flexWrap`
- update to latest `styled-system`
## v3.1.1 - 2018-02-16
- Fix order prop
## v3.1.0 - 2018-02-13
- use class for `div`
- use `is` prop
- change props of Flex:
- `direction` -> `flexDirection`
- make `div` handle `innerRef` prop
## v3.0.0 - 2018-02-04
- remove extensions: φ, ga, gb, A, B, Golden, Quarter, Third,
- clean up React warnings on props
- edit default `theme`
- remove `Grid`