@mui/docs 7.1.2 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,146 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 7.3.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v7.2.0..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 5, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Shipped `nativeColor` feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#43942) @siriwatknp!
|
|
12
|
+
|
|
13
|
+
To learn more, check out the [Native Color](https://mui.com/material-ui/customization/css-theme-variables/native-color/) guide.
|
|
14
|
+
|
|
15
|
+
### `@mui/material@7.3.0`
|
|
16
|
+
|
|
17
|
+
- Support native color without JS manipulation (#43942) @siriwatknp
|
|
18
|
+
- [Accordion] Add `region` slot (#46659) @sai6855
|
|
19
|
+
- [SpeedDial] Fix navigation with arrow keys when slotProps.fab is defined (#46508) @sai6855
|
|
20
|
+
- [Select] Improve `MenuProps.slotProps` implementation (#46612) @ZeeshanTamboli
|
|
21
|
+
- [Select] Implement pointer cancellation (#45789) @Kartik-Murthy
|
|
22
|
+
- [Switch] Add role="switch" (#46482) @ZeeshanTamboli
|
|
23
|
+
- [Autocomplete] Fix auto highlight when options change but not the length (#46489) @yafeng-c
|
|
24
|
+
|
|
25
|
+
### `@mui/codemod@7.3.0`
|
|
26
|
+
|
|
27
|
+
- Fix `v5.0.0/top-level-imports` codemod changing color imports (#46405) @AidanLDev
|
|
28
|
+
|
|
29
|
+
### Docs
|
|
30
|
+
|
|
31
|
+
- Add JetBrains IDEs MCP configuration (#46470) @bernardobelchior
|
|
32
|
+
- Add warning to array spacing section (#46542) @cherniavskii
|
|
33
|
+
- Add MCP server installation details for Claude Code (#46621) @saschabratton
|
|
34
|
+
- Fix incorrect command for MCP Inspector in mcp.md (#46630) @EndiM
|
|
35
|
+
- Fix incorrect Typography override example for responsive styles (#46558) @aditi291soni
|
|
36
|
+
- Improve MCP docs (#46557) @siriwatknp
|
|
37
|
+
- Fix displaying of components in dark mode (#46544) @sai6855
|
|
38
|
+
- Generate `template` entries about documented generics (#46540) @LukasTy
|
|
39
|
+
- Use fixed dates for stable CRUD dashboard screenshots (#46546) @apedroferreira
|
|
40
|
+
- Add "Edit in Mui Chat" button on demos (#46480) @siriwatknp
|
|
41
|
+
- Fix Menu customization demo (#46535) @siriwatknp
|
|
42
|
+
- Add dashboard with CRUD template based on Toolpad Core (#46376) @apedroferreira
|
|
43
|
+
- Clarify `createTheme` warning for future compatibility (#46476) @satendra03
|
|
44
|
+
- Remove typo in `_redirects` (#46463) @bharatkashyap
|
|
45
|
+
- Change API docs to stay inside Material UI (#46414) @bharatkashyap
|
|
46
|
+
- [Dialog] Fix Form dialog demo's actions button padding (#46506) @frontman-git
|
|
47
|
+
- [SpeedDial] Remove deprecated props from demos (#46485) @sai6855
|
|
48
|
+
- [Switch] Use `slotProps.input` instead of deprecated `inputProps` for accessible controlled switch (#46625) @adiitxa
|
|
49
|
+
|
|
50
|
+
### Core
|
|
51
|
+
|
|
52
|
+
- Fix ESLint reference name (80d32a2) @oliviertassinari
|
|
53
|
+
- Fix ESLint reference name (5fc166e) @oliviertassinari
|
|
54
|
+
- Add `@base-ui-components/*` to env info (#46539) @Janpot
|
|
55
|
+
- Remove dead property from routes (#46534) @oliviertassinari
|
|
56
|
+
- Fix unpinned version regression (#46438) @oliviertassinari
|
|
57
|
+
- [code-infra] Accomodate build requirements from mui-x (#46551) @brijeshb42
|
|
58
|
+
- [code-infra] Extend renovate preset from infra repo (#46483) @brijeshb42
|
|
59
|
+
- [code-infra] Use flat eslint config (#46258) @brijeshb42
|
|
60
|
+
- [docs-infra] Remove comment saving in G-sheet option (#46617) @alexfauquette
|
|
61
|
+
- [docs-infra] Move `Open in MUI Chat` to Demo toolbar and adjust styles (#46579) @siriwatknp
|
|
62
|
+
- [docs-infra] Fix codeblock issues (#46323) @atharva3333
|
|
63
|
+
- [docs-infra] Handle white spaces and generate either TS or JS demo for llms files (#46494) @siriwatknp
|
|
64
|
+
- [examples] Rename PopOverMenu.tsx file to match its usage (#46532) @rjray
|
|
65
|
+
- [infra] Fix `test_types_next`, `test_react_18`, `test_react_next` jobs (#46182) @Janpot
|
|
66
|
+
- [infra] Remove package.json `module` field (#46620) @Janpot
|
|
67
|
+
- [infra] Upgrade form-data to >4.0.4 (#46618) @Janpot
|
|
68
|
+
- [infra] Use cpu option only in CI (#46588) @Janpot
|
|
69
|
+
- [infra] Update scripts to delete publishConfig.directory (#46563) @brijeshb42
|
|
70
|
+
- [infra] Remove `transform-runtime` from `next/babel` (#46552) @Janpot
|
|
71
|
+
- [infra] Revert nx update (#46538) @Janpot
|
|
72
|
+
- [infra] Replace Argos script with code-infra CLI and update deps (#46475) @Janpot
|
|
73
|
+
- [infra] Update node group in renovate config (#46474) @Janpot
|
|
74
|
+
- [infra] Move @playwright/test to peer deps in @mui/internal-test-utils (#46459) @Janpot
|
|
75
|
+
- [infra] Add instructions for patch release (#46382) @mnajdova
|
|
76
|
+
|
|
77
|
+
All contributors of this release in alphabetical order: @adiitxa, @aditi291soni, @AidanLDev, @alexfauquette, @apedroferreira, @atharva3333, @bernardobelchior, @bharatkashyap, @brijeshb42, @cherniavskii, @EndiM, @frontman-git, @Janpot, @Kartik-Murthy, @LukasTy, @mnajdova, @oliviertassinari, @rjray, @sai6855, @saschabratton, @satendra03, @siriwatknp, @yafeng-c, @ZeeshanTamboli
|
|
78
|
+
|
|
79
|
+
## 7.2.0
|
|
80
|
+
|
|
81
|
+
<!-- generated comparing v7.1.1..master -->
|
|
82
|
+
|
|
83
|
+
_Jun 26, 2025_
|
|
84
|
+
|
|
85
|
+
A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:
|
|
86
|
+
|
|
87
|
+
- ⚡️ Added `modularCssLayers` theme option for splitting styles into multiple CSS layers (#46001) @siriwatknp.
|
|
88
|
+
- 📖 Added example for using Material UI with React Router v7 (#46406) @siriwatknp.
|
|
89
|
+
|
|
90
|
+
### `@mui/material@7.2.0`
|
|
91
|
+
|
|
92
|
+
- [Backdrop] Fix handling of `component` prop (#46269) @sai6855
|
|
93
|
+
- [Chip] Explicitly define line-height (#46260) @DiegoAndai
|
|
94
|
+
- [Chip] Fix handling on event handlers (#46263) @sai6855
|
|
95
|
+
- [OutlinedInput][Input] Deprecate composed classes (#46316) @sai6855
|
|
96
|
+
- [Select] Pass MenuProps.slotProps.list alongside MenuListProps (#46274) @scousino
|
|
97
|
+
- [l10] Enable `labelDisplayedRows` translation for Romanian (#46377) @dhu-redwoodtech
|
|
98
|
+
- Skip generating `modularCssLayers` CSS var (#46329) @siriwatknp
|
|
99
|
+
|
|
100
|
+
### `@mui/system@7.2.0`
|
|
101
|
+
|
|
102
|
+
- Add `modularCssLayers` theme flag to split styles into multiple CSS layers (#46001) @siriwatknp
|
|
103
|
+
|
|
104
|
+
### `@mui/styled-engine@7.2.0`
|
|
105
|
+
|
|
106
|
+
- Do not reuse the emotion cache across SSR requests (#46276) @robbtraister
|
|
107
|
+
|
|
108
|
+
### `@mui/codemod@7.2.0`
|
|
109
|
+
|
|
110
|
+
- [Dialog] Add codemod for deprecated props (#46328) @sai6855
|
|
111
|
+
|
|
112
|
+
### Docs
|
|
113
|
+
|
|
114
|
+
- Don't forward `hasAiSuggestion` (#46415) @bharatkashyap
|
|
115
|
+
- Add introduction to MCP (#46224) @bharatkashyap
|
|
116
|
+
- Fallback for searchbar during SSR (#46364) @Janpot
|
|
117
|
+
- Update InitColorSchemeScript options to match colorSchemeSelector (#46302) @humble-barnacle001
|
|
118
|
+
- Add `ListItemButton` to make the deprecation clear (#46356) @siriwatknp
|
|
119
|
+
- Remove "Unstyled" section from component docs (#46272) @mapache-salvaje
|
|
120
|
+
- Add Testing section to Rating component doc (#46268) @0210shivam
|
|
121
|
+
- Fix fade modal demo (#46271) @brijeshb42
|
|
122
|
+
- [ai] Add suggestions to edit with MUI Chat (#46309) @bharatkashyap
|
|
123
|
+
- [Dialog] Fix form dialog uses ARIA roles on incompatible elements (#46307) @ZeeshanTamboli
|
|
124
|
+
- [Menu] Fix dark mode styling of grouped header demo (#46317) @sai6855
|
|
125
|
+
- [TextField] Removed type="number" demos (#46314) @KirankumarAmbati
|
|
126
|
+
- [examples] Add `material-ui-react-router-ts` example (#46406) @siriwatknp
|
|
127
|
+
|
|
128
|
+
### Core
|
|
129
|
+
|
|
130
|
+
- pnpm docs:sync-team (3641a0b) @oliviertassinari
|
|
131
|
+
- Add cross-env to eslint script (#46358) @ZeeshanTamboli
|
|
132
|
+
- Support merging of className and style from theme (#45975) @sai6855
|
|
133
|
+
- [code-infra] Create bundle size package (#45911) @Janpot
|
|
134
|
+
- [docs-infra] Add a script to generate Material UI `llms.txt` and docs markdown. (#46308) @siriwatknp
|
|
135
|
+
- [docs-infra] Fix stackblitz for js projects (#46220) @Janpot
|
|
136
|
+
- [infra] Add emotion as external for bundle monitor (#46372) @Janpot
|
|
137
|
+
- [infra] Create update PR on every canary publish for internal packages (#46367) @Janpot
|
|
138
|
+
- [infra] Remove deprecated esmExternals (#46365) @Janpot
|
|
139
|
+
- [infra] Support project-specific changelog in build scripts (#46425) @michaldudak
|
|
140
|
+
- [toolpad][website] Remove references to Toolpad (#46311) @prakhargupta1
|
|
141
|
+
|
|
142
|
+
All contributors of this release in alphabetical order: @0210shivam, @bharatkashyap, @brijeshb42, @dhu-redwoodtech, @DiegoAndai, @humble-barnacle001, @Janpot, @KirankumarAmbati, @mapache-salvaje, @michaldudak, @oliviertassinari, @prakhargupta1, @robbtraister, @sai6855, @scousino, @siriwatknp, @ZeeshanTamboli
|
|
143
|
+
|
|
3
144
|
## 7.1.2
|
|
4
145
|
|
|
5
146
|
_Jun 18, 2025_
|
|
@@ -522,7 +522,7 @@ function getThemedComponents() {
|
|
|
522
522
|
'&:active': {
|
|
523
523
|
backgroundColor: (theme.vars || theme).palette.primaryDark[800]
|
|
524
524
|
},
|
|
525
|
-
'&.Mui-disabled': {
|
|
525
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
526
526
|
color: theme.palette.grey[500]
|
|
527
527
|
}
|
|
528
528
|
})
|
|
@@ -551,7 +551,7 @@ function getThemedComponents() {
|
|
|
551
551
|
'&:active': {
|
|
552
552
|
backgroundColor: (0, _styles.alpha)(theme.palette.primary[900], 0.3)
|
|
553
553
|
},
|
|
554
|
-
'&.Mui-disabled': {
|
|
554
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
555
555
|
background: 'none',
|
|
556
556
|
backgroundColor: (0, _styles.alpha)(theme.palette.primaryDark[700], 0.2),
|
|
557
557
|
color: theme.palette.grey[500]
|
|
@@ -581,7 +581,7 @@ function getThemedComponents() {
|
|
|
581
581
|
borderColor: theme.palette.grey[400]
|
|
582
582
|
},
|
|
583
583
|
...theme.applyDarkStyles({
|
|
584
|
-
'&.Mui-disabled': {
|
|
584
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
585
585
|
color: theme.palette.grey[400],
|
|
586
586
|
textShadow: 'none',
|
|
587
587
|
borderColor: theme.palette.grey[800]
|
|
@@ -611,7 +611,7 @@ function getThemedComponents() {
|
|
|
611
611
|
borderColor: theme.palette.grey[400]
|
|
612
612
|
},
|
|
613
613
|
...theme.applyDarkStyles({
|
|
614
|
-
'&.Mui-disabled': {
|
|
614
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
615
615
|
color: theme.palette.grey[400],
|
|
616
616
|
textShadow: 'none',
|
|
617
617
|
borderColor: theme.palette.grey[800]
|
|
@@ -654,7 +654,7 @@ function getThemedComponents() {
|
|
|
654
654
|
'&:active': {
|
|
655
655
|
backgroundColor: (0, _styles.alpha)(theme.palette.primary[900], 0.1)
|
|
656
656
|
},
|
|
657
|
-
'&.Mui-disabled': {
|
|
657
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
658
658
|
color: theme.palette.grey[500]
|
|
659
659
|
}
|
|
660
660
|
})
|
|
@@ -511,7 +511,7 @@ export function getThemedComponents() {
|
|
|
511
511
|
'&:active': {
|
|
512
512
|
backgroundColor: (theme.vars || theme).palette.primaryDark[800]
|
|
513
513
|
},
|
|
514
|
-
'&.Mui-disabled': {
|
|
514
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
515
515
|
color: theme.palette.grey[500]
|
|
516
516
|
}
|
|
517
517
|
})
|
|
@@ -540,7 +540,7 @@ export function getThemedComponents() {
|
|
|
540
540
|
'&:active': {
|
|
541
541
|
backgroundColor: alpha(theme.palette.primary[900], 0.3)
|
|
542
542
|
},
|
|
543
|
-
'&.Mui-disabled': {
|
|
543
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
544
544
|
background: 'none',
|
|
545
545
|
backgroundColor: alpha(theme.palette.primaryDark[700], 0.2),
|
|
546
546
|
color: theme.palette.grey[500]
|
|
@@ -570,7 +570,7 @@ export function getThemedComponents() {
|
|
|
570
570
|
borderColor: theme.palette.grey[400]
|
|
571
571
|
},
|
|
572
572
|
...theme.applyDarkStyles({
|
|
573
|
-
'&.Mui-disabled': {
|
|
573
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
574
574
|
color: theme.palette.grey[400],
|
|
575
575
|
textShadow: 'none',
|
|
576
576
|
borderColor: theme.palette.grey[800]
|
|
@@ -600,7 +600,7 @@ export function getThemedComponents() {
|
|
|
600
600
|
borderColor: theme.palette.grey[400]
|
|
601
601
|
},
|
|
602
602
|
...theme.applyDarkStyles({
|
|
603
|
-
'&.Mui-disabled': {
|
|
603
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
604
604
|
color: theme.palette.grey[400],
|
|
605
605
|
textShadow: 'none',
|
|
606
606
|
borderColor: theme.palette.grey[800]
|
|
@@ -643,7 +643,7 @@ export function getThemedComponents() {
|
|
|
643
643
|
'&:active': {
|
|
644
644
|
backgroundColor: alpha(theme.palette.primary[900], 0.1)
|
|
645
645
|
},
|
|
646
|
-
'&.Mui-disabled': {
|
|
646
|
+
'&.Mui-disabled:not(.MuiButton-loading)': {
|
|
647
647
|
color: theme.palette.grey[500]
|
|
648
648
|
}
|
|
649
649
|
})
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"adblock": "If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist us in your blocker.",
|
|
3
3
|
"adPublisher": "ad by {{publisher}}",
|
|
4
|
+
"aiCustomizeDemo": "Want to customize this?",
|
|
5
|
+
"aiChatFailed": "Failed to open MUI Chat",
|
|
4
6
|
"api-docs": {
|
|
5
7
|
"componentName": "Component name",
|
|
6
8
|
"componentsApi": "Components API",
|
|
@@ -186,6 +188,8 @@
|
|
|
186
188
|
"signInTitle": "Sign-in",
|
|
187
189
|
"signUpDescr": "A clean and efficient sign-up page, perfect for pairing with a sign-in template.",
|
|
188
190
|
"signUpTitle": "Sign-up",
|
|
191
|
+
"crudDashboardTitle": "CRUD dashboard",
|
|
192
|
+
"crudDashboardDescr": "Dashboard with CRUD pages and mobile-friendly layout with highly customizable sidebar.",
|
|
189
193
|
"sourceCode": "Source code",
|
|
190
194
|
"spacingUnit": "Spacing unit",
|
|
191
195
|
"stackblitz": "Edit in StackBlitz",
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"adblock": "If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist us in your blocker.",
|
|
3
3
|
"adPublisher": "ad by {{publisher}}",
|
|
4
|
+
"aiCustomizeDemo": "Want to customize this?",
|
|
5
|
+
"aiChatFailed": "Failed to open MUI Chat",
|
|
4
6
|
"api-docs": {
|
|
5
7
|
"componentName": "Component name",
|
|
6
8
|
"componentsApi": "Components API",
|
|
@@ -186,6 +188,8 @@
|
|
|
186
188
|
"signInTitle": "Sign-in",
|
|
187
189
|
"signUpDescr": "A clean and efficient sign-up page, perfect for pairing with a sign-in template.",
|
|
188
190
|
"signUpTitle": "Sign-up",
|
|
191
|
+
"crudDashboardTitle": "CRUD dashboard",
|
|
192
|
+
"crudDashboardDescr": "Dashboard with CRUD pages and mobile-friendly layout with highly customizable sidebar.",
|
|
189
193
|
"sourceCode": "Source code",
|
|
190
194
|
"spacingUnit": "Spacing unit",
|
|
191
195
|
"stackblitz": "Edit in StackBlitz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "MUI Docs - Documentation building blocks.",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-docs",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@babel/runtime": "^7.
|
|
25
|
+
"@babel/runtime": "^7.28.2",
|
|
26
26
|
"clipboard-copy": "^4.0.1",
|
|
27
27
|
"clsx": "^2.1.1",
|
|
28
28
|
"nprogress": "^0.2.0",
|
|
29
29
|
"prop-types": "^15.8.1",
|
|
30
|
-
"@mui/internal-markdown": "^2.0.
|
|
30
|
+
"@mui/internal-markdown": "^2.0.8"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@mui/base": "*",
|
|
@@ -46,14 +46,12 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
|
-
"access": "public"
|
|
50
|
-
"directory": "build"
|
|
49
|
+
"access": "public"
|
|
51
50
|
},
|
|
52
51
|
"engines": {
|
|
53
52
|
"node": ">=14.0.0"
|
|
54
53
|
},
|
|
55
54
|
"private": false,
|
|
56
|
-
"module": "./esm/index.js",
|
|
57
55
|
"exports": {
|
|
58
56
|
"./package.json": "./package.json",
|
|
59
57
|
".": {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"adblock": "If you don't mind tech-related ads (no tracking or remarketing), and want to keep us running, please whitelist us in your blocker.",
|
|
3
3
|
"adPublisher": "ad by {{publisher}}",
|
|
4
|
+
"aiCustomizeDemo": "Want to customize this?",
|
|
5
|
+
"aiChatFailed": "Failed to open MUI Chat",
|
|
4
6
|
"api-docs": {
|
|
5
7
|
"componentName": "Component name",
|
|
6
8
|
"componentsApi": "Components API",
|
|
@@ -186,6 +188,8 @@
|
|
|
186
188
|
"signInTitle": "Sign-in",
|
|
187
189
|
"signUpDescr": "A clean and efficient sign-up page, perfect for pairing with a sign-in template.",
|
|
188
190
|
"signUpTitle": "Sign-up",
|
|
191
|
+
"crudDashboardTitle": "CRUD dashboard",
|
|
192
|
+
"crudDashboardDescr": "Dashboard with CRUD pages and mobile-friendly layout with highly customizable sidebar.",
|
|
189
193
|
"sourceCode": "Source code",
|
|
190
194
|
"spacingUnit": "Spacing unit",
|
|
191
195
|
"stackblitz": "Edit in StackBlitz",
|