yarn @material-ui/icons 5.0.0-beta.5
v5.0.0-beta.5

latest release: 4.11.3
2 years ago

Aug 24, 2021

A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:

  • 🐛 Fixed a lot of bugs and regressions to get us closer to the v5 stable release milestone
  • 📚 Improved the docs and the migration guide for upgrading to v5

@material-ui/core@5.0.0-beta.5

Breaking changes

  • [core] Update `.browserslistrc` file (#27788) @DanailH

    The targets of the default bundle have changed:

    • Chrome 90 (up from 84)
    • Edge 91 (up from 85)
    • Safari 14 (macOS) (up from 13.1) and 12.4 (iOS) (up from 12.2)
    • Opera 76 (up from 70)
  • [Autocomplete] Rename Value type to AutocompleteValue (#27804) @michaldudak

    The useAutocomplete hook used a type called Value. It was a very generic name for a type specific to the Autocomplete control, so it was removed to AutocompleteValue.

    -import { Value } from '@material-ui/core/useAutocomplete';
    +import { AutocompleteValue } from '@material-ui/core/useAutocomplete';

Changes

@material-ui/system@5.0.0-beta.5

Breaking changes

  • [system] Rename `styleProps` to `ownerState` (#27830) @mnajdova

    The change was done in order to better reflect what they are, not what we think they will be used for.

     <SomeSlotComponent
    -  styleProps={propsAndState}
    +  ownerState={propsAndState}
     />

Changes

  • [system] Remove dependency on `overridesResolver` for the `variants` (#27859) @mnajdova
  • [system] Forward `classes` prop if no slot specified in the options (#27795) @mnajdova
  • [system] Fix pseudo class overridden in variants (#27847) @hbjORbj

@material-ui/icons@5.0.0-beta.5

@material-ui/styled-engine@5.0.0-beta.5

@material-ui/unstyled@5.0.0-alpha.44

  • [core] Utilize `CSS.supports` in `SliderUnstyled` component (#27724) @DanailH

@material-ui/lab@5.0.0-alpha.44

Docs

Core

All contributors of this release in alphabetical order: @aaronlademann-wf, @alexile, @atorenherrinton, @benny0642, @DanailH, @eps1lon, @hamidreza-nateghi, @hbjORbj, @jakeanq, @JEONGJIHUN, @LorenzHenk, @mekouar-mehdi, @michaldudak, @mnajdova, @nguyenyou, @nolastemgarden, @nomanoff, @noviicee, @oliviertassinari, @pvdstel, @qiweiii, @siriwatknp, @surajkumar016, @teachhay, @vedadeepta, @will-amaral

Don't miss a new icons release

NewReleases is sending notifications on new releases.