Skip to content

Releases: aaronvanston/react-flexa

v0.6.1

31 Jul 23:30
Compare
Choose a tag to compare

Changes

  • Moved off modular lodash packages #66

v0.6.0

15 Jul 13:43
Compare
Choose a tag to compare

Fixes

  • #62 Unable to override the default breakpoints

v0.5.0

10 Jul 06:37
Compare
Choose a tag to compare

Features

  • Adds support for #64 implement hiding of the columns with responsive object { xs: 0} or { xs: 'hidden'}

v0.4.0

26 Jun 11:28
Compare
Choose a tag to compare

Fixes

  • By default the unset gutter properties inside a responsive object will be pulled from the ThemeProvider

v0.3.0

13 Jun 09:51
Compare
Choose a tag to compare

Fixes

  • alignContent: prop on Row. Previously this had a whitespace inside the valid options for stretch causing it to incorrectly be identified as an wrong value.
  • display: the inline-flex value was incorrectly stated as flex-inline in the documentation and the valid options for the display prop on Row.

v0.2.1

09 Jun 06:29
Compare
Choose a tag to compare

Fixes

Fixes #32 Unknown props still being pushed onto new row/col

v0.2.0

07 Jun 12:14
Compare
Choose a tag to compare

Breaking Changes

  • Default value for prop flexWrap has now been set to wrap from nowrap for the Row component. This is in order to support a better default for row and column components.

v0.1.2

26 May 10:02
Compare
Choose a tag to compare

Upgrading to styled-components: v2

v0.1.0

22 May 11:18
Compare
Choose a tag to compare
chore: add NPM config to travis (#39)