npm @material-ui/system 4.5.1

latest releases: 4.12.2, 5.0.0-beta.5, 5.0.0-beta.4...
4 years ago
Oct 12, 2019

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

Here are some highlights ✨:

  • 📚 Change imports from @material-ui/styles to @material-ui/core/styles (#17447) @mnemanja

    The presence of two almost identical import paths has been a source of confusion: @material-ui/styles and @material-ui/core/styles.
    Starting with v4.5.1, the documentation mentions @material-ui/core/styles as much as possible.

    -import { makeStyles } from '@material-ui/styles';
    +import { makeStyles } from '@material-ui/core/styles';

    This change removes the need to install the @material-ui/styles package directly.
    It prevents the duplication of @material-ui/styles in bundles and avoids confusion.
    You can learn more about the difference in the documentation.

  • ♿️ Improve the accessibility of the table and select components (#17696, #17773) @adeelibr, @eps1lon.

  • 📊 Launch a developer survey as a precursor to a major DatePicker enhancement effort.

  • 💄 Add support for different slider track mode (#17714) @slipmat.

  • And many more 🐛 bug fixes and 📚 improvements.

@material-ui/core@v4.5.1

@material-ui/icons@v4.5.1

  • [icons] Introduce a new GitHub brand icon

@material-ui/lab@v4.0.0-alpha.29

  • [SpeedDial] Pass event and reason to onOpen, onClose (#17783) @lsnch

@material-ui/system@v4.5.1

  • [system] Fallback to value if theme's value is an array and index missing (#17661) @stasiukanya

Docs

Core

Don't miss a new system release

NewReleases is sending notifications on new releases.