v5.11.0
版本发布时间: 2022-12-13 20:57:47
mui/material-ui最新发布版本:v6.1.0(2024-09-11 21:10:51)
Dec 13, 2022
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
- 🔥 @mnajdova enabled configuration of the
sx
prop in thetheme
(#35150) - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/material@5.11.0
- [Alert] Update icon color in all variants (#35414) @danilo-leal
- [Select] Fix
MenuProps.PopoverClasses
being overriden (#35394) @vitorfrs-dev - [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
@mui/icons-material@5.11.0
- [icons] Restore the PhoneInTalk icons (#35409) @michaldudak
@mui/system@5.11.0
BREAKING CHANGES
-
[system] Enable configuring the
sx
prop in thetheme
(#35150) @mnajdovaThe breaking change is regarding an experimental API:
-import { styled, experimental_sx } from '@mui/material/styles'; +import { styled } from '@mui/material/styles'; -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
@mui/joy@5.0.0-alpha.58
- [Joy] Miscellaneous fixes (#35447) @siriwatknp
@mui/base@5.0.0-alpha.110
- [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @EduardoSCosta
@mui/material-next@6.0.0-alpha.66
- [Material You] Add ripple on the button (#35299) @mnajdova
Docs
- [docs] Simplify state management in Text Field demo page (#35051) @PratikDev
- [docs] Improve
Responsive App bar with Drawer
demo (#35418) @ZeeshanTamboli - [docs] Improve line-height readability (#35387) @oliviertassinari
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
- [docs] Refactor
ToggleButtonSizes
demo (#35375) @Armanio - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
- [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
- [docs] Update callouts design (#35390) @danilo-leal
- [website] New wave of open roles (#35240) @mnajdova
- [website] Developer survey 2022 (#35407) @joserodolfofreitas
Core
- [core] Fix @mui/material package building (#35324) @timbset
- [core] Fix leaking theme color override (#35444) @oliviertassinari
- [typescript] Add null to return type of OverridableComponent (#35311) @tsollbach
- [website] Migrate X page to use CSS theme variables (#34922) @jesrodri
- [website] Migrate
/core
page to use CSS variables (#35366) @siriwatknp
All contributors of this release in alphabetical order: @alexfauquette, @Armanio, @danilo-leal, @EduardoSCosta, @flaviendelangle, @jesrodri, @joserodolfofreitas, @kraftware, @michaldudak, @mnajdova, @oliviertassinari, @PratikDev, @samuelsycamore, @siriwatknp, @Spanishiwa, @timbset, @tsollbach, @vitorfrs-dev, @ZeeshanTamboli