react-mdl v1.0.0 Release Notes

    • โž• Adds mdlUpgrade and MDLComponent 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 new checked/disabled value programmatically.
    • ๐Ÿ›  Fixes Badge won't be rendered if the child is empty/null. (#78)
    • ๐Ÿ›  Fixes Badge won't be rendered when the prop text is null or undefined. (#84)
    • ๐Ÿ›  Fixes HeaderTabs to work the same way as Tabs (#66)