Releases: aaronvanston/react-flexa
Releases · aaronvanston/react-flexa
v0.9.3
v0.9.1
Bump packages with security updates
v0.9.0
v0.8.3
chore: bump version
v0.8.2
v0.8.1
- Updated build scripts
v0.8.0
Breaking Changes
- Fixed the default values of
alignContent
andalignItems
forRow
. They are nowStretch
instead offlex-start
. #74
Fixes
- Fixed prop validation warnings for responsive use of gutters on
Row
#73 - Fixed the default values of
alignContent
andalignItems
forRow
. They are nowStretch
instead offlex-start
. #74 - Using
order: 0
now works as expected, #75 display
prop being overwritten onCol
due to changes made withxs="hidden"
etc on Col. #77- display now has responsive prop types #77
Updates
- Updated to latest Jest styled-components snapshots
v0.7.2
Fixes
- Fixes issue with prop type warnings when using 'hidden' or 'auto' on
Col
v0.7.1
v0.7.0
Features
New Column props
display
: Enables you to set the display property on Col. Used for setting flex in order to nest Cols within Colsflex
: Enables you to set a short hand flex property, such asflex: 1 1 auto
New values for props
- On all breakpoint props (XS, SM etc): The ability to set
auto
, which setsflex: 1
to that breakpoint in order for it to auto grow to fit the available width.