Skip to content

v0.0.103

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 27 Jun 11:27
· 1667 commits to master since this release
0a87ef3

0.0.103 (2019-06-27)

Features

  • Box: Rename ‘backgroundColor’ prop to ‘background’ (#243) (0a87ef3)

Breaking Changes

The backgroundColor prop on Box is now background.

Migration Guide

-<Box backgroundColor="brandAccent">
+<Box background="brandAccent">