Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Releases: tleunen/react-mdl

v0.15.0

09 Oct 02:18
Compare
Choose a tag to compare
  • onChange is not mandatory anymore on Textfield (#56)
  • Adds ripple on the checkbox (#64)
  • Updates to React 0.14 (#71)
  • Adds new seamed props on the Header (#72)

See history: v0.14.0...v0.15.0

v0.14.0

29 Sep 00:27
Compare
Choose a tag to compare
  • Adds MDLComponent to manually upgrade the required container (mainly used for the tooltips)
  • Now accepts anything as title for the Header and HeaderRow. (see #51)
  • Now accept a container and childContainer in RadioGroup to better customize the rendering (see #33)

See history: v0.13.0...v0.14.0

v0.13.0

29 Sep 00:23
Compare
Choose a tag to compare
  • Adds a new shadow level for the Card component. Level 5 = 16dp.
  • Adds support of React 0.14
  • Adds a way to force the invalid state of the textfield by setting the error props (only works if pattern is not provided)
  • Adds support to allow override the element Button creates. (to create <a> for example)
  • Adds Tabs ripple
  • Use of default props instead of fall back in render function
  • Fixes an error when false is passed as a child for the header
  • Fixes layout demo

See history: v0.12.0...v0.13.0

v0.12.0

02 Sep 11:53
Compare
Choose a tag to compare

The biggest change on this version is that you now have to explicitly create the <Navigation> inside the <Header> and <Drawer>.

For others changes, check the history: v0.11.1...v0.12.0