Skip to content

Releases: TaitoUnited/react-components-kit

v2.2.0

09 Jun 11:04
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2017-06-09)

Features

  • Table: Add components for tables (Table, Head, Row, Cell) (f23747ca)

v2.1.0

07 Jun 14:20
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-06-07)

Features

  • Styled Components: Updated styled-components to v2 (c9fc380a)

v2.0.0

31 May 10:08
Compare
Choose a tag to compare

<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)

v1.0.0

20 Mar 19:53
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-03-20)

Features