Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@tleunen tleunen released this 11 Nov 00:19
· 293 commits to master since this release
  • 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)