React Flexa Versions Save

Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.

v0.9.3

3 years ago
  • #107 fix: add missing semicolons to display attribute

v0.9.1

4 years ago

Bump packages with security updates

v0.9.0

5 years ago

Adds support for fixed columns using a string. #82

v0.8.3

6 years ago

v0.8.2

6 years ago
  • Update to peerDependencies #80

v0.8.1

6 years ago
  • Updated build scripts

v0.8.0

6 years ago

Breaking Changes

  • Fixed the default values of alignContent and alignItems for Row. They are now Stretch instead of flex-start. #74

Fixes

  • Fixed prop validation warnings for responsive use of gutters on Row #73
  • Fixed the default values of alignContent and alignItems for Row. They are now Stretch instead of flex-start. #74
  • Using order: 0 now works as expected, #75
  • display prop being overwritten on Col due to changes made with xs="hidden" etc on Col. #77
  • display now has responsive prop types #77

Updates

  • Updated to latest Jest styled-components snapshots

v0.7.2

6 years ago

Fixes

  • Fixes issue with prop type warnings when using 'hidden' or 'auto' on Col

v0.7.1

6 years ago

Fixes

  • Removed extraneous semicolons #68

v0.7.0

6 years ago

Features

New Column props

  • display: Enables you to set the display property on Col. Used for setting flex in order to nest Cols within Cols
  • flex: Enables you to set a short hand flex property, such as flex: 1 1 auto

New values for props

  • On all breakpoint props (XS, SM etc): The ability to set auto, which sets flex: 1 to that breakpoint in order for it to auto grow to fit the available width.