Skip to content

v1.0.0-beta.41

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 07 Apr 18:32
· 21078 commits to master since this release
Apr 7, 2018

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

Here are some highlights ✨:

  • An icon package ready for v1 stable (#10902, #10933, #10957).
  • An important focus on the documentation.
  • And many more bug fixes and documentation improvements.

Breaking change

-import FormatTextdirectionRToL from 'material-ui-icons/FormatTextdirectionRToL';
+import FormatTextdirectionRToL from '@material-ui/icons/FormatTextdirectionRToL';

Component Fixes / Enhancements

Docs

Core

  • [typescript] Upgrade React and JSS typings, which both make use of csstype now (#10903) @pelotom