This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Releases: tleunen/react-mdl
Releases · tleunen/react-mdl
Release list
v1.4.1
v1.4.0
1.4.0
New
- New
Dialogcomponent (#207 by @Permagate). - New
Snackbarcomponent (#208). - New
Listcomponent. (#201 with @darenju's help) - Adds
overlapandnoBackgroundprop inBadge. - Adds
hideTopprop inLayout. - Adds position specific props in
Tooltip(#214 by @Permagate). - Adds
componentprop inTabin order to fix custom links (#116)
Fixes
- Fixes
layout.scssimport paths (#138). - Fixes an issue in
Textfieldwhen a field replaces another one (#197)
Changes
- Changes
forattribute withdata-mdl-forinMenu.
v1.3.0
1.3.0
- Adds the Text and Article templates on the documentation website
- Adds
hideDesktop,hidePhone,hideTabletprops inCell - Adds
shadowprop inGridandCell - Adds
componentprop inGrid,CellandContent - Changes
HeaderRowto only render aSpacerif a title is present
v1.2.0
v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Adds
mdlUpgradeandMDLComponentare now exported. (#77) - Updates the internal Material Design Lite to 1.0.6 (#106)
- Changes the path to some components (#85)
- Changes
rippleis now false by default (#90) - Fixes all components: the
changefunction now provides the event object. (#83) - Fixes
Textfieldnot being updated when receiving a value programmatically (#79) - Fixes
Switchnot being updated when receiving newchecked/disabledvalue programmatically. - Fixes
Badgewon't be rendered if the child is empty/null. (#78) - Fixes
Badgewon't be rendered when the proptextis null or undefined. (#84) - Fixes
HeaderTabsto work the same way asTabs(#66)