diff --git a/CHANGELOG.md b/CHANGELOG.md index 9598664fca0774..9d5516949d56d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # [Versions](https://mui.com/versions/) +## 7.3.10 + + + +_Apr 8, 2026_ + +A big thanks to the 15 contributors who made this release possible. A few highlights ✨: + +- 📖 Added the Menubar component page to the docs. + +### `@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 +- [list item text][card header] Revert cleanup of duplicated CSS rules (#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 + +- [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 diff --git a/package.json b/package.json index 7fd13067c28aa6..ef8d46f934920f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "7.3.9", + "version": "7.3.10", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 49b730f2a3035c..3135fc1ffa4b8f 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -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", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 8041d500de2f59..3e877658a9307c 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -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": [], diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index aee271a48db986..bc2e5e8daa9ab8 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -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": [ diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 6e5f802f005448..4219d2d202e85f 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -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", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index c032d7e7fc93b7..4e825545b5d9f2 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,7 +1,7 @@ { "name": "@mui/lab", - "//": "version should be 'alpha' at all time", - "version": "7.0.1-beta.23", + "//": "version should be 'beta' at all time", + "version": "7.0.1-beta.24", "author": "MUI Team", "description": "Laboratory for new Material UI modules.", "keywords": [ diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index 7f5bfc2d125092..6d7304b30fdd0f 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "7.3.9", + "version": "7.3.10", "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", "keywords": [ diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index fefc6f8ef8f881..c489dca1b6fb4d 100644 --- a/packages/mui-material-pigment-css/package.json +++ b/packages/mui-material-pigment-css/package.json @@ -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": [ diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 1622b4c97d2798..2fb8fdb2c00e6b 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -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": [ diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 3bf421ddfb6cb4..669f21a057012c 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "7.3.9", + "version": "7.3.10", "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", "keywords": [ diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index c10e5bd6671c36..9b178e5d2309ae 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "7.3.9", + "version": "7.3.10", "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", "keywords": [ diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 0bbdf60197ba18..bb5fa8b5168614 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "7.3.9", + "version": "7.3.10", "author": "MUI Team", "description": "styled() API wrapper package for emotion.", "keywords": [ diff --git a/packages/mui-stylis-plugin-rtl/package.json b/packages/mui-stylis-plugin-rtl/package.json index 7fee86178abf8b..64acc03ee981b9 100644 --- a/packages/mui-stylis-plugin-rtl/package.json +++ b/packages/mui-stylis-plugin-rtl/package.json @@ -1,6 +1,6 @@ { "name": "@mui/stylis-plugin-rtl", - "version": "7.3.8", + "version": "7.3.10", "author": "MUI Team", "description": "A plugin for Material UI that provides RTL (right-to-left) support.", "keywords": [ diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 558a759f490e11..4b48ef0ed93b56 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -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": [ diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 6cb506e9795bc5..50928bc95db976 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "7.3.9", + "version": "7.3.10", "author": "MUI Team", "description": "Utility functions for React components.", "keywords": [