@mui/system 6.4.2 → 7.0.0-alpha.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,2246 +1,47 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
- ## 6.4.2
3
+ ## 7.0.0-alpha.0
4
4
 
5
- <!-- generated comparing v6.4.1..v6.x -->
5
+ <!-- generated comparing v6.4.1..master -->
6
6
 
7
- _Jan 29, 2025_
7
+ _Jan 31, 2025_
8
8
 
9
- A big thanks to the 5 contributors who made this release possible.
9
+ A big thanks to the 9 contributors who made this release possible.
10
+ This is the first alpha release of Material UI v7 🎉.
10
11
 
11
- ### `@mui/material@6.4.2`
12
+ ### `@mui/material@7.0.0-alpha.0`
12
13
 
13
14
  - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
15
+ - [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45035) @siriwatknp
14
16
  - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
17
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45076) @siriwatknp
15
18
  - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
19
+ - [Slider] Narrow onChange value type (#44777) @good-jinu
20
+ - [Snackbar] Add Slots and SlotProps (#45103) @harry-whorlow
21
+
22
+ ### `@mui/utils@7.0.0-alpha.0`
23
+
24
+ - Merge `sx` instead of override when using `mergeSlotProps` (#45062) @siriwatknp
16
25
 
17
26
  ### Core
18
27
 
19
- - [code-infra] a few fixes uncovered during ESM updates (@Janpot) (#45100) @Janpot
28
+ - [code-infra] a few fixes uncovered during ESM updates (#45031) @Janpot
20
29
  - [code-infra] Remove rsc-builder (#45079) @Janpot
21
30
  - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
22
- - Prepare stable release from the `v6.x` branch (#45133) @DiegoAndai
31
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
32
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
33
+ - Fix missing store contributor renaming (b3d1be0) @oliviertassinari
34
+ - Fix 404 errors (#45137) @oliviertassinari
35
+ - Prepare libraries for first v7 alpha release (#45132) @DiegoAndai
36
+ - Fix CHANGELOG vale failure (#45151) @DiegoAndai
23
37
 
24
38
  ### Docs
25
39
 
26
40
  - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
41
+ - Add v6 to v7 migration guide (#45143) @DiegoAndai
27
42
 
28
- All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @joshkel, @mj12albert, @ZeeshanTamboli
29
-
30
- ## 6.4.1
31
-
32
- <!-- generated comparing v6.4.0..master -->
33
-
34
- _Jan 21, 2025_
35
-
36
- A big thanks to the 9 contributors who made this release possible.
37
-
38
- ### `@mui/material@6.4.1`
39
-
40
- - [ButtonBase] Export types used in ButtonBase props (#43530) @Janpot
41
- - [Dialog] Add slots and slotProps (#44792) @sai6855
42
- - [Drawer] Deprecate composed classes (#44870) @yash49
43
- - [IconButton] Set default loading to `null` (#45057) @siriwatknp
44
- - [ListItem] Add codemod for deprecated props (#45022) @sai6855
45
- - [Modal] Add migration guide and codemod for deprecated props (#45021) @sai6855
46
- - [TextField] Fix filled state to be synced with autofill (#44135) @DiegoAndai
47
-
48
- ### `@mui/system@6.4.1`
49
-
50
- - Fix dark mode flicker using `useEnhancedEffect` (#44812) @siriwatknp
51
-
52
- ### `@mui/utils@6.4.1`
53
-
54
- - Do not deep merge React component (#45058) @siriwatknp
55
-
56
- ### Docs
57
-
58
- - Fix typo (#45070) @Fullchee
59
- - Improve Toolpad templates section (#44914) @bharatkashyap
60
- - Fix expand / collapse icons orientation (#44989) @zanivan
61
- - Rename "Base UI" to "MUI Base" in all text (#45060) @mj12albert
62
- - Add @mui/base deprecation callout (#45030) @mj12albert
63
- - Update @mui/base deprecation message (#45064) @mj12albert
64
-
65
- ### Core
66
-
67
- - [code-infra] Add "use client" directive to files with React APIs (#45036) @Janpot
68
- - [docs] 301 redirect `/base-ui` to `base-ui.com` (#45061) @mj12albert
69
-
70
- All contributors of this release in alphabetical order: @bharatkashyap, @DiegoAndai, @Fullchee, @Janpot, @mj12albert, @sai6855, @siriwatknp, @yash49, @zanivan
71
-
72
- ## 6.4.0
73
-
74
- <!-- generated comparing v6.3.1..master -->
75
-
76
- _Jan 13, 2025_
77
-
78
- A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
79
-
80
- - Added [`loading` prop](https://mui.com/material-ui/react-button/#loading-2) to the `Button` and `IconButton` components (#44637) @siriwatknp
81
-
82
- ### `@mui/material@6.4.0`
83
-
84
- - [Alert] complete `slots` and `slotProps` (#44971) @siriwatknp
85
- - [Autocomplete] Sync runtime and TS types for key in grouped options (#44862) @aarongarciah
86
- - [Button] Add `loading` prop (#44637) @siriwatknp
87
- - [CardHeader] Deprecate `*TypographyProps` and complete `slots`, `slotProps` (#44729) @siriwatknp
88
- - [CircularProgress] Improve indeterminate animation to be symmetric and smooth (#44934) @yashdev16
89
- - [LinearProgress] Deprecate composed classes (#44933) @headironc
90
- - [Link] Fix error for using custom palette with underline (#44927) @siriwatknp
91
- - [Select] Do not set `aria-controls` when closed (#44919) @siddhantantil39
92
- - [Select] Add missing root class (#44928) @sai6855
93
- - [Slider] Set onChangeCommitted to receive the last argument passed to onChange (#44795) @good-jinu
94
- - Add `mergeSlotProps` for extending components (#44809) @siriwatknp
95
- - Update `mergeSlotProps` to merge `style` (#44959) @siriwatknp
96
- - Fix slots typing for Tooltip and StepLabel (#44985) @siriwatknp
97
- - Remove unnecessary blank lines (#44980) @sai6855
98
-
99
- ### Docs
100
-
101
- - [docs] Fix Dashboard sidenav sroll (#44876) @oliviertassinari
102
- - [docs] Fix broken anchor link to w3.org (c51af8e) @oliviertassinari
103
- - [docs] Add details on complementary Menu components (#44957) @samuelsycamore
104
- - [docs] Remove misleading messaging on MD3 support (#44953) @mnajdova
105
- - [docs] Fix code copy button obscuring on small screen sizes (#44861) @ZeeshanTamboli
106
- - [docs] Remove more instances of Adobe XD (#44956) @samuelsycamore
107
- - [docs] Remove Adobe XD chips, links, and mentions (#44909) @samuelsycamore
108
- - [docs] Fix incorrect rendering in Typography docs (#44937) @iaziz11
109
-
110
- ### Core
111
-
112
- - [core] Remove redundant screenshots (#44877) @oliviertassinari
113
- - [core] Remove Suspense and clock mocking from regressions and e2e tests (#44935) @DiegoAndai
114
- - [code-infra] Allow react@18 on `@mui/internal-test-utils` (#45023) @LukasTy
115
- - [code-infra] Stabilize flaky pigment progressbar tests (#44969) @Janpot
116
- - [example] Update the CDN example to adapt React 19. (#44979) @IceOfSummer
117
- - [figma] Clarify that Material UI Sync plugin is experimental (#44975) @oliviertassinari
118
-
119
- All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @good-jinu, @headironc, @iaziz11, @IceOfSummer, @Janpot, @LukasTy, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siddhantantil39, @siriwatknp, @yashdev16, @ZeeshanTamboli
120
-
121
- ## 6.3.1
122
-
123
- <!-- generated comparing v6.3.0..master -->
124
-
125
- _Jan 3, 2025_
126
-
127
- A big thanks to the 8 contributors who made this release possible.
128
-
129
- ### `@mui/material@6.3.1`
130
-
131
- - [Autocomplete] Revert: Fix options list rendering in freeSolo mode (#44858) @ZeeshanTamboli
132
- - [Tooltip] Warn instead of error when trigger is disabled (#44846) @yash49
133
- - [TableSortLabel] Add slots and slotProps (#44728) @sai6855
134
- - [Select] Deprecate composed classes (#44925) @sai6855
135
-
136
- ### Docs
137
-
138
- - [material-ui][Accordion] Update `Anatomy` section in Accordion docs (#44849) @ZeeshanTamboli
139
- - [material-ui][CardActionArea] Added demo in docs of cards for adding props to CardActionArea (#44789) @siddhantantil39
140
- - [material-ui][Grid2] Add interactive demo for Grid v2 (#44820) @yash49
141
- - [material-ui][Select] Update docs to reflect the omission of placeholder prop (#44856) @adityaparab
142
- - [joy-ui] Fix Color mode button on Theme builder (#44864) @komkanit
143
- - Fix 301 redirections @oliviertassinari
144
-
145
- ### Core
146
-
147
- - [examples] Update Next.js examples Next.js and React versions (#44852) @DiegoAndai
148
- - [code-infra] Prevent wrong nested imports in Base UI (#44426) @oliviertassinari
149
- - [docs-infra] Add vale coverage for App Router and Page Router (060c55c) @oliviertassinari
150
- - Sync with other repos (1b9300f) @oliviertassinari
151
- - Fix docs:build to work in docs folder too (6b923a4) @oliviertassinari
152
- - Setup React 18 CI tests (#44868) @DiegoAndai
153
- - Update test to use public API (#44875) @oliviertassinari
154
-
155
- All contributors of this release in alphabetical order: @adityaparab, @DiegoAndai, @komkanit, @oliviertassinari, @sai6855, @siddhantantil39, @yash49, @ZeeshanTamboli
156
-
157
- ## 6.3.0
158
-
159
- <!-- generated comparing v6.2.1..master -->
160
-
161
- _Dec 23, 2024_
162
-
163
- A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
164
-
165
- - Fix invalid HTML structure in the Accordion component (#44408) @ZeeshanTamboli
166
- The HTML elements of the Accordion summary have been updated:
167
- - the root element is now button (previously div).
168
- - summary content and the icon wrapper are now span (previously div).
169
- This will only impact you if you used the HTML element as selectors in your styles.
170
-
171
- ### `@mui/material@6.3.0`
172
-
173
- - [Accordion] Fix invalid HTML inside heading (#44408) @ZeeshanTamboli
174
- - [useAutocomplete] Improve TS typing of `groupedOptions` prop (#44657) @lewxdev
175
- - Prevent `ownerState` propagation for transition slots (#44401) @ZeeshanTamboli
176
- - [StepContent] Add slots and slotProps (#44742) @sai6855
177
- - [TablePagination] Add the rest of `slots` and `slotProps`. (#44570) @siriwatknp
178
-
179
- ### `@mui/system@6.3.0`
180
-
181
- - Set `before` directly without using prepend for global styles (#44648) @siriwatknp
182
-
183
- ### Docs
184
-
185
- - [material-ui] Improve `theme.applyStyles()` docs (#44658) @DiegoAndai
186
- - [material-ui] Update MD callout (#43958) @aarongarciah
187
-
188
- ### Core
189
-
190
- - Remove unnecessary conditional around `.muiName =` (#44071) @Janpot
191
- - [blog] Material UI: 2024 EOY updates blog post (#44722) @alelthomas
192
- - Fix quickstart command in pigment docs (#44806) @yash49
193
- - [docs-infra] Remove Next.js production profiler (#44823) @romgrk
194
- - [docs-infra] Remove no longer support `optimizeFonts` Next.js option (#44802) @LukasTy
195
-
196
- All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @DiegoAndai, @Janpot, @lewxdev, @LukasTy, @romgrk, @sai6855, @siriwatknp, @yash49, @ZeeshanTamboli
197
-
198
- ## 6.2.1
199
-
200
- <!-- generated comparing v6.2.0..master -->
201
-
202
- _Dec 17, 2024_
203
-
204
- A big thanks to the 10 contributors who made this release possible.
205
-
206
- ### `@mui/material@6.2.1`
207
-
208
- - Update `overridesResolver` return from object to array of styles (#44752) @siddhantantil39
209
- - [Pagination] Use correct `aria-current` value (#44753) @jacklaurencegaray
210
- - [Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input (#44731) @ben-pomelo
211
-
212
- ### `@mui/system@6.2.1`
213
-
214
- - Warns if the hex color contains trailing space (#44538) @siriwatknp
215
-
216
- ### Docs
217
-
218
- - [material-ui][Dialog] Fix crashing of DraggableDialog demo (#44747) @sai6855
219
- - [material-ui][TextField] Update `react-number-format` demo to use the recommended prop (#44743) @siriwatknp
220
- - [material-ui][TextField] Add size default prop to api docs (#44714) @sai6855
221
- - [material-ui][TextField] Add suffix shrink demo (#44744) @siriwatknp
222
-
223
- ### Core
224
-
225
- - [api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option (#44737) @vladmoroz
226
- - Fix running mocha related scripts on Windows locally (#44664) @ChristopherJamesL
227
- - Update `eslint-plugin-jsx-a11y` (#44701) @ZeeshanTamboli
228
- - Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions (#44703) @JCQuintas
229
- - [examples] Add Theme Mode Switch to Next.js TS example (#43576) @TurtIeSocks
230
-
231
- All contributors of this release in alphabetical order: @ben-pomelo, @ChristopherJamesL, @jacklaurencegaray, @JCQuintas, @sai6855, @siddhantantil39, @siriwatknp, @TurtIeSocks, @vladmoroz, @ZeeshanTamboli
232
-
233
- ## 6.2.0
234
-
235
- <!-- generated comparing v6.1.10..master -->
236
-
237
- _Dec 10, 2024_
238
-
239
- A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
240
-
241
- - Material UI is now compatible with React 19 (#44672) @DiegoAndai
242
- - Fixed incorrect `aria-orientation` for vertical sliders. <kbd>ArrowRight</kbd> now increases the value and <kbd>ArrowLeft</kbd> decreases the value in vertical sliders; they were reversed in prior versions. (#44537) @mj12albert
243
-
244
- ### `@mui/material@6.2.0`
245
-
246
- - [Box] Add missing `component` to `BoxProps` type (#44643) @DiegoAndai
247
- - [Grid] Fix spacing when using css variables (#44663) @DiegoAndai
248
- - [ListItemText] Add `slots` and `slotProps` (#44571) @sai6855
249
-
250
- ### Docs
251
-
252
- - Add Toolpad Core template link (#44415) @bharatkashyap
253
-
254
- ### Core
255
-
256
- - [docs-infra] Allow custom annotations (#44707) @vladmoroz
257
- - [Box] Fix `component` prop test (#44651) @DiegoAndai
258
- - React 19 useRef cleanup (#44704) @DiegoAndai
259
- - Remove obselete lerna options (#44676) @ZeeshanTamboli
260
- - Fix Regular Expression Denial of Service (ReDoS) vulnerabilities (#44627) @SuperMaxine
261
- - Fix number of contributors (#44650) @aarongarciah
262
- - [docs-infra] Add support for data attributes in the API generation (#44709) @mnajdova
263
- - [docs-infra] Fix RTL dark mode (#41803) @alexfauquette
264
- - [Grid] Remove deeply nested imports (#43605) @Janpot
265
-
266
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @DiegoAndai, @Janpot, @mj12albert, @mnajdova, @sai6855, @SuperMaxine, @vladmoroz, @ZeeshanTamboli
267
-
268
- ## 6.1.10
269
-
270
- <!-- generated comparing v6.1.9..master -->
271
-
272
- _Dec 3, 2024_
273
-
274
- A big thanks to the 11 contributors who made this release possible.
275
-
276
- ### `@mui/material@6.1.10`
277
-
278
- - [Avatar] Fix `slotProps.img` not spread to hook (#44536) @siriwatknp
279
- - [FilledInput] Use `slotProps` instead of `componentsProps` (#44552) @siriwatknp
280
- - [Grid2] Fix theme scoping error (#44599) @siriwatknp
281
- - [Grid2] Add container styles from styleOverrides (#44598) @sai6855
282
- - Skip `tonalOffset` from setting color channel (#44585) @siriwatknp
283
- - Remove few more React.ReactElement<any> types (#44290) @sai6855
284
- - [Tabs] Fix `ScrollbarSize` ref being overriden (#44593) @DiegoAndai
285
- - [Select][TextField] Fix screen reader from saying `&ZeroWidthSpace` (#44631) @arishoham
286
-
287
- ### `@mui/system@6.1.10`
288
-
289
- - [ThemeProvider] Optimize `theme` changes when enabling CSS theme variables (#44588) @siriwatknp
290
-
291
- ### Docs
292
-
293
- - Notification for the MUI X v8 alpha zero announcement blog post (#44629) @joserodolfofreitas
294
- - Bump React Router to ^7.0.1 (#44531) @oliviertassinari
295
- - [material-ui] Replace testid with id in migration guide (#44636) @sai6855
296
- - [material-ui][TextField] Update usage of `InputLabelProps` in docs (#44634) @sai6855
297
- - [material-ui][ListItem] Add missing diffs in migration guide (#44638) @sai6855
298
- - [examples] Use Next.js 14 on examples (#44486) @DiegoAndai
299
- - Update links and sidebar nav for Base UI components in Material UI (#44581) @samuelsycamore
300
-
301
- ### Core
302
-
303
- - Remove `getSlotOwnerState` from `useSlot` util (#44403) @ZeeshanTamboli
304
- - Extract useRippleHandler outside of ButtonBase (#44591) @albarv340
305
- - Update eslint config (#44586) @MBilalShafi
306
- - [core-infra] Remove useless fragments (#44516) @oliviertassinari
307
- - [docs-infra] Fix Banner CLS (#44632) @oliviertassinari
308
- - [docs-infra] Change CSS vars generation to be extracted from Enum (#44587) @mnajdova
309
- - [docs-infra] Automatically hide Black Friday banner (#44630) @oliviertassinari
310
- - [docs-infra] Fix TOC RTL padding regression (#44535) @oliviertassinari
311
- - [test-utils] Remove leftover React.ReactElement<any> from describeConformance.tsx (#44639) @sai6855
312
-
313
- All contributors of this release in alphabetical order: @albarv340, @arishoham, @DiegoAndai, @joserodolfofreitas, @MBilalShafi, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
314
-
315
- ## 6.1.9
316
-
317
- <!-- generated comparing v6.1.8..master -->
318
-
319
- _Nov 27, 2024_
320
-
321
- A big thanks to the 8 contributors who made this release possible.
322
-
323
- ### `@mui/material@6.1.9`
324
-
325
- - [Select] Omit `placeholder` from props (#44502) @Juneezee
326
- - [Grid2] Add container class to `Grid2Classes` (#44562) @sai6855
327
-
328
- ### `@mui/system@6.1.9`
329
-
330
- - Add ThemeProvider `noSsr` to prevent double rendering (#44451) @siriwatknp
331
-
332
- ### `@mui/codemod@6.1.9`
333
-
334
- - [codemod] Fix handling of computed `paragraph` props (#44195) @joshkel
335
-
336
- ### `@mui/material-pigment-css@6.1.9`
337
-
338
- - Make @pigment-css/react as peer dependency (#44498) @brijeshb42
339
-
340
- ### Docs
341
-
342
- - [material-ui] Add missing required dependencies in dashboard template README (#44476) @mesqueeb
343
- - [material-ui] Add missing Roboto import to Next.js integration docs (#44462) @StaceyD22
344
- - [material-ui][Dialog] Fix padding in SimpleDialog demo (#44467) @oliviertassinari
345
- - Fix template page issues (#44466) @oliviertassinari
346
- - [examples] Add dark mode example for Material UI + Pigment CSS (#44480) @mnajdova
347
-
348
- ### Core
349
-
350
- - Remove TODO line in the changelog (#44484) @mnajdova
351
- - Polish image display (418e888) @oliviertassinari
352
- - [core-infra] Add no-relative-packages (#44489) @oliviertassinari
353
- - [docs-infra] Support CSS variables API info (#44559) @mnajdova
354
- - [docs-infra] Fix display when ad-block triggers (#44567) @oliviertassinari
355
- - [docs-infra] Improve locator finding using visible option (#44541) @siriwatknp
356
- - [docs-infra] Correctly flatten the pages tree (#44514) @oliviertassinari
357
- - [docs-infra] Fix Sponsor design regression (#44515) @oliviertassinari
358
- - [test] Remove React.ReactElement<any> from describeConformance.tsx (#44318) @sai6855
359
- - [test] Do not enforce the presence of `ownerState.className` in `describeConformance` (#44479) @flaviendelangle
360
-
361
- All contributors of this release in alphabetical order: @brijeshb42, @flaviendelangle, @joshkel, @Juneezee, @mesqueeb, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @StaceyD22
362
-
363
- ## v6.1.8
364
-
365
- <!-- generated comparing v6.1.7..master -->
366
-
367
- _Nov 20, 2024_
368
-
369
- A big thanks to the 10 contributors who made this release possible.
370
-
371
- ### `@mui/material@6.1.8`
372
-
373
- - [Autocomplete] Use `ul` element for the listbox (#44422) @DiegoAndai
374
- - [Grid2] Remove item and zeroMinWidth classes from grid2Classes (#44419) @sai6855
375
- - [StepIcon] Add SvgIconOwnProps type to StepIcon props (#44337) @sai6855
376
- - Add generic back to `useMediaQuery` to prevent a breaking change (#44455) @siriwatknp
377
- - [Tooltip] Deprecate `*Component` and `*Props` for v6 (#44350) @siriwatknp
378
-
379
- ### `@mui/system@6.1.8`
380
-
381
- - Warn when calling `setMode` without configuring `colorSchemeSelector` (#43783) @siriwatknp
382
-
383
- ### `@mui/styled-engine@6.1.8`
384
-
385
- - Add back removed internal function (#44421) @mnajdova
386
-
387
- ### `@mui/utils@6.1.8`
388
-
389
- - Skip deep clone React element (#44400) @siriwatknp
390
- - Add documentation to `useForkRef` (#44410) @JCQuintas
391
-
392
- ### Docs
393
-
394
- - [Accordion] Replace hardcoded classes with constants in demos (#44453) @ZeeshanTamboli
395
- - [material-ui][Autocomplete] Fix virtualization demo (#44382) @DiegoAndai
396
- - Revert #44388 (#44454) @prakhargupta1
397
- - Add App starters in related-projects.md (#44315) @oliviertassinari
398
- - Bring back `*Component` and `*Props` codemods and deprecation messages (#44383) @DiegoAndai
399
- - [docs] Copyedit Templates page (#44461) @samuelsycamore
400
-
401
- ### Core
402
-
403
- - Remove `stylis-plugin-rtl-sc` (#44447) @renovate[bot]
404
- - [test][Autocomplete] Make virtualize regression screenshots deterministic (#44425) @DiegoAndai
405
- - [blog] Fix reference to subdomain on MUI X v8 alpha zero post (#44416) @joserodolfofreitas
406
- - [blog] MUI X v8 alpha zero blog post (#44377) @joserodolfofreitas
407
- - [code-infra] Use vitest-compatible skip in `describeConformance` (#44412) @JCQuintas
408
- - Keep OpenSSF badge up-to-date (aef2bf2) @oliviertassinari
409
- - Polish useForkRef docs (#44424) @oliviertassinari
410
- - [infra] Upgrade Cherry-pick workflow to latest (#44448) @oliviertassinari
411
-
412
- All contributors of this release in alphabetical order: @DiegoAndai, @JCQuintas, @joserodolfofreitas, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, samuelsycamore, @siriwatknp, @ZeeshanTamboli
413
-
414
- ## v6.1.7
415
-
416
- <!-- generated comparing v6.1.6..master -->
417
-
418
- _Nov 13, 2024_
419
-
420
- A big thanks to the 13 contributors who made this release possible.
421
- This release includes fixes as well as documentation improvements.
422
-
423
- ### `@mui/material@6.1.7`
424
-
425
- - Fix default props theme scoping (#44340) @siriwatknp
426
- - Support theme scoping in `useMediaQuery` (#44339) @siriwatknp
427
- - [Grid] Fix regression spacing prop with string value (#44376) @siriwatknp
428
-
429
- ### `@mui/styled-engine-sc@6.1.7`
430
-
431
- - Fix missing `@types/hoist-non-react-statics` causing `styled` returns any (#44397) @megos
432
-
433
- ### Docs
434
-
435
- - Replace 'Experimental APIs - Toolpad' with 'Toolpad (Beta)' (#44388) @prakhargupta1
436
- - Fix Pigment CSS install (#44353) @oliviertassinari
437
- - Fix dashboard menu warning (#44317) @siriwatknp
438
- - Add runtime theme section for Material Pigment CSS (#44137) @siriwatknp
439
- - Add hash to `key` to remove noise from console (#44289) @sai6855
440
- - Revise Example Projects and Related Projects pages (#44191) @samuelsycamore
441
- - [material-ui] Fix typo in typography theme set up for templates (#44338) @navedqb
442
- - [material-ui] Add StackBlitz/CodeSandbox buttons to template cards (#44253) @zanivan
443
- - [material-ui] Fix Sign-in/Sign-up templates layout (#44281) @zanivan
444
- - [material-ui] Remove noise in template (#44260) @oliviertassinari
445
- - [material-ui][Rating] Add uncontrolled example to Basic Rating demo (#44386) @sai6855
446
- - [material-ui][TextField] Replace InputProps with slotProps.input in demo (#44288) @sai6855
447
-
448
- ### Core
449
-
450
- - [blog] Follow media asset guidelines (#44374) @oliviertassinari
451
- - [code-infra] Changes for test util to work in `vitest` (#43625) @JCQuintas
452
- - Remove old marked JS options (#44375) @ZeeshanTamboli
453
- - Fix webpack capitalization (#44352) @oliviertassinari
454
- - Fix Next.js link 404 (710cd95) @oliviertassinari
455
- - Update Gold sponsoring backlinks (#44316) @oliviertassinari
456
- - Fix tools-public.mui.com redirection (9196fa5) @oliviertassinari
457
- - Remove blank AlertTitle test file (#44282) @ZeeshanTamboli
458
- - [docs-infra] Fix ad in RTL (#44345) @oliviertassinari
459
- - [docs-infra] Enforce punctuation on descriptions (#44292) @oliviertassinari
460
- - [docs-infra] Add CodeSandbox and StackBlitz to vale vocab (6db477a) @oliviertassinari
461
- - [docs-infra] Fix correct spelling of VS Code (#44277) @oliviertassinari
462
- - [docs-infra] Add a `rawDescriptions` option (#44390) @vladmoroz
463
- - [examples] Add missing `clsx` dependency (#43526) @Janpot
464
- - [infra] Fix @renovate[bot] appearing in changelog (#44275) @mnajdova
465
-
466
- All contributors of this release in alphabetical order: @Janpot, @JCQuintas, @megos, @mnajdova, @navedqb, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @vladmoroz, @zanivan, @ZeeshanTamboli
467
-
468
- ## v6.1.6
469
-
470
- <!-- generated comparing v6.1.5..master -->
471
-
472
- _Oct 30, 2024_
473
-
474
- A big thanks to the 13 contributors who made this release possible.
475
-
476
- ### `@mui/material@6.1.6`
477
-
478
- - [Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams (#44183) @sai6855
479
- - [Avatar] Fix AvatarGroup spacing (#44208) @aarongarciah
480
- - [AvatarGroup] Fix spacing CSS variable (#44202) @navedqb
481
- - [Divider] Fix CSS specificity order (#44204) @o-alexandrov
482
- - [Slider] Fix value prop type warning (#44131) @joshkel
483
- - Replace `useThemeProps` with `useDefaultProps` (#44193) @siriwatknp
484
-
485
- ### `@mui/material-nextjs@6.1.6`
486
-
487
- - Support Next 15.0.0 (#42428) @nphmuller
488
-
489
- ### `@mui/lab@6.0.0-beta.14`
490
-
491
- - [Tabs] Fix type of TabPanel component (#44207) @blackcow1987
492
-
493
- ### `@mui/codemod@6.1.6`
494
-
495
- - Fix system props default import specifier (#44170) @siriwatknp
496
-
497
- ### `@mui/utils@6.1.6`
498
-
499
- - Bring back useIsFocusVisible (#44256) @aarongarciah
500
- - Bring back getReactNodeRef (#44248) @aarongarciah
501
-
502
- ### Docs
503
-
504
- - [material-ui][Avatar] Add AvatarGroup spacing demo (#44209) @aarongarciah
505
- - Fix a typo in CONTRIBUTING.md (#44200) @prakhargupta1
506
- - Mark the Hidden component as deprecated in the sidenav (#44068) @jimmycallin
507
- - Use () when referencing functions (#44184) @oliviertassinari
508
- - Follow types description convention (#44187) @oliviertassinari
509
-
510
- ### Core
511
-
512
- - Lock file maintenance (#43947)
513
- - Run @mui/icon-material src:icons (#44097) @oliviertassinari
514
- - [test][material-ui] Add tests for Pigment Grid and Stack (#44132) @DiegoAndai
515
- - [test] Distinguish private with public tests API (#44188) @oliviertassinari
516
- - [docs-infra] Add recursively the relative modules in the demos (#44150) @mnajdova
517
-
518
- All contributors of this release in alphabetical order: @aarongarciah, @blackcow1987, @DiegoAndai, @jimmycallin, @joshkel, @mnajdova, @navedqb, @nphmuller, @o-alexandrov, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp
519
-
520
- ## v6.1.5
521
-
522
- <!-- generated comparing v6.1.4..master -->
523
-
524
- _Oct 22, 2024_
525
-
526
- A big thanks to the 9 contributors who made this release possible.
527
-
528
- ### `@mui/material@6.1.5`
529
-
530
- - [Autocomplete] Fix bug with child chip button events propagating to parent (#43982) @snapwich
531
- - [Autocomplete] Fix Autocomplete crashing if ownerState is used in styleOverrides (#43994) @sai6855
532
- - [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
533
- - [Dialog] Add the aria-modal="true" by default (#44118) @mnajdova
534
- - [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
535
- - [pigment-css] Support project without enabling CSS variables (#44171) @siriwatknp
536
- - Make the palette always return new light and dark object (#44059) @siriwatknp
537
-
538
- ### `@mui/system@6.1.5`
539
-
540
- - Add `defaultMode` to `InitColorSchemeScript` (#44139) @siriwatknp
541
-
542
- ### `@mui/codemod@6.1.5`
543
-
544
- - [Grid2] Add removal `zeroMinWidth` prop to codemod (#44178) @sai6855
545
-
546
- ### Docs
547
-
548
- - [material-ui][FormControlLabel] Don't use unintuitive label position on chec… (#44119) @mnajdova
549
- - [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu
550
- - [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari
551
- - [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore
552
- - Add CodeSandbox/StackBlitz to the rest of the templates (#43708) @siriwatknp
553
- - Update Figma link to fix 301 (a7b7d9c) @oliviertassinari
554
- - Link Toolpad from Core repo (#44111) @prakhargupta1
555
- - Remove HighlightedCode max-width (#43731) @Janpot
556
-
557
- ### Core
558
-
559
- - [code-infra] Widen eslint file patterns (#44148) @Janpot
560
- - [code-infra] Fix icon builder tests (#44143) @Janpot
561
- - [code-infra] Fix dependabot vulnerabilities (#44124) @Janpot
562
- - [core] Reference commits in changelog when no PR (#44115) @oliviertassinari
563
- - [examples] Fix Pigment CSS Vite example (#44074) @oliviertassinari
564
- - Fix fast-xml-parser vulnerability (#44121) @Janpot
565
-
566
- All contributors of this release in alphabetical order: @ChinoUkaegbu, @Janpot, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @snapwich
567
-
568
- ## v6.1.4
569
-
570
- <!-- generated comparing v6.1.3..master -->
571
-
572
- _Oct 15, 2024_
573
-
574
- A big thanks to the 9 contributors who made this release possible.
575
-
576
- ### `@mui/material@6.1.4`
577
-
578
- - [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
579
- - [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
580
- - Make the palette always return new light and dark object (#44059) @siriwatknp
581
- - Simplify createPalette (#44075) @oliviertassinari
582
-
583
- ### Docs
584
-
585
- - Improve Toolpad Core docs (#43796) @bharatkashyap
586
- - Tweak Joy UI section in README (#44103) @aarongarciah
587
- - Fix 404 link to Next.js @oliviertassinari
588
- - [toolpad core] In the sidebar, move 'new' label to the components (#44070) @prakhargupta1
589
- - Fix small typo on Grid2 page (#44062) @zanivan
590
- - Clarify suggestions to use `@mui/styles` in v5 migration docs (#44049) @samuelsycamore
591
-
592
- ### Core
593
-
594
- - [code-infra] Link to production app for bundle size (#44076) @oliviertassinari
595
- - [code-infra] Disable cron job for React 17 tests (#44065) @Janpot
596
- - Remove [website] from changelog (#44069) @oliviertassinari
597
- - Apply #44052 to the latest release as well @oliviertassinari
598
- - Fix proptypes generation when multiple components per file (#44058) @Janpot
599
- - Remove <-- from changelog (#44052) @oliviertassinari
600
- - [examples] Avoid git diff when playing with examples @oliviertassinari
601
- - [test] Remove dead code (#44056) @Janpot
602
-
603
- All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan
604
-
605
- ## v6.1.3
606
-
607
- <!-- generated comparing v6.1.2..master -->
608
-
609
- _Oct 9, 2024_
610
-
611
- A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
612
-
613
- - 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk
614
-
615
- ### `@mui/material@6.1.3`
616
-
617
- - Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
618
- - [Badge] Make keys in anchor origin partial (#43950) @sai6855
619
- - [Grid2] Fix column spacing for nested containers (#43733) @Janpot
620
- - [Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
621
- - [Grid2] Add compatible props warning (#43801) @k-rajat19
622
- - [Modal] Fix comment location (#44026) @oliviertassinari
623
- - [OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
624
-
625
- ### `@mui/system@6.1.3`
626
-
627
- - Make createGrid compatible with React 19 types (#44035) @aarongarciah
628
- - Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
629
- - Pre-serialize & cache styles to improve performance (#43412) @romgrk
630
- - [typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
631
-
632
- ### `@mui/utils@6.0.0-beta.11`
633
-
634
- - [utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
635
-
636
- ### `@mui/lab@6.1.3`
637
-
638
- - [lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
639
-
640
- ### Docs
641
-
642
- - Update docs-infra role (#44032) @mnajdova
643
- - Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
644
- - Fix 301 redirections in docs @oliviertassinari
645
- - Fix indentation @oliviertassinari
646
- - Fix Live edit copies (#43835) @oliviertassinari
647
- - Virtualize icons svg (#43939) @Janpot
648
- - [Grid] Fix Grid2 gap description (#43967) @aarongarciah
649
- - [icons] Index search synchronously (#44001) @oliviertassinari
650
- - [material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
651
- - [material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
652
- - [material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
653
- - [examples] Use CSS Variables (#43856) @Juneezee
654
- - [material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
655
-
656
- ### Core
657
-
658
- - Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
659
- - Amend changelog (#43968) @aarongarciah
660
- - Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
661
- - [docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
662
- - [blog] Migrate some .gif to <video> (#43945) @oliviertassinari
663
- - [code-infra] Align `next` dependency specifier across project (#44036) @Janpot
664
- - [code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
665
- - [code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
666
- - [docs-infra] Fix link in header regression (#43834) @oliviertassinari
667
- - [infra] Fix line break in Stack Overflow message @oliviertassinari
668
- - [test] Add missing async (#44028) @oliviertassinari
669
- - [test] Fix Escape event firing event (#43961) @oliviertassinari
670
- - [test] Fix flaky pigment-css screenshot (#43959) @Janpot
671
-
672
- All contributors of this release in alphabetical order: @aarongarciah, @Asin-Junior-Honore, @barrownicholas, @Chee7ah, @effektsvk, @hieunguyenduc696, @Janpot, @Juneezee, @k-rajat19, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @wojtek35, @yonatan0
673
-
674
- ## v6.1.2
675
-
676
- <!-- generated comparing v6.1.1..master -->
677
-
678
- _Oct 2, 2024_
679
-
680
- A big thanks to the 13 contributors who made this release possible.
681
-
682
- ### `@mui/material@6.1.2`
683
-
684
- - [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
685
- - [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
686
- - [Button] Fix regression for color `inherit` (#43862) @siriwatknp
687
- - [LinearProgress] Fix background color (#43949) @sai6855
688
- - Support CSS variables with shadow DOM (#43948) @siriwatknp
689
- - [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
690
- - [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
691
- - [ThemeProvider] Support setting default mode (#43951) @siriwatknp
692
-
693
- ### Docs
694
-
695
- - Update theme toggle demo (#43956) @Janpot
696
- - Add note about minimum required webpack version (#43864) @Janpot
697
- - Format Pigment CSS docs (#43812) @oliviertassinari
698
- - Fix visual bug on dashboard template (#43836) @oliviertassinari
699
- - Fix pigment-css.md syntax error (#43837) @kdichev
700
- - Fix Sign-in template form experience (#43838) @oliviertassinari
701
- - Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore
702
- - Fix 301 to chromium (#43809) @oliviertassinari
703
- - [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore
704
- - [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli
705
- - [Table] Stabilize random series in virtualized table demo (#43744) @Janpot
706
- - [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore
707
-
708
- ### Core
709
-
710
- - [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot
711
- - [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore
712
- - [code-infra] Fix and update bundling fixtures (#43709) @Janpot
713
- - [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot
714
- - [code-infra] Optimize regression tests (#43889) @Janpot
715
- - [code-infra] Remove custom playwright installation steps (#43881) @Janpot
716
- - [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot
717
- - [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot
718
- - Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten
719
- - Uniformity in version range @oliviertassinari
720
- - Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
721
- - [docs-infra] Strengthen CSP (#43711) @oliviertassinari
722
- - [docs-infra] Open CodeSandbox demo with fontsize=12 (#43860) @siriwatknp
723
- - [icons] Reduce Material Icon page size (#43911) @oliviertassinari
724
- - [test] Point Istanbul to correct URL (#43935) @sai6855
725
- - [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
726
- - Improve getReactElementRef() utils (#43022) @sai6855
727
- - [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
728
- - [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
729
- - [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
730
-
731
- All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
732
-
733
- ## v6.1.1
734
-
735
- <!-- generated comparing v6.1.0..master -->
736
-
737
- _Sep 19, 2024_
738
-
739
- A big thanks to the 18 contributors who made this release possible.
740
-
741
- ### `@mui/material@6.1.1`
742
-
743
- - [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai
744
- - [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli
745
- - [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp
746
- - [Modal] Fix event handlers overriding behavior (#43757) @sai6855
747
-
748
- ### `@mui/system@6.1.1`
749
-
750
- - Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp
751
-
752
- ### `@mui/utils@6.1.1`
753
-
754
- - Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49
755
-
756
- ### Docs
757
-
758
- - [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T
759
- - [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855
760
- - [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn
761
- - [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari
762
- - [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah
763
- - [material-ui] Add docs for complementary Table components (#43756) @Juneezee
764
- - [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli
765
- - [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah
766
- - [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218
767
- - [test] Improve demos for better regression screenshots (#43742) @aarongarciah
768
- - Fix minor typo (#42899) @xconverge
769
- - Revert icon search virtualization (#43569) @Janpot
770
- - Fix MUI Treasury Layout broken links (#43752) @oliviertassinari
771
- - Fix 301 link to design asset @oliviertassinari
772
- - Update release schedule table after v6 stable (#43726) @sahil-ag
773
- - Fix bundle size link regression @oliviertassinari
774
-
775
- ### Core
776
-
777
- - [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy
778
- - [core] Fix 301 link to Next.js and git diff @oliviertassinari
779
- - [core] Fix package.json repository rule @oliviertassinari
780
- - [core] Remove redundant window @oliviertassinari
781
- - [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth
782
- - [core] Replace more `indexOf` with `includes` (#43694) @Juneezee
783
- - [core] Remove /.yarn (#43712) @oliviertassinari
784
- - [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow
785
- - [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari
786
- - [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari
787
- - [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii
788
- - [docs-infra] Fix API search link regression (#43662) @oliviertassinari
789
- - [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
790
- - [test] Remove position:relative from regression container (#43743) @aarongarciah
791
- - [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
792
-
793
- All contributors of this release in alphabetical order: @aarongarciah, @binsmyth, @cherniavskii, @DiegoAndai, @Janpot, @Juneezee, @LukasTy, @mnajdova, @morozow, @Nashyn, @oliviertassinari, @sahil-ag, @sai6855, @Sergio16T, @siriwatknp, @xconverge, @yash49, @ZeeshanTamboli
794
-
795
- ## v6.1.0
796
-
797
- <!-- generated comparing v6.0.2..master -->
798
-
799
- _Sep 10, 2024_
800
-
801
- A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:
802
-
803
- - **Minor version changes**: To solve longstanding ESM compatibility issues we added [package exports](https://nodejs.org/api/packages.html#exports) to `@mui/icons-material` (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the `exports` field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
804
- - This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.
805
-
806
- ### `@mui/icons-material@6.1.0`
807
-
808
- - Add exports field to package.json (#43624) @Janpot
809
-
810
- ### `@mui/material@6.1.0`
811
-
812
- - [Autocomplete] Add custom props support via `slotProps` (#43613) @Michael-Hutchinson
813
- - [Dialog] Fix broken scrolling in full screen mode (#43626) @LuseBiswas
814
- - [Grid] Revert wrap deprecation (#42363) (#43459) @DiegoAndai
815
- - Improve color map filter on styles (#43579) @DiegoAndai
816
- - Return styles directly if the selector is `&` when using `applyStyles` (#43633) @siriwatknp
817
- - [types] Make slots partial in `CreateSlotsAndSlotProp`type (#42077) @lhilgert9
818
- - [Radio] Fix disabled state styling regression (#43592) @mnajdova
819
- - Fix wrong import to type (#43584) @mnajdova
820
- - Simplify version prerelease export (#43699) @DiegoAndai
821
-
822
- ### `@mui/system@6.1.0`
823
-
824
- - Use a custom sheet to set prepend for `GlobalStyles` (#43632) @siriwatknp
825
- - Simplify version prerelease export (#43699) @DiegoAndai
826
-
827
- ### Docs
828
-
829
- - [material-ui][Autocomplete] Refactor asynchronous loading demo (#43630) @sai6855
830
- - [material-ui][Autocomplete] Fix GitHubLabel demo input background color (#43599) @sai6855
831
- - [material-ui] Update Next.js font optimization guide (#43196) @siriwatknp
832
- - [material-ui] Fix getting started with CSS variables in theme example (#43658) @Designer023
833
- - [material-ui][system] Edit "How to use components selector API" section to add about direct import (#43377) @IAluI
834
- - [material-ui] Update @mui/material-nextjs import examples to v14 (#43698) @ohmsl
835
- - Fix typo in Divider doc (#43691) @lokendra-reco
836
- - Add Anima section to documentation (#43673) @GoOrit-Anima
837
- - Add Integrations section to design resources page (#43612) @zanivan
838
- - Fix versions URL @oliviertassinari
839
- - Keep showing next under the subdomain @oliviertassinari
840
- - Add Next.js font optimization section to Pigment CSS migration (#43631) @siriwatknp
841
- - Update the Material UI readme post-v6 (#43504) @samuelsycamore
842
- - Bring back v5 release changelogs (#43460) @oliviertassinari
843
- - Fix use of absolute URLs (#43567) @oliviertassinari
844
- - Remove explicit `date-fns` dependency (#40823) @renovate[bot]
845
- - [pigment-css] Add guide for Pigment CSS quickstart (#43395) @alelthomas
846
- - [system] Fix link to createCssVarsProvider (#43661) @oliviertassinari
847
- - Add scrollbar to color picker demo (#43672) @sai6855
848
-
849
- ### Core
850
-
851
- - [blog] Uniformalize version between projects @oliviertassinari
852
- - [blog] Fix page layout shift @oliviertassinari
853
- - [code-infra] Build size snapshots from installed packages (#43452) @Janpot
854
- - [code-infra] Recreate lockfile (#43623) @Janpot
855
- - [code-infra] Make the API docs builder more configurable (#43574) @michaldudak
856
- - [code-infra] Update runners from node 18 to 20 for GHA (#43593) @JCQuintas
857
- - [code-infra] Update runners from node 18 to 20 (#43591) @JCQuintas
858
- - [docs-infra] Fix axe issue scroll-to-top without landmark (#43663) @oliviertassinari
859
- - [docs-infra] Reduce Algolia index size, no need for lvl6 @oliviertassinari
860
- - [docs-infra] Use embed as the default for opening CodeSandbox (#43618) @siriwatknp
861
- - [docs-infra] Fix broken anchor button when header has a link (#43598) @cherniavskii
862
- - [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp
863
- - [examples] Fix CDN live preview demo (#43641) @oliviertassinari
864
- - Add Pigment CSS screenshot test (#43280) @mnajdova
865
-
866
- All contributors of this release in alphabetical order: @alelthomas, @cherniavskii, @Designer023, @DiegoAndai, @GoOrit-Anima, @IAluI, @Janpot, @JCQuintas, @lhilgert9, @lokendra-reco, @LuseBiswas, @Michael-Hutchinson, @michaldudak, @mnajdova, @ohmsl, @oliviertassinari, @renovate[bot], @sai6855, @samuelsycamore, @siriwatknp, @zanivan
867
-
868
- ## v6.0.2
869
-
870
- <!-- generated comparing v6.0.1..master -->
871
-
872
- _Sep 3, 2024_
873
-
874
- A big thanks to the 11 contributors who made this release possible.
875
-
876
- ### `@mui/material@6.0.2`
877
-
878
- - Fix `createTheme()` with just color schemes (#43518) @siriwatknp
879
- - [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
880
- - [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
881
-
882
- ### `@mui/system@6.0.2`
883
-
884
- - [InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
885
- - Fix composeClasses v6 behavior change (#43537) @oliviertassinari
886
-
887
- ### `@mui/codemod@6.0.2`
888
-
889
- - Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
890
-
891
- ### Docs
892
-
893
- - [figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
894
- - [material-ui] Fix template shadow tokens (#43514) @zanivan
895
- - Update version support range (#43565) @oliviertassinari
896
- - Polish Material UI Sync plugin code format @oliviertassinari
897
-
898
- ### Core
899
-
900
- - [blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
901
- - [blog] Makes the v5 name change clearer @oliviertassinari
902
- - [blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
903
- - [code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
904
- - [code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
905
- - [core] Fix CodeQL scan (#43547) @oliviertassinari
906
- - [core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
907
- - [docs-infra] Reduce description max-length (#43562) @oliviertassinari
908
- - [docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
909
- - [docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
910
- - [infra] Fixed workflow file path (#43528) @michelengelen
911
- - [typescript] Fix missing `Theme` generic (#43523) @siriwatknp
912
-
913
- All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
914
-
915
- ## v6.0.1
916
-
917
- <!-- generated comparing v6.0.0..master -->
918
-
919
- _Aug 29, 2024_
920
-
921
- A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
922
-
923
- ### `@mui/material@6.0.1`
924
-
925
- - Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
926
- - [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
927
-
928
- ### Docs
929
-
930
- - [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
931
- - Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
932
- - [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
933
- - [material-ui] Add TemplateFrame to templates (#43406) @zanivan
934
- - [table] Make the data grid blend in (#43489) @oliviertassinari
935
-
936
- ### Core
937
-
938
- - [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
939
- - [blog] Add missing social card to the blog post (#43465) @siriwatknp
940
- - [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
941
- - [code-infra] Fix nextjs build cache (#43467) @JCQuintas
942
- - Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
943
- - Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
944
- - Upgrade babel runtime (#43243) @Janpot
945
- - [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
946
- - [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
947
- - [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
948
- - [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
949
- - [infra] fix workflow path (#43464) @michelengelen
950
-
951
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
952
-
953
- ## 6.0.0
954
-
955
- <!-- generated comparing v6.0.0-rc.0..master -->
956
-
957
- _Aug 27, 2024_
958
-
959
- We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates.
960
-
961
- ### `@mui/material@6.0.0`
962
-
963
- - Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
964
- - [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
965
- - [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
966
-
967
- ### `@mui/lab@6.0.0-beta.8`
968
-
969
- - [button] Add missing customize points for span (#43436) @oliviertassinari
970
-
971
- ### Docs
972
-
973
- - Fix broken links (#43144) @DiegoAndai
974
- - Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
975
- - Update pnpm order, move to second (#42712) @ahmadnadeem6236
976
- - Fix CSS theme variables section (#43439) @siriwatknp
977
- - Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
978
- - Fix licensingModel -> licenseModel @oliviertassinari
979
- - Fix Stack Overflow issue canned response @oliviertassinari
980
- - Avoid referencing MUI Core @oliviertassinari
981
- - Fix description of eslint-plugin-material-ui @oliviertassinari
982
- - [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
983
- - [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
984
- - [material-ui] Refine templates theme selector (#43396) @zanivan
985
-
986
- ### Core
987
-
988
- - Prepare for v6 stable release (#43454) @siriwatknp
989
- - [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
990
- - [blog] Add Material UI v6 stable release (#41932) @siriwatknp
991
- - [ci] Fix the release:changelog cmd (#43451) @mnajdova
992
- - [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
993
- - [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
994
- - [infra] Add closing message workflow (#43450) @michelengelen
995
-
996
- All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
997
-
998
- ## 6.0.0-rc.0
999
-
1000
- <!-- generated comparing v6.0.0-beta.6..next -->
1001
-
1002
- _Aug 22, 2024_
1003
-
1004
- A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
1005
-
1006
- - ⚡ Rendering performance improvements
1007
-
1008
- ### `@mui/material@6.0.0-rc.0`
1009
-
1010
- #### Breaking changes
1011
-
1012
- - [Box] Remove `component` from `BoxOwnProps` (#43384) @DiegoAndai
1013
-
1014
- The `component` prop has been removed from the `BoxOwnProps` as it is already included in the `Box` type.
1015
- This might affect your code if you are using the `styled` function with the `Box` component.
1016
- If this is the case, use a `div` element instead of `Box`:
1017
-
1018
- ```diff
1019
- -const StyledBox = styled(Box)`
1020
- +const StyledDiv = styled('div')`
1021
- color: white;
1022
- `;
1023
- ```
1024
-
1025
- This yields the same end result.
1026
- If this doesn't work for you, you can also cast the `styled` returned value to `typeof Box`:
1027
-
1028
- ```diff
1029
- const StyledBox = styled(Box)`
1030
- color: white;
1031
- -`;
1032
- +` as typeof Box;
1033
- ```
1034
-
1035
- #### Changes
1036
-
1037
- - [ListItem] Remove unnecessary TypeScript test (#43359) @sai6855
1038
- - Skip generating CSS variables for a custom spacing function (#43389) @siriwatknp
1039
- - Revert visual regressions from #42283 (#43364) @ZeeshanTamboli
1040
-
1041
- ### `@mui/codemod@6.0.0-rc.0`
1042
-
1043
- - Add Grid2 to removeSystemProps codemod (#43302) @DiegoAndai
1044
-
1045
- ### Docs
1046
-
1047
- - [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
1048
- - Fix broken link to milestones (#43379) @oliviertassinari
1049
- - Update CSS theme variables related content (#43130) @siriwatknp
1050
- - Fix link to createTheme source (#43332) @oliviertassinari
1051
- - Add cache to avoid unnecessary jsx dynamic import and theme getting (#43139) @Vxee
1052
- - Fix broken link to Next.js docs @oliviertassinari
1053
- - [material-ui] Revamp `Composition` guide (#43266) @ZeeshanTamboli
1054
- - [material-ui][Menu] Replace `PaperProps` with `slotProps.paper` in demos (#43354) @sai6855
1055
-
1056
- ### Core
1057
-
1058
- - [code-infra] Change docs:start script to serve the exports folder (#43375) @Janpot
1059
- - [core] Fix typescript-next CI workflow (#43394) @aarongarciah
1060
- - [core] Run `@mui/system` TypeScript module augmentation tests in CI (#43386) @ZeeshanTamboli
1061
- - [core] Enable manage-package-manager-versions pnpm flag (#43366) @aarongarciah
1062
- - [core] Replace `indexOf` with `includes` (#42883) @k-rajat19
1063
- - [docs-infra] Add GitHub source link to components (#43228) @Jay-Karia
1064
- - [docs-infra] Fix copy shortcut (#43361) @oliviertassinari
1065
- - [perf] Remove theme/styling allocations (#43372) @romgrk
1066
- - [perf] Improve `composeClasses` (#43363) @romgrk
1067
- - [perf] Remove system allocations (#43306) @romgrk
1068
-
1069
- All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @Janpot, @Jay-Karia, @k-rajat19, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Vxee, @ZeeshanTamboli
1070
-
1071
- ## 6.0.0-beta.6
1072
-
1073
- <!-- generated comparing v6.0.0-beta.5..next -->
1074
-
1075
- _Aug 16, 2024_
1076
-
1077
- A big thanks to the 18 contributors who made this release possible.
1078
-
1079
- ### `@mui/material@6.0.0-beta.6`
1080
-
1081
- - [Autocomplete] Improve the `options` prop description (#41591) @pluvio72
1082
- - [Autocomplete] Remove autocomplete warning regarding value not equal to option (#43314) @ZeeshanTamboli
1083
- - [Divider] Add aria-orientation (#43241) @aarongarciah
1084
- - [IconButton] Fix hover background color behavior (#43271) @mnajdova
1085
- - [TypeScript] Refactor types so they're compatible with upcoming React 19 (#43276) @DiegoAndai
1086
- - [Typography] Replace dot notation color value to work with Pigment CSS (#43288) @siriwatknp
1087
- - [pigment-css] Fix `getSelector` prefers-color-scheme to be object (#43237) @siriwatknp
1088
- - Remove `display="block"` usage to work with Pigment CSS (#43307) @siriwatknp
1089
-
1090
- ### `@mui/codemod@6.0.0-beta.6`
1091
-
1092
- - [codemod] Skip sx spread transformation (#43291) @siriwatknp
1093
-
1094
- ### `@mui/styles@6.0.0-beta.6`
1095
-
1096
- - [styles] Fix issues reported by eslint-plugin-react-compiler (#43118) @jlewins
1097
-
1098
- ### Docs
1099
-
1100
- - [material-ui] Audit and copyedit the v6 migration doc (#43073) @samuelsycamore
1101
- - [material-ui] Fix Material Icon search lag and other improvements (#41330) @anle9650
1102
- - [material-ui][Popover] Fix description and title of hover interaction section (#43290) @ZeeshanTamboli
1103
- - [material-ui] Refine and unify custom template themes (#43220) @zanivan
1104
- - [joy-ui] Fix data grid redirection (#43247) @sai6855
1105
- - [mui-system] Add import statement in docs (#43223) @sai6855
1106
- - Update babel config (#43286) @romgrk
1107
- - Fix outdated references to Materal UI version (#43321) @oliviertassinari
1108
- - Polish migration git diff experience @oliviertassinari
1109
- - Update LTS to match format (#43212) @oliviertassinari
1110
- - Fix Pigment CSS migration content (#43217) @siriwatknp
1111
-
1112
- ### Core
1113
-
1114
- - [code-infra] Remove `userEvent` export from `@mui/internal-test-utils` (#43313) @LukasTy
1115
- - [code-infra] Remove unnecessary alias (#43320) @Janpot
1116
- - [code-infra] Fix utils bundle size entrypoint (#43304) @Janpot
1117
- - [core] missing and incorrect scripts (#43209) @Jay-Karia
1118
- - [core] Set Node 14 as minimum version in all browserslist envs (#43326) @aarongarciah
1119
- - [core] Add React 19 as peer dependency (#43216) @aarongarciah
1120
- - [core] Pin `eslint-plugin-jsx-a11y` version to 6.7.1 (#43292) @Janpot
1121
- - [core] Update supported Node.js version to 14 (#43315) @Janpot
1122
- - [core] Use fs instead of fs-extra in script utils (#43234) @DiegoAndai
1123
- - [core] Refactor system theme props (#43120) @romgrk
1124
- - [docs-infra] Fix some TS issues for X docs (#43285) @Janpot
1125
- - [docs-infra] Move API pages to TS (#43199) @alexfauquette
1126
- - [docs-infra] Fix broken sandboxes with relative module imports (#42767) @bharatkashyap
1127
- - [docs-infra] Simplify API sections typing (#43128) @alexfauquette
1128
- - [examples] Fix import (#43316) @aarongarciah
1129
- - [examples] Add material-ui-pigment-css for Next.js and Vite (#43065) @siriwatknp
1130
- - [examples] Replace wrong import with `@mui/material/styles` (#43236) @siriwatknp
1131
- - [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
1132
- - [test] Update `matchMedia` mocks (#43240) @cherniavskii
1133
- - [test] Remove unnecessary ref param (#43282) @aarongarciah
1134
-
1135
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @bharatkashyap, @cherniavskii, @DiegoAndai, @Janpot, @Jay-Karia, @jlewins, @mnajdova, @oliviertassinari, @pluvio72, @renovate[bot], @romgrk, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
1136
-
1137
- ## 6.0.0-beta.5
1138
-
1139
- <!-- generated comparing v6.0.0-beta.4..next -->
1140
-
1141
- _Aug 8, 2024_
1142
-
1143
- A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1144
-
1145
- - Remove some deprecated props from the ListItem component (#41566) @thathva
1146
- - Bumped the minimum supported version of TypeScript (#43116) @mnajdova
1147
-
1148
- ### `@mui/material@6.0.0-beta.5`
1149
-
1150
- #### BREAKING CHANGES
1151
-
1152
- - [material-ui][ListItem] Removing deprecated props (#41566) @thathva
1153
-
1154
- `ListItem`'s props `autoFocus`, `button`, `disabled`, and `selected`, deprecated in v5, have been removed. To replace the `button` prop, use `ListItemButton` instead. The other removed props are available in the `ListItemButton` component as well.
1155
-
1156
- ```diff
1157
- -<ListItem button />
1158
- +<ListItemButton />
1159
- ```
1160
-
1161
- Use this codemod to migrate your project to the `ListItemButton` component:
1162
-
1163
- ```bash
1164
- npx @mui/codemod@next v6.0.0/list-item-button-prop <path/to/folder>
1165
- ```
1166
-
1167
- As the `ListItem` no longer supports these props, the class names related to these props were removed. You should use the `listItemButtonClasses` object instead.
1168
-
1169
- ```diff
1170
- -import { listItemClasses } from '@mui/material/ListItem';
1171
- +import { listItemButtonClasses } from '@mui/material/ListItemButton';
1172
-
1173
- - listItemClasses.button
1174
- + listItemButtonClasses.root
1175
-
1176
- - listItemClasses.focusVisible
1177
- + listItemButtonClasses.focusVisible
1178
-
1179
- - listItemClasses.disabled
1180
- + listItemButtonClasses.disabled
1181
-
1182
- - listItemClasses.selected
1183
- + listItemButtonClasses.selected
1184
- ```
1185
-
1186
- #### Changes
1187
-
1188
- - [material-ui][Autocomplete] Fix default value for multiple mode getting redefined with React 19 (#43189) @DiegoAndai
1189
- - [material-ui] Merge `CssVarsProvider` into `ThemeProvider` (#43115) @siriwatknp
1190
- - [material-ui] Make tests compatible with React 19 (#43155) @DiegoAndai
1191
- - [material-ui] Refine Blog template (#42825) @zanivan
1192
- - [material-ui] Element ref access React 19 compatibility (#43132) @DiegoAndai
1193
- - [material-ui][mui-system] Add support for version runtime checks (#43190) @DiegoAndai
1194
-
1195
- ### `@mui/material-pigment-css@6.0.0-beta.5`
1196
-
1197
- - Reexport Pigment CSS from index file (#43218) @siriwatknp
1198
-
1199
- ### `@mui/codemod@6.0.0-beta.5`
1200
-
1201
- - Fix codemod crash on MuiDivider property (#43125) @Janpot
1202
-
1203
- ### Docs
1204
-
1205
- - Fix resolution of @mui/material-ui in docs (#43108) @Janpot
1206
- - Refine and polish out Templates page (#43131) @zanivan
1207
- - Fix the link test script (#43195) @alexfauquette
1208
- - Fix alpha usage (#43194) @siriwatknp
1209
- - Link Toolpad Core components from Material UI docs (#43036) @prakhargupta1
1210
- - Link Toolpad core docs to the docs menu (#42952) @prakhargupta1
1211
- - Polish migration guide (#43021) @oliviertassinari
1212
- - Fix 404 link to migration pages @oliviertassinari
1213
- - Support inject dynamic theme (#42879) @Vxee
1214
- - Fix 301 @oliviertassinari
1215
- - [blog] Announcing pricing changes Sep 2024 (#43061) @joserodolfofreitas
1216
- - [material-ui][TextField] Remove mentions of `redux-form` from TextField documentation (#43176) @AbdurRahman2004
1217
-
1218
- ### Core
1219
-
1220
- - [code-infra] Fix `@mui/internal-test-utils` `screen` export type (#43150) @LukasTy
1221
- - [code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) @michaldudak
1222
- - [code-infra] Automate canary releases (#43066) @michaldudak
1223
- - [core] Apply top-level eslint rule to docs and fix violations (#43126) @Janpot
1224
- - [core] Patch styled-components to use React.JSX namespace (#43205) @aarongarciah
1225
- - [core] Replace JSX namespace usages with React.JSX (#43204) @aarongarciah
1226
- - [core] Remove `react-router` package from `pigment-css-vite-app` (#43201) @ZeeshanTamboli
1227
- - [core] Remove unnecessary types packages from `@mui/internal-babel-macros` (#43193) @ZeeshanTamboli
1228
- - [docs-infra] Move `ApiPage` to TS (#43149) @alexfauquette
1229
- - [test] Remove unnecessary prop type check in test (#43211) @aarongarciah
1230
- - [test] Make conformance tests work with async render function (#43156) @michaldudak
1231
- - [typescript] Update the minimum supported version (#43116) @mnajdova
1232
-
1233
- All contributors of this release in alphabetical order: @aarongarciah, @AbdurRahman2004, @alexfauquette, @DiegoAndai, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @mnajdova, @oliviertassinari, @prakhargupta1, @samuelsycamore, @siriwatknp, @thathva, @Vxee, @zanivan, @ZeeshanTamboli
1234
-
1235
- ## 6.0.0-beta.4
1236
-
1237
- <!-- generated comparing v6.0.0-beta.3..next -->
1238
-
1239
- _Jul 30, 2024_
1240
-
1241
- A big thanks to the 12 contributors who made this release possible.
1242
-
1243
- ### `@mui/material@6.0.0-beta.4`
1244
-
1245
- - [Accordion] Render a heading wrapping `AccordionSummary` button per W3C Accordion Pattern standards (#42914) @ZeeshanTamboli
1246
- - [Divider] Enable borderStyle enhancement in divider with children (#42715) @anuujj
1247
- - [ImageListItemBar] Deprecate composed classes (#42905) @sai6855
1248
- - Attach selector for default color scheme (#43035) @siriwatknp
1249
- - Stabilize Grid v2 and deprecate Grid v1 (#43054) @DiegoAndai
1250
-
1251
- ### `@mui/system@6.0.0-beta.4`
1252
-
1253
- - Make `createBreakpoints` independent for stringify theme (#43048) @siriwatknp
1254
-
1255
- ### `@mui/utils@6.0.0-beta.4`
1256
-
1257
- - Fix issues reported by the React Compiler (#43051) @markliu2013
1258
-
1259
- ### Docs
1260
-
1261
- - [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43110) @aliharis99
1262
- - [material-ui][Card] Update CardMedia description (#43067) @shahzaibdev1
1263
- - [material-ui] Polish out data table demo (#43072) @zanivan
1264
- - [material-ui][Snackbar] Improve reason type in demos (#43077) @sai6855
1265
- - [pigment-css] Fix syntax in migrating-to-pigment-css guide (#43107) @KevinVandy
1266
- - Fix page description line break @oliviertassinari
1267
-
1268
- ### Core
1269
-
1270
- - Fix event naming convention @oliviertassinari
1271
- - [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
1272
-
1273
- All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
1274
-
1275
- ## 6.0.0-beta.3
1276
-
1277
- <!-- generated comparing v6.0.0-beta.2..next -->
1278
-
1279
- _Jul 24, 2024_
1280
-
1281
- A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1282
-
1283
- - 🚀 New version of the free Dashboard template, now with more components and an improved layout.
1284
-
1285
- ### `@mui/codemod@6.0.0-beta.3`
1286
-
1287
- - Fix Divider props codemod (#42919) @aarongarciah
1288
-
1289
- ### `@mui/material@6.0.0-beta.3`
1290
-
1291
- - Fix Accessing element.ref (#42818) @sai6855
1292
- - Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
1293
- - [Typography] Deprecate `paragraph` prop (#42383) @walston
1294
- - [Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
1295
-
1296
- ### `@mui/material-nextjs@6.0.0-beta.3`
1297
-
1298
- - [material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
1299
- - [material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
1300
-
1301
- ### `@mui/utils@6.0.0-beta.3`
1302
-
1303
- - [utils] Add dependency to @mui/types (#43029) @mnajdova
1304
-
1305
- ### Docs
1306
-
1307
- - [material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
1308
- - [docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
1309
- - [docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
1310
- - [docs] Remove stringify theme import (#43032) @siriwatknp
1311
- - [docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
1312
- - [docs] Fix migration typo (#42976) @mnajdova
1313
- - [material-ui] Add improvements to Dashboard template (#42445) @zanivan
1314
- - [material-ui] Fix broken image links in blog template (#42956) @navedqb
1315
-
1316
- ### Core
1317
-
1318
- - [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
1319
- - [code-infra] Fix pnpm lock file (#43030) @Janpot
1320
- - [code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
1321
- - [code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
1322
- - [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
1323
- - [core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
1324
- - [core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
1325
- - [core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
1326
- - [docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
1327
- - [docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
1328
- - [test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
1329
-
1330
- All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @brijeshb42, @cherniavskii, @DiegoAndai, @Janpot, @jeloagnasin, @LukasTy, @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari, @sai6855, @siriwatknp, @walston, @zanivan, @ZouYouShun
1331
-
1332
- ## 6.0.0-beta.2
1333
-
1334
- <!-- generated comparing v6.0.0-beta.1..next -->
1335
-
1336
- _Jul 16, 2024_
1337
-
1338
- ### `@mui/material@6.0.0-beta.2`
1339
-
1340
- - [material] Add missing dependency (#42961) @mnajdova
1341
-
1342
- ### Docs
1343
-
1344
- - [docs] Move feedback from Canny to GitHub @oliviertassinari
1345
-
1346
- All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
1347
-
1348
- ## 6.0.0-beta.1
1349
-
1350
- <!-- generated comparing v6.0.0-beta.0..next -->
1351
-
1352
- _Jul 16, 2024_
1353
-
1354
- A big thanks to the 6 contributors who made this release possible.
1355
-
1356
- ### `@mui/material@6.0.0-beta.1`
1357
-
1358
- - Remove dependency on @mui/base (#42907) @mnajdova
1359
- - Set material-pigment-css to public (#42912) @siriwatknp
1360
-
1361
- ### `@mui/codemod@6.0.0-beta.1`
1362
-
1363
- - Support sx conditional inside spread element (#42894) @siriwatknp
1364
-
1365
- ### Docs
1366
-
1367
- - Fix 301 link @oliviertassinari
1368
- - [material-ui] Add script to generate template screenshots (#42903) @siriwatknp
1369
-
1370
- ### Core
1371
-
1372
- - [core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
1373
- - [core] Normalize rest / other to match the most common used @oliviertassinari
1374
- - [docs-infra] Move Ads component to TS (#42842) @alexfauquette
1375
- - [docs-infra] Support code tabs overflow (#42913) @arminmeh
1376
-
1377
- All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
1378
-
1379
- ## 6.0.0-beta.0
1380
-
1381
- <!-- generated comparing v6.0.0-alpha.14..next -->
1382
-
1383
- _Jul 11, 2024_
1384
-
1385
- A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
1386
-
1387
- - 🎉 This is the first v6 beta release! A huge thanks to everyone who helped to make this happen! The target date for a stable release is the 28th of July. The next month will be used to polish v6, and ease the migration from v5. You can follow the [v6 stable milestone](https://github.com/mui/material-ui/milestone/42) for more details.
1388
- - 🚀 All planned breaking changes are completed.
1389
-
1390
- ### `@mui/material@v6.0.0-beta.0`
1391
-
1392
- - Revert deprecation warnings for `*Components` and `*Props` for v6 (#42466) @lhilgert9
1393
- - Performance: lazy Ripple (#41061) @romgrk
1394
- - [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42714) @ZeeshanTamboli
1395
- - [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
1396
-
1397
- ### `@mui/material-pigment-css@v6.0.0-beta.0`
1398
-
1399
- - Create a wrapper package over Pigment CSS (#42819) @brijeshb42
1400
-
1401
- ### `@mui/base@5.0.0-beta.53`
1402
-
1403
- - [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
1404
-
1405
- ### Docs
1406
-
1407
- - Replace v6 "alpha" mentions with "beta" (#42895) @DiegoAndai
1408
- - Fix typos (#42862) @omahs
1409
- - Fix issues reported by react compiler in docs folder (#42881) @sai6855
1410
- - Fix 301 @oliviertassinari
1411
- - [LinearProgress] Fix buffer demo (#42858) @mbrookes
1412
- - Adjust site to add Toolpad on the homepage (#38604) @bharatkashyap
1413
-
1414
- ### Core
1415
-
1416
- - Fix imports in `Demo` component (#42857) @LukasTy
1417
- - Use @mui/docs/HighlightedCodeWithTabs in markdown (#42841) @Janpot
1418
- - Simpler pnpm dedupe error message to act on @oliviertassinari
1419
- - Fix split infinitive use in tests @oliviertassinari
1420
- - [lab] Fix issues reported by react-compiler in mui-lab (#42880) @sai6855
1421
-
1422
- All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
1423
-
1424
- ## 6.0.0-alpha.14
1425
-
1426
- <!-- generated comparing v6.0.0-alpha.13..next -->
1427
-
1428
- _Jul 3, 2024_
1429
-
1430
- A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
1431
-
1432
- - ✨ Updated Grid v2 to match PigmentGrid (#42742) @DiegoAndai
1433
-
1434
- ### `@mui/material@v6.0.0-alpha.14`
1435
-
1436
- #### BREAKING CHANGES
1437
-
1438
- - [Grid] Update Grid props to match PigmentGrid (#42742) @DiegoAndai
1439
-
1440
- Use the codemod below to migrate the props:
1441
-
1442
- ```bash
1443
- npx @mui/codemod@next v6.0.0/grid-v2-props /path/to/folder
1444
- ```
1445
-
1446
- #### Changes
1447
-
1448
- - [Alert] Add ability to override slot props (#42787) @alexey-kozlenkov
1449
- - [Dialog] Revert incorrect textAlign style removal (#42778) @DiegoAndai
1450
- - [theme] Support `CssVarsTheme` in `responsiveFontSizes` return type (#42786) @jxdp
1451
-
1452
- ### Docs
1453
-
1454
- - [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
1455
- - [material-ui] Fix issues reported by react-compiler in docs folder (#42830) @sai6855
1456
- - [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
1457
- - [base-ui] Fix wrong description for `UseTabParameters.onChange` (#42749) @ohgree
1458
- - Fix 301 MDN redirections @oliviertassinari
1459
-
1460
- ### Core
1461
-
1462
- - [core] Bump React to 18.3.1 (#42047) @renovate[bot]
1463
- - [core] Revert lint for `useThemeProps` (#42817) @siriwatknp
1464
- - [core] Remove useIsFocusVisible util (#42467) @DiegoAndai
1465
- - [core] Remove react-test-renderer (#42784) @aarongarciah
1466
- - [core][mui-utils] Remove remaining IE11 references (#42777) @DiegoAndai
1467
- - [code-infra] Move `HighlightedCode` test into `@mui/docs` package (#42835) @LukasTy
1468
- - [code-infra] Cleanup `@mui/docs` usage and legacy re-exports (#42833) @LukasTy
1469
- - [docs-infra] Fix React Compiler ESLint issues in website components (#42566) @aarongarciah
1470
- - [docs-infra] Add batch of design polish (#42823) @danilo-leal
1471
- - [test][mui-utils] Remove usages of deprecated react-dom APIs (#42780) @aarongarciah
1472
- - [test][joy-ui][Autocomplete] Fix spread key error in test (#42775) @aarongarciah
1473
-
1474
- All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
1475
-
1476
- ## 6.0.0-alpha.13
1477
-
1478
- <!-- generated comparing v6.0.0-alpha.12..next -->
1479
-
1480
- _Jun 27, 2024_
1481
-
1482
- A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
1483
-
1484
- - 🚀 Added layout components for Pigment CSS integration (#42693) @siriwatknp
1485
-
1486
- ### `@mui/material@6.0.0-alpha.13`
1487
-
1488
- - [Autocomplete] Fix more React 18.3 key spread warnings in demos (#42639) @wbt
1489
- - [Container][Grid][Stack][Hidden] Export Pigment CSS layout components (#42693) @siriwatknp
1490
- - [Text Field] when click password visibility button, text caret position change to very front. (#42595) @appleSimple
1491
- - [Modal] migrate useSlotProps to useSLot (#42150) @sai6855
1492
-
1493
- ### `@mui/styles@6.0.0-alpha.13`
1494
-
1495
- - [withStyles] Expect React defaultProps warning in test (#42752) @aarongarciah
1496
-
1497
- ### Docs
1498
-
1499
- - Fix link in CONTRIBUTING.md (#42755) @Janpot
1500
- - Add documentation on migrating JSS's alternative, array-based syntax to syntax supported by Emotion (#42053) @cjl750
1501
- - Fix type error in virtualized table demo (#42757) @aarongarciah
1502
- - Add first batch of v6 migration (#42242) @siriwatknp
1503
- - Fix quotes on font-family dedeclaration in the Landing Page template theme (#42748) @joetats
1504
-
1505
- ### Core
1506
-
1507
- - [code-infra] Refactor eslint `import/no-cycle` rule (#42705) @LukasTy
1508
- - [core] Target direct version for prerelease (#42768) @siriwatknp
1509
- - [test] Remove enzyme (#42706) @aarongarciah
1510
- - [test] Remove createMount test util (#42703) @aarongarciah
1511
-
1512
- All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
1513
-
1514
- ## 6.0.0-alpha.12
1515
-
1516
- <!-- generated comparing v6.0.0-alpha.11..next -->
1517
-
1518
- _Jun 24, 2024_
1519
-
1520
- A big thanks to the 17 contributors who made this release possible.
1521
-
1522
- ### `@mui/material@6.0.0-alpha.12`
1523
-
1524
- - Add `InitColorSchemeScript` for Next.js App Router (#42247) @siriwatknp
1525
- - [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai
1526
- - [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah
1527
- - Support Pigment CSS for `CssBaseline`, `ScopedCssBaseline` and `Popper` (#42640) @siriwatknp
1528
- - Add `DefaultPropsProvider` for Pigment CSS integration (#42638) @siriwatknp
1529
- - [Stepper] Generate class for nonLinear prop (#42620) @alexismo
1530
- - [Tab] Fix failing test (#42686) @aarongarciah
1531
- - [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855
1532
- - [TableSortLabel] Deprecate composed classes (#42281) @sai6855
1533
- - [usePagination] Update pagination `siblingsEnd` calculation logic (#42667) @Mini-ghost
1534
-
1535
- ### `@mui/codemod@6.0.0-alpha.12`
1536
-
1537
- - Support dynamic props styled transformation (#42683) @siriwatknp
1538
-
1539
- ### `@mui/system@6.0.0-alpha.12`
1540
-
1541
- - Fix issues reported by react compiler in `mui-system` package (#42637) @sai6855
1542
- - [useMediaQuery] Remove deprecated types (#42560) @aarongarciah
1543
-
1544
- ### `@mui/joy@5.0.0-beta.45`
1545
-
1546
- - Fix issues reported by the React Compiler (#42671) @anuujj
1547
- - [Autocomplete] Fix React spread key warning (#42741) @aarongarciah
1548
-
1549
- ### `@mui/lab@6.0.0-alpha.12`
1550
-
1551
- - [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen
1552
-
1553
- ### Docs
1554
-
1555
- - Fix git diff format in migration to v6 (#42711) @oliviertassinari
1556
- - Use new email for sponsoring @oliviertassinari
1557
- - Fix 301 links (#42697) @alexfauquette
1558
- - Normalize the capitalization of Design Kit @oliviertassinari
1559
- - Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah
1560
- - [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (#42648) @Danielkhakbaz
1561
-
1562
- ### Core
1563
-
1564
- - [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot
1565
- - [code-infra] Fix benchmark package (#42553) @Janpot
1566
- - [core] Replace enzyme in describeConformance (#42447) @DiegoAndai
1567
- - [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari
1568
- - [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari
1569
- - [docs-infra] Add stray design polish (#42646) @danilo-leal
1570
- - [docs-infra] Fix wrong migration (#42675) @siriwatknp
1571
- - [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal
1572
- - [docs-infra] Revamp the product switcher design (#42603) @danilo-leal
1573
- - [docs-infra] Allow Link component to receive the `role` attribute (#42629) @danilo-leal
1574
- - [infra] Add support donation button (#42499) @oliviertassinari
1575
- - [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
1576
- - [test] Fix tests on CI (#42670) @michaldudak
1577
- - [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
1578
-
1579
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
1580
-
1581
- ## 6.0.0-alpha.11
1582
-
1583
- <!-- generated comparing v6.0.0-alpha.10..next -->
1584
-
1585
- _Jun 11, 2024_
1586
-
1587
- A big thanks to the 18 contributors who made this release possible.
1588
-
1589
- ### `@mui/material@6.0.0-alpha.11`
1590
-
1591
- - [Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
1592
- - [Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
1593
- - [Grid] Fix support for CSS variables (#42574) @oliviertassinari
1594
- - [InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
1595
- - Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
1596
- - Integrate `extendSxProp` adapter (#42543) @siriwatknp
1597
- - [Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
1598
- - [pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
1599
-
1600
- ### `@mui/system@6.0.0-alpha.11`
1601
-
1602
- - [Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
1603
- - [useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
1604
-
1605
- ### `@mui/utils@6.0.0-alpha.11`
1606
-
1607
- - Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
1608
-
1609
- ### `@mui/codemod@6.0.0-alpha.11`
1610
-
1611
- - Improve styled and sx prop transformation (#42598) @siriwatknp
1612
- - Support more cases for sx-prop transformation (#42527) @siriwatknp
1613
-
1614
- ### `@mui/private-theming@6.0.0-alpha.11`
1615
-
1616
- - Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
1617
-
1618
- ### Docs
1619
-
1620
- - Add `theme.applyStyles()` and migrate docs (#42498) @siriwatknp
1621
- - Fix dashboard template console error (#42594) @oliviertassinari
1622
- - Migrate system props to `sx` prop (#42475) @siriwatknp
1623
- - [material-ui]Fix duplicated sentence (#42521) @alexfauquette
1624
- - [Grid] Fix docs spacing (#42573) @oliviertassinari
1625
- - [joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
1626
- - [joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
1627
- - [material-ui] Add docs for complementary stepper components (#41900) @anle9650
1628
- - [material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
1629
- - [material-ui] Add container queries docs (#42434) @siriwatknp
1630
- - [material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
1631
- - [material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
1632
- - [material-ui] Add a Refine example project (#42461) @necatiozmen
1633
-
1634
- ### Core
1635
-
1636
- - [core] Allow `for..of` loops (#42600) @michaldudak
1637
- - [core] Add comment about Object.js @oliviertassinari
1638
- - [core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
1639
- - [core] Group Pigment CSS dependencies (#42174) @siriwatknp
1640
- - [core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
1641
- - [core] Skip charts animation for visual regression test (#42530) @alexfauquette
1642
- - [docs-infra] Simplify click header (#42593) @oliviertassinari
1643
- - [docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
1644
- - [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1645
- - [docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
1646
- - [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1647
- - [examples] Remove Pigment CSS examples (#42471) @sai6855
1648
- - [test] Restore pnpm tc command (#42572) @oliviertassinari
1649
- - [test] Restore testing internal packages (#42519) @michaldudak
1650
-
1651
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
1652
-
1653
- ## 6.0.0-alpha.10
1654
-
1655
- <!-- generated comparing v6.0.0-alpha.9..next -->
1656
-
1657
- _Jun 4, 2024_
1658
-
1659
- A big thanks to the 7 contributors who made this release possible.
1660
-
1661
- ### `@mui/material@6.0.0-alpha.10`
1662
-
1663
- - [Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
1664
- - [Collapse] Bound max transition time (#42390) @oliviertassinari
1665
- - [FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
1666
- - [InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
1667
- - Remove remaining IE11 code (#42283) @DiegoAndai
1668
- - [Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
1669
- - [Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
1670
- - [useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
1671
-
1672
- ### `@mui/system@6.0.0-alpha.10`
1673
-
1674
- - Remove IE11 code (#42436) @DiegoAndai
1675
-
1676
- ### Docs
1677
-
1678
- - Reflect Base UI and MUI System in a different repository @oliviertassinari
1679
- - Update twitter.com to x.com @oliviertassinari
1680
- - Simplify Example projects page @oliviertassinari
1681
- - [icons] Update README and docs page (#41938) @danilo-leal
1682
- - [material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
1683
- - [material-ui] Fix sentence in the All components page (#42336) @danilo-leal
1684
- - [material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
1685
- - [system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
1686
-
1687
- ### Core
1688
-
1689
- - [docs-infra] Update the OG card image design (#42470) @danilo-leal
1690
- - [docs-infra] Add small design polish (#42455) @danilo-leal
1691
- - [docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
1692
-
1693
- All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
1694
-
1695
- ## 6.0.0-alpha.9
1696
-
1697
- <!-- generated comparing v6.0.0-alpha.8..next -->
1698
-
1699
- _May 29, 2024_
1700
-
1701
- A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
1702
-
1703
- - 🚀 `CssVarsProvider` and `extendTheme` are now stable (#42246) @siriwatknp
1704
-
1705
- ### `@mui/material@6.0.0-alpha.9`
1706
-
1707
- - [AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
1708
- - [AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
1709
- - [Grid] Deprecate `wrap` prop (#42363) @fedirjh
1710
- - [ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
1711
- - [ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
1712
- - [ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
1713
- - Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
1714
- - [Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
1715
- - [responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
1716
- - [Slider] Fix wrong CSS value (#42370) @mnajdova
1717
- - [Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
1718
-
1719
- ### `@mui/system@6.0.0-alpha.9`
1720
-
1721
- - [createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
1722
-
1723
- ### `@mui/codemod@6.0.0-alpha.9`
1724
-
1725
- - Add `sx` prop for v6 migration (#42153) @siriwatknp
1726
- - Add codemod for removing system props (#42282) @siriwatknp
1727
-
1728
- ### Docs
1729
-
1730
- - Remove unused images (#42324) @danilo-leal
1731
- - Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
1732
- - [joy-ui] Fix template responsiveness (#42422) @j4marcos
1733
- - [material-ui] Add the Pashto locale (#42244) @sayoubiaf
1734
- - [material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
1735
- - [material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
1736
- - [material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
1737
- - [material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
1738
- - [pigment-css] Polish redirection mention @oliviertassinari
1739
-
1740
- ### Core
1741
-
1742
- - [blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
1743
- - [blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
1744
- - [code-infra] Simplify .stylelintrc.js @oliviertassinari
1745
- - [code-infra] Fix stylelint locally (#42411) @oliviertassinari
1746
- - [code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
1747
- - [code-infra] Create examples eslint rule (#42170) @oliviertassinari
1748
- - [core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
1749
- - [core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
1750
- - [core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
1751
- - [core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
1752
- - [core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
1753
- - [docs-infra] Split feedback channels per product (#42413) @alexfauquette
1754
- - [docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
1755
- - [docs-infra] Make menu styles consistent (#42387) @danilo-leal
1756
- - [docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
1757
- - [docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
1758
- - [docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
1759
- - [docs-infra] Tigthen up the header design (#42180) @danilo-leal
1760
- - [docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
1761
- - [docs-infra] Allow JSDoc tags (#42337) @aarongarciah
1762
- - [test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
1763
- - [utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
1764
-
1765
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @apedroferreira, @brijeshb42, @cherniavskii, @ChronicusUA, @danilo-leal, @DiegoAndai, @fedirjh, @j4marcos, @Janpot, @KenanYusuf, @lhilgert9, @lucasgmelo, @MatheusEli, @mihilt, @mnajdova, @nikitaa24, @oliviertassinari, @sayoubiaf, @siriwatknp, @tjcouch-sil, @ZeeshanTamboli
1766
-
1767
- ## 6.0.0-alpha.8
1768
-
1769
- <!-- generated comparing v6.0.0-alpha.7..next -->
1770
-
1771
- _May 21, 2024_
1772
-
1773
- A big thanks to the 7 contributors who made this release possible.
1774
- This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1775
-
1776
- ### `@mui/material@6.0.0-alpha.7`
1777
-
1778
- - [material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
1779
- - [material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
1780
- - [material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
1781
-
1782
- ### Docs
1783
-
1784
- - [docs] Remove Base UI from the README (#42307) @danilo-leal
1785
- - [docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
1786
- - [docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
1787
- - [docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
1788
-
1789
- ### Core
1790
-
1791
- - [blog] Update blog post OG image (#42270) @danilo-leal
1792
- - [blog] Update Pigment CSS post (#42266) @danilo-leal
1793
- - [docs] Remove LocalMonero (#42224) @oliviertassinari
1794
- - [docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
1795
- - [code-infra] Remove raw-loader (#42275) @Janpot
1796
- - [core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
1797
- - [core] Fix a few more key spread issues (#42168) @oliviertassinari
1798
-
1799
- All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
1800
-
1801
- ## 6.0.0-alpha.7
1802
-
1803
- <!-- generated comparing v6.0.0-alpha.6..next -->
1804
-
1805
- _May 16, 2024_
1806
-
1807
- A big thanks to the 14 contributors who made this release possible.
1808
-
1809
- ### `@mui/material@6.0.0-alpha.7`
1810
-
1811
- - [Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
1812
- - [Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
1813
- - [Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
1814
- - [CircularProgress] Deprecate composed classes (#42076) @sai6855
1815
- - [ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
1816
-
1817
- ### `@mui/codemod@6.0.0-alpha.6`
1818
-
1819
- - [Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
1820
-
1821
- ### Docs
1822
-
1823
- - Fix 301 to Figma @oliviertassinari
1824
- - Fix use of deprecated React API (#42118) @oliviertassinari
1825
- - Remove the Base notification (#42191) @danilo-leal
1826
- - [material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
1827
- - [material-ui] Fix typo in composition docs (#42195) @aarongarciah
1828
-
1829
- ### Core
1830
-
1831
- - [blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
1832
- - [core] Remove confusing comment @oliviertassinari
1833
- - [core] Match other repositories and convention @oliviertassinari
1834
- - [core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
1835
- - [core] Remove unecessary quotes @oliviertassinari
1836
- - [docs-infra] Share code for section title (#42236) @alexfauquette
1837
- - [docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
1838
- - [docs-infra] Make select components with two capital letters (#42004) @alexfauquette
1839
- - [docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
1840
-
1841
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
1842
-
1843
- ## 6.0.0-alpha.6
1844
-
1845
- <!-- generated comparing v6.0.0-alpha.5..next -->
1846
-
1847
- _May 8, 2024_
1848
-
1849
- A big thanks to the 10 contributors who made this release possible.
1850
-
1851
- ### `@mui/material@6.0.0-alpha.6`
1852
-
1853
- - [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
1854
- - Migrate components to support CSS extraction (#42001) @siriwatknp
1855
- - [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
1856
-
1857
- ### `@mui/codemod@6.0.0-alpha.6`
1858
-
1859
- - Add `theme-v6` migration (#42056) @siriwatknp
1860
-
1861
- ### `@mui/icons-material@6.0.0-alpha.6`
1862
-
1863
- - Add the Emergency icon (#42080) @danilo-leal
1864
-
1865
- ### Docs
1866
-
1867
- - [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
1868
- - Fix SEO redirection issues @oliviertassinari
1869
- - [material-ui] Fix broken link (#42142) @aarongarciah
1870
- - [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
1871
-
1872
- ### Core
1873
-
1874
- - [blog] Shorten title to fit @oliviertassinari
1875
- - [blog] Update Sync post OG image (#42114) @danilo-leal
1876
- - [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
1877
- - [code-infra] Add canary release scripts (#41949) @michaldudak
1878
- - [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
1879
- - [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
1880
- - [core] Restrict import path with ESLint (#41970) @oliviertassinari
1881
- - [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
1882
- - [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
1883
-
1884
- All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
1885
-
1886
- ## 6.0.0-alpha.5
1887
-
1888
- <!-- generated comparing v6.0.0-alpha.4..next -->
1889
-
1890
- _May 1, 2024_
1891
-
1892
- A big thanks to the 9 contributors who made this release possible.
1893
-
1894
- ### `@mui/material@6.0.0-alpha.5`
1895
-
1896
- - [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
1897
- - [PaginationItem] Deprecate components prop (#41777) @sai6855
1898
- - [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
1899
-
1900
- ### `@mui/base@5.0.0-beta.43`
1901
-
1902
- - [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
1903
-
1904
- ### Docs
1905
-
1906
- - Fix small SEO issues @oliviertassinari
1907
- - [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
1908
- - [material-ui] Update Figma plugin name (#41967) @danilo-leal
1909
- - [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
1910
- - [system] Update typo on the sx prop page (#42035) @bricker
1911
-
1912
- ### Core
1913
-
1914
- - [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
1915
- - [docs-infra] Simplify docs demo (#42016) @oliviertassinari
1916
- - [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
1917
-
1918
- All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
1919
-
1920
- ## 6.0.0-alpha.4
1921
-
1922
- <!-- generated comparing v6.0.0-alpha.3..next -->
1923
-
1924
- _Apr 24, 2024_
1925
-
1926
- A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1927
-
1928
- - 🔥 Converted 3 more Material UI components to use Pigment CSS.
1929
- - ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
1930
-
1931
- ### `@mui/material@6.0.0-alpha.4`
1932
-
1933
- - [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
1934
- - [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
1935
- - [Radio] Convert to support CSS extraction (#41840) @lhilgert9
1936
- - [Typography] Fix ownerState prop placement (#41903) @sai6855
1937
- - Generate typography tokens (#41703) @siriwatknp
1938
- - Move typography CSS variables to `font` (#42003) @siriwatknp
1939
- - Fix getOverlayAlpha type (#41995) @oliviertassinari
1940
- - Support CSS Extraction using codemod (#41935) @siriwatknp
1941
-
1942
- ### `@mui/icons-material@6.0.0-alpha.4`
1943
-
1944
- - [icons] Update the icons package (#41937) @danilo-leal
1945
-
1946
- ### Docs
1947
-
1948
- - [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
1949
- - [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
1950
- - [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
1951
- - [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
1952
- - Fix 301 Toolpad links @oliviertassinari
1953
- - Fix 301 image redirections @oliviertassinari
1954
-
1955
- ### Core
1956
-
1957
- - pnpm docs:zipRules && vale sync @oliviertassinari
1958
- - Remove @pigment-css/\* packages (#41965) @mnajdova
1959
- - [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
1960
- - [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
1961
- - [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
1962
- - [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
1963
- - [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
1964
- - [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
1965
- - [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
1966
- - [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
1967
- - [docs-infra] Add demo container design refinements (#41948) @danilo-leal
1968
- - [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
1969
- - [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
1970
-
1971
- All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
1972
-
1973
- ## 6.0.0-alpha.3
1974
-
1975
- <!-- generated comparing v6.0.0-alpha.2..next -->
1976
-
1977
- _Apr 17, 2024_
1978
-
1979
- A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
1980
-
1981
- - 🔥 Converted 5 more Material UI components to use Pigment CSS.
1982
- - 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
1983
-
1984
- ### `@mui/material@6.0.0-alpha.3`
1985
-
1986
- - Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
1987
- - [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
1988
- - [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
1989
- - Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
1990
- - [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
1991
- - [StepConnector] deprecate composed classes (#41740) @sai6855
1992
- - [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
1993
- - [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
1994
- - [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
1995
- - [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
1996
-
1997
- ### `@mui/system@6.0.0-alpha.3`
1998
-
1999
- - Add container queries utility (#41674) @siriwatknp
2000
-
2001
- ### `@mui/codemod@6.0.0-alpha.3`
2002
-
2003
- - Add styled v6 transformation (#41743) @siriwatknp
2004
-
2005
- ### `@mui/joy@5.0.0-beta.36`
2006
-
2007
- - [Button] Disable text highlighting (#41902) @mithun522
2008
-
2009
- ### `@pigment-css/react@0.0.7`
2010
-
2011
- - Patch WyW's WeakRef usage (#41909) @DiegoAndai
2012
- - Implement sx transform for system components (#41861) @brijeshb42
2013
-
2014
- ### Docs
2015
-
2016
- - [material-ui] Add Connect-related content (#40848) @danilo-leal
2017
- - [material-ui] Fix credit comment typo (#41872) @aarongarciah
2018
- - [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
2019
- - [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
2020
- - [material-ui] Simplify components styling on templates (#41845) @zanivan
2021
- - [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
2022
- - [material-ui] Fix import statement in migration guide (#41852) @sai6855
2023
- - Fix 301 redirection @oliviertassinari
2024
- - Fix format git diff regression (#41882) @oliviertassinari
2025
- - Fix small SEO issues @oliviertassinari
2026
- - [pigment-css] Fix README typos (#41870) @MohammadShehadeh
2027
-
2028
- ### Core
2029
-
2030
- - Begin removing IE 11-related code (#41709) @iammminzzy
2031
- - [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
2032
- - [code-infra] Fix require.context with aliases (#41682) @Janpot
2033
- - [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
2034
- - [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
2035
- - Replace bundle size reporter filter (#38979) @Janpot
2036
- - [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
2037
- - [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
2038
- - [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
2039
- - [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
2040
- - [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
2041
- - [docs-infra] Fix markdown version for material (#41908) @alexfauquette
2042
- - [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
2043
-
2044
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
2045
-
2046
- ## 6.0.0-alpha.2
2047
-
2048
- <!-- generated comparing v6.0.0-alpha.1..next -->
2049
-
2050
- _Apr 9, 2024_
2051
-
2052
- A big thanks to the 5 contributors who made this release possible.
2053
- This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
2054
-
2055
- ### `@mui/material@6.0.0-alpha.2`
2056
-
2057
- - [typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
2058
- - [l10n] Fix typo in is-IS locale (#41810) @magnimarels
2059
-
2060
- ### `@pigment-css/react@0.0.6`
2061
-
2062
- - [core] Remove `muiName` during eval phase (#41811) @brijeshb42
2063
-
2064
- ### `@pigment-css/nextjs-plugin@0.0.6`
2065
-
2066
- - [nextjs] Handle file references passed through imports (#41817) @brijeshb42
2067
- - [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
2068
-
2069
- ### Docs
2070
-
2071
- - [docs] Fix 301 links @oliviertassinari
2072
- - [pigment-css][docs] Fix README typo (#41808) @aarongarciah
2073
- - [pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
2074
- - [material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
2075
- - [material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
2076
-
2077
- ### Core
2078
-
2079
- - [core] Remove unused files (#41818) @mnajdova
2080
- - [docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
2081
- - [docs-infra] Fix drawer performances (#41807) @alexfauquette
2082
-
2083
- All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
2084
-
2085
- ## 6.0.0-alpha.1
2086
-
2087
- <!-- generated comparing v6.0.0-alpha.0..next -->
2088
-
2089
- _Apr 5, 2024_
2090
-
2091
- A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
2092
-
2093
- - 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
2094
- - 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
2095
- - 💫 Added 3 redesigned free Material UI templates: [Sign-in](https://next.mui.com/material-ui/getting-started/templates/sign-in/), [Sign-in side](https://next.mui.com/material-ui/getting-started/templates/sign-in-side/), and [Sign-up](https://next.mui.com/material-ui/getting-started/templates/sign-up/).
2096
-
2097
- ### `@mui/material@6.0.0-alpha.1`
2098
-
2099
- - [AppBar] Convert to support CSS extraction (#41247) @mnajdova
2100
- - [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
2101
- - [Button] Convert to support CSS extraction (#41378) @siriwatknp
2102
- - [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
2103
- - [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
2104
- - [Slider] Move palette styles to the bottom (#41676) @siriwatknp
2105
- - Add the `spacing` theme token (#40224) @siriwatknp
2106
-
2107
- ### `@mui/system@6.0.0-alpha.1`
2108
-
2109
- - Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
2110
-
2111
- ### `@mui/codemod@6.0.0-alpha.1`
2112
-
2113
- - [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
2114
-
2115
- ### `@mui/lab@6.0.0-alpha.1`
2116
-
2117
- - [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
2118
-
2119
- ### `@mui/joy@5.0.0-beta.34`
2120
-
2121
- - Add `spacing` theme token (#40224) @siriwatknp
2122
-
2123
- ### `@pigment-css/react@0.0.5`
2124
-
2125
- - Improve sx prop support (#41589) @brijeshb42
2126
- - Fix Emotion styled error (#41699) @siriwatknp
2127
- - Fix propTypes removal during eval stage (#41695) @brijeshb42
2128
- - Fix props forwarding (#41688) @siriwatknp
2129
- - Fix sx prop transformation on Box (#41705) @brijeshb42
2130
-
2131
- ### `@pigment-css/vite-plugin@0.0.5`
2132
-
2133
- - Use constant filename for pigment styles (#41667) @brijeshb42
2134
-
2135
- ### `@pigment-css/nextjs-plugin@0.0.5`
2136
-
2137
- - Add missing RTL implementation (#41751) @brijeshb42
2138
-
2139
- ### Docs
2140
-
2141
- - [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
2142
- - [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
2143
- - Continue migration of Base UI to sperate repository @oliviertassinari
2144
- - Stick to one way to write IE 11 @oliviertassinari
2145
- - Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
2146
- - Drop IE 11 official support (#41611) @iammminzzy
2147
- - [material-ui] Fix typo on the Accordion page (#41687) @connorshea
2148
- - [pigment-css] Add small edits on the README (#41646) @danilo-leal
2149
- - [pigment-css] Edit the example app's README files (#41639) @danilo-leal
2150
-
2151
- ### Core
2152
-
2153
- - [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
2154
- - [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
2155
- - [core] Update the prettier script to use the next branch (#41637) @mnajdova
2156
- - [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
2157
- - [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
2158
- - [docs-infra] Allows to remove edit button (#41702) @alexfauquette
2159
- - [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
2160
- - [examples] Update MUI's packages to the next version (#41701) @mnajdova
2161
- - [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
2162
- - [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
2163
- - [blog] Refresh the design slightly (#41697) @danilo-leal
2164
-
2165
- All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli
2166
-
2167
- ## 6.0.0-alpha.0
2168
-
2169
- <!-- generated comparing v5.15.14..next -->
2170
-
2171
- _Mar 26, 2024_
2172
-
2173
- A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2174
-
2175
- - 🔥 Converted 10+ Material UI components to support static CSS extraction
2176
- - ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
2177
-
2178
- ### `@mui/material@6.0.0-alpha.0`
2179
-
2180
- - [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
2181
- - [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
2182
- - [Backdrop] Convert to support CSS extraction (#41581) @aacevski
2183
- - [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
2184
- - [Card] Convert to support CSS extraction (#41580) @aacevski
2185
- - [Divider] Convert to support CSS extraction (#41366) @sai6855
2186
- - [FormControl] Convert to support CSS extraction (#41613) @aacevski
2187
- - [FormGroup] Convert to support CSS extraction (#41614) @aacevski
2188
- - [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
2189
- - [Modal] Support CSS extraction (#41483) @sai6855
2190
- - [Popover] Convert to support CSS extraction (#41564) @aacevski
2191
- - [Stepper] Convert to support CSS extraction (#41546) @aacevski
2192
- - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
2193
- - [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
2194
- - [ButtonGroup] Deprecate composed classes (#41259) @sai6855
2195
- - [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
2196
- - [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
2197
-
2198
- ### `@pigment-css/react@0.0.4`
2199
-
2200
- - Fix evaluation of undefined variables (#41569) @siriwatknp
2201
- - Fix react-modal demos location (#41560) @sai6855
2202
- - [react] RTL Support (#41570) @brijeshb42
2203
-
2204
- ### `@mui/system@6.0.0-alpha.0`
2205
-
2206
- - [core] Standardize index pattern (#41574) @DiegoAndai
2207
- - Fix typo to avoid infinite recursion in function call (#41616) @michael-land
2208
- - Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
2209
-
2210
- ### Docs
2211
-
2212
- - [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
2213
- - [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
2214
- - [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
2215
- - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
2216
- - [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
2217
-
2218
- ### Core
2219
-
2220
- - [blog] Update the callout (#41645) @cherniavskii
2221
- - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
2222
- - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
2223
- - [blog] Add post about remote (#41565) @danilo-leal
2224
- - [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
2225
- - [core] Fix failing CI steps (#41636) @mnajdova
2226
- - [core] Update browser support versions (#41568) @siriwatknp
2227
- - [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
2228
- - [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
2229
- - [core] Init the next branch (#41552) @mnajdova
2230
- - [core] Lower the frequency of no-response action runs (#41553) @michaldudak
2231
- - [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
2232
- - [core] Run pnpm dedupe (#41658) @michaldudak
2233
- - [core] Fix dedupe check (#41657) @Janpot
2234
- - [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
2235
- - [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
2236
- - [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
2237
- - [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
2238
- - [docs] Update the installation guides to use the next tag (#41558) @mnajdova
2239
- - [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
2240
- - [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
2241
-
2242
- All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
43
+ All contributors of this release in alphabetical order: @DiegoAndai, @good-jinu, @harry-whorlow, @Janpot, @joshkel, @mj12albert, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
2243
44
 
2244
45
  ## Older versions
2245
46
 
2246
- Changes before 6.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).
47
+ Changes before 7.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).