Skip to content

Commit 1ee94a2

Browse files
authored
[release] v7.3.8 (#47754)
1 parent 7a547bd commit 1ee94a2

File tree

21 files changed

+82
-20
lines changed

21 files changed

+82
-20
lines changed

CHANGELOG.md

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

3+
## 7.3.8
4+
5+
<!-- generated comparing v7.3.7..master -->
6+
7+
_Feb 12, 2026_
8+
9+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10+
11+
### `@mui/material@7.3.8`
12+
13+
- [alert] Revert removing default icon mapping fallback (#47629) @ZeeshanTamboli
14+
- [app-bar] Fix optional chaining in joinVars function (#47739) @sai6855
15+
- [autocomplete] Fix scroll position resetting on reopen with `disableCloseOnSelect` (#47248) @ZeeshanTamboli
16+
- [autocomplete] Pass fullWidth prop to input, with default as true (#47663) @silviuaavram
17+
- [badge] Refactor variant styles generation (#47742) @sai6855
18+
- [chip] Remove unnecessary `onDelete` check (#47753) @ZeeshanTamboli
19+
- [switch][checkbox][radio] Remove `aria-disabled` from root span (#46318) @KirankumarAmbati
20+
- [collapse] Remove unnecessary string concatenation (#47745) @sai6855
21+
- [drawer] `persistent` and `permanent` variant Drawers should not override the styles via theme using `modal` class (#47581) @ZeeshanTamboli
22+
- [tabs] Add ability to extend Tabs variant (#47590) @aditya1906
23+
- [useAutocomplete] Add aria-multiselectable to listbox props when multiple is true (#47632) @silviuaavram
24+
- [useAutocomplete] Use `React.Key` instead of `any` for `key` prop (#47619) @sonixx02
25+
26+
#### Core
27+
28+
- Revert "[docs-infra] Add Cookie Banner and Analytics Provider (#47445)" (868d23e) @dav-is
29+
- Revert "[docs-infra] Update Cookie Consent Dialog styling and content (#47718)" (ae29d03) @dav-is
30+
- [api-docs-builder] Validate slots prop and Slots interface export consistency (#47623) @Janpot
31+
- [code-infra] Remove `window.muiDocConfig` (#47737) @Janpot
32+
- [code-infra] Fix flaky Select test on Webkit (#47728) @Janpot
33+
- [code-infra] Remove usage of NODE_ENV=test (#47692) @Janpot
34+
- [code-infra] Prepare eslint rule rename (#47702) @Janpot
35+
- [code-infra] Next.js 15.5.11 (security update) (#47697) @Janpot
36+
- [code-infra] Fix Tooltip tests flakyness (#47669) @Janpot
37+
- [code-infra] Improve instructions for error messages (#47668) @Janpot
38+
- [code-infra] Add initial agent instructions (#47655) @Janpot
39+
- [code-infra] Update broken links checker (#47633) @Janpot
40+
- [code-infra] Improve Tooltip leaveDelay test (#47624) @Janpot
41+
- [code-infra] Fix internal broken links (#47607) @Janpot
42+
- [docs-infra] Resolve a few 301s in our docs (#47746) @Janpot
43+
- [docs-infra] Update Cookie Consent Dialog styling and content (#47718) @dav-is
44+
- [docs-infra] Add Cookie Banner and Analytics Provider (#47445) @dav-is
45+
- [docs-infra] Make sure /customers page has a h1 (#47615) @Janpot
46+
- [docs-infra] Fix privacy link (#47614) @Janpot
47+
- [docs-infra] Resolve a few 301s (#47579) @Janpot
48+
- [internal] Remove unused sponsor files (#47741) @oliviertassinari
49+
- [markdown] Fix some broken hash links (#47609) @Janpot
50+
- [test] Cleanup Table tests TODOs (#47656) @Ocheretovich
51+
52+
### Docs
53+
54+
- [website] unclickable banner in the pricing page (#47634) @aemartos
55+
- [blog] Company Update: What we've been working on (and why) (#47626) @alelthomas
56+
- [docs] Remove outdated notifications (#47743) @bernardobelchior
57+
- [docs] Make Demo component product-agnostic (#47635) @Janpot
58+
- [docs] Copyedit the Number Field doc (#47469) @mapache-salvaje
59+
- [docs] Fix Roboto font not loading in iframe demos (#47660) @Janpot
60+
- [docs] Replace Checkbox with Icons in Combobox examples (#47654) @silviuaavram
61+
- [docs] Fix punctuation in TypeScript guide description (#47617) @nodirbekprogrammer
62+
63+
All contributors of this release in alphabetical order: @aditya1906, @aemartos, @alelthomas, @bernardobelchior, @dav-is, @Janpot, @KirankumarAmbati, @mapache-salvaje, @nodirbekprogrammer, @Ocheretovich, @oliviertassinari, @sai6855, @silviuaavram, @sonixx02, @ZeeshanTamboli
64+
365
## 7.3.7
466

567
<!-- generated comparing v7.3.6..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.7",
3+
"version": "7.3.8",
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.17",
3+
"version": "2.0.18",
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.14",
3+
"version": "2.0.15",
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.7",
3+
"version": "7.3.8",
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.7",
3+
"version": "7.3.8",
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.7",
3+
"version": "7.3.8",
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.45",
3+
"version": "2.0.46",
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.7",
3+
"version": "7.3.8",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mui/lab",
33
"//": "version should be 'alpha' at all time",
4-
"version": "7.0.1-beta.21",
4+
"version": "7.0.1-beta.22",
55
"author": "MUI Team",
66
"description": "Laboratory for new Material UI modules.",
77
"keywords": [

0 commit comments

Comments
 (0)