@mui/system 9.0.0-alpha.2 → 9.0.0-alpha.4
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/Box/Box.d.mts +1 -1
- package/Box/Box.d.ts +1 -1
- package/CHANGELOG.md +191 -0
- package/Grid/Grid.d.mts +0 -1
- package/Grid/Grid.d.ts +0 -1
- package/Grid/Grid.js +0 -1
- package/Grid/Grid.mjs +0 -1
- package/Stack/Stack.d.mts +0 -1
- package/Stack/Stack.d.ts +0 -1
- package/Stack/Stack.js +0 -1
- package/Stack/Stack.mjs +0 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +5 -5
- package/version/index.js +2 -2
- package/version/index.mjs +2 -2
package/Box/Box.d.mts
CHANGED
|
@@ -38,8 +38,8 @@ export interface BoxTypeMap<AdditionalProps = {}, RootComponent extends React.El
|
|
|
38
38
|
*
|
|
39
39
|
* Demos:
|
|
40
40
|
*
|
|
41
|
-
* - [Box (Joy UI)](https://mui.com/joy-ui/react-box/)
|
|
42
41
|
* - [Box (Material UI)](https://mui.com/material-ui/react-box/)
|
|
42
|
+
* - [Menubar (Material UI)](https://mui.com/material-ui/react-menubar/)
|
|
43
43
|
* - [Box (MUI System)](https://mui.com/system/react-box/)
|
|
44
44
|
*
|
|
45
45
|
* API:
|
package/Box/Box.d.ts
CHANGED
|
@@ -38,8 +38,8 @@ export interface BoxTypeMap<AdditionalProps = {}, RootComponent extends React.El
|
|
|
38
38
|
*
|
|
39
39
|
* Demos:
|
|
40
40
|
*
|
|
41
|
-
* - [Box (Joy UI)](https://mui.com/joy-ui/react-box/)
|
|
42
41
|
* - [Box (Material UI)](https://mui.com/material-ui/react-box/)
|
|
42
|
+
* - [Menubar (Material UI)](https://mui.com/material-ui/react-menubar/)
|
|
43
43
|
* - [Box (MUI System)](https://mui.com/system/react-box/)
|
|
44
44
|
*
|
|
45
45
|
* API:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,196 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 9.0.0-alpha.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.0.0-alpha.3..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 20, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@9.0.0-alpha.4`
|
|
12
|
+
|
|
13
|
+
#### Breaking Changes
|
|
14
|
+
|
|
15
|
+
- [accordion] Remove deprecated props (#47963) @silviuaavram
|
|
16
|
+
- `TransitionComponent`
|
|
17
|
+
- `TransitionProps`
|
|
18
|
+
- [accordionsummary] Remove deprecated CSS class (#48006) @silviuaavram
|
|
19
|
+
- `contentGutters`
|
|
20
|
+
- [alert] Remove deprecated CSS classes (#48011) @silviuaavram
|
|
21
|
+
- `standardSuccess`
|
|
22
|
+
- `standardInfo`
|
|
23
|
+
- `standardWarning`
|
|
24
|
+
- `standardError`
|
|
25
|
+
- `outlinedSuccess`
|
|
26
|
+
- `outlinedInfo`
|
|
27
|
+
- `outlinedWarning`
|
|
28
|
+
- `outlinedError`
|
|
29
|
+
- `filledSuccess`
|
|
30
|
+
- `filledInfo`
|
|
31
|
+
- `filledWarning`
|
|
32
|
+
- `filledError`
|
|
33
|
+
- [alert] Remove deprecated props (#47965) @silviuaavram
|
|
34
|
+
- `components`
|
|
35
|
+
- `componentsProps`
|
|
36
|
+
- [autocomplete] Remove deprecated props (#47864) @ZeeshanTamboli
|
|
37
|
+
- `ChipProps`
|
|
38
|
+
- `componentsProps`
|
|
39
|
+
- `ListboxComponent`
|
|
40
|
+
- `ListboxProps`
|
|
41
|
+
- `PaperComponent`
|
|
42
|
+
- `PopperComponent`
|
|
43
|
+
- `renderTags`
|
|
44
|
+
- [avatar] Remove deprecated props (#47966) @silviuaavram
|
|
45
|
+
- `imgProps`
|
|
46
|
+
- [avatargroup] Remove deprecated props (#47968) @silviuaavram
|
|
47
|
+
- `componentsProps`
|
|
48
|
+
- [backdrop] Remove deprecated props (#47991) @silviuaavram
|
|
49
|
+
- `components`
|
|
50
|
+
- `componentsProps`
|
|
51
|
+
- `TransitionComponent`
|
|
52
|
+
- [badge] Remove deprecated props (#47993) @silviuaavram
|
|
53
|
+
- `components`
|
|
54
|
+
- `componentsProps`
|
|
55
|
+
- [button] Remove deprecated CSS classes (#48012) @silviuaavram
|
|
56
|
+
- Color variant classes: `textInherit`, `outlinedPrimary`, `containedSecondary`, etc.
|
|
57
|
+
- Size classes: `textSizeSmall`, `iconSizeMedium`, etc.
|
|
58
|
+
- [circularprogress] Remove deprecated CSS classes (#48014) @silviuaavram
|
|
59
|
+
- `circleDeterminate`
|
|
60
|
+
- `circleIndeterminate`
|
|
61
|
+
- [divider] Remove deprecated prop (#48013) @atharva3333
|
|
62
|
+
- `light`
|
|
63
|
+
- [formcontrollabel] Remove deprecated props (#48032) @atharva3333
|
|
64
|
+
- `componentsProps`
|
|
65
|
+
- [menu] Remove deprecated props (#48021) @siriwatknp
|
|
66
|
+
- `MenuListProps`
|
|
67
|
+
- `PaperProps`
|
|
68
|
+
- `TransitionProps`
|
|
69
|
+
- [mobilestepper] Remove deprecated props (#48041) @siriwatknp
|
|
70
|
+
- `LinearProgressProps`
|
|
71
|
+
- [popover] Remove deprecated props (#48021) @siriwatknp
|
|
72
|
+
- `BackdropComponent`
|
|
73
|
+
- `BackdropProps`
|
|
74
|
+
- `PaperProps`
|
|
75
|
+
- `TransitionComponent`
|
|
76
|
+
- `TransitionProps`
|
|
77
|
+
- [popper] Remove deprecated props (#48020) @siriwatknp
|
|
78
|
+
- `components`
|
|
79
|
+
- `componentsProps`
|
|
80
|
+
- [select] Remove deprecated props passed via `MenuProps` (#48021) @siriwatknp
|
|
81
|
+
- `MenuListProps`
|
|
82
|
+
- `PaperProps`
|
|
83
|
+
- `TransitionProps`
|
|
84
|
+
- [slider] Remove deprecated props (#47996) @siriwatknp
|
|
85
|
+
- `components`
|
|
86
|
+
- `componentsProps`
|
|
87
|
+
- [speeddial] Remove deprecated props (#47998) @siriwatknp
|
|
88
|
+
- `TransitionComponent`
|
|
89
|
+
- `TransitionProps`
|
|
90
|
+
- [speeddialaction] Remove deprecated props (#47998) @siriwatknp
|
|
91
|
+
- `FabProps`
|
|
92
|
+
- `tooltipTitle`
|
|
93
|
+
- `tooltipPlacement`
|
|
94
|
+
- `tooltipOpen`
|
|
95
|
+
- `TooltipClasses`
|
|
96
|
+
- [tabs] Remove deprecated props (#48017) @siriwatknp
|
|
97
|
+
- `ScrollButtonComponent`
|
|
98
|
+
- `TabIndicatorProps`
|
|
99
|
+
- `TabScrollButtonProps`
|
|
100
|
+
- `slots.StartScrollButtonIcon`
|
|
101
|
+
- `slots.EndScrollButtonIcon`
|
|
102
|
+
- [textfield] Remove deprecated props (#47878) @ZeeshanTamboli
|
|
103
|
+
- `InputProps`
|
|
104
|
+
- `inputProps`
|
|
105
|
+
- `SelectProps`
|
|
106
|
+
- `InputLabelProps`
|
|
107
|
+
- `FormHelperTextProps`
|
|
108
|
+
- [tooltip] Remove deprecated props (#47988) @siriwatknp
|
|
109
|
+
- `components`
|
|
110
|
+
- `componentsProps`
|
|
111
|
+
- `PopperComponent`
|
|
112
|
+
- `PopperProps`
|
|
113
|
+
- `TransitionComponent`
|
|
114
|
+
- `TransitionProps`
|
|
115
|
+
- [typography] Remove deprecated prop (#47986) @siriwatknp
|
|
116
|
+
- `paragraph`
|
|
117
|
+
- [buttonbase] Key handlers should not run on a disabled non-native button (#48003) @mj12albert
|
|
118
|
+
- [tablepagination] Format pagination numbers according to locale (#47803) @siriwatknp
|
|
119
|
+
- [textfield] Use non-native label for `<TextField select/>` (#47958) @mj12albert
|
|
120
|
+
|
|
121
|
+
Check out the [v9 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v9/).
|
|
122
|
+
|
|
123
|
+
#### Changes
|
|
124
|
+
|
|
125
|
+
- [autocomplete] Optimize selected option lookup (#47953) @anchmelev
|
|
126
|
+
- [buttonbase] Fix native button detection (#47985) @mj12albert
|
|
127
|
+
- [inputbase] Fix test using removed InputProps on TextField (#48000) @siriwatknp
|
|
128
|
+
- [popper] Add missing classes export (#48031) @mj12albert
|
|
129
|
+
- [select] Fix focus visible always set on menu item (#47912) @silviuaavram
|
|
130
|
+
- [slider] Fix focus visible styles incorrectly applied by pointer (#47894) @mj12albert
|
|
131
|
+
- [slider] Accept readonly array for the value prop (#47936) @pcorpet
|
|
132
|
+
|
|
133
|
+
### `@mui/codemod@9.0.0-alpha.4`
|
|
134
|
+
|
|
135
|
+
- [codemod] Add slot key rename to `tabs-props` codemod and add to README (#48035) @siriwatknp
|
|
136
|
+
- [codemod] Add card-header-props migration guide (#48005) @siriwatknp
|
|
137
|
+
|
|
138
|
+
### Docs
|
|
139
|
+
|
|
140
|
+
- [blog] Lowercase 2026-MUI-X-price-changes blog post URL (#47871) @Janpot
|
|
141
|
+
- [docs] Wide docs layout (#47950) @noraleonte
|
|
142
|
+
- [docs] Mention the list of props removed in upgrade guide (#48010) @silviuaavram
|
|
143
|
+
- [docs] Update Autocomplete deprecated props removal migration guide docs (#47990) @ZeeshanTamboli
|
|
144
|
+
- [docs-infra] Extract shared App component from \_app into @mui/docs (#47933) @brijeshb42
|
|
145
|
+
- [docs-infra] Expose global theme object (#47964) @Janpot
|
|
146
|
+
- [docs][system] Update `styled` API docs for easier understanding (#47957) @olivier-lxo
|
|
147
|
+
|
|
148
|
+
### Core
|
|
149
|
+
|
|
150
|
+
- [code-infra] Add pkg-pr-new as dev dependency (#47992) @Janpot
|
|
151
|
+
- [code-infra] Remove CI coverage collection and upload to Codecov (#47930) @Janpot
|
|
152
|
+
- [core] Migrate to ESLint 10 (#47872) @brijeshb42
|
|
153
|
+
- [core] Remove GridLegacy component (#47956) @siriwatknp
|
|
154
|
+
|
|
155
|
+
All contributors of this release in alphabetical order: @anchmelev, @atharva3333, @brijeshb42, @Janpot, @mj12albert, @noraleonte, @olivier-lxo, @pcorpet, @silviuaavram, @siriwatknp, @ZeeshanTamboli
|
|
156
|
+
|
|
157
|
+
## 9.0.0-alpha.3
|
|
158
|
+
|
|
159
|
+
<!-- generated comparing v9.0.0-alpha.2..master -->
|
|
160
|
+
|
|
161
|
+
_Mar 12, 2026_
|
|
162
|
+
|
|
163
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
164
|
+
|
|
165
|
+
- 📖 A new [Menubar](https://mui.com/material-ui/react-menubar/) component page integrated with [Base UI](https://base-ui.com/react/components/menubar)
|
|
166
|
+
- ♿️ Improved the Roving TabIndex keyboard navigation for the Stepper, Tabs and MenuList components.
|
|
167
|
+
|
|
168
|
+
### `@mui/material@9.0.0-alpha.3`
|
|
169
|
+
|
|
170
|
+
- [autocomplete] Add `root` slot (#47852) @GerardasB
|
|
171
|
+
- [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47790) @aman44444
|
|
172
|
+
- [autocomplete] Support full slots for clearIndicator and popupIndicator (#47891) @silviuaavram
|
|
173
|
+
- [material-ui] Partially revert "[material-ui] Clean up duplicated CSS rules (#47838)" (#47927) @sai6855
|
|
174
|
+
- [stepper][menulist][tabs] Improve accessibility (#47687) @silviuaavram
|
|
175
|
+
|
|
176
|
+
### Docs
|
|
177
|
+
|
|
178
|
+
- [docs][codemod] Add v7 migration docs for deprecated Autocomplete APIs and Autocomplete codemod (#47945) @ZeeshanTamboli
|
|
179
|
+
- [docs] Update faq about vendor chunks (#47747) @Janpot
|
|
180
|
+
- [docs] Use direct palette vars in Tailwind v4 snippet (#47940) @Ahmad-Alaziz
|
|
181
|
+
- [docs][menubar] Add Menubar component page (#47616) @siriwatknp
|
|
182
|
+
|
|
183
|
+
### Core
|
|
184
|
+
|
|
185
|
+
- [core] Fix the release prepare steps (#47951) @silviuaavram
|
|
186
|
+
- [core] Remove Joy UI code and docs (#47939) @mnajdova
|
|
187
|
+
- [code-infra] Add previously missed export of themeCssVarsAugmentation (#47918) @brijeshb42
|
|
188
|
+
- [docs-infra] Import font module for nextjs transpilation (#47935) @brijeshb42
|
|
189
|
+
- [docs-infra] Migrate simpler modules from docs to mui-docs (#47897) @brijeshb42
|
|
190
|
+
- [test] Fix detached anchorEl elements in tests (#47929) @Janpot
|
|
191
|
+
|
|
192
|
+
All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @brijeshb42, @GerardasB, @Janpot, @mnajdova, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli
|
|
193
|
+
|
|
3
194
|
## 9.0.0-alpha.2
|
|
4
195
|
|
|
5
196
|
<!-- generated comparing v9.0.0-alpha.1..master -->
|
package/Grid/Grid.d.mts
CHANGED
package/Grid/Grid.d.ts
CHANGED
package/Grid/Grid.js
CHANGED
package/Grid/Grid.mjs
CHANGED
package/Stack/Stack.d.mts
CHANGED
package/Stack/Stack.d.ts
CHANGED
package/Stack/Stack.js
CHANGED
|
@@ -12,7 +12,6 @@ var _createStack = _interopRequireDefault(require("./createStack"));
|
|
|
12
12
|
*
|
|
13
13
|
* Demos:
|
|
14
14
|
*
|
|
15
|
-
* - [Stack (Joy UI)](https://mui.com/joy-ui/react-stack/)
|
|
16
15
|
* - [Stack (Material UI)](https://mui.com/material-ui/react-stack/)
|
|
17
16
|
* - [Stack (MUI System)](https://mui.com/system/react-stack/)
|
|
18
17
|
*
|
package/Stack/Stack.mjs
CHANGED
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/system",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.4",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
|
|
6
6
|
"keywords": [
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"clsx": "^2.1.1",
|
|
29
29
|
"csstype": "^3.2.3",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/private-theming": "9.0.0-alpha.
|
|
32
|
-
"@mui/
|
|
33
|
-
"@mui/types": "^9.0.0-alpha.
|
|
34
|
-
"@mui/
|
|
31
|
+
"@mui/private-theming": "9.0.0-alpha.4",
|
|
32
|
+
"@mui/utils": "9.0.0-alpha.4",
|
|
33
|
+
"@mui/types": "^9.0.0-alpha.3",
|
|
34
|
+
"@mui/styled-engine": "9.0.0-alpha.3"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@emotion/react": "^11.5.0",
|
package/version/index.js
CHANGED
|
@@ -4,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.version = exports.prerelease = exports.patch = exports.minor = exports.major = exports.default = void 0;
|
|
7
|
-
const version = exports.version = "9.0.0-alpha.
|
|
7
|
+
const version = exports.version = "9.0.0-alpha.4";
|
|
8
8
|
const major = exports.major = Number("9");
|
|
9
9
|
const minor = exports.minor = Number("0");
|
|
10
10
|
const patch = exports.patch = Number("0");
|
|
11
|
-
const prerelease = exports.prerelease = "alpha.
|
|
11
|
+
const prerelease = exports.prerelease = "alpha.4";
|
|
12
12
|
var _default = exports.default = version;
|
package/version/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export const version = "9.0.0-alpha.
|
|
1
|
+
export const version = "9.0.0-alpha.4";
|
|
2
2
|
export const major = Number("9");
|
|
3
3
|
export const minor = Number("0");
|
|
4
4
|
export const patch = Number("0");
|
|
5
|
-
export const prerelease = "alpha.
|
|
5
|
+
export const prerelease = "alpha.4";
|
|
6
6
|
export default version;
|