npm @mui/material 5.10.17
v5.10.17

latest releases: 5.16.0, 6.0.0-alpha.14, 5.15.21...
19 months ago

Dec 6, 2022

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

@mui/material@5.10.17

@mui/system@5.10.17

@mui/joy@5.0.0-alpha.57

BREAKING CHANGE

  • ​[Joy] Add slots/slotProps props to the typing of all components and apply useSlot to all components (#34997) @hbjORbj

    • Change all occurrences of components and componentsProps props in Joy UI components to slots and slotProps, respectively.
    -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
    +<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />

    You can use this codemod to help with the migration.

Changes

Docs

Core

All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis

Don't miss a new material release

NewReleases is sending notifications on new releases.