Skip to content

Commit 92c8225

Browse files
authored
[release] v7.3.5 (#47170)
1 parent 2b0d3f8 commit 92c8225

File tree

22 files changed

+76
-21
lines changed

22 files changed

+76
-21
lines changed

CHANGELOG.md

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

3+
## 7.3.5
4+
5+
<!-- generated comparing v7.3.4..master -->
6+
7+
_Nov 4, 2025_
8+
9+
A big thanks to the 11 contributors who made this release possible.
10+
11+
### `@mui/material@7.3.5`
12+
13+
- [Collapse] Add slots and slotProps props (#47168) @sai6855
14+
- [l10n] Add missing Catalan (ca-ES) locale (#47156) @frncesc
15+
- Fix regression on `theme.vars.shape` module augmentation (#47164) @siriwatknp
16+
17+
### `@mui/material-nextjs@7.3.5`
18+
19+
- Support Next.js 16 (#47134) @siriwatknp
20+
21+
### Docs
22+
23+
- [Autocomplete] Update virtualization example to use react-window v2 (#47054) @sai6855
24+
- [autocomplete] Add note about unique key extraction for duplicate labels (#47010) @PossiblyAShrub
25+
- [Snackbar] Fix typo in docs (#47038) @sai6855
26+
- [Transition] Fix horizontal scroll in SimpleFade demo in mobile screens (#47169) @sai6855
27+
- Replace deprecated `inputProps` with `slotProps.input` in checkbox demos (#47083) @CODEKRUNCH
28+
29+
### Core
30+
31+
- [code-infra] gitignore next-env.d.ts (#47167) @Janpot
32+
- [code-infra] Migrate versions page to getStaticProps (#47151) @Janpot
33+
- [code-infra] Fix breaking change for ci publish (#47147) @brijeshb42
34+
- [code-infra] Remove React import requirement for jsx (#47146) @brijeshb42
35+
- [code-infra] Update vitest usage detection in `@mui/internal-test-utils` (#47141) @bernardobelchior
36+
- [code-infra] Setup eslint-plugin-compat (#47133) @brijeshb42
37+
- [code-infra] Filter out @mui/joy and @mui/base from search results (#47076) @Janpot
38+
- [code-infra] Fix hotfix instructions (#47015) @Janpot
39+
- [code-infra] Disable pigment regression tests (#47045) @Janpot
40+
- [code-infra] Fix moderate dependabot issue (#46946) @Janpot
41+
- [code-infra] Enable testing-library eslint rules (#47074) @brijeshb42
42+
- [code-infra] Lint json through eslint (#47056) @Janpot
43+
- [code-infra] Support custom npm dist tags during release (#47021) @Janpot
44+
- [code-infra] Remove tsconfig `baseUrl` (#47044) @Janpot
45+
- [code-infra] Centralize stylelint (#46955) @Janpot
46+
- [code-infra] Remove legacy feedback (#46981) @Janpot
47+
- [code-infra] Remove repo build scripts (#47036) @brijeshb42
48+
- [code-infra] Publish docs from upstream (#47018) @Janpot
49+
- [code-infra] Migrate `lodash` to `es-toolkit` (#46974) @sukvvon
50+
- [docs-infra] Do not escape pipes (`|`) inside code blocks (#47139) @ZeeshanTamboli
51+
- [docs-infra] Fix broken link targets (#47104) @Janpot
52+
- [docs-infra] Fix broken link for DOMRect docs (#47106) @Janpot
53+
- [docs-infra] Use published netlify cache plugin package (#47071) @brijeshb42
54+
- [examples] Remove Next.js text from React Router example (#47055) @HeinrichFilter
55+
56+
All contributors of this release in alphabetical order: @bernardobelchior, @brijeshb42, @CODEKRUNCH, @frncesc, @HeinrichFilter, @Janpot, @PossiblyAShrub, @sai6855, @siriwatknp, @sukvvon, @ZeeshanTamboli
57+
358
## 7.3.4
459

560
<!-- generated comparing v7.3.3..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.4",
3+
"version": "7.3.5",
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.3",
3+
"version": "2.0.4",
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.14",
3+
"version": "2.0.15",
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-internal/test-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-test-utils",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

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.11",
3+
"version": "2.0.12",
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.3",
3+
"version": "7.3.5",
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.4",
3+
"version": "7.3.5",
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.4",
3+
"version": "7.3.5",
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.42",
3+
"version": "2.0.43",
44
"author": "MUI Team",
55
"description": "Logs info about the environment relevant to @mui/*.",
66
"bin": "./envinfo.js",

0 commit comments

Comments
 (0)