Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# [Versions](https://mui.com/versions/)

## 7.3.10

<!-- generated comparing v7.3.9..v7.x -->

_Apr 7, 2026_

A big thanks to the 15 contributors who made this release possible.

### `@mui/material@7.3.10`

- [alert][dialog] Accessibility improvements (#48161) @silviuaavram
- [autocomplete] Add `root` slot (#47916) @GerardasB
- [autocomplete] Fix helper text focusing input when clicked (#48162) @mj12albert
- [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47914) @aman44444
- [autocomplete] Optimize selected option lookup (#48027) @anchmelev
- [autocomplete] Support full slots for clearIndicator and popupIndicator (#47913) @silviuaavram
- [button-base] Fix native button detection (#47994) @mj12albert
- [input] Fix high contrast cutoff on first character (#48160) @silviuaavram
- [material-ui] Partially revert "[material-ui] Clean up duplicated CSS rules (#47838)" (#47938) @sai6855
- [popper] Add missing classes export (#48033) @mj12albert
- [select] Fix focus visible always set on menu item (#48022) @silviuaavram
- [slider] Accept readonly array for the value prop (#47961) @pcorpet
- [switch] Add border to make it visible in high contrast mode (#48210) @silviuaavram
- [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#48144) @ZeeshanTamboli
- [transitions] Performance improvements & misc fixes (#48217) @mj12albert

### Docs

- Revert "[website] Implement the latest price changes proposal (#47606)" (#47921) @DanailH
- [codemod] Add v7 migration docs for deprecated Autocomplete APIs and Autocomplete codemod (#47954) @ZeeshanTamboli
- [menubar] Add Menubar component page (#47942) @siriwatknp
- [progress] Label all demo components (#48168) @mj12albert
- [system] Update `styled` API docs for easier understanding (#47969) @olivier-lxo
- Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48152) @arminmeh
- Fix MUI X redirects (#47917) @cherniavskii
- Use direct palette vars in Tailwind v4 snippet (#47955) @Ahmad-Alaziz

### Core

- [blog] Blogpost for upcoming price changes for MUI X (#47820) @DanailH
- [blog] Update the 2026 price changes blogpost (#47944) @DanailH
- [code-infra] Add pkg-pr-new as dev dependency (#48023) @silviuaavram
- [docs-infra] Update Release Instructions and Search Index v7 (#48109) @dav-is

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

## 7.3.9

<!-- generated comparing v7.3.8..v7.x -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "7.3.9",
"version": "7.3.10",
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The monorepo release version was bumped to 7.3.10 here, but several other packages in packages/ still have "version": "7.3.9" (e.g. @mui/utils, @mui/styled-engine, @mui/styled-engine-sc, @mui/private-theming, @mui/material-nextjs). This version skew is likely to break the release/publish process or produce an inconsistent release—please bump the remaining package versions (or document why they are intentionally not part of this release).

Suggested change
"version": "7.3.10",
"version": "7.3.9",

Copilot uses AI. Check for mistakes.
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"description": "Codemod scripts for Material UI.",
"bin": "./codemod.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries.",
"files": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mui/lab",
"//": "version should be 'alpha' at all time",
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package.json states the version should be 'alpha' at all times, but the version being published is 7.0.1-beta.24. Please either update the comment to match the intended prerelease tag, or change the version to use an -alpha prerelease to avoid confusion for maintainers and release automation.

Suggested change
"//": "version should be 'alpha' at all time",
"//": "version should be 'beta' at all time",

Copilot uses AI. Check for mistakes.
"version": "7.0.1-beta.23",
"version": "7.0.1-beta.24",
"author": "MUI Team",
"description": "Laboratory for new Material UI modules.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-pigment-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material-pigment-css",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"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.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "7.3.9",
"version": "7.3.10",
"author": "MUI Team",
"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.",
"keywords": [
Expand Down
Loading