Skip to content

Commit ad98e5e

Browse files
authored
7.3.0 (#46658)
1 parent b995580 commit ad98e5e

File tree

21 files changed

+96
-20
lines changed

21 files changed

+96
-20
lines changed

CHANGELOG.md

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

3+
## 7.3.0
4+
5+
<!-- generated comparing v7.2.0..master -->
6+
7+
_Aug 5, 2025_
8+
9+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🚀 Shipped `nativeColor` feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @siriwatknp!
12+
13+
To learn more, check out the [Native Color](https://mui.com/material-ui/customization/css-theme-variables/native-color/) guide.
14+
15+
16+
17+
- Support native color without JS manipulation (#43942) @siriwatknp
18+
- [Accordion] Add `region` slot (#46659) @sai6855
19+
- [SpeedDial] Fix navigation with arrow keys when slotProps.fab is defined (#46508) @sai6855
20+
- [Select] Improve `MenuProps.slotProps` implementation (#46612) @ZeeshanTamboli
21+
- [Select] Implement pointer cancellation (#45789) @Kartik-Murthy
22+
- [Switch] Add role="switch" (#46482) @ZeeshanTamboli
23+
- [Autocomplete] Fix auto highlight when options change but not the length (#46489) @yafeng-c
24+
25+
26+
27+
- Fix `v5.0.0/top-level-imports` codemod changing color imports (#46405) @AidanLDev
28+
29+
### Docs
30+
31+
- Add JetBrains IDEs MCP configuration (#46470) @bernardobelchior
32+
- Add warning to array spacing section (#46542) @cherniavskii
33+
- Add MCP server installation details for Claude Code (#46621) @saschabratton
34+
- Fix incorrect command for MCP Inspector in mcp.md (#46630) @EndiM
35+
- Fix incorrect Typography override example for responsive styles (#46558) @aditi291soni
36+
- Improve MCP docs (#46557) @siriwatknp
37+
- Fix displaying of components in dark mode (#46544) @sai6855
38+
- Generate `template` entries about documented generics (#46540) @LukasTy
39+
- Use fixed dates for stable CRUD dashboard screenshots (#46546) @apedroferreira
40+
- Add "Edit in Mui Chat" button on demos (#46480) @siriwatknp
41+
- Fix Menu customization demo (#46535) @siriwatknp
42+
- Add dashboard with CRUD template based on Toolpad Core (#46376) @apedroferreira
43+
- Clarify `createTheme` warning for future compatibility (#46476) @satendra03
44+
- Remove typo in `_redirects` (#46463) @bharatkashyap
45+
- Change API docs to stay inside Material UI (#46414) @bharatkashyap
46+
- [Dialog] Fix Form dialog demo's actions button padding (#46506) @frontman-git
47+
- [SpeedDial] Remove deprecated props from demos (#46485) @sai6855
48+
- [Switch] Use `slotProps.input` instead of deprecated `inputProps` for accessible controlled switch (#46625) @adiitxa
49+
50+
### Core
51+
52+
- Fix ESLint reference name (80d32a2) @oliviertassinari
53+
- Fix ESLint reference name (5fc166e) @oliviertassinari
54+
- Add `@base-ui-components/*` to env info (#46539) @Janpot
55+
- Remove dead property from routes (#46534) @oliviertassinari
56+
- Fix unpinned version regression (#46438) @oliviertassinari
57+
- [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
58+
- [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
59+
- [code-infra] Use flat eslint config (#46258) @brijeshb42
60+
- [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
61+
- [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
62+
- [docs-infra] Fix codeblock issues (#46323) @atharva3333
63+
- [docs-infra] Handle white spaces and generate either TS or JS demo for llms files (#46494) @siriwatknp
64+
- [examples] Rename PopOverMenu.tsx file to match its usage (#46532) @rjray
65+
- [infra] Fix `test_types_next`, `test_react_18`, `test_react_next` jobs (#46182) @Janpot
66+
- [infra] Remove package.json `module` field (#46620) @Janpot
67+
- [infra] Upgrade form-data to >4.0.4 (#46618) @Janpot
68+
- [infra] Use cpu option only in CI (#46588) @Janpot
69+
- [infra] Update scripts to delete publishConfig.directory (#46563) @brijeshb42
70+
- [infra] Remove `transform-runtime` from `next/babel` (#46552) @Janpot
71+
- [infra] Revert nx update (#46538) @Janpot
72+
- [infra] Replace Argos script with code-infra CLI and update deps (#46475) @Janpot
73+
- [infra] Update node group in renovate config (#46474) @Janpot
74+
- [infra] Move @playwright/test to peer deps in @mui/internal-test-utils (#46459) @Janpot
75+
- [infra] Add instructions for patch release (#46382) @mnajdova
76+
77+
All contributors of this release in alphabetical order: @adiitxa, @aditi291soni, @AidanLDev, @alexfauquette, @apedroferreira, @atharva3333, @bernardobelchior, @bharatkashyap, @brijeshb42, @cherniavskii, @EndiM, @frontman-git, @Janpot, @Kartik-Murthy, @LukasTy, @mnajdova, @oliviertassinari, @rjray, @sai6855, @saschabratton, @satendra03, @siriwatknp, @yafeng-c, @ZeeshanTamboli
78+
379
## 7.2.0
480

581
<!-- generated comparing v7.1.1..master -->

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.2.0",
3+
"version": "7.3.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.10",
3+
"version": "2.0.11",
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.10",
3+
"version": "2.0.11",
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.7",
3+
"version": "2.0.8",
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.2.0",
3+
"version": "7.3.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.2.0",
3+
"version": "7.3.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.2.0",
3+
"version": "7.3.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.39",
3+
"version": "2.0.40",
44
"author": "MUI Team",
55
"description": "Logs info 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.2.0",
3+
"version": "7.3.0",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)