Skip to content

Commit 2a8ad69

Browse files
[release] v7.3.10 (#48220)
Signed-off-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com> Co-authored-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com>
1 parent dbb5734 commit 2a8ad69

File tree

16 files changed

+63
-16
lines changed

16 files changed

+63
-16
lines changed

CHANGELOG.md

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

3+
## 7.3.10
4+
5+
<!-- generated comparing v7.3.9..v7.x -->
6+
7+
_Apr 8, 2026_
8+
9+
A big thanks to the 15 contributors who made this release possible. A few highlights ✨:
10+
11+
- 📖 Added the Menubar component page to the docs.
12+
13+
### `@mui/material@7.3.10`
14+
15+
- [alert][dialog] Accessibility improvements (#48161) @silviuaavram
16+
- [autocomplete] Add `root` slot (#47916) @GerardasB
17+
- [autocomplete] Fix helper text focusing input when clicked (#48162) @mj12albert
18+
- [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47914) @aman44444
19+
- [autocomplete] Optimize selected option lookup (#48027) @anchmelev
20+
- [autocomplete] Support full slots for clearIndicator and popupIndicator (#47913) @silviuaavram
21+
- [button-base] Fix native button detection (#47994) @mj12albert
22+
- [input] Fix high contrast cutoff on first character (#48160) @silviuaavram
23+
- [list item text][card header] Revert cleanup of duplicated CSS rules (#47938) @sai6855
24+
- [popper] Add missing classes export (#48033) @mj12albert
25+
- [select] Fix focus visible always set on menu item (#48022) @silviuaavram
26+
- [slider] Accept readonly array for the value prop (#47961) @pcorpet
27+
- [switch] Add border to make it visible in high contrast mode (#48210) @silviuaavram
28+
- [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#48144) @ZeeshanTamboli
29+
- [transitions] Performance improvements & misc fixes (#48217) @mj12albert
30+
31+
### Docs
32+
33+
- [codemod] Add v7 migration docs for deprecated Autocomplete APIs and Autocomplete codemod (#47954) @ZeeshanTamboli
34+
- [menubar] Add Menubar component page (#47942) @siriwatknp
35+
- [progress] Label all demo components (#48168) @mj12albert
36+
- [system] Update `styled` API docs for easier understanding (#47969) @olivier-lxo
37+
- Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48152) @arminmeh
38+
- Fix MUI X redirects (#47917) @cherniavskii
39+
- Use direct palette vars in Tailwind v4 snippet (#47955) @Ahmad-Alaziz
40+
41+
### Core
42+
43+
- [blog] Blogpost for upcoming price changes for MUI X (#47820) @DanailH
44+
- [blog] Update the 2026 price changes blogpost (#47944) @DanailH
45+
- [code-infra] Add pkg-pr-new as dev dependency (#48023) @silviuaavram
46+
- [docs-infra] Update Release Instructions and Search Index v7 (#48109) @dav-is
47+
48+
All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @anchmelev, @arminmeh, @cherniavskii, @DanailH, @dav-is, @GerardasB, @mj12albert, @olivier-lxo, @pcorpet, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli
49+
350
## 7.3.9
451

552
<!-- generated comparing v7.3.8..v7.x -->

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.9",
3+
"version": "7.3.10",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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

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

packages/mui-lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mui/lab",
3-
"//": "version should be 'alpha' at all time",
4-
"version": "7.0.1-beta.23",
3+
"//": "version should be 'beta' at all time",
4+
"version": "7.0.1-beta.24",
55
"author": "MUI Team",
66
"description": "Laboratory for new Material UI modules.",
77
"keywords": [

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.3.9",
3+
"version": "7.3.10",
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.3.9",
3+
"version": "7.3.10",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"keywords": [

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.3.9",
3+
"version": "7.3.10",
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
"keywords": [

0 commit comments

Comments
 (0)