@mui/icons-material 6.1.3 → 6.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +323 -350
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.1.4
4
+
5
+ <!-- generated comparing v6.1.3..master -->
6
+
7
+ _Oct 15, 2024_
8
+
9
+ A big thanks to the 9 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.1.4`
12
+
13
+ - [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
14
+ - [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
15
+ - Make the palette always return new light and dark object (#44059) @siriwatknp
16
+ - Simplify createPalette (#44075) @oliviertassinari
17
+
18
+ ### Docs
19
+
20
+ - Improve Toolpad Core docs (#43796) @bharatkashyap
21
+ - Tweak Joy UI section in README (#44103) @aarongarciah
22
+ - Fix 404 link to Next.js @oliviertassinari
23
+ - [toolpad core] In the sidebar, move 'new' label to the components (#44070) @prakhargupta1
24
+ - Fix small typo on Grid2 page (#44062) @zanivan
25
+ - Clarify suggestions to use `@mui/styles` in v5 migration docs (#44049) @samuelsycamore
26
+
27
+ ### Core
28
+
29
+ - [code-infra] Link to production app for bundle size (#44076) @oliviertassinari
30
+ - [code-infra] Disable cron job for React 17 tests (#44065) @Janpot
31
+ - Remove [website] from changelog (#44069) @oliviertassinari
32
+ - Apply #44052 to the latest release as well @oliviertassinari
33
+ - Fix proptypes generation when multiple components per file (#44058) @Janpot
34
+ - Remove <-- from changelog (#44052) @oliviertassinari
35
+ - [examples] Avoid git diff when playing with examples @oliviertassinari
36
+ - [test] Remove dead code (#44056) @Janpot
37
+
38
+ All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan
39
+
3
40
  ## v6.1.3
4
41
 
5
42
  <!-- generated comparing v6.1.2..master -->
@@ -12,68 +49,60 @@ A big thanks to the 18 contributors who made this release possible. Here are som
12
49
 
13
50
  ### `@mui/material@6.1.3`
14
51
 
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
52
+ - Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
53
+ - [Badge] Make keys in anchor origin partial (#43950) @sai6855
54
+ - [Grid2] Fix column spacing for nested containers (#43733) @Janpot
55
+ - [Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
56
+ - [Grid2] Add compatible props warning (#43801) @k-rajat19
57
+ - [Modal] Fix comment location (#44026) @oliviertassinari
58
+ - [OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
22
59
 
23
60
  ### `@mui/system@6.1.3`
24
61
 
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
62
+ - Make createGrid compatible with React 19 types (#44035) @aarongarciah
63
+ - Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
64
+ - Pre-serialize & cache styles to improve performance (#43412) @romgrk
65
+ - [typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
29
66
 
30
67
  ### `@mui/utils@6.0.0-beta.11`
31
68
 
32
- - &#8203;<!-- 08 -->[utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
69
+ - [utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
33
70
 
34
71
  ### `@mui/lab@6.1.3`
35
72
 
36
- - &#8203;<!-- 20 -->[lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
73
+ - [lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
37
74
 
38
75
  ### Docs
39
76
 
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
77
+ - Update docs-infra role (#44032) @mnajdova
78
+ - Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
79
+ - Fix 301 redirections in docs @oliviertassinari
80
+ - Fix indentation @oliviertassinari
81
+ - Fix Live edit copies (#43835) @oliviertassinari
82
+ - Virtualize icons svg (#43939) @Janpot
83
+ - [Grid] Fix Grid2 gap description (#43967) @aarongarciah
84
+ - [icons] Index search synchronously (#44001) @oliviertassinari
85
+ - [material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
86
+ - [material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
87
+ - [material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
88
+ - [examples] Use CSS Variables (#43856) @Juneezee
89
+ - [material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
53
90
 
54
91
  ### Core
55
92
 
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
93
+ - Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
94
+ - Amend changelog (#43968) @aarongarciah
95
+ - Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
96
+ - [docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
97
+ - [blog] Migrate some .gif to <video> (#43945) @oliviertassinari
98
+ - [code-infra] Align `next` dependency specifier across project (#44036) @Janpot
99
+ - [code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
100
+ - [code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
101
+ - [docs-infra] Fix link in header regression (#43834) @oliviertassinari
102
+ - [infra] Fix line break in Stack Overflow message @oliviertassinari
103
+ - [test] Add missing async (#44028) @oliviertassinari
104
+ - [test] Fix Escape event firing event (#43961) @oliviertassinari
105
+ - [test] Fix flaky pigment-css screenshot (#43959) @Janpot
77
106
 
78
107
  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
108
 
@@ -195,7 +224,6 @@ A big thanks to the 18 contributors who made this release possible.
195
224
  - [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
196
225
  - [test] Remove position:relative from regression container (#43743) @aarongarciah
197
226
  - [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
198
- - [website] Match pricing page with linked page h1 @oliviertassinari
199
227
 
200
228
  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
229
 
@@ -269,9 +297,6 @@ A big thanks to the 21 contributors who made this release possible. Here are the
269
297
  - [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp
270
298
  - [examples] Fix CDN live preview demo (#43641) @oliviertassinari
271
299
  - 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
300
 
276
301
  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
302
 
@@ -285,42 +310,40 @@ A big thanks to the 11 contributors who made this release possible.
285
310
 
286
311
  ### `@mui/material@6.0.2`
287
312
 
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
313
+ - Fix `createTheme` with just color schemes (#43518) @siriwatknp
314
+ - [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
315
+ - [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
291
316
 
292
317
  ### `@mui/system@6.0.2`
293
318
 
294
- - &#8203;<!-- 08 -->[InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
295
- - &#8203;<!-- 04 -->Fix composeClasses v6 behavior change (#43537) @oliviertassinari
319
+ - [InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
320
+ - Fix composeClasses v6 behavior change (#43537) @oliviertassinari
296
321
 
297
322
  ### `@mui/codemod@6.0.2`
298
323
 
299
- - &#8203;<!-- 19 -->Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
324
+ - Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
300
325
 
301
326
  ### Docs
302
327
 
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
328
+ - [figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
329
+ - [material-ui] Fix template shadow tokens (#43514) @zanivan
330
+ - Update version support range (#43565) @oliviertassinari
331
+ - Polish Material UI Sync plugin code format @oliviertassinari
307
332
 
308
333
  ### Core
309
334
 
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
335
+ - [blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
336
+ - [blog] Makes the v5 name change clearer @oliviertassinari
337
+ - [blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
338
+ - [code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
339
+ - [code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
340
+ - [core] Fix CodeQL scan (#43547) @oliviertassinari
341
+ - [core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
342
+ - [docs-infra] Reduce description max-length (#43562) @oliviertassinari
343
+ - [docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
344
+ - [docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
345
+ - [infra] Fixed workflow file path (#43528) @michelengelen
346
+ - [typescript] Fix missing `Theme` generic (#43523) @siriwatknp
324
347
 
325
348
  All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
326
349
 
@@ -404,7 +427,6 @@ We are excited to announce the stable release of Material-UI v6 🎉, check out
404
427
  - [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
405
428
  - [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
406
429
  - [infra] Add closing message workflow (#43450) @michelengelen
407
- - [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
408
430
 
409
431
  All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
410
432
 
@@ -544,8 +566,6 @@ A big thanks to the 18 contributors who made this release possible.
544
566
  - [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
545
567
  - [test] Update `matchMedia` mocks (#43240) @cherniavskii
546
568
  - [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
569
 
550
570
  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
571
 
@@ -564,7 +584,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
564
584
 
565
585
  #### BREAKING CHANGES
566
586
 
567
- - &#8203;<!-- 14 -->[material-ui][ListItem] Removing deprecated props (#41566) @thathva
587
+ - [material-ui][ListItem] Removing deprecated props (#41566) @thathva
568
588
 
569
589
  `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
