Skip to content

1.3.0

Compare
Choose a tag to compare
@Rowno Rowno released this 13 Aug 20:16
· 80 commits to master since this release
v1.3.0

New features

  • Remove the classnames dependency.
  • Add support for the justifyItems, placeContent, placeItems and placeSelf CSS properties.

Bug fixes

  • Switched Box from a React.PureComponent to regular React.Component. PureComponent was causing problems for things like react-router, where the children need to re-render but the Box props or children didn't change.