Releases: aaronvanston/react-flexa
Releases · aaronvanston/react-flexa
v0.6.1
v0.6.0
v0.5.0
v0.4.0
Fixes
- By default the unset
gutter
properties inside a responsive object will be pulled from theThemeProvider
v0.3.0
Fixes
alignContent
: prop onRow
. Previously this had a whitespace inside the valid options forstretch
causing it to incorrectly be identified as an wrong value.display
: theinline-flex
value was incorrectly stated asflex-inline
in the documentation and the valid options for thedisplay
prop onRow
.
v0.2.1
v0.2.0
Breaking Changes
- Default value for prop
flexWrap
has now been set towrap
fromnowrap
for theRow
component. This is in order to support a better default for row and column components.
v0.1.2
Upgrading to styled-components: v2
v0.1.0
chore: add NPM config to travis (#39)