590
 
@@ -600,54 +620,50 @@ A big thanks to the 17 contributors who made this release possible. Here are som
600
620
 
601
621
  #### Changes
602
622
 
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
623
+ - [material-ui][Autocomplete] Fix default value for multiple mode getting redefined with React 19 (#43189) @DiegoAndai
624
+ - [material-ui] Merge `CssVarsProvider` into `ThemeProvider` (#43115) @siriwatknp
625
+ - [material-ui] Make tests compatible with React 19 (#43155) @DiegoAndai
626
+ - [material-ui] Refine Blog template (#42825) @zanivan
627
+ - [material-ui] Element ref access React 19 compatibility (#43132) @DiegoAndai
628
+ - [material-ui][mui-system] Add support for version runtime checks (#43190) @DiegoAndai
609
629
 
610
630
  ### `@mui/material-pigment-css@6.0.0-beta.5`
611
631
 
612
- - &#8203;<!-- 13 -->Reexport Pigment CSS from index file (#43218) @siriwatknp
632
+ - Reexport Pigment CSS from index file (#43218) @siriwatknp
613
633
 
614
634
  ### `@mui/codemod@6.0.0-beta.5`
615
635
 
616
- - &#8203;<!-- 31 -->Fix codemod crash on MuiDivider property (#43125) @Janpot
636
+ - Fix codemod crash on MuiDivider property (#43125) @Janpot
617
637
 
618
638
  ### Docs
619
639
 
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
640
+ - Fix resolution of @mui/material-ui in docs (#43108) @Janpot
641
+ - Refine and polish out Templates page (#43131) @zanivan
642
+ - Fix the link test script (#43195) @alexfauquette
643
+ - Fix alpha usage (#43194) @siriwatknp
644
+ - Link Toolpad Core components from Material UI docs (#43036) @prakhargupta1
645
+ - Link Toolpad core docs to the docs menu (#42952) @prakhargupta1
646
+ - Polish migration guide (#43021) @oliviertassinari
647
+ - Fix 404 link to migration pages @oliviertassinari
648
+ - Support inject dynamic theme (#42879) @Vxee
649
+ - Fix 301 @oliviertassinari
650
+ - [blog] Announcing pricing changes Sep 2024 (#43061) @joserodolfofreitas
651
+ - [material-ui][TextField] Remove mentions of `redux-form` from TextField documentation (#43176) @AbdurRahman2004
632
652
 
633
653
  ### Core
634
654
 
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
655
+ - [code-infra] Fix `@mui/internal-test-utils` `screen` export type (#43150) @LukasTy
656
+ - [code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) @michaldudak
657
+ - [code-infra] Automate canary releases (#43066) @michaldudak
658
+ - [core] Apply top-level eslint rule to docs and fix violations (#43126) @Janpot
659
+ - [core] Patch styled-components to use React.JSX namespace (#43205) @aarongarciah
660
+ - [core] Replace JSX namespace usages with React.JSX (#43204) @aarongarciah
661
+ - [core] Remove `react-router` package from `pigment-css-vite-app` (#43201) @ZeeshanTamboli
662
+ - [core] Remove unnecessary types packages from `@mui/internal-babel-macros` (#43193) @ZeeshanTamboli
663
+ - [docs-infra] Move `ApiPage` to TS (#43149) @alexfauquette
664
+ - [test] Remove unnecessary prop type check in test (#43211) @aarongarciah
665
+ - [test] Make conformance tests work with async render function (#43156) @michaldudak
666
+ - [typescript] Update the minimum supported version (#43116) @mnajdova
651
667
 
652
668
  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
669
 
@@ -688,7 +704,6 @@ A big thanks to the 12 contributors who made this release possible.
688
704
 
689
705
  - Fix event naming convention @oliviertassinari
690
706
  - [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
691
- - [website] Fine-tune button styles on the branding theme (#43082) @zanivan
692
707
 
693
708
  All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
694
709
 
@@ -704,49 +719,48 @@ A big thanks to the 17 contributors who made this release possible. Here are som
704
719
 
705
720
  ### `@mui/codemod@6.0.0-beta.3`
706
721
 
707
- - &#8203;<!-- 17 -->Fix Divider props codemod (#42919) @aarongarciah
722
+ - Fix Divider props codemod (#42919) @aarongarciah
708
723
 
709
724
  ### `@mui/material@6.0.0-beta.3`
710
725
 
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
726
+ - Fix Accessing element.ref (#42818) @sai6855
727
+ - Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
728
+ - [Typography] Deprecate `paragraph` prop (#42383) @walston
729
+ - [Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
715
730
 
716
731
  ### `@mui/material-nextjs@6.0.0-beta.3`
717
732
 
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
733
+ - [material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
734
+ - [material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
720
735
 
721
736
  ### `@mui/utils@6.0.0-beta.3`
722
737
 
723
- - &#8203;<!-- 02 -->[utils] Add dependency to @mui/types (#43029) @mnajdova
738
+ - [utils] Add dependency to @mui/types (#43029) @mnajdova
724
739
 
725
740
  ### Docs
726
741
 
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
742
+ - [material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
743
+ - [docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
744
+ - [docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
745
+ - [docs] Remove stringify theme import (#43032) @siriwatknp
746
+ - [docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
747
+ - [docs] Fix migration typo (#42976) @mnajdova
748
+ - [material-ui] Add improvements to Dashboard template (#42445) @zanivan
749
+ - [material-ui] Fix broken image links in blog template (#42956) @navedqb
735
750
 
736
751
  ### Core
737
752
 
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
753
+ - [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
754
+ - [code-infra] Fix pnpm lock file (#43030) @Janpot
755
+ - [code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
756
+ - [code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
757
+ - [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
758
+ - [core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
759
+ - [core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
760
+ - [core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
761
+ - [docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
762
+ - [docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
763
+ - [test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
750
764
 
751
765
  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
766
 
@@ -758,11 +772,11 @@ _Jul 16, 2024_
758
772
 
759
773
  ### `@mui/material@6.0.0-beta.2`
760
774
 
761
- - &#8203;<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
775
+ - [material] Add missing dependency (#42961) @mnajdova
762
776
 
763
777
  ### Docs
764
778
 
765
- - &#8203;<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
779
+ - [docs] Move feedback from Canny to GitHub @oliviertassinari
766
780
 
767
781
  All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
768
782
 
@@ -776,25 +790,24 @@ A big thanks to the 6 contributors who made this release possible.
776
790
 
777
791
  ### `@mui/material@6.0.0-beta.1`
778
792
 
779
- - &#8203;<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
780
- - &#8203;<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
793
+ - Remove dependency on @mui/base (#42907) @mnajdova
794
+ - Set material-pigment-css to public (#42912) @siriwatknp
781
795
 
782
796
  ### `@mui/codemod@6.0.0-beta.1`
783
797
 
784
- - &#8203;<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
798
+ - Support sx conditional inside spread element (#42894) @siriwatknp
785
799
 
786
800
  ### Docs
787
801
 
788
- - &#8203;<!-- 07 -->Fix 301 link @oliviertassinari
789
- - &#8203;<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
802
+ - Fix 301 link @oliviertassinari
803
+ - [material-ui] Add script to generate template screenshots (#42903) @siriwatknp
790
804
 
791
805
  ### Core
792
806
 
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
807
+ - [core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
808
+ - [core] Normalize rest / other to match the most common used @oliviertassinari
809
+ - [docs-infra] Move Ads component to TS (#42842) @alexfauquette
810
+ - [docs-infra] Support code tabs overflow (#42913) @arminmeh
798
811
 
799
812
  All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
800
813
 
@@ -930,7 +943,6 @@ A big thanks to the 10 contributors who made this release possible. Here are som
930
943
  - [core] Target direct version for prerelease (#42768) @siriwatknp
931
944
  - [test] Remove enzyme (#42706) @aarongarciah
932
945
  - [test] Remove createMount test util (#42703) @aarongarciah
933
- - [website] Add Ale to team (#42764) @alelthomas
934
946
 
935
947
  All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
936
948
 
@@ -998,8 +1010,6 @@ A big thanks to the 17 contributors who made this release possible.
998
1010
  - [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
999
1011
  - [test] Fix tests on CI (#42670) @michaldudak
1000
1012
  - [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
1013
 
1004
1014
  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
1015
 
@@ -1013,69 +1023,65 @@ A big thanks to the 18 contributors who made this release possible.
1013
1023
 
1014
1024
  ### `@mui/material@6.0.0-alpha.11`
1015
1025
 
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
1026
+ - [Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
1027
+ - [Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
1028
+ - [Grid] Fix support for CSS variables (#42574) @oliviertassinari
1029
+ - [InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
1030
+ - Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
1031
+ - Integrate `extendSxProp` adapter (#42543) @siriwatknp
1032
+ - [Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
1033
+ - [pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
1024
1034
 
1025
1035
  ### `@mui/system@6.0.0-alpha.11`
1026
1036
 
1027
- - &#8203;<!-- 11 -->[Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
1028
- - &#8203;<!-- 07 -->[useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
1037
+ - [Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
1038
+ - [useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
1029
1039
 
1030
1040
  ### `@mui/utils@6.0.0-alpha.11`
1031
1041
 
1032
- - &#8203;<!-- 04 -->Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
1042
+ - Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
1033
1043
 
1034
1044
  ### `@mui/codemod@6.0.0-alpha.11`
1035
1045
 
1036
- - &#8203;<!-- 39 -->Improve styled and sx prop transformation (#42598) @siriwatknp
1037
- - &#8203;<!-- 36 -->Support more cases for sx-prop transformation (#42527) @siriwatknp
1046
+ - Improve styled and sx prop transformation (#42598) @siriwatknp
1047
+ - Support more cases for sx-prop transformation (#42527) @siriwatknp
1038
1048
 
1039
1049
  ### `@mui/private-theming@6.0.0-alpha.11`
1040
1050
 
1041
- - &#8203;<!-- 09 -->Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
1051
+ - Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
1042
1052
 
1043
1053
  ### Docs
1044
1054
 
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
1055
+ - Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
1056
+ - Fix dashboard template console error (#42594) @oliviertassinari
1057
+ - Migrate system props to `sx` prop (#42475) @siriwatknp
1058
+ - [material-ui]Fix duplicated sentence (#42521) @alexfauquette
1059
+ - [Grid] Fix docs spacing (#42573) @oliviertassinari
1060
+ - [joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
1061
+ - [joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
1062
+ - [material-ui] Add docs for complementary stepper components (#41900) @anle9650
1063
+ - [material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
1064
+ - [material-ui] Add container queries docs (#42434) @siriwatknp
1065
+ - [material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
1066
+ - [material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
1067
+ - [material-ui] Add a Refine example project (#42461) @necatiozmen
1058
1068
 
1059
1069
  ### Core
1060
1070
 
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
1071
+ - [core] Allow `for..of` loops (#42600) @michaldudak
1072
+ - [core] Add comment about Object.js @oliviertassinari
1073
+ - [core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
1074
+ - [core] Group Pigment CSS dependencies (#42174) @siriwatknp
1075
+ - [core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
1076
+ - [core] Skip charts animation for visual regression test (#42530) @alexfauquette
1077
+ - [docs-infra] Simplify click header (#42593) @oliviertassinari
1078
+ - [docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
1079
+ - [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1080
+ - [docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
1081
+ - [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
1082
+ - [examples] Remove Pigment CSS examples (#42471) @sai6855
1083
+ - [test] Restore pnpm tc command (#42572) @oliviertassinari
1084
+ - [test] Restore testing internal packages (#42519) @michaldudak
1079
1085
 
1080
1086
  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
1087
 
@@ -1089,40 +1095,35 @@ A big thanks to the 7 contributors who made this release possible.
1089
1095
 
1090
1096
  ### `@mui/material@6.0.0-alpha.10`
1091
1097
 
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
1098
+ - [Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
1099
+ - [Collapse] Bound max transition time (#42390) @oliviertassinari
1100
+ - [FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
1101
+ - [InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
1102
+ - Remove remaining IE11 code (#42283) @DiegoAndai
1103
+ - [Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
1104
+ - [Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
1105
+ - [useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
1100
1106
 
1101
1107
  ### `@mui/system@6.0.0-alpha.10`
1102
1108
 
1103
- - &#8203;<!-- 06 -->Remove IE11 code (#42436) @DiegoAndai
1109
+ - Remove IE11 code (#42436) @DiegoAndai
1104
1110
 
1105
1111
  ### Docs
1106
1112
 
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
1113
+ - Reflect Base UI and MUI System in a different repository @oliviertassinari
1114
+ - Update twitter.com to x.com @oliviertassinari
1115
+ - Simplify Example projects page @oliviertassinari
1116
+ - [icons] Update README and docs page (#41938) @danilo-leal
1117
+ - [material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
1118
+ - [material-ui] Fix sentence in the All components page (#42336) @danilo-leal
1119
+ - [material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
1120
+ - [system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
1115
1121
 
1116
1122
  ### Core
1117
1123
 
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
1124
+ - [docs-infra] Update the OG card image design (#42470) @danilo-leal
1125
+ - [docs-infra] Add small design polish (#42455) @danilo-leal
1126
+ - [docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
1126
1127
 
1127
1128
  All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
1128
1129
 
@@ -1138,67 +1139,63 @@ A big thanks to the 23 contributors who made this release possible. Here are som
1138
1139
 
1139
1140
  ### `@mui/material@6.0.0-alpha.9`
1140
1141
 
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
1142
+ - [AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
1143
+ - [AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
1144
+ - [Grid] Deprecate `wrap` prop (#42363) @fedirjh
1145
+ - [ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
1146
+ - [ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
1147
+ - [ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
1148
+ - Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
1149
+ - [Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
1150
+ - [responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
1151
+ - [Slider] Fix wrong CSS value (#42370) @mnajdova
1152
+ - [Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
1152
1153
 
1153
1154
  ### `@mui/system@6.0.0-alpha.9`
1154
1155
 
1155
- - &#8203;<!-- 34 -->[createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
1156
+ - [createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
1156
1157
 
1157
1158
  ### `@mui/codemod@6.0.0-alpha.9`
1158
1159
 
1159
- - &#8203;<!-- 41 -->Add `sx` prop for v6 migration (#42153) @siriwatknp
1160
- - &#8203;<!-- 40 -->Add codemod for removing system props (#42282) @siriwatknp
1160
+ - Add `sx` prop for v6 migration (#42153) @siriwatknp
1161
+ - Add codemod for removing system props (#42282) @siriwatknp
1161
1162
 
1162
1163
  ### Docs
1163
1164
 
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
1165
+ - Remove unused images (#42324) @danilo-leal
1166
+ - Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
1167
+ - [joy-ui] Fix template responsiveness (#42422) @j4marcos
1168
+ - [material-ui] Add the Pashto locale (#42244) @sayoubiaf
1169
+ - [material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
1170
+ - [material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
1171
+ - [material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
1172
+ - [material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
1173
+ - [pigment-css] Polish redirection mention @oliviertassinari
1173
1174
 
1174
1175
  ### Core
1175
1176
 
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
1177
+ - [blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
1178
+ - [blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
1179
+ - [code-infra] Simplify .stylelintrc.js @oliviertassinari
1180
+ - [code-infra] Fix stylelint locally (#42411) @oliviertassinari
1181
+ - [code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
1182
+ - [code-infra] Create examples eslint rule (#42170) @oliviertassinari
1183
+ - [core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
1184
+ - [core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
1185
+ - [core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
1186
+ - [core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
1187
+ - [core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
1188
+ - [docs-infra] Split feedback channels per product (#42413) @alexfauquette
1189
+ - [docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
1190
+ - [docs-infra] Make menu styles consistent (#42387) @danilo-leal
1191
+ - [docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
1192
+ - [docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
1193
+ - [docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
1194
+ - [docs-infra] Tigthen up the header design (#42180) @danilo-leal
1195
+ - [docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
1196
+ - [docs-infra] Allow JSDoc tags (#42337) @aarongarciah
1197
+ - [test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
1198
+ - [utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
1202
1199
 
1203
1200
  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
1201
 
@@ -1213,27 +1210,26 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1213
1210
 
1214
1211
  ### `@mui/material@6.0.0-alpha.7`
1215
1212
 
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
1213
+ - [material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
1214
+ - [material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
1215
+ - [material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
1219
1216
 
1220
1217
  ### Docs
1221
1218
 
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
1219
+ - [docs] Remove Base UI from the README (#42307) @danilo-leal
1220
+ - [docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
1221
+ - [docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
1222
+ - [docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
1226
1223
 
1227
1224
  ### Core
1228
1225
 
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
1226
+ - [blog] Update blog post OG image (#42270) @danilo-leal
1227
+ - [blog] Update Pigment CSS post (#42266) @danilo-leal
1228
+ - [docs] Remove LocalMonero (#42224) @oliviertassinari
1229
+ - [docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
1230
+ - [code-infra] Remove raw-loader (#42275) @Janpot
1231
+ - [core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
1232
+ - [core] Fix a few more key spread issues (#42168) @oliviertassinari
1237
1233
 
1238
1234
  All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
1239
1235
 
@@ -1247,40 +1243,35 @@ A big thanks to the 14 contributors who made this release possible.
1247
1243
 
1248
1244
  ### `@mui/material@6.0.0-alpha.7`
1249
1245
 
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
1246
+ - [Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
1247
+ - [Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
1248
+ - [Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
1249
+ - [CircularProgress] Deprecate composed classes (#42076) @sai6855
1250
+ - [ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
1255
1251
 
1256
1252
  ### `@mui/codemod@6.0.0-alpha.6`
1257
1253
 
1258
- - &#8203;<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
1254
+ - [Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
1259
1255
 
1260
1256
  ### Docs
1261
1257
 
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
1258
+ - Fix 301 to Figma @oliviertassinari
1259
+ - Fix use of deprecated React API (#42118) @oliviertassinari
1260
+ - Remove the Base notification (#42191) @danilo-leal
1261
+ - [material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
1262
+ - [material-ui] Fix typo in composition docs (#42195) @aarongarciah
1267
1263
 
1268
1264
  ### Core
1269
1265
 
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
1266
+ - [blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
1267
+ - [core] Remove confusing comment @oliviertassinari
1268
+ - [core] Match other repositories and convention @oliviertassinari
1269
+ - [core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
1270
+ - [core] Remove unecessary quotes @oliviertassinari
1271
+ - [docs-infra] Share code for section title (#42236) @alexfauquette
1272
+ - [docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
1273
+ - [docs-infra] Make select components with two capital letters (#42004) @alexfauquette
1274
+ - [docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
1284
1275
 
1285
1276
  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
1277
 
@@ -1324,11 +1315,6 @@ A big thanks to the 10 contributors who made this release possible.
1324
1315
  - [core] Restrict import path with ESLint (#41970) @oliviertassinari
1325
1316
  - [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
1326
1317
  - [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
1318
 
1333
1319
  All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
1334
1320
 
@@ -1362,10 +1348,6 @@ A big thanks to the 9 contributors who made this release possible.
1362
1348
 
1363
1349
  - [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
1364
1350
  - [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
1351
  - [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
1370
1352
 
1371
1353
  All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
@@ -1394,7 +1376,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1394
1376
 
1395
1377
  ### `@mui/icons-material@6.0.0-alpha.4`
1396
1378
 
1397
- - &#8203;<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
1379
+ - [icons] Update the icons package (#41937) @danilo-leal
1398
1380
 
1399
1381
  ### Docs
1400
1382
 
@@ -1420,8 +1402,6 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1420
1402
  - [docs-infra] Add demo container design refinements (#41948) @danilo-leal
1421
1403
  - [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
1422
1404
  - [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
1405
 
1426
1406
  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
1407
 
@@ -1509,31 +1489,31 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1509
1489
 
1510
1490
  ### `@mui/material@6.0.0-alpha.2`
1511
1491
 
1512
- - &#8203;<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
1513
- - &#8203;<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
1492
+ - [typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
1493
+ - [l10n] Fix typo in is-IS locale (#41810) @magnimarels
1514
1494
 
1515
1495
  ### `@pigment-css/react@0.0.6`
1516
1496
 
1517
- - &#8203;<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
1497
+ - [core] Remove `muiName` during eval phase (#41811) @brijeshb42
1518
1498
 
1519
1499
  ### `@pigment-css/nextjs-plugin@0.0.6`
1520
1500
 
1521
- - &#8203;<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
1522
- - &#8203;<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
1501
+ - [nextjs] Handle file references passed through imports (#41817) @brijeshb42
1502
+ - [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
1523
1503
 
1524
1504
  ### Docs
1525
1505
 
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
1506
+ - [docs] Fix 301 links @oliviertassinari
1507
+ - [pigment-css][docs] Fix README typo (#41808) @aarongarciah
1508
+ - [pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
1509
+ - [material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
1510
+ - [material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
1531
1511
 
1532
1512
  ### Core
1533
1513
 
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
1514
+ - [core] Remove unused files (#41818) @mnajdova
1515
+ - [docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
1516
+ - [docs-infra] Fix drawer performances (#41807) @alexfauquette
1537
1517
 
1538
1518
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
1539
1519
 
@@ -1616,11 +1596,6 @@ A big thanks to the 19 contributors who made this release possible. Here are som
1616
1596
  - [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
1617
1597
  - [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
1618
1598
  - [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
1599
 
1625
1600
  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
1601
 
@@ -1698,8 +1673,6 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1698
1673
  - [docs] Update the installation guides to use the next tag (#41558) @mnajdova
1699
1674
  - [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
1700
1675
  - [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
1676
 
1704
1677
  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
1678
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.1.3
2
+ * @mui/icons-material v6.1.4
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.4",
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.4"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {