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
v1.4.1
v1.4.0
1.4.0
New
- New
Dialog
component (#207 by @Permagate). - New
Snackbar
component (#208). - New
List
component. (#201 with @darenju's help) - Adds
overlap
andnoBackground
prop inBadge
. - Adds
hideTop
prop inLayout
. - Adds position specific props in
Tooltip
(#214 by @Permagate). - Adds
component
prop inTab
in order to fix custom links (#116)
Fixes
- Fixes
layout.scss
import paths (#138). - Fixes an issue in
Textfield
when a field replaces another one (#197)
Changes
- Changes
for
attribute withdata-mdl-for
inMenu
.
v1.3.0
v1.2.0
v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Adds
mdlUpgrade
andMDLComponent
are now exported. (#77) - Updates the internal Material Design Lite to 1.0.6 (#106)
- Changes the path to some components (#85)
- Changes
ripple
is now false by default (#90) - Fixes all components: the
change
function now provides the event object. (#83) - Fixes
Textfield
not being updated when receiving a value programmatically (#79) - Fixes
Switch
not being updated when receiving newchecked
/disabled
value programmatically. - Fixes
Badge
won't be rendered if the child is empty/null. (#78) - Fixes
Badge
won't be rendered when the proptext
is null or undefined. (#84) - Fixes
HeaderTabs
to work the same way asTabs
(#66)