Skip to content

Releases: aaronvanston/react-flexa

v0.9.3

Choose a tag to compare

@aaronvanston aaronvanston released this 03 May 04:48
  • #107 fix: add missing semicolons to display attribute

v0.9.1

Choose a tag to compare

@aaronvanston aaronvanston released this 13 Jul 03:38

Bump packages with security updates

v0.9.0

Choose a tag to compare

@aaronvanston aaronvanston released this 21 Dec 00:27
37b7565

Adds support for fixed columns using a string. #82

v0.8.3

Choose a tag to compare

@aaronvanston aaronvanston released this 28 Mar 01:23
4f620d6
chore: bump version

v0.8.2

Choose a tag to compare

@aaronvanston aaronvanston released this 28 Mar 00:18
  • Update to peerDependencies #80

v0.8.1

Choose a tag to compare

@aaronvanston aaronvanston released this 01 Sep 08:07
  • Updated build scripts

v0.8.0

Choose a tag to compare

@aaronvanston aaronvanston released this 31 Aug 23:20

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

Choose a tag to compare

@aaronvanston aaronvanston released this 12 Aug 00:07

Fixes

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

v0.7.1

Choose a tag to compare

@aaronvanston aaronvanston released this 04 Aug 12:25

Fixes

  • Removed extraneous semicolons #68

v0.7.0

Choose a tag to compare

@aaronvanston aaronvanston released this 02 Aug 08:57

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.