|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 7.2.0 |
| 4 | + |
| 5 | +<!-- generated comparing v7.1.1..master --> |
| 6 | + |
| 7 | +_Jun 26, 2025_ |
| 8 | + |
| 9 | +A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨: |
| 10 | + |
| 11 | +- ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp. |
| 12 | +- 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp. |
| 13 | + |
| 14 | +### `@mui/material@7.2.0` |
| 15 | + |
| 16 | +- [Backdrop] Fix handling of `component` prop (#46269) @sai6855 |
| 17 | +- [Chip] Explicitly define line-height (#46260) @DiegoAndai |
| 18 | +- [Chip] Fix handling on event handlers (#46263) @sai6855 |
| 19 | +- [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855 |
| 20 | +- [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino |
| 21 | +- [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech |
| 22 | +- Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp |
| 23 | + |
| 24 | +### `@mui/system@7.2.0` |
| 25 | + |
| 26 | +- Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp |
| 27 | + |
| 28 | +### `@mui/styled-engine@7.2.0` |
| 29 | + |
| 30 | +- Do not reuse the emotion cache across SSR requests (#46276) @robbtraister |
| 31 | + |
| 32 | +### `@mui/codemod@7.2.0` |
| 33 | + |
| 34 | +- [Dialog] Add codemod for deprecated props (#46328) @sai6855 |
| 35 | + |
| 36 | +### Docs |
| 37 | + |
| 38 | +- Don't forward `hasAiSuggestion` (#46415) @bharatkashyap |
| 39 | +- Add introduction to MCP (#46224) @bharatkashyap |
| 40 | +- Fallback for searchbar during SSR (#46364) @Janpot |
| 41 | +- Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001 |
| 42 | +- Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp |
| 43 | +- Remove "Unstyled" section from component docs (#46272) @mapache-salvaje |
| 44 | +- Add Testing section to Rating component doc (#46268) @0210shivam |
| 45 | +- Fix fade modal demo (#46271) @brijeshb42 |
| 46 | +- [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap |
| 47 | +- [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli |
| 48 | +- [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855 |
| 49 | +- [TextField] Removed type="number" demos (#46314) @KirankumarAmbati |
| 50 | +- [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp |
| 51 | + |
| 52 | +### Core |
| 53 | + |
| 54 | +- pnpm docs:sync-team (3641a0b) @oliviertassinari |
| 55 | +- Add cross-env to eslint script (#46358) @ZeeshanTamboli |
| 56 | +- Support merging of className and style from theme (#45975) @sai6855 |
| 57 | +- [code-infra] Create bundle size package (#45911) @Janpot |
| 58 | +- [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp |
| 59 | +- [docs-infra] Fix stackblitz for js projects (#46220) @Janpot |
| 60 | +- [infra] Add emotion as external for bundle monitor (#46372) @Janpot |
| 61 | +- [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot |
| 62 | +- [infra] Remove deprecated esmExternals (#46365) @Janpot |
| 63 | +- [infra] Support project-specific changelog in build scripts (#46425) @michaldudak |
| 64 | +- [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1 |
| 65 | + |
| 66 | +All contributors of this release in alphabetical order: @0210shivam, @bharatkashyap, @brijeshb42, @dhu-redwoodtech, @DiegoAndai, @humble-barnacle001, @Janpot, @KirankumarAmbati, @mapache-salvaje, @michaldudak, @oliviertassinari, @prakhargupta1, @robbtraister, @sai6855, @scousino, @siriwatknp, @ZeeshanTamboli |
| 67 | + |
3 | 68 | ## 7.1.2 |
4 | 69 |
|
5 | 70 | _Jun 18, 2025_ |
|
0 commit comments