1.3.0
New features
- Remove the
classnames
dependency. - Add support for the
justifyItems
,placeContent
,placeItems
andplaceSelf
CSS properties.
Bug fixes
- Switched
Box
from aReact.PureComponent
to regularReact.Component
. PureComponent was causing problems for things likereact-router
, where the children need to re-render but theBox
props or children didn't change.