Skip to content

v2.0.0

Compare
Choose a tag to compare
@Temzasse Temzasse released this 31 May 10:08
· 2 commits to 0323bb1ad91185901193b1e2bc88e92f5e6bdc4c since this release

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