@mui/icons-material 6.1.3 → 6.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +371 -350
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,90 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.1.5
4
+
5
+ <!-- generated comparing v6.1.4..master -->
6
+
7
+ _Oct 22, 2024_
8
+
9
+ A big thanks to the 9 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.1.5`
12
+
13
+ - [Autocomplete] Fix bug with child chip button events propagating to parent (#43982) @snapwich
14
+ - [Autocomplete] Fix Autocomplete crashing if ownerState is used in styleOverrides (#43994) @sai6855
15
+ - [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
16
+ - [Dialog] Add the aria-modal="true" by default (#44118) @mnajdova
17
+ - [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
18
+ - [pigment-css] Support project without enabling CSS variables (#44171) @siriwatknp
19
+ - Make the palette always return new light and dark object (#44059) @siriwatknp
20
+
21
+ ### `@mui/system@6.1.5`
22
+
23
+ - Add `defaultMode` to `InitColorSchemeScript` (#44139) @siriwatknp
24
+
25
+ ### `@mui/codemod@6.1.5`
26
+
27
+ - [Grid2] Add removal `zeroMinWidth` prop to codemod (#44178) @sai6855
28
+
29
+ ### Docs
30
+
31
+ - [material-ui][FormControlLabel] Don't use unintuitive label position on chec… (#44119) @mnajdova
32
+ - [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu
33
+ - [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari
34
+ - [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore
35
+ - Add CodeSandbox/Stackblitz to the rest of the templates (#43708) @siriwatknp
36
+ - Update Figma link to fix 301 (a7b7d9c) @oliviertassinari
37
+ - Link Toolpad from Core repo (#44111) @prakhargupta1
38
+ - Remove HighlightedCode max-width (#43731) @Janpot
39
+
40
+ ### Core
41
+
42
+ - [code-infra] Widen eslint file patterns (#44148) @Janpot
43
+ - [code-infra] Fix icon builder tests (#44143) @Janpot
44
+ - [code-infra] Fix dependabot vulnerabilities (#44124) @Janpot
45
+ - [core] Reference commits in changelog when no PR (#44115) @oliviertassinari
46
+ - [examples] Fix Pigment CSS Vite example (#44074) @oliviertassinari
47
+ - Fix fast-xml-parser vulnerability (#44121) @Janpot
48
+
49
+ All contributors of this release in alphabetical order: @ChinoUkaegbu, @Janpot, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @snapwich
50
+
51
+ ## v6.1.4
52
+
53
+ <!-- generated comparing v6.1.3..master -->
54
+
55
+ _Oct 15, 2024_
56
+
57
+ A big thanks to the 9 contributors who made this release possible.
58
+
59
+ ### `@mui/material@6.1.4`
60
+
61
+ - [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
62
+ - [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
63
+ - Make the palette always return new light and dark object (#44059) @siriwatknp
64
+ - Simplify createPalette (#44075) @oliviertassinari
65
+
66
+ ### Docs
67
+
68
+ - Improve Toolpad Core docs (#43796) @bharatkashyap
69
+ - Tweak Joy UI section in README (#44103) @aarongarciah
70
+ - Fix 404 link to Next.js @oliviertassinari
71
+ - [toolpad core] In the sidebar, move 'new' label to the components (#44070) @prakhargupta1
72
+ - Fix small typo on Grid2 page (#44062) @zanivan
73
+ - Clarify suggestions to use `@mui/styles` in v5 migration docs (#44049) @samuelsycamore
74
+
75
+ ### Core
76
+
77
+ - [code-infra] Link to production app for bundle size (#44076) @oliviertassinari
78
+ - [code-infra] Disable cron job for React 17 tests (#44065) @Janpot
79
+ - Remove [website] from changelog (#44069) @oliviertassinari
80
+ - Apply #44052 to the latest release as well @oliviertassinari
81
+ - Fix proptypes generation when multiple components per file (#44058) @Janpot
82
+ - Remove <-- from changelog (#44052) @oliviertassinari
83
+ - [examples] Avoid git diff when playing with examples @oliviertassinari
84
+ - [test] Remove dead code (#44056) @Janpot
85
+
86
+ All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan
87
+
3
88
  ## v6.1.3
4
89
 
5
90
  <!-- generated comparing v6.1.2..master -->
@@ -12,68 +97,60 @@ A big thanks to the 18 contributors who made this release possible. Here are som
12
97
 
13
98
  ### `@mui/material@6.1.3`
14
99
 
15
- - &#8203;<!-- 18 -->Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
16
- - &#8203;<!-- 42 -->[Badge] Make keys in anchor origin partial (#43950) @sai6855
17
- - &#8203;<!-- 22 -->[Grid2] Fix column spacing for nested containers (#43733) @Janpot
18
- - &#8203;<!-- 21 -->[Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
19
- - &#8203;<!-- 20 -->[Grid2] Add compatible props warning (#43801) @k-rajat19
20
- - &#8203;<!-- 17 -->[Modal] Fix comment location (#44026) @oliviertassinari
21
- - &#8203;<!-- 16 -->[OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
100
+ - Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
101
+ - [Badge] Make keys in anchor origin partial (#43950) @sai6855
102
+ - [Grid2] Fix column spacing for nested containers (#43733) @Janpot
103
+ - [Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
104
+ - [Grid2] Add compatible props warning (#43801) @k-rajat19
105
+ - [Modal] Fix comment location (#44026) @oliviertassinari
106
+ - [OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
22
107
 
23
108
  ### `@mui/system@6.1.3`
24
109
 
25
- - &#8203;<!-- 15 -->Make createGrid compatible with React 19 types (#44035) @aarongarciah
26
- - &#8203;<!-- 14 -->Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
27
- - &#8203;<!-- 13 -->Pre-serialize & cache styles to improve performance (#43412) @romgrk
28
- - &#8203;<!-- 09 -->[typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
110
+ - Make createGrid compatible with React 19 types (#44035) @aarongarciah
111
+ - Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
112
+ - Pre-serialize & cache styles to improve performance (#43412) @romgrk
113
+ - [typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
29
114
 
30
115
  ### `@mui/utils@6.0.0-beta.11`
31
116
 
32
- - &#8203;<!-- 08 -->[utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
117
+ - [utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
33
118
 
34
119
  ### `@mui/lab@6.1.3`
35
120
 
36
- - &#8203;<!-- 20 -->[lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
121
+ - [lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
37
122
 
38
123
  ### Docs
39
124
 
40
- - &#8203;<!-- 35 -->Update docs-infra role (#44032) @mnajdova
41
- - &#8203;<!-- 34 -->Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
42
- - &#8203;<!-- 33 -->Fix 301 redirections in docs @oliviertassinari
43
- - &#8203;<!-- 32 -->Fix indentation @oliviertassinari
44
- - &#8203;<!-- 31 -->Fix Live edit copies (#43835) @oliviertassinari
45
- - &#8203;<!-- 30 -->Virtualize icons svg (#43939) @Janpot
46
- - &#8203;<!-- 28 -->[Grid] Fix Grid2 gap description (#43967) @aarongarciah
47
- - &#8203;<!-- 27 -->[icons] Index search synchronously (#44001) @oliviertassinari
48
- - &#8203;<!-- 26 -->[material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
49
- - &#8203;<!-- 25 -->[material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
50
- - &#8203;<!-- 24 -->[material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
51
- - &#8203;<!-- 23 -->[examples] Use CSS Variables (#43856) @Juneezee
52
- - &#8203;<!-- 29 -->[material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
125
+ - Update docs-infra role (#44032) @mnajdova
126
+ - Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
127
+ - Fix 301 redirections in docs @oliviertassinari
128
+ - Fix indentation @oliviertassinari
129
+ - Fix Live edit copies (#43835) @oliviertassinari
130
+ - Virtualize icons svg (#43939) @Janpot
131
+ - [Grid] Fix Grid2 gap description (#43967) @aarongarciah
132
+ - [icons] Index search synchronously (#44001) @oliviertassinari
133
+ - [material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
134
+ - [material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
135
+ - [material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
136
+ - [examples] Use CSS Variables (#43856) @Juneezee
137
+ - [material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
53
138
 
54
139
  ### Core
55
140
 
56
- - &#8203;<!-- 37 -->Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
57
- - &#8203;<!-- 36 -->Amend changelog (#43968) @aarongarciah
58
- - &#8203;<!-- 41 -->Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
59
- - &#8203;<!-- 43 -->[docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
60
- - &#8203;<!-- 41 -->[blog] Migrate some .gif to <video> (#43945) @oliviertassinari
61
- - &#8203;<!-- 40 -->[code-infra] Align `next` dependency specifier across project (#44036) @Janpot
62
- - &#8203;<!-- 39 -->[code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
63
- - &#8203;<!-- 38 -->[code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
64
- - &#8203;<!-- 29 -->[docs-infra] Fix link in header regression (#43834) @oliviertassinari
65
- - &#8203;<!-- 19 -->[infra] Fix line break in Stack Overflow message @oliviertassinari
66
- - &#8203;<!-- 12 -->[test] Add missing async (#44028) @oliviertassinari
67
- - &#8203;<!-- 11 -->[test] Fix Escape event firing event (#43961) @oliviertassinari
68
- - &#8203;<!-- 10 -->[test] Fix flaky pigment-css screenshot (#43959) @Janpot
69
- - &#8203;<!-- 07 -->[website] Add missing \_redirects HTTP status @oliviertassinari
70
- - &#8203;<!-- 06 -->[website] Fix sponsor image height @oliviertassinari
71
- - &#8203;<!-- 05 -->[website] Remove srcset, does nothing in README @oliviertassinari
72
- - &#8203;<!-- 04 -->[website] Polish display of sponsors @oliviertassinari
73
- - &#8203;<!-- 03 -->[website] Standardize utm tags @oliviertassinari
74
- - &#8203;<!-- 02 -->[website] Improve utm_source strategy @oliviertassinari
75
- - &#8203;<!-- 01 -->[website] Clarify min-level docs-infra @oliviertassinari
76
- - &#8203;<!-- 08 -->[website] Update backlink sponsors (#43995) @rluzists1
141
+ - Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
142
+ - Amend changelog (#43968) @aarongarciah
143
+ - Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
144
+ - [docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
145
+ - [blog] Migrate some .gif to <video> (#43945) @oliviertassinari
146
+ - [code-infra] Align `next` dependency specifier across project (#44036) @Janpot
147
+ - [code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
148
+ - [code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
149
+ - [docs-infra] Fix link in header regression (#43834) @oliviertassinari
150
+ - [infra] Fix line break in Stack Overflow message @oliviertassinari
151
+ - [test] Add missing async (#44028) @oliviertassinari
152
+ - [test] Fix Escape event firing event (#43961) @oliviertassinari
153
+ - [test] Fix flaky pigment-css screenshot (#43959) @Janpot
77
154
 
78
155
  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
79
156
 
@@ -195,7 +272,6 @@ A big thanks to the 18 contributors who made this release possible.
195
272
  - [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
196
273
  - [test] Remove position:relative from regression container (#43743) @aarongarciah
197
274
  - [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
198
- - [website] Match pricing page with linked page h1 @oliviertassinari
199
275
 
200
276
  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
201
277
 
@@ -269,9 +345,6 @@ A big thanks to the 21 contributors who made this release possible. Here are the
269
345
  - [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp
270
346
  - [examples] Fix CDN live preview demo (#43641) @oliviertassinari
271
347
  - Add Pigment CSS screenshot test (#43280) @mnajdova
272
- - [website] Polish gold sponsors @oliviertassinari
273
- - [website] Add CopyCopter as gold sponsor (#43595) @zanivan
274
- - [website] Add disabled button styles to branding theme (#43577) @zanivan
275
348
 
276
349
  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
277
350
 
@@ -285,42 +358,40 @@ A big thanks to the 11 contributors who made this release possible.
285
358
 
286
359
  ### `@mui/material@6.0.2`
287
360
 
288
- - &#8203;<!-- 07 -->Fix `createTheme` with just color schemes (#43518) @siriwatknp
289
- - &#8203;<!-- 06 -->[Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
290
- - &#8203;<!-- 05 -->[MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
361
+ - Fix `createTheme` with just color schemes (#43518) @siriwatknp
362
+ - [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
363
+ - [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
291
364
 
292
365
  ### `@mui/system@6.0.2`
293
366
 
294
- - &#8203;<!-- 08 -->[InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
295
- - &#8203;<!-- 04 -->Fix composeClasses v6 behavior change (#43537) @oliviertassinari
367
+ - [InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
368
+ - Fix composeClasses v6 behavior change (#43537) @oliviertassinari
296
369
 
297
370
  ### `@mui/codemod@6.0.2`
298
371
 
299
- - &#8203;<!-- 19 -->Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
372
+ - Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
300
373
 
301
374
  ### Docs
302
375
 
303
- - &#8203;<!-- 10 -->[figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
304
- - &#8203;<!-- 09 -->[material-ui] Fix template shadow tokens (#43514) @zanivan
305
- - &#8203;<!-- 15 -->Update version support range (#43565) @oliviertassinari
306
- - &#8203;<!-- 14 -->Polish Material UI Sync plugin code format @oliviertassinari
376
+ - [figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
377
+ - [material-ui] Fix template shadow tokens (#43514) @zanivan
378
+ - Update version support range (#43565) @oliviertassinari
379
+ - Polish Material UI Sync plugin code format @oliviertassinari
307
380
 
308
381
  ### Core
309
382
 
310
- - &#8203;<!-- 24 -->[blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
311
- - &#8203;<!-- 23 -->[blog] Makes the v5 name change clearer @oliviertassinari
312
- - &#8203;<!-- 22 -->[blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
313
- - &#8203;<!-- 21 -->[code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
314
- - &#8203;<!-- 20 -->[code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
315
- - &#8203;<!-- 18 -->[core] Fix CodeQL scan (#43547) @oliviertassinari
316
- - &#8203;<!-- 17 -->[core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
317
- - &#8203;<!-- 14 -->[docs-infra] Reduce description max-length (#43562) @oliviertassinari
318
- - &#8203;<!-- 13 -->[docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
319
- - &#8203;<!-- 12 -->[docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
320
- - &#8203;<!-- 09 -->[infra] Fixed workflow file path (#43528) @michelengelen
321
- - &#8203;<!-- 03 -->[typescript] Fix missing `Theme` generic (#43523) @siriwatknp
322
- - &#8203;<!-- 02 -->[website] Match pricing label with page @oliviertassinari
323
- - &#8203;<!-- 01 -->[website] Update Premium price and remove any mention to cap (#43466) @joserodolfofreitas
383
+ - [blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
384
+ - [blog] Makes the v5 name change clearer @oliviertassinari
385
+ - [blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
386
+ - [code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
387
+ - [code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
388
+ - [core] Fix CodeQL scan (#43547) @oliviertassinari
389
+ - [core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
390
+ - [docs-infra] Reduce description max-length (#43562) @oliviertassinari
391
+ - [docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
392
+ - [docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
393
+ - [infra] Fixed workflow file path (#43528) @michelengelen
394
+ - [typescript] Fix missing `Theme` generic (#43523) @siriwatknp
324
395
 
325
396
  All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
326
397
 
@@ -404,7 +475,6 @@ We are excited to announce the stable release of Material-UI v6 🎉, check out
404
475
  - [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
405
476
  - [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
406
477
  - [infra] Add closing message workflow (#43450) @michelengelen
407
- - [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
408
478
 
409
479
  All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
410
480
 
@@ -544,8 +614,6 @@ A big thanks to the 18 contributors who made this release possible.
544
614
  - [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
545
615
  - [test] Update `matchMedia` mocks (#43240) @cherniavskii
546
616
  - [test] Remove unnecessary ref param (#43282) @aarongarciah
547
- - [website] Update showcase to include Toolpad Core (#43226) @bharatkashyap
548
- - [website] Replace React.MutableRefObject with React.RefObject (#43284) @aarongarciah
549
617
 
550
618
  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
551
619
 
@@ -564,7 +632,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
564
632
 
565
633
  #### BREAKING CHANGES
566
634
 
567
- - &#8203;<!-- 14 -->[material-ui][ListItem] Removing deprecated props (#41566) @thathva
635
+ - [material-ui][ListItem] Removing deprecated props (#41566) @thathva
568
636
 
569
637
  `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.
