Skip to content

Commit 1496d73

Browse files
authored
7.2.0 (#46422)
1 parent 1b44e99 commit 1496d73

File tree

20 files changed

+84
-19
lines changed

20 files changed

+84
-19
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
# [Versions](https://mui.com/versions/)
22

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+
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+
25+
26+
- Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
27+
28+
29+
30+
- Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
31+
32+
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+
368
## 7.1.2
469

570
_Jun 18, 2025_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
66
"main": "build/index.js",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.mjs",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Codemod scripts for Material UI.",
66
"bin": "./codemod.js",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
66
"files": [],

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"main": "./src/index.js",

packages/mui-envinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.38",
3+
"version": "2.0.39",
44
"author": "MUI Team",
55
"description": "Logs infos about the environment relevant to @mui/*.",
66
"bin": "./envinfo.js",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Collection of utilities for integration between Material UI and Next.js.",
66
"keywords": [

packages/mui-material-pigment-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
66
"main": "./src/index.ts",

packages/mui-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
66
"main": "./src/index.js",

packages/mui-styled-engine-sc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "styled() API wrapper package for styled-components.",
66
"main": "./src/index.js",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "styled() API wrapper package for emotion.",
66
"main": "./src/index.js",

packages/mui-stylis-plugin-rtl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/stylis-plugin-rtl",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "A plugin for Material UI that provides RTL (right-to-left) support.",
66
"main": "./src/index.ts",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
66
"main": "./src/index.js",

packages/mui-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/types",
3-
"version": "7.4.3",
3+
"version": "7.4.4",
44
"author": "MUI Team",
55
"description": "Utility types for Material UI.",
66
"types": "./index.d.ts",

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"author": "MUI Team",
55
"description": "Utility functions for React components.",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)