Releases: TaitoUnited/react-components-kit
Releases · TaitoUnited/react-components-kit
v2.2.0
v2.1.0
v2.0.0
<a name"2.0.0">
2.0.0 (2017-05-31)
Features
- LineSeparator: change default height to auto (0323bb1a)
- docs: improve colorselector (37e30924)
- theme: add createTheme and change exports of theme (579f135d)
Breaking Changes
- defaultTheme is no longer exported. Instead, use
createTheme. The function takes one parameter which is an object
specifying the base colors. Base colors which are not given will fall
back to the default theme. The base colors are: primary, secondary,
error, warn, success, and grey.
(579f135d)