570
638
 
@@ -600,54 +668,50 @@ A big thanks to the 17 contributors who made this release possible. Here are som
600
668
 
601
669
  #### Changes
602
670
 
603
- - &#8203;<!-- 36 -->[material-ui][Autocomplete] Fix default value for multiple mode getting redefined with React 19 (#43189) @DiegoAndai
604
- - &#8203;<!-- 12 -->[material-ui] Merge `CssVarsProvider` into `ThemeProvider` (#43115) @siriwatknp
605
- - &#8203;<!-- 11 -->[material-ui] Make tests compatible with React 19 (#43155) @DiegoAndai
606
- - &#8203;<!-- 10 -->[material-ui] Refine Blog template (#42825) @zanivan
607
- - &#8203;<!-- 09 -->[material-ui] Element ref access React 19 compatibility (#43132) @DiegoAndai
608
- - &#8203;<!-- 08 -->[material-ui][mui-system] Add support for version runtime checks (#43190) @DiegoAndai
671
+ - [material-ui][Autocomplete] Fix default value for multiple mode getting redefined with React 19 (#43189) @DiegoAndai
672
+ - [material-ui] Merge `CssVarsProvider` into `ThemeProvider` (#43115) @siriwatknp
673
+ - [material-ui] Make tests compatible with React 19 (#43155) @DiegoAndai
674
+ - [material-ui] Refine Blog template (#42825) @zanivan
675
+ - [material-ui] Element ref access React 19 compatibility (#43132) @DiegoAndai
676
+ - [material-ui][mui-system] Add support for version runtime checks (#43190) @DiegoAndai
609
677
 
610
678
  ### `@mui/material-pigment-css@6.0.0-beta.5`
611
679
 
612
- - &#8203;<!-- 13 -->Reexport Pigment CSS from index file (#43218) @siriwatknp
680
+ - Reexport Pigment CSS from index file (#43218) @siriwatknp
613
681
 
614
682
  ### `@mui/codemod@6.0.0-beta.5`
615
683
 
616
- - &#8203;<!-- 31 -->Fix codemod crash on MuiDivider property (#43125) @Janpot
684
+ - Fix codemod crash on MuiDivider property (#43125) @Janpot
617
685
 
618
686
  ### Docs
619
687
 
620
- - &#8203;<!-- 37 -->Fix resolution of @mui/material-ui in docs (#43108) @Janpot
621
- - &#8203;<!-- 25 -->Refine and polish out Templates page (#43131) @zanivan
622
- - &#8203;<!-- 24 -->Fix the link test script (#43195) @alexfauquette
623
- - &#8203;<!-- 23 -->Fix alpha usage (#43194) @siriwatknp
624
- - &#8203;<!-- 22 -->Link Toolpad Core components from Material UI docs (#43036) @prakhargupta1
625
- - &#8203;<!-- 21 -->Link Toolpad core docs to the docs menu (#42952) @prakhargupta1
626
- - &#8203;<!-- 20 -->Polish migration guide (#43021) @oliviertassinari
627
- - &#8203;<!-- 19 -->Fix 404 link to migration pages @oliviertassinari
628
- - &#8203;<!-- 18 -->Support inject dynamic theme (#42879) @Vxee
629
- - &#8203;<!-- 17 -->Fix 301 @oliviertassinari
630
- - &#8203;<!-- 35 -->[blog] Announcing pricing changes Sep 2024 (#43061) @joserodolfofreitas
631
- - &#8203;<!-- 15 -->[material-ui][TextField] Remove mentions of `redux-form` from TextField documentation (#43176) @AbdurRahman2004
688
+ - Fix resolution of @mui/material-ui in docs (#43108) @Janpot
689
+ - Refine and polish out Templates page (#43131) @zanivan
690
+ - Fix the link test script (#43195) @alexfauquette
691
+ - Fix alpha usage (#43194) @siriwatknp
692
+ - Link Toolpad Core components from Material UI docs (#43036) @prakhargupta1
693
+ - Link Toolpad core docs to the docs menu (#42952) @prakhargupta1
694
+ - Polish migration guide (#43021) @oliviertassinari
695
+ - Fix 404 link to migration pages @oliviertassinari
696
+ - Support inject dynamic theme (#42879) @Vxee
697
+ - Fix 301 @oliviertassinari
698
+ - [blog] Announcing pricing changes Sep 2024 (#43061) @joserodolfofreitas
699
+ - [material-ui][TextField] Remove mentions of `redux-form` from TextField documentation (#43176) @AbdurRahman2004
632
700
 
633
701
  ### Core
634
702
 
635
- - &#8203;<!-- 34 -->[code-infra] Fix `@mui/internal-test-utils` `screen` export type (#43150) @LukasTy
636
- - &#8203;<!-- 33 -->[code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) @michaldudak
637
- - &#8203;<!-- 32 -->[code-infra] Automate canary releases (#43066) @michaldudak
638
- - &#8203;<!-- 30 -->[core] Apply top-level eslint rule to docs and fix violations (#43126) @Janpot
639
- - &#8203;<!-- 29 -->[core] Patch styled-components to use React.JSX namespace (#43205) @aarongarciah
640
- - &#8203;<!-- 28 -->[core] Replace JSX namespace usages with React.JSX (#43204) @aarongarciah
641
- - &#8203;<!-- 27 -->[core] Remove `react-router` package from `pigment-css-vite-app` (#43201) @ZeeshanTamboli
642
- - &#8203;<!-- 26 -->[core] Remove unnecessary types packages from `@mui/internal-babel-macros` (#43193) @ZeeshanTamboli
643
- - &#8203;<!-- 16 -->[docs-infra] Move `ApiPage` to TS (#43149) @alexfauquette
644
- - &#8203;<!-- 07 -->[test] Remove unnecessary prop type check in test (#43211) @aarongarciah
645
- - &#8203;<!-- 06 -->[test] Make conformance tests work with async render function (#43156) @michaldudak
646
- - &#8203;<!-- 05 -->[typescript] Update the minimum supported version (#43116) @mnajdova
647
- - &#8203;<!-- 04 -->[website] Add icons to core page products (#43151) @zanivan
648
- - &#8203;<!-- 03 -->[website] Copyedit Docs and Product menu taglines (#43075) @samuelsycamore
649
- - &#8203;<!-- 02 -->[website] Fix wrong link in pricing table (#43141) @zanivan
650
- - &#8203;<!-- 01 -->[website] Add blog link to pricing table (#43123) @zanivan
703
+ - [code-infra] Fix `@mui/internal-test-utils` `screen` export type (#43150) @LukasTy
704
+ - [code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) @michaldudak
705
+ - [code-infra] Automate canary releases (#43066) @michaldudak
706
+ - [core] Apply top-level eslint rule to docs and fix violations (#43126) @Janpot
707
+ - [core] Patch styled-components to use React.JSX namespace (#43205) @aarongarciah
708
+ - [core] Replace JSX namespace usages with React.JSX (#43204) @aarongarciah
709
+ - [core] Remove `react-router` package from `pigment-css-vite-app` (#43201) @ZeeshanTamboli
710
+ - [core] Remove unnecessary types packages from `@mui/internal-babel-macros` (#43193) @ZeeshanTamboli
711
+ - [docs-infra] Move `ApiPage` to TS (#43149) @alexfauquette
712
+ - [test] Remove unnecessary prop type check in test (#43211) @aarongarciah
713
+ - [test] Make conformance tests work with async render function (#43156) @michaldudak
714
+ - [typescript] Update the minimum supported version (#43116) @mnajdova
651
715
 
652
716
  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
653
717
 
@@ -688,7 +752,6 @@ A big thanks to the 12 contributors who made this release possible.
688
752
 
689
753
  - Fix event naming convention @oliviertassinari
690
754
  - [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
691
- - [website] Fine-tune button styles on the branding theme (#43082) @zanivan
692
755
 
693
756
  All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
694
757
 
@@ -704,49 +767,48 @@ A big thanks to the 17 contributors who made this release possible. Here are som
704
767
 
705
768
  ### `@mui/codemod@6.0.0-beta.3`
706
769
 
707
- - &#8203;<!-- 17 -->Fix Divider props codemod (#42919) @aarongarciah
770
+ - Fix Divider props codemod (#42919) @aarongarciah
708
771
 
709
772
  ### `@mui/material@6.0.0-beta.3`
710
773
 
711
- - &#8203;<!-- 06 -->Fix Accessing element.ref (#42818) @sai6855
712
- - &#8203;<!-- 05 -->Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
713
- - &#8203;<!-- 03 -->[Typography] Deprecate `paragraph` prop (#42383) @walston
714
- - &#8203;<!-- 03 -->[Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
774
+ - Fix Accessing element.ref (#42818) @sai6855
775
+ - Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
776
+ - [Typography] Deprecate `paragraph` prop (#42383) @walston
777
+ - [Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
715
778
 
716
779
  ### `@mui/material-nextjs@6.0.0-beta.3`
717
780
 
718
- - &#8203;<!-- 04 -->[material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
719
- - &#8203;<!-- 02 -->[material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
781
+ - [material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
782
+ - [material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
720
783
 
721
784
  ### `@mui/utils@6.0.0-beta.3`
722
785
 
723
- - &#8203;<!-- 02 -->[utils] Add dependency to @mui/types (#43029) @mnajdova
786
+ - [utils] Add dependency to @mui/types (#43029) @mnajdova
724
787
 
725
788
  ### Docs
726
789
 
727
- - &#8203;<!-- 22 -->[material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
728
- - &#8203;<!-- 19 -->[docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
729
- - &#8203;<!-- 16 -->[docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
730
- - &#8203;<!-- 13 -->[docs] Remove stringify theme import (#43032) @siriwatknp
731
- - &#8203;<!-- 12 -->[docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
732
- - &#8203;<!-- 11 -->[docs] Fix migration typo (#42976) @mnajdova
733
- - &#8203;<!-- 08 -->[material-ui] Add improvements to Dashboard template (#42445) @zanivan
734
- - &#8203;<!-- 07 -->[material-ui] Fix broken image links in blog template (#42956) @navedqb
790
+ - [material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
791
+ - [docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
792
+ - [docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
793
+ - [docs] Remove stringify theme import (#43032) @siriwatknp
794
+ - [docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
795
+ - [docs] Fix migration typo (#42976) @mnajdova
796
+ - [material-ui] Add improvements to Dashboard template (#42445) @zanivan
797
+ - [material-ui] Fix broken image links in blog template (#42956) @navedqb
735
798
 
736
799
  ### Core
737
800
 
738
- - &#8203;<!-- 23 -->[code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
739
- - &#8203;<!-- 21 -->[code-infra] Fix pnpm lock file (#43030) @Janpot
740
- - &#8203;<!-- 20 -->[code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
741
- - &#8203;<!-- 19 -->[code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
742
- - &#8203;<!-- 18 -->[code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
743
- - &#8203;<!-- 16 -->[core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
744
- - &#8203;<!-- 15 -->[core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
745
- - &#8203;<!-- 14 -->[core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
746
- - &#8203;<!-- 10 -->[docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
747
- - &#8203;<!-- 09 -->[docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
748
- - &#8203;<!-- 02 -->[test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
749
- - &#8203;<!-- 01 -->[website] Fix strange focus-visible on hover (#42924) @oliviertassinari
801
+ - [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
802
+ - [code-infra] Fix pnpm lock file (#43030) @Janpot
803
+ - [code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
804
+ - [code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
805
+ - [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
806
+ - [core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
807
+ - [core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
808
+ - [core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
809
+ - [docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
810
+ - [docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
811
+ - [test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
750
812
 
751
813
  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
752
814
 
@@ -758,11 +820,11 @@ _Jul 16, 2024_
758
820
 
759
821
  ### `@mui/material@6.0.0-beta.2`
760
822
 
761
- - &#8203;<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
823
+ - [material] Add missing dependency (#42961) @mnajdova
762
824
 
763
825
  ### Docs
764
826
 
765
- - &#8203;<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
827
+ - [docs] Move feedback from Canny to GitHub @oliviertassinari
766
828
 
767
829
  All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
768
830
 
@@ -776,25 +838,24 @@ A big thanks to the 6 contributors who made this release possible.
776
838
 
777
839
  ### `@mui/material@6.0.0-beta.1`
778
840
 
779
- - &#8203;<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
780
- - &#8203;<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
841
+ - Remove dependency on @mui/base (#42907) @mnajdova
842
+ - Set material-pigment-css to public (#42912) @siriwatknp
781
843
 
782
844
  ### `@mui/codemod@6.0.0-beta.1`
783
845
 
784
- - &#8203;<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
846
+ - Support sx conditional inside spread element (#42894) @siriwatknp
785
847
 
786
848
  ### Docs
787
849
 
788
- - &#8203;<!-- 07 -->Fix 301 link @oliviertassinari
789
- - &#8203;<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
850
+ - Fix 301 link @oliviertassinari
851
+ - [material-ui] Add script to generate template screenshots (#42903) @siriwatknp
790
852
 
791
853
  ### Core
792
854
 
793
- - &#8203;<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
794
- - &#8203;<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
795
- - &#8203;<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
796
- - &#8203;<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
797
- - &#8203;<!-- 01 -->[website] Sync /about page @oliviertassinari
855
+ - [core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
856
+ - [core] Normalize rest / other to match the most common used @oliviertassinari
857
+ - [docs-infra] Move Ads component to TS (#42842) @alexfauquette
858
+ - [docs-infra] Support code tabs overflow (#42913) @arminmeh
798
859
 
799
860
  All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
800
861
 
@@ -930,7 +991,6 @@ A big thanks to the 10 contributors who made this release possible. Here are som
930
991
  - [core] Target direct version for prerelease (#42768) @siriwatknp
931
992
  - [test] Remove enzyme (#42706) @aarongarciah
932
993
  - [test] Remove createMount test util (#42703) @aarongarciah
933
- - [website] Add Ale to team (#42764) @alelthomas
934
994
 
935
995
  All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
936
996
 
@@ -998,8 +1058,6 @@ A big thanks to the 17 contributors who made this release possible.
998
1058
  - [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
999
1059
  - [test] Fix tests on CI (#42670) @michaldudak
1000
1060
  - [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
1001
- - [website] Add Armin to the team members (#42679) @arminmeh
1002
- - [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova
1003
1061
 
1004
1062
  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
1005
1063
 
@@ -1013,69 +1071,65 @@ A big thanks to the 18 contributors who made this release possible.
1013
1071
 
1014
1072
  ### `@mui/material@6.0.0-alpha.11`
1015
1073
 
1016
- - &#8203;<!-- 38 -->[Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
1017
- - &#8203;<!-- 37 -->[Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
1018
- - &#8203;<!-- 12 -->[Grid] Fix support for CSS variables (#42574) @oliviertassinari
1019
- - &#8203;<!-- 11 -->[InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
1020
- - &#8203;<!-- 10 -->Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
1021
- - &#8203;<!-- 09 -->Integrate `extendSxProp` adapter (#42543) @siriwatknp
1022
- - &#8203;<!-- 08 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
1023
- - &#8203;<!-- 08 -->[pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
1074
+ - [Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
1075
+ - [Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
1076
+ - [Grid] Fix support for CSS variables (#42574) @oliviertassinari
1077
+ - [InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
1078
+ - Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
1079
+ - Integrate `extendSxProp` adapter (#42543) @siriwatknp
1080
+ - [Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
1081
+ - [pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
1024
1082
 
1025
1083
  ### `@mui/system@6.0.0-alpha.11`
1026
1084
 
1027
- - &#8203;<!-- 11 -->[Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
1028
- - &#8203;<!-- 07 -->[useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
1085
+ - [Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
1086
+ - [useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
1029
1087
 
1030
1088
  ### `@mui/utils@6.0.0-alpha.11`
1031
1089
 
1032
- - &#8203;<!-- 04 -->Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
1090
+ - Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
1033
1091
 
1034
1092
  ### `@mui/codemod@6.0.0-alpha.11`
1035
1093
 
1036
- - &#8203;<!-- 39 -->Improve styled and sx prop transformation (#42598) @siriwatknp
1037
- - &#8203;<!-- 36 -->Support more cases for sx-prop transformation (#42527) @siriwatknp
1094
+ - Improve styled and sx prop transformation (#42598) @siriwatknp
1095
+ - Support more cases for sx-prop transformation (#42527) @siriwatknp
1038
1096
 
1039
1097
  ### `@mui/private-theming@6.0.0-alpha.11`
1040
1098
 
1041
- - &#8203;<!-- 09 -->Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
1099
+ - Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
1042
1100
 
1043
1101
  ### Docs
1044
1102
 
1045
- - &#8203;<!-- 31 -->Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
1046
- - &#8203;<!-- 29 -->Fix dashboard template console error (#42594) @oliviertassinari
1047
- - &#8203;<!-- 28 -->Migrate system props to `sx` prop (#42475) @siriwatknp
1048
- - &#8203;<!-- 27 -->[material-ui]Fix duplicated sentence (#42521) @alexfauquette
1049
- - &#8203;<!-- 22 -->[Grid] Fix docs spacing (#42573) @oliviertassinari
1050
- - &#8203;<!-- 21 -->[joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
1051
- - &#8203;<!-- 20 -->[joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
1052
- - &#8203;<!-- 19 -->[material-ui] Add docs for complementary stepper components (#41900) @anle9650
1053
- - &#8203;<!-- 18 -->[material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
1054
- - &#8203;<!-- 17 -->[material-ui] Add container queries docs (#42434) @siriwatknp
1055
- - &#8203;<!-- 16 -->[material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
1056
- - &#8203;<!-- 15 -->[material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
1057
- - &#8203;<!-- 14 -->[material-ui] Add a Refine example project (#42461) @necatiozmen
1103
+ - Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
1104
+ - Fix dashboard template console error (#42594) @oliviertassinari
1105
+ - Migrate system props to `sx` prop (#42475) @siriwatknp
1106
+ - [material-ui]Fix duplicated sentence (#42521) @alexfauquette
1107
+ - [Grid] Fix docs spacing (#42573) @oliviertassinari
1108
+ - [joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
1109
+ - [joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
1110
+ - [material-ui] Add docs for complementary stepper components (#41900) @anle9650
1111
+ - [material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
1112
+ - [material-ui] Add container queries docs (#42434) @siriwatknp
1113
+ - [material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
1114
+ - [material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
1115
+ - [material-ui] Add a Refine example project (#42461) @necatiozmen
1058
1116
 
1059
1117
  ### Core
1060
1118
 
1061
- - &#8203;<!-- 39 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
1062
- - &#8203;<!-- 35 -->[core] Allow `for..of` loops (#42600) @michaldudak
1063
- - &#8203;<!-- 34 -->[core] Add comment about Object.js @oliviertassinari
1064
- - &#8203;<!-- 33 -->[core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
1065
- - &#8203;<!-- 33 -->[core] Group Pigment CSS dependencies (#42174) @siriwatknp
1066
- - &#8203;<!-- 32 -->[core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
1067
- - &#8203;<!-- 31 -->[core] Skip charts animation for visual regression test (#42530) @alexfauquette
1068
- - &#8203;<!-- 26 -->[docs-infra] Simplify click header (#42593) @oliviertassinari
1069
- - &#8203;<!-- 25 -->[docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
1070
- - &#8203;<!-- 25 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1071
- - &#8203;<!-- 24 -->[docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
1072
- - &#8203;<!-- 23 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1073
- - &#8203;<!-- 13 -->[examples] Remove Pigment CSS examples (#42471) @sai6855
1074
- - &#8203;<!-- 06 -->[test] Restore pnpm tc command (#42572) @oliviertassinari
1075
- - &#8203;<!-- 05 -->[test] Restore testing internal packages (#42519) @michaldudak
1076
- - &#8203;<!-- 03 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
1077
- - &#8203;<!-- 02 -->[website] Remove blank line @oliviertassinari
1078
- - &#8203;<!-- 01 -->[website] Fix mobile layout shift @oliviertassinari
1119
+ - [core] Allow `for..of` loops (#42600) @michaldudak
1120
+ - [core] Add comment about Object.js @oliviertassinari
1121
+ - [core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
1122
+ - [core] Group Pigment CSS dependencies (#42174) @siriwatknp
1123
+ - [core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
1124
+ - [core] Skip charts animation for visual regression test (#42530) @alexfauquette
1125
+ - [docs-infra] Simplify click header (#42593) @oliviertassinari
1126
+ - [docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
1127
+ - [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1128
+ - [docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
1129
+ - [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1130
+ - [examples] Remove Pigment CSS examples (#42471) @sai6855
1131
+ - [test] Restore pnpm tc command (#42572) @oliviertassinari
1132
+ - [test] Restore testing internal packages (#42519) @michaldudak
1079
1133
 
1080
1134
  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
1081
1135
 
@@ -1089,40 +1143,35 @@ A big thanks to the 7 contributors who made this release possible.
1089
1143
 
1090
1144
  ### `@mui/material@6.0.0-alpha.10`
1091
1145
 
1092
- - &#8203;<!-- 26 -->[Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
1093
- - &#8203;<!-- 25 -->[Collapse] Bound max transition time (#42390) @oliviertassinari
1094
- - &#8203;<!-- 12 -->[FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
1095
- - &#8203;<!-- 11 -->[InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
1096
- - &#8203;<!-- 10 -->Remove remaining IE11 code (#42283) @DiegoAndai
1097
- - &#8203;<!-- 09 -->[Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
1098
- - &#8203;<!-- 08 -->[Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
1099
- - &#8203;<!-- 07 -->[useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
1146
+ - [Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
1147
+ - [Collapse] Bound max transition time (#42390) @oliviertassinari
1148
+ - [FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
1149
+ - [InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
1150
+ - Remove remaining IE11 code (#42283) @DiegoAndai
1151
+ - [Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
1152
+ - [Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
1153
+ - [useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
1100
1154
 
1101
1155
  ### `@mui/system@6.0.0-alpha.10`
1102
1156
 
1103
- - &#8203;<!-- 06 -->Remove IE11 code (#42436) @DiegoAndai
1157
+ - Remove IE11 code (#42436) @DiegoAndai
1104
1158
 
1105
1159
  ### Docs
1106
1160
 
1107
- - &#8203;<!-- 23 -->Reflect Base UI and MUI System in a different repository @oliviertassinari
1108
- - &#8203;<!-- 22 -->Update twitter.com to x.com @oliviertassinari
1109
- - &#8203;<!-- 21 -->Simplify Example projects page @oliviertassinari
1110
- - &#8203;<!-- 17 -->[icons] Update README and docs page (#41938) @danilo-leal
1111
- - &#8203;<!-- 16 -->[material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
1112
- - &#8203;<!-- 15 -->[material-ui] Fix sentence in the All components page (#42336) @danilo-leal
1113
- - &#8203;<!-- 14 -->[material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
1114
- - &#8203;<!-- 13 -->[system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
1161
+ - Reflect Base UI and MUI System in a different repository @oliviertassinari
1162
+ - Update twitter.com to x.com @oliviertassinari
1163
+ - Simplify Example projects page @oliviertassinari
1164
+ - [icons] Update README and docs page (#41938) @danilo-leal
1165
+ - [material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
1166
+ - [material-ui] Fix sentence in the All components page (#42336) @danilo-leal
1167
+ - [material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
1168
+ - [system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
1115
1169
 
1116
1170
  ### Core
1117
1171
 
1118
- - &#8203;<!-- 20 -->[docs-infra] Update the OG card image design (#42470) @danilo-leal
1119
- - &#8203;<!-- 19 -->[docs-infra] Add small design polish (#42455) @danilo-leal
1120
- - &#8203;<!-- 18 -->[docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
1121
- - &#8203;<!-- 05 -->[website] Update DoiT description and link in Sponsors section (#42505) @erezstmn-doit
1122
- - &#8203;<!-- 04 -->[website] Clean up the docs-infra job ad (#42504) @danilo-leal
1123
- - &#8203;<!-- 03 -->[website] Fix FlashCode position (#42139) @oliviertassinari
1124
- - &#8203;<!-- 02 -->[website] Open Docs-infra engineer role (#42101) @danilo-leal
1125
- - &#8203;<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
1172
+ - [docs-infra] Update the OG card image design (#42470) @danilo-leal
1173
+ - [docs-infra] Add small design polish (#42455) @danilo-leal
1174
+ - [docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
1126
1175
 
1127
1176
  All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
1128
1177
 
@@ -1138,67 +1187,63 @@ A big thanks to the 23 contributors who made this release possible. Here are som
1138
1187
 
1139
1188
  ### `@mui/material@6.0.0-alpha.9`
1140
1189
 
1141
- - &#8203;<!-- 49 -->[AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
1142
- - &#8203;<!-- 48 -->[AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
1143
- - &#8203;<!-- 15 -->[Grid] Deprecate `wrap` prop (#42363) @fedirjh
1144
- - &#8203;<!-- 14 -->[ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
1145
- - &#8203;<!-- 13 -->[ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
1146
- - &#8203;<!-- 12 -->[ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
1147
- - &#8203;<!-- 11 -->Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
1148
- - &#8203;<!-- 10 -->[Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
1149
- - &#8203;<!-- 09 -->[responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
1150
- - &#8203;<!-- 08 -->[Slider] Fix wrong CSS value (#42370) @mnajdova
1151
- - &#8203;<!-- 07 -->[Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
1190
+ - [AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
1191
+ - [AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
1192
+ - [Grid] Deprecate `wrap` prop (#42363) @fedirjh
1193
+ - [ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
1194
+ - [ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
1195
+ - [ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
1196
+ - Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
1197
+ - [Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
1198
+ - [responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
1199
+ - [Slider] Fix wrong CSS value (#42370) @mnajdova
1200
+ - [Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
1152
1201
 
1153
1202
  ### `@mui/system@6.0.0-alpha.9`
1154
1203
 
1155
- - &#8203;<!-- 34 -->[createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
1204
+ - [createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
1156
1205
 
1157
1206
  ### `@mui/codemod@6.0.0-alpha.9`
1158
1207
 
1159
- - &#8203;<!-- 41 -->Add `sx` prop for v6 migration (#42153) @siriwatknp
1160
- - &#8203;<!-- 40 -->Add codemod for removing system props (#42282) @siriwatknp
1208
+ - Add `sx` prop for v6 migration (#42153) @siriwatknp
1209
+ - Add codemod for removing system props (#42282) @siriwatknp
1161
1210
 
1162
1211
  ### Docs
1163
1212
 
1164
- - &#8203;<!-- 33 -->Remove unused images (#42324) @danilo-leal
1165
- - &#8203;<!-- 32 -->Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
1166
- - &#8203;<!-- 22 -->[joy-ui] Fix template responsiveness (#42422) @j4marcos
1167
- - &#8203;<!-- 21 -->[material-ui] Add the Pashto locale (#42244) @sayoubiaf
1168
- - &#8203;<!-- 20 -->[material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
1169
- - &#8203;<!-- 19 -->[material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
1170
- - &#8203;<!-- 18 -->[material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
1171
- - &#8203;<!-- 17 -->[material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
1172
- - &#8203;<!-- 16 -->[pigment-css] Polish redirection mention @oliviertassinari
1213
+ - Remove unused images (#42324) @danilo-leal
1214
+ - Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
1215
+ - [joy-ui] Fix template responsiveness (#42422) @j4marcos
1216
+ - [material-ui] Add the Pashto locale (#42244) @sayoubiaf
1217
+ - [material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
1218
+ - [material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
1219
+ - [material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
1220
+ - [material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
1221
+ - [pigment-css] Polish redirection mention @oliviertassinari
1173
1222
 
1174
1223
  ### Core
1175
1224
 
1176
- - &#8203;<!-- 47 -->[blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
1177
- - &#8203;<!-- 46 -->[blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
1178
- - &#8203;<!-- 45 -->[code-infra] Simplify .stylelintrc.js @oliviertassinari
1179
- - &#8203;<!-- 44 -->[code-infra] Fix stylelint locally (#42411) @oliviertassinari
1180
- - &#8203;<!-- 43 -->[code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
1181
- - &#8203;<!-- 42 -->[code-infra] Create examples eslint rule (#42170) @oliviertassinari
1182
- - &#8203;<!-- 39 -->[core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
1183
- - &#8203;<!-- 38 -->[core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
1184
- - &#8203;<!-- 37 -->[core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
1185
- - &#8203;<!-- 36 -->[core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
1186
- - &#8203;<!-- 35 -->[core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
1187
- - &#8203;<!-- 31 -->[docs-infra] Split feedback channels per product (#42413) @alexfauquette
1188
- - &#8203;<!-- 30 -->[docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
1189
- - &#8203;<!-- 29 -->[docs-infra] Make menu styles consistent (#42387) @danilo-leal
1190
- - &#8203;<!-- 28 -->[docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
1191
- - &#8203;<!-- 27 -->[docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
1192
- - &#8203;<!-- 26 -->[docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
1193
- - &#8203;<!-- 25 -->[docs-infra] Tigthen up the header design (#42180) @danilo-leal
1194
- - &#8203;<!-- 24 -->[docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
1195
- - &#8203;<!-- 23 -->[docs-infra] Allow JSDoc tags (#42337) @aarongarciah
1196
- - &#8203;<!-- 06 -->[test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
1197
- - &#8203;<!-- 05 -->[utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
1198
- - &#8203;<!-- 04 -->[website] Add Nikita to the about page (#42418) @nikitaa24
1199
- - &#8203;<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (#42341) @KenanYusuf
1200
- - &#8203;<!-- 02 -->[website] Adds Kenan Yusuf to about page (#42317) @KenanYusuf
1201
- - &#8203;<!-- 01 -->[website] Improve about page @oliviertassinari
1225
+ - [blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
1226
+ - [blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
1227
+ - [code-infra] Simplify .stylelintrc.js @oliviertassinari
1228
+ - [code-infra] Fix stylelint locally (#42411) @oliviertassinari
1229
+ - [code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
1230
+ - [code-infra] Create examples eslint rule (#42170) @oliviertassinari
1231
+ - [core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
1232
+ - [core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
1233
+ - [core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
1234
+ - [core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
1235
+ - [core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
1236
+ - [docs-infra] Split feedback channels per product (#42413) @alexfauquette
1237
+ - [docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
1238
+ - [docs-infra] Make menu styles consistent (#42387) @danilo-leal
1239
+ - [docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
1240
+ - [docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
1241
+ - [docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
1242
+ - [docs-infra] Tigthen up the header design (#42180) @danilo-leal
1243
+ - [docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
1244
+ - [docs-infra] Allow JSDoc tags (#42337) @aarongarciah
1245
+ - [test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
1246
+ - [utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
1202
1247
 
1203
1248
  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
1204
1249
 
@@ -1213,27 +1258,26 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1213
1258
 
1214
1259
  ### `@mui/material@6.0.0-alpha.7`
1215
1260
 
1216
- - &#8203;<!-- 04 -->[material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
1217
- - &#8203;<!-- 03 -->[material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
1218
- - &#8203;<!-- 02 -->[material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
1261
+ - [material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
1262
+ - [material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
1263
+ - [material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
1219
1264
 
1220
1265
  ### Docs
1221
1266
 
1222
- - &#8203;<!-- 08 -->[docs] Remove Base UI from the README (#42307) @danilo-leal
1223
- - &#8203;<!-- 07 -->[docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
1224
- - &#8203;<!-- 06 -->[docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
1225
- - &#8203;<!-- 05 -->[docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
1267
+ - [docs] Remove Base UI from the README (#42307) @danilo-leal
1268
+ - [docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
1269
+ - [docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
1270
+ - [docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
1226
1271
 
1227
1272
  ### Core
1228
1273
 
1229
- - &#8203;<!-- 12 -->[blog] Update blog post OG image (#42270) @danilo-leal
1230
- - &#8203;<!-- 11 -->[blog] Update Pigment CSS post (#42266) @danilo-leal
1231
- - &#8203;<!-- 10 -->[docs] Remove LocalMonero (#42224) @oliviertassinari
1232
- - &#8203;<!-- 08 -->[docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
1233
- - &#8203;<!-- 10 -->[code-infra] Remove raw-loader (#42275) @Janpot
1234
- - &#8203;<!-- 09 -->[core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
1235
- - &#8203;<!-- 12 -->[core] Fix a few more key spread issues (#42168) @oliviertassinari
1236
- - &#8203;<!-- 01 -->[website] Avoid duplicate simple vs. rich (#42100) @oliviertassinari
1274
+ - [blog] Update blog post OG image (#42270) @danilo-leal
1275
+ - [blog] Update Pigment CSS post (#42266) @danilo-leal
1276
+ - [docs] Remove LocalMonero (#42224) @oliviertassinari
1277
+ - [docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
1278
+ - [code-infra] Remove raw-loader (#42275) @Janpot
1279
+ - [core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
1280
+ - [core] Fix a few more key spread issues (#42168) @oliviertassinari
1237
1281
 
1238
1282
  All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
1239
1283
 
@@ -1247,40 +1291,35 @@ A big thanks to the 14 contributors who made this release possible.
1247
1291
 
1248
1292
  ### `@mui/material@6.0.0-alpha.7`
1249
1293
 
1250
- - &#8203;<!-- 23 -->[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
1251
- - &#8203;<!-- 22 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
1252
- - &#8203;<!-- 21 -->[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
1253
- - &#8203;<!-- 19 -->[CircularProgress] Deprecate composed classes (#42076) @sai6855
1254
- - &#8203;<!-- 05 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
1294
+ - [Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
1295
+ - [Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
1296
+ - [Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
1297
+ - [CircularProgress] Deprecate composed classes (#42076) @sai6855
1298
+ - [ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
1255
1299
 
1256
1300
  ### `@mui/codemod@6.0.0-alpha.6`
1257
1301
 
1258
- - &#8203;<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
1302
+ - [Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
1259
1303
 
1260
1304
  ### Docs
1261
1305
 
1262
- - &#8203;<!-- 13 -->Fix 301 to Figma @oliviertassinari
1263
- - &#8203;<!-- 12 -->Fix use of deprecated React API (#42118) @oliviertassinari
1264
- - &#8203;<!-- 11 -->Remove the Base notification (#42191) @danilo-leal
1265
- - &#8203;<!-- 07 -->[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
1266
- - &#8203;<!-- 06 -->[material-ui] Fix typo in composition docs (#42195) @aarongarciah
1306
+ - Fix 301 to Figma @oliviertassinari
1307
+ - Fix use of deprecated React API (#42118) @oliviertassinari
1308
+ - Remove the Base notification (#42191) @danilo-leal
1309
+ - [material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
1310
+ - [material-ui] Fix typo in composition docs (#42195) @aarongarciah
1267
1311
 
1268
1312
  ### Core
1269
1313
 
1270
- - &#8203;<!-- 20 -->[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
1271
- - &#8203;<!-- 17 -->[core] Remove confusing comment @oliviertassinari
1272
- - &#8203;<!-- 16 -->[core] Match other repositories and convention @oliviertassinari
1273
- - &#8203;<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
1274
- - &#8203;<!-- 14 -->[core] Remove unecessary quotes @oliviertassinari
1275
- - &#8203;<!-- 10 -->[docs-infra] Share code for section title (#42236) @alexfauquette
1276
- - &#8203;<!-- 09 -->[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
1277
- - &#8203;<!-- 08 -->[docs-infra] Make select components with two capital letters (#42004) @alexfauquette
1278
- - &#8203;<!-- 08 -->[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
1279
- - &#8203;<!-- 05 -->[website] Add redirection for talk @oliviertassinari
1280
- - &#8203;<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
1281
- - &#8203;<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
1282
- - &#8203;<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
1283
- - &#8203;<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
1314
+ - [blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
1315
+ - [core] Remove confusing comment @oliviertassinari
1316
+ - [core] Match other repositories and convention @oliviertassinari
1317
+ - [core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
1318
+ - [core] Remove unecessary quotes @oliviertassinari
1319
+ - [docs-infra] Share code for section title (#42236) @alexfauquette
1320
+ - [docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
1321
+ - [docs-infra] Make select components with two capital letters (#42004) @alexfauquette
1322
+ - [docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
1284
1323
 
1285
1324
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
1286
1325
 
@@ -1324,11 +1363,6 @@ A big thanks to the 10 contributors who made this release possible.
1324
1363
  - [core] Restrict import path with ESLint (#41970) @oliviertassinari
1325
1364
  - [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
1326
1365
  - [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
1327
- - [website] Componentize a few Careers page sections (#42102) @danilo-leal
1328
- - [website] Refine the InfoCard design (#42116) @danilo-leal
1329
- - [website] Fix home page slider's track position (#42141) @aarongarciah
1330
- - [website] Closing the survey @oliviertassinari
1331
- - [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
1332
1366
 
1333
1367
  All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
1334
1368
 
@@ -1362,10 +1396,6 @@ A big thanks to the 9 contributors who made this release possible.
1362
1396
 
1363
1397
  - [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
1364
1398
  - [docs-infra] Simplify docs demo (#42016) @oliviertassinari
1365
- - [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
1366
- - [website] Sync career roles (#42058) @oliviertassinari
1367
- - [website] Add Nadja on the about page (#42021) @mnajdova
1368
- - [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
1369
1399
  - [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
1370
1400
 
1371
1401
  All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
@@ -1394,7 +1424,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1394
1424
 
1395
1425
  ### `@mui/icons-material@6.0.0-alpha.4`
1396
1426
 
1397
- - &#8203;<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
1427
+ - [icons] Update the icons package (#41937) @danilo-leal
1398
1428
 
1399
1429
  ### Docs
1400
1430
 
@@ -1420,8 +1450,6 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1420
1450
  - [docs-infra] Add demo container design refinements (#41948) @danilo-leal
1421
1451
  - [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
1422
1452
  - [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
1423
- - [website] Remove customer support agent role from website (#41969) @rluzists1
1424
- - [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
1425
1453
 
1426
1454
  All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
1427
1455
 
@@ -1509,31 +1537,31 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1509
1537
 
1510
1538
  ### `@mui/material@6.0.0-alpha.2`
1511
1539
 
1512
- - &#8203;<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
1513
- - &#8203;<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
1540
+ - [typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
1541
+ - [l10n] Fix typo in is-IS locale (#41810) @magnimarels
1514
1542
 
1515
1543
  ### `@pigment-css/react@0.0.6`
1516
1544
 
1517
- - &#8203;<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
1545
+ - [core] Remove `muiName` during eval phase (#41811) @brijeshb42
1518
1546
 
1519
1547
  ### `@pigment-css/nextjs-plugin@0.0.6`
1520
1548
 
1521
- - &#8203;<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
1522
- - &#8203;<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
1549
+ - [nextjs] Handle file references passed through imports (#41817) @brijeshb42
1550
+ - [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
1523
1551
 
1524
1552
  ### Docs
1525
1553
 
1526
- - &#8203;<!-- 11 -->[docs] Fix 301 links @oliviertassinari
1527
- - &#8203;<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
1528
- - &#8203;<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
1529
- - &#8203;<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
1530
- - &#8203;<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
1554
+ - [docs] Fix 301 links @oliviertassinari
1555
+ - [pigment-css][docs] Fix README typo (#41808) @aarongarciah
1556
+ - [pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
1557
+ - [material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
1558
+ - [material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
1531
1559
 
1532
1560
  ### Core
1533
1561
 
1534
- - &#8203;<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
1535
- - &#8203;<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
1536
- - &#8203;<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
1562
+ - [core] Remove unused files (#41818) @mnajdova
1563
+ - [docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
1564
+ - [docs-infra] Fix drawer performances (#41807) @alexfauquette
1537
1565
 
1538
1566
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
1539
1567
 
@@ -1616,11 +1644,6 @@ A big thanks to the 19 contributors who made this release possible. Here are som
1616
1644
  - [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
1617
1645
  - [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
1618
1646
  - [blog] Refresh the design slightly (#41697) @danilo-leal
1619
- - [website] Use en-US over en-UK for career link @oliviertassinari
1620
- - [website] Add Aarón to About Us (#41736) @aarongarciah
1621
- - [website] Refine button design and other details (#41686) @danilo-leal
1622
- - [website] Improve job og image (#41672) @oliviertassinari
1623
- - [website] Page <title> should have no dots @oliviertassinari
1624
1647
 
1625
1648
  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
1626
1649
 
@@ -1698,8 +1721,6 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1698
1721
  - [docs] Update the installation guides to use the next tag (#41558) @mnajdova
1699
1722
  - [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
1700
1723
  - [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
1701
- - [website] Update pricing table (#41595) @cherniavskii
1702
- - [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
1703
1724
 
1704
1725
  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
1705
1726
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.1.3
2
+ * @mui/icons-material v6.1.5
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "6.1.3",
3
+ "version": "6.1.5",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -28,12 +28,12 @@
28
28
  "url": "https://opencollective.com/mui-org"
29
29
  },
30
30
  "dependencies": {
31
- "@babel/runtime": "^7.25.6"
31
+ "@babel/runtime": "^7.25.7"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
35
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
36
- "@mui/material": "^6.1.3"
36
+ "@mui/material": "^6.1.5"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {