This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
Releases: tleunen/react-mdl
Releases · tleunen/react-mdl
v0.15.0
v0.14.0
- Adds
MDLComponent
to manually upgrade the required container (mainly used for the tooltips) - Now accepts anything as
title
for theHeader
andHeaderRow
. (see #51) - Now accept a
container
andchildContainer
inRadioGroup
to better customize the rendering (see #33)
See history: v0.13.0...v0.14.0
v0.13.0
- 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 ifpattern
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
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