Skip to content

v1.2.0

Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 03 Jun 15:31
· 18467 commits to master since this release
Jun 3, 2018

Big thanks to the 23 contributors who made this release possible.

Here are some highlights ✨:

  • Start upgrading the button component to match the new Material specification (#11497) @mbrookes.
  • Fix some regressions (#11614, #11689).
  • And many more bug fixes and documentation improvements.

Breaking change

N/A

Component Fixes / Enhancements

Docs

Core

Labs

  • [SpeedDial] Fix classes prop description (#11599) @mbrookes
  • [Slider] Misc fixes towards standard MUI patterns (#11605) @mbrookes
  • [Slider] Fire the right event on mouseDown (#11642) @acroyear
  • [SpeedDial] Add type definitions to lab, so SpeedDial can be use with TypeScript project (#11542) @TR3MIC