Skip to content

0.7.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 16 Mar 10:01
· 334 commits to master since this release

Announcements

  • Atomic layout is now dependency-free. We have removed react-responsive dependency due to its sub-dependencies issues in stale packages.

Features

  • Adds support for areas prop on Composition, aliasing grid-template-areas (#123)
  • Adds support for flexDirection, flexWrap, flexGrow and flexShrink prop aliases on Box model

Bug fixes

  • Fixes an issue that resulted into exceptions during SSR (#72)
  • Fixes an issue that resulted CSS properties with "0" as a value not being present in the emitted CSS (#100)