Skip to content

Commit 86fd51e

Browse files
authored
v7.3.7 (#47565)
1 parent 2b85f4d commit 86fd51e

File tree

21 files changed

+77
-21
lines changed

21 files changed

+77
-21
lines changed

CHANGELOG.md

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

3+
## 7.3.7
4+
5+
<!-- generated comparing v7.3.6..master -->
6+
7+
_Jan 8, 2026_
8+
9+
A big thanks to the 16 contributors who made this release possible.
10+
11+
12+
13+
- [accordion] Remove unnecessary handling of `square` prop on Accordion Root (#47457) @ZeeshanTamboli
14+
- [alert] Remove unnecessary default icon mapping fallback (#47460) @ZeeshanTamboli
15+
- [appbar] Fix inherit color CSS variable not getting applied (#47518) @ZeeshanTamboli
16+
- [autocomplete] Fix `ArrowLeft`, `Backspace` & `Delete` behavior for multiple and single-value rendering with proper caret handling (#47411) @jnbain
17+
- [backdrop] Remove unnecessary passing of `classes` from root slot (#47519) @ZeeshanTamboli
18+
- [button-group] Fix styles when variant is `contained` (#47499) @ZeeshanTamboli
19+
- [card-action-area] Remove incorrect root ref being forwarded to focus highlight component (#47523) @ZeeshanTamboli
20+
- [checkbox] Fix readonly checkboxes (#47503) @mj12albert
21+
- [click-away-listener] Tighten the parameter type of createHandleSynthetic method (#47525) @ZeeshanTamboli
22+
- [dialog] Fix backdrop theme style overrides (#47544) @ZeeshanTamboli
23+
- [focus-trap] Compute `activeElement` inside `loopFocus` on every keydown (#47566) @ZeeshanTamboli
24+
- [modal] Take non-integer padding-right into consideration when scroll locking (#47420) @Zache
25+
- [select] Fix dropdown width does not match trigger width on window resize (#47526) @AarishMansur
26+
- [tabs] Fix passing incorrect slot name props (scrollButton → scrollButtons) (#47215) @rithik56
27+
28+
### Docs
29+
30+
- [card] Fix key warning (#47524) @ZeeshanTamboli
31+
- [dialog] Replace TranstionProps with slotProps.transition (#47569) @sai6855
32+
- [number-field] Use stable Base UI package (#47504) @siriwatknp
33+
- [snackbar] Replace TransitionComponent with slots.transition (#47570) @sai6855
34+
- Fix incorrect indentation in migration guide (#47571) @sai6855
35+
- Enable MUI chat on Material UI demos (#46837) @siriwatknp
36+
- Add docs and website banner for Dev survey'25 (#47521) @prakhargupta1
37+
- Update Tailwind CSS v4 + Next.js Pages Router docs (#47546) @atharva3333
38+
- Add warning callout to Sync plugin doc (#47511) @mapache-salvaje
39+
- Update typo in TailwindCSS v4 integration with Next.js docs (#47512) @TimKraemer
40+
- Fix link to contributing guide (#47473) @oliviertassinari
41+
- Improve description of Accordion props (#47459) @ZeeshanTamboli
42+
43+
### Core
44+
45+
- [blog] Whats new since MUI X v8 [DX-51] (#47140) @joserodolfofreitas
46+
- [code-infra] Fix React@next CI job (#47493) @Janpot
47+
- [code-infra] Move font loading to @mui/docs (#47385) @Janpot
48+
- [code-infra] Fix CI for React 18 (#47560) @Janpot
49+
- [code-infra] Prevent legacy browsers tests from updating (#47496) @Janpot
50+
- [code-infra] Move `@mui/internal-test-utils` to code infra repo (#47422) @Janpot
51+
- [code-infra] Fix React@next CI job (#47493) @Janpot
52+
- [examples] Update Next.js versions to v16 in Next.js examples (DX-57) (#47453) @alelthomas
53+
- [internal] Bump Next.js & React version to avoid security vulnerability (#47427) @oliviertassinari
54+
- [test] Use plain playwright for e2e (#47410) @mj12albert
55+
- [test] Fix react-18 tests (#47407) @Janpot
56+
57+
All contributors of this release in alphabetical order: @AarishMansur, @alelthomas, @atharva3333, @bricefrisco, @Janpot, @jnbain, @joserodolfofreitas, @mapache-salvaje, @mj12albert, @oliviertassinari, @prakhargupta1, @rithik56, @siriwatknp, @TimKraemer, @Zache, @ZeeshanTamboli
58+
359
## 7.3.6
460

561
<!-- generated comparing v7.3.5..master -->
@@ -753,7 +809,7 @@ A big thanks to the 7 contributors who made this release possible.
753809
- Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
754810
- Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
755811
- Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
756-
- Fix Material Icons page in dark mode (#45691) @mnajdova
812+
- Fix Material Icons page in dark mode (#45691) @mnajdova
757813

758814
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
759815

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

packages-internal/docs-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-docs-utils",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"author": "MUI Team",
55
"description": "Utilities for MUI docs. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

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.16",
3+
"version": "2.0.17",
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/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.13",
3+
"version": "2.0.14",
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.6",
3+
"version": "7.3.7",
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.6",
3+
"version": "7.3.7",
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.6",
3+
"version": "7.3.7",
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.44",
3+
"version": "2.0.45",
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.6",
3+
"version": "7.3.7",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)