Skip to content

Commit 857be0e

Browse files
authored
[release] v7.3.2 (#46848)
1 parent 2df7f3a commit 857be0e

File tree

21 files changed

+108
-20
lines changed

21 files changed

+108
-20
lines changed

CHANGELOG.md

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

3+
## 7.3.2
4+
5+
<!-- generated comparing v7.3.1..master -->
6+
7+
_Sep 1, 2025_
8+
9+
A big thanks to the 16 contributors who made this release possible.
10+
11+
### `@mui/material@7.3.2`
12+
13+
- [Chip] Remove unnecessary optional chaining from key event handlers (#46752) @ZeeshanTamboli
14+
- [Drawer] Add dialog role and aria-modal for `temporary` variant (#46690) @Yashkanekar
15+
- [PaginationItem] Add slot descriptions and default components in API documentation (#46677) @sai6855
16+
- [utils] Remove duplicate isHostComponent function (#46721) @frontman-git
17+
18+
### `@mui/codemod@7.3.2`
19+
20+
- Add codemod to convert top-level to path imports (#46657) @neemski
21+
22+
### Docs
23+
24+
- Remove outdated Next.js lint command (#46847) @oliviertassinari
25+
- Add `View as Markdown` to component link header (#46835) @siriwatknp
26+
- Add a link to open `llms.txt` (#46832) @siriwatknp
27+
- Fix typos in Material UI API docs (#46787) @noritaka1166
28+
- Fix typo extra "to" word (#46783) @danpeleg4
29+
- Remove past employees from about page (#46780) @Janpot
30+
- Fix typos in `docs/pages` folder (#46761) @noritaka1166
31+
- Add clarification on `react-is` resolution with Material UI v6 and v7 for React 18 and below (#46633) @alisasanib
32+
- Fix typos in `joy` and `utils` package (#46713) @noritaka1166
33+
- [autocomplete] Fix console in unstyled demo (#46804) @oliviertassinari
34+
- [autocomplete] Fix Google Maps brand attribution (#46803) @oliviertassinari
35+
- [autocomplete] Fix header sentence case (#46805) @oliviertassinari
36+
- [autocomplete] Fix Google Maps demo (#46793) @oliviertassinari
37+
- [Select] Fix labeling issues in grouped select demo (#46722) @mj12albert
38+
- [table] Remove outdated unstyled section (#46786) @mj12albert
39+
- [TextField] Add note about removal of `sizeMedium` class from InputLabel in v7 upgrade guide (#46693) @checcoux
40+
41+
### Core
42+
43+
- Update `cipher-base` transitive dependency (#46800) @Janpot
44+
- [charts] Marked Treemap chart as Pro (#46691) @prakhargupta1
45+
- [code-infra] Remove some csbci references (#46797) @Janpot
46+
- [code-infra] update build tool (#46801) @Janpot
47+
- [code-infra] Align pkg.pr.new with other projects (#46467) @Janpot
48+
- [code-infra] Prepare for incoming `execa` update (#46781) @Janpot
49+
- [code-infra] Remove `@mui/internal-babel-plugin-resolve-imports` override config (#46754) @ZeeshanTamboli
50+
- [core] Fix typo in `docs/mui-vale` folder (#46760) @noritaka1166
51+
- [core] Fix typos in `docs/data/material` folder (#46757) @noritaka1166
52+
- [core] Fix typos in `netlify` folder (#46756) @noritaka1166
53+
- [core] Upgrade brace-expansion (#46747) @oliviertassinari
54+
- [core] Fix typos in Joy UI docs and `test` folder (#46738) @noritaka1166
55+
- [core] Upgrade KaTeX (#46731) @oliviertassinari
56+
- [core] Avoid Polynomial regex backtracking (#46732) @oliviertassinari
57+
- [core] Remove dead @toolpad/core dependency (#46730) @oliviertassinari
58+
- [core] Fix typos in `markdown` and `system` packages (#46720) @noritaka1166
59+
- [core] Fix typos in `api-docs-builder` package (#46719) @noritaka1166
60+
- [core] Fix typos in `codemod` package (#46715) @noritaka1166
61+
- [core] pnpm prettier:all (#46685) @oliviertassinari
62+
- [docs-infra] Set origin to generated `llms.txt` (#46833) @siriwatknp
63+
- [docs-infra] Fix AbortController error (#46408) @oliviertassinari
64+
- [docs-infra] Block than more feedback submissions (#46824) @oliviertassinari
65+
- [docs-infra] Fix ESLint references (#46680) @oliviertassinari
66+
- [infra] Migrate away from airbnb's eslint config (#46794) @brijeshb42
67+
- [infra] Remove `fs-extra` from docs scripts (#46749) @bernardobelchior
68+
- [infra] Remove dependency on `react-spring` (but keep `@react-spring/web`) (#46748) @bernardobelchior
69+
- [infra] Remove `fs-extra` from `mui-icons-material` (#46745) @bernardobelchior
70+
- [infra] Remove `api-docs-builder` dependency on `fs-extra` (#46742) @bernardobelchior
71+
- [infra] Migrate build command to code-infra (#46614) @brijeshb42
72+
- [infra] move testBuiltTypes step (#46735) @Janpot
73+
- [infra] Remove `fs-extra` from `netlify-plugin-cache-docs` (#46740) @bernardobelchior
74+
- [infra] Supply `document` to `userEvent.setup()` (#46714) @Janpot
75+
- [infra] Remove useless test step (#46679) @Janpot
76+
- [infra] Stagger daily cron jobs to avoid browserstack timeouts (#46676) @Janpot
77+
- [internal] Improve useControlled() strict mode handling (#46807) @oliviertassinari
78+
- [internal] Sentence case (55a9d8f) @oliviertassinari
79+
- [internal] Fix typos in code comments (#46784) @noritaka1166
80+
- [internal] Fix console regression in dev mode (925f02b) @oliviertassinari
81+
- [internal] Prettier all if dependencies changes (1f63b03) @oliviertassinari
82+
- [internal] Fix renovate.json (84be632) @oliviertassinari
83+
- [internal] Polish renovate schedule (#46727) @oliviertassinari
84+
- [internal] Update link to GitHub labels (8ab4813) @oliviertassinari
85+
- [internal] Bump brace-expansion (06de338) @oliviertassinari
86+
- [internal] Normalize Action description (4a2fbcb) @oliviertassinari
87+
- [toolpad] Remove it from website and docs (#46595) @prakhargupta1
88+
89+
All contributors of this release in alphabetical order: @alisasanib, @bernardobelchior, @brijeshb42, @checcoux, @danpeleg4, @frontman-git, @Janpot, @mj12albert, @neemski, @noritaka1166, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @Yashkanekar, @ZeeshanTamboli
90+
391
## 7.3.1
492

593
<!-- generated comparing v7.3.0..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.3.1",
3+
"version": "7.3.2",
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.12",
3+
"version": "2.0.13",
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
"exports": {

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.12",
3+
"version": "2.0.13",
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.9",
3+
"version": "2.0.10",
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.3.0",
3+
"version": "7.3.2",
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.3.1",
3+
"version": "7.3.2",
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.3.1",
3+
"version": "7.3.2",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"keywords": [

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.40",
3+
"version": "2.0.41",
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.3.1",
3+
"version": "7.3.2",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)