Skip to content

Releases: aaronvanston/react-flexa

v0.9.3

03 May 04:48
Compare
Choose a tag to compare
  • #107 fix: add missing semicolons to display attribute

v0.9.1

13 Jul 03:38
Compare
Choose a tag to compare

Bump packages with security updates

v0.9.0

21 Dec 00:27
37b7565
Compare
Choose a tag to compare

Adds support for fixed columns using a string. #82

v0.8.3

28 Mar 01:23
4f620d6
Compare
Choose a tag to compare
chore: bump version

v0.8.2

28 Mar 00:18
Compare
Choose a tag to compare
  • Update to peerDependencies #80

v0.8.1

01 Sep 08:07
Compare
Choose a tag to compare
  • Updated build scripts

v0.8.0

31 Aug 23:20
Compare
Choose a tag to compare

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

12 Aug 00:07
Compare
Choose a tag to compare

Fixes

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

v0.7.1

04 Aug 12:25
Compare
Choose a tag to compare

Fixes

  • Removed extraneous semicolons #68

v0.7.0

02 Aug 08:57
Compare
Choose a tag to compare

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.