material-ui v4.9.10 Release Notes

Release Date: 2020-04-11 // about 4 years ago
  • Apr 11, 2020

    ๐Ÿš€ Big thanks to the 20 contributors who made this release possible.

    ๐Ÿฑ Here are some highlights โœจ:

    • ๐Ÿฑ โš›๏ธ Migrate more descriptions of the props to TypeScript (#20342) @eps1lon.
      The coverage has increased from 50 to 75 components. We are working on migrating the 48 missing components.
    • ๐Ÿฑ ๐Ÿฆ‹ Fix support for portals and dropped events with ClickAwayListener (#20406, #20409) @NMinhNguyen, @seare-kidane.
    • ๐Ÿฑ โ™ฟ๏ธ Fix 3 accessibility issues (#20489, #20432, #20475) @arturbien, @ShehryarShoukat96.
    • ๐Ÿฑ And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.

    ๐Ÿš€ Over the last 3 months, we have focused exclusively on making patch releases. We have done 11 so far. We have optimized for stability. In the coming weeks, we will initiate our work on the next major: v5. You can expect the following:

    • A feature freeze on v4.
    • โฌ†๏ธ The introduction of deprecation messages in the next v4 minors. These messages will help developers upgrade to v5.
    • ๐Ÿ”’ A progressive bug fixes freeze on v4, to the exception of security issues and important bugs.
    • ๐Ÿš€ At least 6 months of work on v5 to get to a stable release (probably more). You can follow our milestone. We will look for hiring a new full-time member on the core team to move faster.

    ๐Ÿ’ป @material-ui/[email protected]

    ๐Ÿ’… @material-ui/[email protected]

    ๐Ÿ’ป @material-ui/[email protected]

    ๐Ÿ’ป @material-ui/[email protected]

    ๐Ÿ’ป @material-ui/[email protected]

    • ๐Ÿ’ป [Alert] Fix support for nested elements (#20490) @developerKumar
    • ๐Ÿ’ป [Autocomplete] Improve virtualization example (#20496) @galkadaw
    • ๐Ÿ’ป [Autocomplete] Warn when mixing controlled/uncontrolled inputValue states (#20403) @vileppanen
    • ๐Ÿ’ป [Rating] Warn if precision prop is below 0.1 (#20491) @AlexAndriyanenko
    • 0๏ธโƒฃ [ToggleButton] Don't set default for disableRipple prop (#20493) @cp

    ๐Ÿ“„ Docs

    Core