Skip to content

v1.0.0-beta.36

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 05 Mar 21:11
· 18976 commits to master since this release
Mar 5, 2018

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

Here are some highlights ✨:

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