Skip to content

v3.2.0

Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 07 Oct 22:46
· 17823 commits to master since this release
Oct 8, 2018

Big thanks to the 18 contributors who made this release possible!

Here are some highlights ✨:

@material-ui/[email protected]

Deprecations

This is a backward compatible change.
You can opt-in the usage of the new Material Design typography specification.
To learn more about the upgrade path, follow https://material-ui.com/style/typography/#migration-to-typography-v2.

This change updates the variant wording to match the one used in the Material Design specification.

-<Button variant="flat" />
+<Button variant="text" />
-<Button variant="raised" />
+<Button variant="contained" />

You can suppress the warnings with the environment variable MUI_SUPPRESS_DEPRECATION_WARNINGS set to a truthy value.

Changes

@material-ui/[email protected]

  • [SpeedDial] Improve hover intent between Dial and Actions (#13018) @eps1lon
  • [Slider] Fix thumb outline not matching spec (#12967) @eps1lon
  • [SpeedDial] Fix navigation between SpeedDialActions (#12725) @eps1lon
  • [Slider] Lowest value for vertical should be at the bottom (#13090) @eps1lon

Docs

Core