@mui/material-nextjs 9.0.0-alpha.3 → 9.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +300 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,292 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 9.0.0
4
+
5
+ <!-- generated comparing v9.0.0-beta.1..master -->
6
+
7
+ _Apr 7, 2026_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+
11
+ 🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.
12
+
13
+ For more details, check out the [upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v9/).
14
+
15
+ ### `@mui/material@9.0.0`
16
+
17
+ - [slider] Use pointer events instead of mouse events (#48164) @mj12albert
18
+ - [switch] Add border to make it visible in high contrast mode (#48180) @silviuaavram
19
+ - [transitions] Performance improvements & misc fixes (#48151) @mj12albert
20
+ - Remove unnecessary overridesResolvers from styled components (#48204) @sai6855
21
+
22
+ ### Core
23
+
24
+ - [code-infra] Setup workflow to publish internal packages (#47952) @brijeshb42
25
+ - [core-docs] Add `x-scheduler` to `MuiProductId` type (#48185) @rita-codes
26
+ - [docs-infra] Add scheduler to product switcher (#48208) @rita-codes
27
+ - [internal] Prepare libraries for v9 stable release (#48206) @siriwatknp
28
+
29
+ All contributors of this release in alphabetical order: @brijeshb42, @mj12albert, @noraleonte, @rita-codes, @sai6855, @silviuaavram, @siriwatknp
30
+
31
+ ## 9.0.0-beta.1
32
+
33
+ <!-- generated comparing v9.0.0-beta.0..master -->
34
+
35
+ _Apr 2, 2026_
36
+
37
+ A big thanks to the 11 contributors who made this release possible.
38
+
39
+ ### `@mui/material@9.0.0-beta.1`
40
+
41
+ #### Breaking Changes
42
+
43
+ - [grid] Remove 'column' and 'column-reverse' options from `direction` prop (#47564) @sai6855
44
+ - [icons] Remove legacy `*Outline` icons (#48116) @mj12albert
45
+ - [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa
46
+
47
+ #### Changes
48
+
49
+ - [all components] Fix `slotProps.transition` types (#48153) @mj12albert
50
+ - [alert][dialog] Accessibility improvements (#48113) @silviuaavram
51
+ - [autocomplete] Fix helper text focusing input when clicked (#48156) @mj12albert
52
+ - [button-base] Add `nativeButton` prop (#47989) @mj12albert
53
+ - [input] Fix high contrast cutoff on first character (#48150) @silviuaavram
54
+ - [menu] Fix empty roving focus container (#48114) @mj12albert
55
+ - [utils] Explicitly register roving tab items with parent (#48122) @mj12albert
56
+
57
+ ### Docs
58
+
59
+ - Fix HTML validation errors (#48107) @Janpot
60
+ - Fix duplicate IDs and HTML validation issues (#48095) @Janpot
61
+ - Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149) @arminmeh
62
+ - Improve jsdom section (#48098) @oliviertassinari
63
+ - Update "Deprecated APIs removed" section to h2 in "Upgrade to v9" docs (#48115) @ZeeshanTamboli
64
+ - [docs][progress] Label all demo components (#48143) @mj12albert
65
+ - [docs-infra] Add x-scheduler to component API URL resolver (#48097) @rita-codes
66
+ - [docs-infra] Resolve some redirects (#48165) @Janpot
67
+ - [docs-infra] Update v9 Search Index (#48028) @dav-is
68
+
69
+ ### Core
70
+
71
+ - [code-infra] Discover exports for bundle size report (#48170) @Janpot
72
+ - [internal] Fix use of ellipsis (#48096) @oliviertassinari
73
+ - [test] Add screenshot test for Virtualized Table (#47947) @mnajdova
74
+ - [test] Remove `componentsProp` from `describeConformance` tests (#48142) @ZeeshanTamboli
75
+ - [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#47765) @ZeeshanTamboli
76
+
77
+ All contributors of this release in alphabetical order: @adiitxa, @arminmeh, @dav-is, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @rita-codes, @sai6855, @silviuaavram, @ZeeshanTamboli
78
+
79
+ ## 9.0.0-beta.0
80
+
81
+ <!-- generated comparing v9.0.0-alpha.4..master -->
82
+
83
+ _Mar 25, 2026_
84
+
85
+ A big thanks to the 8 contributors who made this release possible.
86
+
87
+ ### `@mui/material@9.0.0-beta.0`
88
+
89
+ #### Breaking Changes
90
+
91
+ - [linear-progress] Remove deprecated CSS classes (#48068) @mj12albert
92
+ - [list-item, list-item-text] Remove deprecated props (#48042) @siriwatknp
93
+ - [button-group] Remove deprecated classes (#48043) @siriwatknp
94
+ - [card] Remove deprecated CardHeader props (#47995) @silviuaavram
95
+ - [checkbox][radio][switch] Remove deprecated inputProps and inputRef (#48059) @siriwatknp
96
+ - [chip] Remove deprecated classes (#48046) @silviuaavram
97
+ - [dialog][modal][drawer][swipeabledrawer] Remove deprecated props and classes (#48039) @silviuaavram
98
+ - [divider] Remove deprecated CSS classes (#48075) @siriwatknp
99
+ - [drawer] Remove deprecated CSS classes (#48077) @siriwatknp
100
+ - [image-list-item-bar] Remove deprecated CSS classes (#48064) @siriwatknp
101
+ - [inputs] Remove deprecated props & classes (#48071) @mj12albert
102
+ - [material-ui] Remove unnecessary overridesResolvers from styled components (#48082) @ZeeshanTamboli
103
+ - [material-ui][system] Remove deprecated system props from Box, Stack, Typography (#48072) @siriwatknp
104
+ - [pagination-item] Remove deprecated CSS classes (#48076) @siriwatknp
105
+ - [pagination-item] Remove deprecated props (#48038) @siriwatknp
106
+ - [rating] Remove deprecated IconContainerComponent (#48019) @siriwatknp
107
+ - [select] Remove deprecated CSS classes (#48065) @mj12albert
108
+ - [slider] Remove deprecated CSS classes (#48074) @siriwatknp
109
+ - [step-connector][step-content][step-label] Remove deprecated props and classes (#48058) @siriwatknp
110
+ - [tabs][tab] Remove deprecated CSS classes (#48078) @siriwatknp
111
+ - [table-pagination][table-sort-label] Remove deprecated props and classes (#48060) @siriwatknp
112
+ - [toggle-button-group] Remove deprecated classes (#48061) @siriwatknp
113
+
114
+ #### Changes
115
+
116
+ - [system] Improve performance when using sx prop (#44254) @romgrk
117
+
118
+ ### `@mui/codemod@9.0.0-beta.0`
119
+
120
+ - [codemod] Add missing codemod links in upgrade guide (#48069) @silviuaavram
121
+
122
+ ### Docs
123
+
124
+ - Mention all breaking changes in changelog (#48091) @silviuaavram
125
+ - Fix link to upgrade-to-v9 docs in release CHANGELOG (#48081) @ZeeshanTamboli
126
+
127
+ ### Core
128
+
129
+ - Update browserslistrc (#48085) @silviuaavram
130
+ - [code-infra] Prevent major version updates of bundler/framework packages in bundling fixtures (#48062) @Copilot
131
+ - [code-infra][icons-material] Avoid material utils barrel in createSvgIcon (#48029) @anchmelev
132
+ - [docs-infra] Migrate more leaf components to mui-docs (#48018) @brijeshb42
133
+
134
+ All contributors of this release in alphabetical order: @anchmelev, @brijeshb42, @Copilot, @mj12albert, @romgrk, @silviuaavram, @siriwatknp, @ZeeshanTamboli
135
+
136
+ ## 9.0.0-alpha.4
137
+
138
+ <!-- generated comparing v9.0.0-alpha.3..master -->
139
+
140
+ _Mar 20, 2026_
141
+
142
+ A big thanks to the 11 contributors who made this release possible.
143
+
144
+ ### `@mui/material@9.0.0-alpha.4`
145
+
146
+ #### Breaking Changes
147
+
148
+ - [accordion] Remove deprecated props (#47963) @silviuaavram
149
+ - `TransitionComponent`
150
+ - `TransitionProps`
151
+ - [accordionsummary] Remove deprecated CSS class (#48006) @silviuaavram
152
+ - `contentGutters`
153
+ - [alert] Remove deprecated CSS classes (#48011) @silviuaavram
154
+ - `standardSuccess`
155
+ - `standardInfo`
156
+ - `standardWarning`
157
+ - `standardError`
158
+ - `outlinedSuccess`
159
+ - `outlinedInfo`
160
+ - `outlinedWarning`
161
+ - `outlinedError`
162
+ - `filledSuccess`
163
+ - `filledInfo`
164
+ - `filledWarning`
165
+ - `filledError`
166
+ - [alert] Remove deprecated props (#47965) @silviuaavram
167
+ - `components`
168
+ - `componentsProps`
169
+ - [autocomplete] Remove deprecated props (#47864) @ZeeshanTamboli
170
+ - `ChipProps`
171
+ - `componentsProps`
172
+ - `ListboxComponent`
173
+ - `ListboxProps`
174
+ - `PaperComponent`
175
+ - `PopperComponent`
176
+ - `renderTags`
177
+ - [avatar] Remove deprecated props (#47966) @silviuaavram
178
+ - `imgProps`
179
+ - [avatargroup] Remove deprecated props (#47968) @silviuaavram
180
+ - `componentsProps`
181
+ - [backdrop] Remove deprecated props (#47991) @silviuaavram
182
+ - `components`
183
+ - `componentsProps`
184
+ - `TransitionComponent`
185
+ - [badge] Remove deprecated props (#47993) @silviuaavram
186
+ - `components`
187
+ - `componentsProps`
188
+ - [button] Remove deprecated CSS classes (#48012) @silviuaavram
189
+ - Color variant classes: `textInherit`, `outlinedPrimary`, `containedSecondary`, etc.
190
+ - Size classes: `textSizeSmall`, `iconSizeMedium`, etc.
191
+ - [circularprogress] Remove deprecated CSS classes (#48014) @silviuaavram
192
+ - `circleDeterminate`
193
+ - `circleIndeterminate`
194
+ - [divider] Remove deprecated prop (#48013) @atharva3333
195
+ - `light`
196
+ - [formcontrollabel] Remove deprecated props (#48032) @atharva3333
197
+ - `componentsProps`
198
+ - [menu] Remove deprecated props (#48021) @siriwatknp
199
+ - `MenuListProps`
200
+ - `PaperProps`
201
+ - `TransitionProps`
202
+ - [mobilestepper] Remove deprecated props (#48041) @siriwatknp
203
+ - `LinearProgressProps`
204
+ - [popover] Remove deprecated props (#48021) @siriwatknp
205
+ - `BackdropComponent`
206
+ - `BackdropProps`
207
+ - `PaperProps`
208
+ - `TransitionComponent`
209
+ - `TransitionProps`
210
+ - [popper] Remove deprecated props (#48020) @siriwatknp
211
+ - `components`
212
+ - `componentsProps`
213
+ - [select] Remove deprecated props passed via `MenuProps` (#48021) @siriwatknp
214
+ - `MenuListProps`
215
+ - `PaperProps`
216
+ - `TransitionProps`
217
+ - [slider] Remove deprecated props (#47996) @siriwatknp
218
+ - `components`
219
+ - `componentsProps`
220
+ - [speeddial] Remove deprecated props (#47998) @siriwatknp
221
+ - `TransitionComponent`
222
+ - `TransitionProps`
223
+ - [speeddialaction] Remove deprecated props (#47998) @siriwatknp
224
+ - `FabProps`
225
+ - `tooltipTitle`
226
+ - `tooltipPlacement`
227
+ - `tooltipOpen`
228
+ - `TooltipClasses`
229
+ - [tabs] Remove deprecated props (#48017) @siriwatknp
230
+ - `ScrollButtonComponent`
231
+ - `TabIndicatorProps`
232
+ - `TabScrollButtonProps`
233
+ - `slots.StartScrollButtonIcon`
234
+ - `slots.EndScrollButtonIcon`
235
+ - [textfield] Remove deprecated props (#47878) @ZeeshanTamboli
236
+ - `InputProps`
237
+ - `inputProps`
238
+ - `SelectProps`
239
+ - `InputLabelProps`
240
+ - `FormHelperTextProps`
241
+ - [tooltip] Remove deprecated props (#47988) @siriwatknp
242
+ - `components`
243
+ - `componentsProps`
244
+ - `PopperComponent`
245
+ - `PopperProps`
246
+ - `TransitionComponent`
247
+ - `TransitionProps`
248
+ - [typography] Remove deprecated prop (#47986) @siriwatknp
249
+ - `paragraph`
250
+ - [buttonbase] Key handlers should not run on a disabled non-native button (#48003) @mj12albert
251
+ - [tablepagination] Format pagination numbers according to locale (#47803) @siriwatknp
252
+ - [textfield] Use non-native label for `<TextField select/>` (#47958) @mj12albert
253
+
254
+ Check out the [v9 upgrade guide](https://next.mui.com/material-ui/migration/upgrade-to-v9/).
255
+
256
+ #### Changes
257
+
258
+ - [autocomplete] Optimize selected option lookup (#47953) @anchmelev
259
+ - [buttonbase] Fix native button detection (#47985) @mj12albert
260
+ - [inputbase] Fix test using removed InputProps on TextField (#48000) @siriwatknp
261
+ - [popper] Add missing classes export (#48031) @mj12albert
262
+ - [select] Fix focus visible always set on menu item (#47912) @silviuaavram
263
+ - [slider] Fix focus visible styles incorrectly applied by pointer (#47894) @mj12albert
264
+ - [slider] Accept readonly array for the value prop (#47936) @pcorpet
265
+
266
+ ### `@mui/codemod@9.0.0-alpha.4`
267
+
268
+ - [codemod] Add slot key rename to `tabs-props` codemod and add to README (#48035) @siriwatknp
269
+ - [codemod] Add card-header-props migration guide (#48005) @siriwatknp
270
+
271
+ ### Docs
272
+
273
+ - [blog] Lowercase 2026-MUI-X-price-changes blog post URL (#47871) @Janpot
274
+ - [docs] Wide docs layout (#47950) @noraleonte
275
+ - [docs] Mention the list of props removed in upgrade guide (#48010) @silviuaavram
276
+ - [docs] Update Autocomplete deprecated props removal migration guide docs (#47990) @ZeeshanTamboli
277
+ - [docs-infra] Extract shared App component from \_app into @mui/docs (#47933) @brijeshb42
278
+ - [docs-infra] Expose global theme object (#47964) @Janpot
279
+ - [docs][system] Update `styled` API docs for easier understanding (#47957) @olivier-lxo
280
+
281
+ ### Core
282
+
283
+ - [code-infra] Add pkg-pr-new as dev dependency (#47992) @Janpot
284
+ - [code-infra] Remove CI coverage collection and upload to Codecov (#47930) @Janpot
285
+ - [core] Migrate to ESLint 10 (#47872) @brijeshb42
286
+ - [core] Remove GridLegacy component (#47956) @siriwatknp
287
+
288
+ All contributors of this release in alphabetical order: @anchmelev, @atharva3333, @brijeshb42, @Janpot, @mj12albert, @noraleonte, @olivier-lxo, @pcorpet, @silviuaavram, @siriwatknp, @ZeeshanTamboli
289
+
3
290
  ## 9.0.0-alpha.3
4
291
 
5
292
  <!-- generated comparing v9.0.0-alpha.2..master -->
@@ -13,11 +300,16 @@ A big thanks to the 10 contributors who made this release possible. Here are som
13
300
 
14
301
  ### `@mui/material@9.0.0-alpha.3`
15
302
 
303
+ #### Breaking Changes
304
+
305
+ - [stepper][menulist][tabs] Improve accessibility (#47687) @silviuaavram
306
+
307
+ #### Changes
308
+
16
309
  - [autocomplete] Add `root` slot (#47852) @GerardasB
17
310
  - [autocomplete] Fix popup reopening on window focus regain with openOnFocus (#47790) @aman44444
18
311
  - [autocomplete] Support full slots for clearIndicator and popupIndicator (#47891) @silviuaavram
19
312
  - [material-ui] Partially revert "[material-ui] Clean up duplicated CSS rules (#47838)" (#47927) @sai6855
20
- - [stepper][menulist][tabs] Improve accessibility (#47687) @silviuaavram
21
313
 
22
314
  ### Docs
23
315
 
@@ -75,16 +367,21 @@ A big thanks to the 13 contributors who made this release possible. Here are som
75
367
 
76
368
  ### @mui/material@9.0.0-alpha.1
77
369
 
370
+ #### Breaking Changes
371
+
78
372
  - [Autocomplete] Prevents Autocomplete menu from opening on right click (#47797) @silviuaavram
79
373
  - [Backdrop] Remove aria-hidden by default (#47798) @silviuaavram
80
374
  - [ButtonBase] Ensure that onClick propagates when non-native button is clicked (#47800) @silviuaavram
81
375
  - [Dialog][Modal] Remove `disableEscapeKeyDown` prop (#47695) @silviuaavram
82
376
  - [Grid] Remove system props support (#47846) @siriwatknp
83
- - [TableCell][theme] Apply `alpha` before color mixing to border bottom color when nativeColor + cssVariables is used (#47762) @ZeeshanTamboli
84
377
  - [theme] Remove MuiTouchRipple from theme component types (#47849) @siriwatknp
85
- - [Tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47684) @ZeeshanTamboli
86
378
  - [useAutocomplete] Improve isOptionEqualToValue value argument type (#47801) @silviuaavram
87
379
 
380
+ #### Changes
381
+
382
+ - [TableCell][theme] Apply `alpha` before color mixing to border bottom color when nativeColor + cssVariables is used (#47762) @ZeeshanTamboli
383
+ - [Tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47684) @ZeeshanTamboli
384
+
88
385
  ### Docs
89
386
 
90
387
  - [docs] Add updated community theme resource (#47847) @PeterTYLiu
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@mui/material-nextjs",
3
- "version": "9.0.0-alpha.3",
3
+ "version": "9.0.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Collection of utilities for integration between Material UI and Next.js.",
6
+ "license": "MIT",
6
7
  "keywords": [
7
8
  "react",
8
9
  "next",
@@ -13,7 +14,6 @@
13
14
  "url": "git+https://github.com/mui/material-ui.git",
14
15
  "directory": "packages/mui-material-nextjs"
15
16
  },
16
- "license": "MIT",
17
17
  "bugs": {
18
18
  "url": "https://github.com/mui/material-ui/issues"
19
19
  },
@@ -23,7 +23,7 @@
23
23
  "url": "https://opencollective.com/mui-org"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.28.6"
26
+ "@babel/runtime": "^7.29.2"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@emotion/cache": "^11.11.0",