Skip to content

Commit 10eefcd

Browse files
authored
Merge branch 'master' into case-studies
2 parents 9d621b1 + aa8cf28 commit 10eefcd

File tree

23 files changed

+109
-22
lines changed

23 files changed

+109
-22
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
orbs:
33
aws-cli: circleci/[email protected]
44
aws-s3: circleci/[email protected]
5-
code-infra: https://raw.githubusercontent.com/mui/mui-public/9cc15ae47e8be0c5f9fe8c09553d5aeb238b9d8a/.circleci/orbs/code-infra.yml
5+
code-infra: https://raw.githubusercontent.com/mui/mui-public/2f944b985f17ebcd9280e00974035e38e496cbcf/.circleci/orbs/code-infra.yml
66

77
parameters:
88
workflow:

CHANGELOG.md

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

3+
## 7.3.6
4+
5+
<!-- generated comparing v7.3.5..master -->
6+
7+
_Dec 3, 2025_
8+
9+
A big thanks to the 22 contributors who made this release possible.
10+
11+
### @mui/material@7.3.6
12+
13+
- [Accordion] Move properties to the AccordionOwnProps interface (#47348) @Aleksan4e3
14+
- [Autocomplete] Remove unnecessary `filterSelectedOptions` dependency from `syncHighlightedIndex` useCallback (#47378) @ZeeshanTamboli
15+
- [Autocomplete] Fix input caret not showing when focusing after chip navigation (#47249) @vrachuri28
16+
- [Autocomplete] Fix ArrowLeft crash when value is not set with single-value rendering (#47214) @rithik56
17+
- [Button] Fix running formAction when passed (#47185) @sai6855
18+
- [Chip] Remove leftover closing parenthesis in CSS class key (#47345) @ZeeshanTamboli
19+
- [ListItem] Add `secondaryAction` slot to `ListItem` (#47399) @sai6855
20+
- [NumberField] Fix scroll behavior (#47397) @oliviertassinari
21+
- [Select] Fix keyboard navigation while rendering in shadow DOM (#47380) @xBlizZer
22+
- [Select] Fix cannot pass certain event handlers (#47366) @ZeeshanTamboli
23+
- [Slider] Accept readonly array for `marks` prop (#47370) @pcorpet
24+
- [Snackbar] Avoid unnecessary `ownerState` spread into `useSnackbar` (#47373) @ZeeshanTamboli
25+
- [TextField] Allow custom props in slot props via TS module augmentation (#47367) @kumarvishwajeettrivedi
26+
- [Tabs] Fix Arrow key navigation failing when component is rendered in shadow DOM (#47178) @sai6855
27+
- Fix typings for theme `applyStyles` with custom color schemes (#47242) @akankshahu
28+
29+
### @mui/system@7.3.6
30+
31+
- Fix unwanted attribute on DOM from InitColorSchemeScript `class` attribute (#47200) @siriwatknp
32+
33+
### @mui/lab@7.3.6
34+
35+
- [Masonry] Fix layout flicker and single column issue (#43903) @Fanzzzd
36+
37+
### Docs
38+
39+
- Fix default theme viewer styling (#47400) @sai6855
40+
- Remove repetitive words (#47384) @rifeplight
41+
- Fix link to Portal API docs (#47383) @ZeeshanTamboli
42+
- Remove mentions of MUI Base from Material UI docs (#47324) @mapache-salvaje
43+
- Update CSP guidance (#47342) @rossdakin
44+
- Fix pathname collision in LLMs docs generator (#47209) @siriwatknp
45+
- Resolve redirected urls to their final location (#47193) @Janpot
46+
- Document correct default values for `elevation` and `square` props (#47261) @Ad1tya-007
47+
- Fix display of colors in dark mode in palette customization page (#47403) @sai6855
48+
- Add Number Field component page (#47165) @siriwatknp
49+
- Fix mcp schema change (#47171) @sai6855
50+
51+
### Core
52+
53+
- [code-infra] Add types for markdown loader (#47075) @Janpot
54+
- [code-infra] Build test utils with code-infra pipeline (#47405) @Janpot
55+
- [code-infra] Vitest test migration (#44325) @JCQuintas
56+
- [code-infra] Revive docs bundle analyzer (#47401) @Janpot
57+
- [code-infra] Update tests from vitest PR (#47344) @Janpot
58+
- [code-infra] Use util from code-infra to fetch changelogs (#47350) @brijeshb42
59+
- [code-infra] Enable production sourcemaps (#47352) @Janpot
60+
- [code-infra] Use code-infra orb utils in circle ci (#47179) @brijeshb42
61+
- [code-infra] Use `next/font` for local fonts (#47351) @Janpot
62+
- [code-infra] New broken links checker (#47113) @Janpot
63+
- [code-infra] Remove profiler (#47258) @Janpot
64+
- [code-infra] Api doc optimizations (#47188) @Janpot
65+
- [code-infra] Increase type check parallelism (#47192) @Janpot
66+
- [code-infra] Remove deprecated baseUrl (#47210) @Janpot
67+
- [code-infra] Disable next.js cache (#47233) @Janpot
68+
- [code-infra] release:build for bundle checker (#47207) @Janpot
69+
- [code-infra] Parallelize module augmentation tests (#47208) @Janpot
70+
- [code-infra] Fix next.js parallelism at 2 for macos runner (#47201) @Janpot
71+
- [code-infra] Fix bash escape (#46969) @oliviertassinari
72+
- [code-infra] Utilise eslint cache in CI (#47194) @Janpot
73+
- [code-infra] Enable Next.js build cache to improve CI performance (#47176) @Copilot
74+
- [code-infra] Remove `apps` folder (#47183) @Janpot
75+
- [code-infra] Migrate everything to getStaticProps (#47152) @Janpot
76+
- [docs-infra] Migrate to `next/font` (#47347) @Janpot
77+
- [docs-infra] Add some `ComponentLinkHeader` bottom margin (#47328) @Janpot
78+
- [docs-infra] Exclude a few pages from llms-txt (#47111) @Janpot
79+
- [examples] Add missing .gitignore to NextJS App Router example (#47251) @shamblonaut
80+
- [examples] Migrate Next.js `next.config.js` to `next.config.mjs` (#44040) @albarv340
81+
- [internal] Remove leftover testing-library libraries from `mui-material` package (#47392) @ZeeshanTamboli
82+
- [internal] Remove unnecessary `clean-css` package from docs (#47314) @ZeeshanTamboli
83+
- [internal] Fix typo `buidApiDocs` -> `buildApiDocs` (#47235) @Ad1tya-007
84+
- [internal] Remove unused `@vitest/browser` and `@vitest/coverage-v8` (#47189) @ZeeshanTamboli
85+
- [test] Update e2e test app (#47252) @Ad1tya-007
86+
- [test] Fix flaky Virtualize Autocomplete regression test (#47199) @ZeeshanTamboli
87+
88+
All contributors of this release in alphabetical order: @Ad1tya-007, @akankshahu, @albarv340, @Aleksan4e3, @brijeshb42, @Copilot, @Fanzzzd, @Janpot, @JCQuintas, @kumarvishwajeettrivedi, @mapache-salvaje, @oliviertassinari, @pcorpet, @rifeplight, @rithik56, @rossdakin, @sai6855, @shamblonaut, @siriwatknp, @vrachuri28, @xBlizZer, @ZeeshanTamboli
89+
390
## 7.3.5
491

592
<!-- generated comparing v7.3.4..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.5",
3+
"version": "7.3.6",
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.4",
3+
"version": "2.0.5",
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.15",
3+
"version": "2.0.16",
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.15",
3+
"version": "2.0.16",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"repository": {

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.12",
3+
"version": "2.0.13",
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.5",
3+
"version": "7.3.6",
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.5",
3+
"version": "7.3.6",
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.5",
3+
"version": "7.3.6",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"keywords": [

0 commit comments

Comments
 (0)