This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
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)