Skip to content

v1.0.0-beta.36

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 05 Mar 21:11
· 21277 commits to master since this release
Mar 5, 2018

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

Here are some highlights ✨:

  • We have started the effort toward supporting the async API of react@16.3.0 (#10489, #10523) @oliviertassinari.
  • Document how to use Material-UI with a CDN (#10514) @zelinf.
  • And many more bug fixes and documentation improvements.

Breaking change

Remove the fontSize property. The SvgIcon behavior is closer to the Icon behavior.

-<Icon fontSize />
-<SvgIcon fontSize />
+<Icon />
+<SvgIcon />

Now, you can use the font-size style property to change the size of the icon.

This is an effort in order to harmonize the classes API.
The best way to recover from this breaking change is to check the warnings in the console and to check the added documentation around the design rules around this API.

Component Fixes / Enhancements

Docs

Core