@mui/icons-material 5.15.11 → 5.15.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,179 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.13
4
+
5
+ <!-- generated comparing v5.15.12..master -->
6
+
7
+ _Mar 12, 2024_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highights ✨
10
+
11
+ - The Material UI free Checkout template got a design uplift (#41447) @zanivan
12
+
13
+ ### `@mui/material@5.15.13`
14
+
15
+ - [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
16
+ - [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
17
+ - Add `paperChannel` token (#41447) @siriwatknp
18
+ - [Switch] Convert to support CSS extraction (#41367) @alexfauquette
19
+ - [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
20
+
21
+ ### `@mui/system@5.15.13`
22
+
23
+ - [RtlProvider] Add component & hook (#41241) @mnajdova
24
+
25
+ ### `@mui/utils@5.15.13`
26
+
27
+ - [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
28
+
29
+ ### `@mui/codemod@5.15.13`
30
+
31
+ - Fix merging of slotProps and componentProps (#41323) @sai6855
32
+
33
+ ### `@mui/base@5.0.0-beta.39`
34
+
35
+ - [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
36
+ - [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
37
+ - [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
38
+
39
+ ### `@pigment-css/react@0.0.2`
40
+
41
+ - Handle more scenarios while transforming sx prop (#41372) @brijeshb42
42
+ - Improve testing of fixtures (#41389) @brijeshb42
43
+ - Fix `keyframes` serialize styles error (#41395) @siriwatknp
44
+ - Use class selector instead of class value (#41442) @brijeshb42
45
+ - [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
46
+
47
+ ### Docs
48
+
49
+ - [material-ui] Refine checkout template (#40967) @zanivan
50
+ - [material-ui] Add docs for complementary List components (#41329) @anle9650
51
+ - [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
52
+ - [material-ui] Fix Templates live preview link (#41467) @danilo-leal
53
+ - [material-ui] Polish out the templates page (#41468) @zanivan
54
+ - [material-ui] Adjust the Templates card design (#41450) @danilo-leal
55
+ - [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
56
+ - [joy-ui] Update case studies chip background color (#41413) @cipherlogs
57
+ - [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
58
+ - [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
59
+ - [pigment] Add example and guide section (#41249) @siriwatknp
60
+ - [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
61
+ - [pigment-css] Fix import on the README (#41411) @danilo-leal
62
+ - [pigment-css] Edit starter template links on README (#41409) @danilo-leal
63
+ - [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
64
+ - [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
65
+ - Finish brand name fixes #41438 @oliviertassinari
66
+ - Remove noreferrer @oliviertassinari
67
+ - Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
68
+ - Update GitHub project links (#41370) @danilo-leal
69
+
70
+ ### Core
71
+
72
+ - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
73
+ - [pigment] Rename directories to match package names (#41453) @brijeshb42
74
+ - [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
75
+ - [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
76
+ - [code-infra] Add alias for icon types (#41248) @Janpot
77
+ - [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
78
+ - [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
79
+ - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
80
+ - [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
81
+ - [docs-infra] Fix pigment css apps path in the render mui demos script (#41476) @mnajdova
82
+ - [docs-infra] move feedback to ESM (#41381) @alexfauquette
83
+ - [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
84
+ - [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
85
+ - [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
86
+ - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
87
+ - [website] Update the Careers page role (#41384) @danilo-leal
88
+ - [website] Compress about images @oliviertassinari
89
+ - [website] Improve color contrast on the homepage (#41465) @danilo-leal
90
+ - [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
91
+ - [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
92
+
93
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
94
+
95
+ ## v5.15.12
96
+
97
+ <!-- generated comparing v5.15.11..master -->
98
+
99
+ _Mar 5, 2024_
100
+
101
+ A big thanks to the 21 contributors who made this release possible.
102
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
103
+
104
+ ### `@pigment-css/react@0.0.1`, `@pigment-css/nextjs-plugin@0.0.1`, `@pigment-css/vite-plugin@0.0.1`, & `@pigment-css/unplugin@0.0.1`
105
+
106
+ - This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
107
+
108
+ ### `@mui/material@5.15.12`
109
+
110
+ - &#8203;<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
111
+ - &#8203;<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
112
+ - &#8203;<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
113
+ - &#8203;<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
114
+ - &#8203;<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
115
+ - &#8203;<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
116
+ - &#8203;<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
117
+ - &#8203;<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
118
+ - &#8203;<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
119
+
120
+ ### `@mui/system@5.15.12`
121
+
122
+ - &#8203;<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
123
+ - &#8203;<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
124
+ - &#8203;<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
125
+ - &#8203;<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
126
+ - &#8203;<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
127
+ - &#8203;<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
128
+ - &#8203;<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
129
+ - &#8203;<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
130
+ - &#8203;<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
131
+ - &#8203;<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
132
+ - &#8203;<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
133
+
134
+ ### `@mui/joy@5.0.0-beta.30`
135
+
136
+ - &#8203;<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
137
+
138
+ ### Docs
139
+
140
+ - &#8203;<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
141
+ - &#8203;<!-- 34 -->Fix missing partner link @oliviertassinari
142
+ - &#8203;<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
143
+ - &#8203;<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
144
+ - &#8203;<!-- 31 -->Fix image layout shift when loading @oliviertassinari
145
+ - &#8203;<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
146
+ - &#8203;<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
147
+ - &#8203;<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
148
+ - &#8203;<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
149
+ - &#8203;<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
150
+
151
+ ### Core
152
+
153
+ - &#8203;<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
154
+ - &#8203;<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
155
+ - &#8203;<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
156
+ - &#8203;<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
157
+ - &#8203;<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
158
+ - &#8203;<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
159
+ - &#8203;<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
160
+ - &#8203;<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
161
+ - &#8203;<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
162
+ - &#8203;<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
163
+ - &#8203;<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
164
+ - &#8203;<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
165
+ - &#8203;<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
166
+ - &#8203;<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
167
+ - &#8203;<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
168
+ - &#8203;<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
169
+ - &#8203;<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
170
+ - &#8203;<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
171
+ - &#8203;<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
172
+ - &#8203;<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
173
+ - &#8203;<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
174
+
175
+ All contributors of this release in alphabetical order: @alexfauquette, @atomiks, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli
176
+
3
177
  ## v5.15.11
4
178
 
5
179
  <!-- generated comparing v5.15.10..master -->
@@ -49,7 +223,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
49
223
 
50
224
  ### Docs
51
225
 
52
- - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
226
+ - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
53
227
  - [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
54
228
  - [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
55
229
  - [joy-ui] Fix 404 image on the docs @oliviertassinari
@@ -72,7 +246,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
72
246
 
73
247
  - [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
74
248
  - [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
75
- - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
249
+ - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
76
250
  - [blog] Remove the "News" tag (#41208) @danilo-leal
77
251
  - [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
78
252
  - [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
@@ -88,7 +262,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
88
262
  - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
89
263
  - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
90
264
  - [core] Fix missing context display names (#41168) @oliviertassinari
91
- - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
265
+ - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
92
266
  - [zero][demo] Fix sample next app build (#41197) @brijeshb42
93
267
  - [docs-infra] Simplify copy logic (#41167) @oliviertassinari
94
268
  - [docs-infra] New way of providing API layout config (#41106) @alexfauquette
@@ -104,7 +278,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
104
278
  - [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
105
279
  - [website] Match chart component names @oliviertassinari
106
280
  - [website] Add Marblism diamond sponsor (#41097) @rluzists1
107
- - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
281
+ - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
108
282
  - [website] Fix responsive breakpoints @oliviertassinari
109
283
  - [website] Fix overloading of footer JS files @oliviertassinari
110
284
  - [website] Improve the footer's chip contrast (#41209) @danilo-leal
@@ -138,10 +312,10 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
138
312
 
139
313
  - [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
140
314
  - [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
141
- - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
315
+ - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
142
316
  - [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
143
317
  - Fix 301 redirection to StackBlitz @oliviertassinari
144
- - Fix h1 on Joy UI templates @oliviertassinari
318
+ - Fix h1 on Joy UI templates @oliviertassinari
145
319
  - Have MUI workspace own the CodeSandbox @oliviertassinari
146
320
  - Add notification for mui x v7 beta (#41001) @joserodolfofreitas
147
321
  - Fix 301 links @oliviertassinari
@@ -588,7 +762,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
588
762
  - Fix strange italic style @oliviertassinari
589
763
  - Fix references to ESLint @oliviertassinari
590
764
  - Fix 301 redirections @oliviertassinari
591
- - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
765
+ - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
592
766
 
593
767
  ### Core
594
768
 
@@ -680,7 +854,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
680
854
  - &#8203;<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
681
855
  - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
682
856
  - &#8203;<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
683
- - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
857
+ - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
684
858
  - &#8203;<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
685
859
 
686
860
  All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
@@ -949,7 +1123,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
949
1123
  - &#8203;<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
950
1124
  - &#8203;<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
951
1125
  - &#8203;<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
952
- - &#8203;<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
1126
+ - &#8203;<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
953
1127
  - &#8203;<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
954
1128
  - &#8203;<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
955
1129
 
@@ -980,7 +1154,7 @@ _Nov 14, 2023_
980
1154
 
981
1155
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
982
1156
 
983
- - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
1157
+ - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
984
1158
  - other 🐛 bug fixes and 📚 documentation improvements
985
1159
 
986
1160
  ### `@mui/material@5.14.18`
@@ -1020,7 +1194,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
1020
1194
  ## Core
1021
1195
 
1022
1196
  - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
1023
- - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
1197
+ - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
1024
1198
  - &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
1025
1199
  - &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
1026
1200
  - &#8203;<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
@@ -1102,7 +1276,7 @@ _Oct 31, 2023_
1102
1276
 
1103
1277
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
1104
1278
 
1105
- - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
1279
+ - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
1106
1280
 
1107
1281
  ### `@mui/material@5.14.16`
1108
1282
 
@@ -1193,7 +1367,7 @@ A big thanks to the 17 contributors who made this release possible.
1193
1367
 
1194
1368
  - &#8203;<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
1195
1369
 
1196
- ### `@mui/zero-runtime@0.0.1-alpha.0`
1370
+ ### `@pigment-css/react@0.0.1-alpha.0`
1197
1371
 
1198
1372
  - &#8203;<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
1199
1373
 
@@ -1374,7 +1548,7 @@ _Oct 3, 2023_
1374
1548
 
1375
1549
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1376
1550
 
1377
- - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
1551
+ - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
1378
1552
  - 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
1379
1553
  - 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
1380
1554
 
@@ -1589,7 +1763,7 @@ _Sep 13, 2023_
1589
1763
 
1590
1764
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1591
1765
 
1592
- - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
1766
+ - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
1593
1767
  - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
1594
1768
 
1595
1769
  ### `@mui/material@5.14.9`
@@ -1743,7 +1917,7 @@ A big thanks to the 25 contributors who made this release possible.
1743
1917
  - &#8203;<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
1744
1918
  - &#8203;<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
1745
1919
  - &#8203;<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
1746
- - &#8203;<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
1920
+ - &#8203;<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
1747
1921
  - &#8203;<!-- 27 -->[docs] Fix typo @oliviertassinari
1748
1922
  - &#8203;<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
1749
1923
  - &#8203;<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
@@ -1794,7 +1968,7 @@ A big thanks to the 11 contributors who made this release possible. This release
1794
1968
 
1795
1969
  - [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
1796
1970
 
1797
- ### `@mui/zero-runtime@0.0.1-alpha.1`
1971
+ ### `@pigment-css/react@0.0.1-alpha.1`
1798
1972
 
1799
1973
  - [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
1800
1974
 
@@ -1830,7 +2004,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1830
2004
 
1831
2005
  - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
1832
2006
  It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
1833
- - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
2007
+ - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
1834
2008
  - 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
1835
2009
  - 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
1836
2010
 
@@ -1848,7 +2022,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1848
2022
 
1849
2023
  ### `@mui/joy@5.0.0-beta.3`
1850
2024
 
1851
- - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
2025
+ - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
1852
2026
  - [Select] Add `required` prop (#38167) @siriwatknp
1853
2027
  - Miscellaneous fixes (#38462) @siriwatknp
1854
2028
 
@@ -1857,7 +2031,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1857
2031
  - [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
1858
2032
  - [Input] Add InputBase component (#38392) @mj12albert
1859
2033
 
1860
- ### `@mui/zero-runtime@0.0.1-alpha.0`
2034
+ ### `@pigment-css/react@0.0.1-alpha.0`
1861
2035
 
1862
2036
  - Implementation of styled tag processor for linaria (#38378) @brijeshb42
1863
2037
 
@@ -1903,7 +2077,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1903
2077
  ### Examples
1904
2078
 
1905
2079
  - [examples] Start to remove Gatsby (#38567) @oliviertassinari
1906
- - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
2080
+ - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
1907
2081
  - [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
1908
2082
 
1909
2083
  ### Core
@@ -1988,7 +2162,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1988
2162
 
1989
2163
  ### Examples
1990
2164
 
1991
- - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
2165
+ - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
1992
2166
 
1993
2167
  ### Core
1994
2168
 
@@ -2073,7 +2247,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2073
2247
  - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
2074
2248
  - &#8203;<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
2075
2249
  - &#8203;<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
2076
- - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
2250
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
2077
2251
  - &#8203;<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
2078
2252
  - &#8203;<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
2079
2253
  - &#8203;<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
@@ -2114,8 +2288,8 @@ _Jul 31, 2023_
2114
2288
 
2115
2289
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2116
2290
 
2117
- - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
2118
- - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
2291
+ - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
2292
+ - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
2119
2293
  - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
2120
2294
  - 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
2121
2295
 
@@ -2155,7 +2329,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2155
2329
 
2156
2330
  ### Docs
2157
2331
 
2158
- - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
2332
+ - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
2159
2333
  - &#8203;<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
2160
2334
  - &#8203;<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
2161
2335
  - &#8203;<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
@@ -2222,7 +2396,7 @@ A big thanks to the 23 contributors who made this release possible.
2222
2396
  - &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
2223
2397
  - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
2224
2398
  - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
2225
- - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
2399
+ - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
2226
2400
  - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
2227
2401
  - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
2228
2402
  - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
@@ -2230,11 +2404,11 @@ A big thanks to the 23 contributors who made this release possible.
2230
2404
  - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
2231
2405
  - &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
2232
2406
  - &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
2233
- - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
2407
+ - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
2234
2408
  - &#8203;<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
2235
2409
  - &#8203;<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
2236
2410
  - &#8203;<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
2237
- - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
2411
+ - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
2238
2412
  - &#8203;<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
2239
2413
 
2240
2414
  ### Core
@@ -2265,7 +2439,7 @@ _Jul 19, 2023_
2265
2439
 
2266
2440
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
2267
2441
 
2268
- - 💫 Introducing some new components for Joy UI:
2442
+ - 💫 Introducing some new components for Joy UI:
2269
2443
  - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
2270
2444
  - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
2271
2445
  - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
@@ -2291,7 +2465,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2291
2465
 
2292
2466
  - &#8203;<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
2293
2467
  - &#8203;<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
2294
- - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
2468
+ - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
2295
2469
 
2296
2470
  ### `@mui/utils@5.14.1`
2297
2471
 
@@ -2356,10 +2530,10 @@ _Jul 11, 2023_
2356
2530
 
2357
2531
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
2358
2532
 
2359
- - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
2533
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
2360
2534
  - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
2361
2535
  - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
2362
- - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
2536
+ - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
2363
2537
  - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
2364
2538
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
2365
2539
 
@@ -2401,7 +2575,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2401
2575
  - [docs-infra] Fix code parser (#37828) @alexfauquette
2402
2576
  - [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
2403
2577
  - [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
2404
- - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
2578
+ - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
2405
2579
 
2406
2580
  ### Core
2407
2581
 
@@ -2512,7 +2686,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2512
2686
  ### `@mui/material@5.13.6`
2513
2687
 
2514
2688
  - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
2515
- - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
2689
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
2516
2690
  - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
2517
2691
  - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
2518
2692
  - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
@@ -2561,7 +2735,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2561
2735
  - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
2562
2736
  - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
2563
2737
  - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
2564
- - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
2738
+ - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
2565
2739
  - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
2566
2740
  - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
2567
2741
  - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
@@ -2577,7 +2751,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2577
2751
  - &#8203;<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
2578
2752
  - &#8203;<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
2579
2753
  - &#8203;<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
2580
- - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
2754
+ - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
2581
2755
 
2582
2756
  All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
2583
2757
 
@@ -2587,7 +2761,7 @@ _Jun 12, 2023_
2587
2761
 
2588
2762
  A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
2589
2763
 
2590
- - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
2764
+ - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
2591
2765
  - 🐛 bug fixes and 📚 documentation improvements.
2592
2766
 
2593
2767
  ### `@mui/material@5.13.5`
@@ -2805,7 +2979,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2805
2979
  - [docs] Remove upload button (#36844) @Bastian
2806
2980
  - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
2807
2981
  - [docs] Fix Material Design templates (#37187) @oliviertassinari
2808
- - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
2982
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
2809
2983
  - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
2810
2984
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2811
2985
  - [docs] Update theme customization TypeScript (#35551) @siriwatknp
@@ -2834,7 +3008,7 @@ _May 10, 2023_
2834
3008
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2835
3009
 
2836
3010
  - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2837
- - 🗺 We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
3011
+ - 🗺 We have new [project boards](https://github.com/mui/material-ui/projects?query=is%3Aopen) on GitHub where you can learn about what's coming next.
2838
3012
  - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
2839
3013
 
2840
3014
  ### `@mui/material@5.13.0`
@@ -3053,7 +3227,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
3053
3227
  ### Docs
3054
3228
 
3055
3229
  - &#8203;<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
3056
- - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
3230
+ - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
3057
3231
  - &#8203;<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
3058
3232
  - &#8203;<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
3059
3233
  - &#8203;<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
@@ -3136,7 +3310,7 @@ A big thanks to the 16 contributors who made this release possible. This release
3136
3310
  - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
3137
3311
  - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
3138
3312
  - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
3139
- - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
3313
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
3140
3314
  - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
3141
3315
  - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
3142
3316
  - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
@@ -3242,15 +3416,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3242
3416
  - [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
3243
3417
  - [docs] Tabs API add slots section (#36769) @mnajdova
3244
3418
  - [docs] Update feedbacks management on slack (#36705) @alexfauquette
3245
- - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
3419
+ - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
3246
3420
  - [docs] Add toggle-button coming soon page (#36618) @siriwatknp
3247
- - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
3421
+ - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
3248
3422
  - [docs] Fix small typo (#36727) @RBerthier
3249
- - [docs] Fix Joy UI template broken image loading @oliviertassinari
3423
+ - [docs] Fix Joy UI template broken image loading @oliviertassinari
3250
3424
  - [docs] Hide the default API column if it's empty (#36715) @mnajdova
3251
3425
  - [docs] Update Material UI Related Projects page (#34203) @viclafouch
3252
- - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
3253
- - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
3426
+ - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
3427
+ - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
3254
3428
  - [docs] Support Google Analytics 4 (#36123) @alexfauquette
3255
3429
  - [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
3256
3430
  - [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
@@ -3270,7 +3444,7 @@ _Mar 28, 2023_
3270
3444
 
3271
3445
  A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
3272
3446
 
3273
- - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
3447
+ - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
3274
3448
 
3275
3449
  ### `@mui/material@5.11.15`
3276
3450
 
@@ -3415,7 +3589,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3415
3589
  - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
3416
3590
  - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
3417
3591
  - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
3418
- - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3592
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3419
3593
  - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
3420
3594
  - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
3421
3595
  - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
@@ -3431,7 +3605,7 @@ _Mar 6, 2023_
3431
3605
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3432
3606
 
3433
3607
  - @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
3434
- - @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy UI when using the default theme (#35739)
3608
+ - @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy UI when using the default theme (#35739)
3435
3609
  - other 🐛 bug fixes and 📚 documentation improvements.
3436
3610
 
3437
3611
  ### `@mui/material@5.11.12`
@@ -3451,7 +3625,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3451
3625
 
3452
3626
  - &#8203;<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
3453
3627
 
3454
- The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy UI, it needs to be wrapped inside `unstable_createCssVarsTheme` - a util exported from the MUI System. Below is an example of how the migration should look like:
3628
+ The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy UI, it needs to be wrapped inside `unstable_createCssVarsTheme` - a util exported from the MUI System. Below is an example of how the migration should look like:
3455
3629
 
3456
3630
  ```diff
3457
3631
  import {
@@ -3523,7 +3697,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3523
3697
 
3524
3698
  - &#8203;<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
3525
3699
 
3526
- Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
3700
+ Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
3527
3701
 
3528
3702
  ```diff
3529
3703
  -<List sx={{ py: 'var(--List-divider-gap)' }}>
@@ -3574,7 +3748,7 @@ _Feb 27, 2023_
3574
3748
 
3575
3749
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3576
3750
 
3577
- - 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
3751
+ - 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
3578
3752
  - other 🐛 bug fixes and 📚 documentation improvements.
3579
3753
 
3580
3754
  ### `@mui/material@5.11.11`
@@ -3754,8 +3928,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3754
3928
  - [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
3755
3929
  - [docs] Update release instructions (#36113) @mj12albert
3756
3930
  - [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
3757
- - [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
3758
- - [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
3931
+ - [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
3932
+ - [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
3759
3933
 
3760
3934
  ### Examples
3761
3935
 
@@ -3781,7 +3955,7 @@ _Feb 7, 2023_
3781
3955
 
3782
3956
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3783
3957
 
3784
- - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
3958
+ - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
3785
3959
  - 📚 Documentation improvements and 🐛 bug fixes as usual
3786
3960
 
3787
3961
  ### `@mui/material@5.11.8`
@@ -3835,7 +4009,7 @@ _Jan 31, 2023_
3835
4009
 
3836
4010
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3837
4011
 
3838
- - @siriwatknp added `Table` component to Joy UI (#35872)
4012
+ - @siriwatknp added `Table` component to Joy UI (#35872)
3839
4013
  - many other 🐛 bug fixes and 📚 documentation improvements
3840
4014
 
3841
4015
  ### `@mui/material@5.11.7`
@@ -3855,7 +4029,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3855
4029
 
3856
4030
  - &#8203;<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
3857
4031
 
3858
- - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
4032
+ - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
3859
4033
 
3860
4034
  ```diff
3861
4035
  <Button
@@ -3866,9 +4040,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3866
4040
 
3867
4041
  You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration.
3868
4042
 
3869
- - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
4043
+ - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
3870
4044
 
3871
- - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
4045
+ - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
3872
4046
 
3873
4047
  ```diff
3874
4048
  <Card
@@ -3891,11 +4065,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3891
4065
  - &#8203;<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
3892
4066
  - &#8203;<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
3893
4067
  - &#8203;<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
3894
- - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
4068
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
3895
4069
  - &#8203;<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
3896
4070
  - &#8203;<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
3897
4071
  - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
3898
- - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
4072
+ - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
3899
4073
  - &#8203;<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
3900
4074
  - &#8203;<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
3901
4075
  - &#8203;<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
@@ -3974,7 +4148,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3974
4148
  - &#8203;<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
3975
4149
  - &#8203;<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
3976
4150
  - &#8203;<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
3977
- - &#8203;<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
4151
+ - &#8203;<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
3978
4152
  - &#8203;<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
3979
4153
 
3980
4154
  ### Core
@@ -4029,7 +4203,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
4029
4203
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
4030
4204
  - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
4031
4205
  - [docs] Fix typos (#35814) @alexfauquette
4032
- - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
4206
+ - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
4033
4207
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
4034
4208
  - [docs] Fix typo in the Composition page (#35774) @msoyka
4035
4209
  - [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
@@ -4076,10 +4250,10 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
4076
4250
 
4077
4251
  ### Docs
4078
4252
 
4079
- - [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
4253
+ - [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
4080
4254
  - [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
4081
4255
  - [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
4082
- - [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
4256
+ - [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
4083
4257
  - [docs] Fix content wider than screen regression @oliviertassinari
4084
4258
  - [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
4085
4259
 
@@ -4176,7 +4350,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
4176
4350
 
4177
4351
  - &#8203;<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
4178
4352
  - &#8203;<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
4179
- - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
4353
+ - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
4180
4354
  - &#8203;<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
4181
4355
  - &#8203;<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
4182
4356
  - &#8203;<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
@@ -4340,7 +4514,7 @@ _Dec 6, 2022_
4340
4514
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
4341
4515
 
4342
4516
  - ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
4343
- - 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
4517
+ - 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
4344
4518
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4345
4519
 
4346
4520
  ### `@mui/material@5.10.17`
@@ -4361,7 +4535,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4361
4535
 
4362
4536
  - &#8203;<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
4363
4537
 
4364
- - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
4538
+ - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
4365
4539
 
4366
4540
  ```diff
4367
4541
  -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
@@ -4381,7 +4555,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4381
4555
  - &#8203;<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
4382
4556
  - &#8203;<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
4383
4557
  - &#8203;<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
4384
- - &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
4558
+ - &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
4385
4559
  - &#8203;<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
4386
4560
  - &#8203;<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
4387
4561
  - &#8203;<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
@@ -4389,7 +4563,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4389
4563
  - &#8203;<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
4390
4564
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
4391
4565
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
4392
- - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
4566
+ - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
4393
4567
  - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
4394
4568
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
4395
4569
  - &#8203;<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
@@ -4489,13 +4663,13 @@ A big thanks to the 9 contributors who made this release possible. Here are some
4489
4663
  - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
4490
4664
  - [docs] Fix typos in section titles (#35025) @iamxukai
4491
4665
  - [docs] Fix typo in legacy date picker migration guide @oliviertassinari
4492
- - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
4666
+ - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
4493
4667
  - [docs] Inform that pickers are in X repository (#35189) @alexfauquette
4494
4668
  - [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
4495
4669
  - [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
4496
- - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
4670
+ - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
4497
4671
  - [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
4498
- - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
4672
+ - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
4499
4673
  - [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
4500
4674
  - [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
4501
4675
  - [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
@@ -4521,7 +4695,7 @@ _Nov 14, 2022_
4521
4695
 
4522
4696
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
4523
4697
 
4524
- - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
4698
+ - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
4525
4699
  - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
4526
4700
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
4527
4701
 
@@ -4558,7 +4732,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4558
4732
  - [docs] Improve code font family v2 (#35053) @oliviertassinari
4559
4733
  - [docs] Upgrade to Next.js 13 (#35001) @mnajdova
4560
4734
  - [docs] Fix typo in changelog @oliviertassinari
4561
- - [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
4735
+ - [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
4562
4736
  - [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
4563
4737
  - [website] Fix margin bug on CTA @oliviertassinari
4564
4738
  - [website] Link respective repositories in product pages (#35046) @sidtohan
@@ -4614,7 +4788,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
4614
4788
 
4615
4789
  - &#8203;<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
4616
4790
  - &#8203;<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
4617
- - &#8203;<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
4791
+ - &#8203;<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
4618
4792
  - &#8203;<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
4619
4793
  - &#8203;<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
4620
4794
  - &#8203;<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
@@ -4647,7 +4821,7 @@ _Oct 31, 2022_
4647
4821
 
4648
4822
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
4649
4823
 
4650
- - 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
4824
+ - 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
4651
4825
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
4652
4826
 
4653
4827
  ### `@mui/material@5.10.12`
@@ -4671,7 +4845,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4671
4845
 
4672
4846
  - &#8203;<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
4673
4847
  - &#8203;<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
4674
- - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
4848
+ - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
4675
4849
  - &#8203;<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
4676
4850
  - &#8203;<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
4677
4851
  - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
@@ -4804,7 +4978,7 @@ _Oct 18, 2022_
4804
4978
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
4805
4979
 
4806
4980
  - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
4807
- - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
4981
+ - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
4808
4982
  - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
4809
4983
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
4810
4984
  - And more 🐛 bug fixes and 📚 documentation improvements.
@@ -4836,14 +5010,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4836
5010
  ### Docs
4837
5011
 
4838
5012
  - [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
4839
- - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
5013
+ - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
4840
5014
  - [docs] Use new editing API in homepage demos (#34220) @m4theushw
4841
5015
  - [docs] Live demos (#34454) @bharatkashyap
4842
- - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
5016
+ - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
4843
5017
  - [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
4844
- - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
4845
- - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
4846
- - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
5018
+ - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
5019
+ - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
5020
+ - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
4847
5021
  - [docs] Basic link verification at PR level (#34588) @alexfauquette
4848
5022
  - [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
4849
5023
  - [website] Clarify Pro/Premium support (#34607) @oliviertassinari
@@ -4889,12 +5063,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4889
5063
 
4890
5064
  - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
4891
5065
 
4892
- The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
5066
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
4893
5067
 
4894
5068
  Migration:
4895
5069
 
4896
5070
  - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
4897
- - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
5071
+ - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
4898
5072
 
4899
5073
  #### Changes
4900
5074
 
@@ -4912,7 +5086,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4912
5086
 
4913
5087
  - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
4914
5088
  - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
4915
- - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
5089
+ - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
4916
5090
  - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
4917
5091
  - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
4918
5092
  - &#8203;<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
@@ -4965,7 +5139,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4965
5139
  - &#8203;<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
4966
5140
  - &#8203;<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
4967
5141
  - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
4968
- - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
5142
+ - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
4969
5143
  - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
4970
5144
  - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
4971
5145
  - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
@@ -4992,7 +5166,7 @@ _Sep 26, 2022_
4992
5166
 
4993
5167
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
4994
5168
 
4995
- - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
5169
+ - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
4996
5170
 
4997
5171
  ### `@mui/material@5.10.7`
4998
5172
 
@@ -5104,7 +5278,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
5104
5278
 
5105
5279
  The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
5106
5280
  This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
5107
- This also affects Select from Joy UI.
5281
+ This also affects Select from Joy UI.
5108
5282
 
5109
5283
  ```jsx
5110
5284
  // before
@@ -5146,7 +5320,7 @@ _Sep 12, 2022_
5146
5320
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
5147
5321
 
5148
5322
  - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
5149
- - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
5323
+ - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
5150
5324
  - And more 🐛 bug fixes and 📚 documentation improvements.
5151
5325
 
5152
5326
  ### `@mui/material@5.10.5`
@@ -5156,10 +5330,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
5156
5330
 
5157
5331
  ### `@mui/joy@5.0.0-alpha.45`
5158
5332
 
5159
- - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
5160
- - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
5161
- - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
5162
- - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
5333
+ - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
5334
+ - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
5335
+ - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
5336
+ - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
5163
5337
  - &#8203;<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
5164
5338
  - &#8203;<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
5165
5339
  - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
@@ -5171,7 +5345,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
5171
5345
  - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
5172
5346
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
5173
5347
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
5174
- - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
5348
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
5175
5349
  - &#8203;<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
5176
5350
  - &#8203;<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
5177
5351
 
@@ -5191,7 +5365,7 @@ _Sep 5, 2022_
5191
5365
 
5192
5366
  A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
5193
5367
 
5194
- - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
5368
+ - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
5195
5369
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
5196
5370
 
5197
5371
  ### `@mui/material@5.10.4`
@@ -5218,7 +5392,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
5218
5392
  - &#8203;<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
5219
5393
  - &#8203;<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
5220
5394
  - &#8203;<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
5221
- - &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
5395
+ - &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
5222
5396
  - &#8203;<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
5223
5397
  - &#8203;<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
5224
5398
  - &#8203;<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
@@ -5280,7 +5454,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5280
5454
  - [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
5281
5455
  - [docs] Fix typo in `Select` component (#34091) @HexM7
5282
5456
  - [docs] Fix 301 links to tss's docs @oliviertassinari
5283
- - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
5457
+ - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
5284
5458
  - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
5285
5459
  - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
5286
5460
  - [website] Improve SEO meta description for MUI X @oliviertassinari
@@ -5332,12 +5506,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
5332
5506
 
5333
5507
  - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
5334
5508
  - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
5335
- - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
5336
- - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
5509
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
5510
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
5337
5511
  - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
5338
5512
  - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
5339
- - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
5340
- - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
5513
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
5514
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
5341
5515
 
5342
5516
  ### Core
5343
5517
 
@@ -5377,7 +5551,7 @@ A big thanks to the 18 contributors who made this release possible. This release
5377
5551
  ### Docs
5378
5552
 
5379
5553
  - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
5380
- - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
5554
+ - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
5381
5555
  - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
5382
5556
  - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
5383
5557
  - &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
@@ -5418,8 +5592,8 @@ _Aug 8, 2022_
5418
5592
 
5419
5593
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
5420
5594
 
5421
- - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5422
- - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
5595
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5596
+ - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
5423
5597
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
5424
5598
 
5425
5599
  ### `@mui/material@5.10.0`
@@ -5535,7 +5709,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
5535
5709
  - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
5536
5710
  - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
5537
5711
  - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
5538
- - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
5712
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
5539
5713
 
5540
5714
  All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
5541
5715
 
@@ -5581,7 +5755,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5581
5755
  - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
5582
5756
  - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
5583
5757
  - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
5584
- - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
5758
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
5585
5759
  - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
5586
5760
  - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
5587
5761
  - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
@@ -5662,7 +5836,7 @@ _Jul 12, 2022_
5662
5836
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
5663
5837
 
5664
5838
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
5665
- - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5839
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5666
5840
  - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
5667
5841
  - ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
5668
5842
  - many other 🐛 bug fixes and 📚 documentation improvements
@@ -5984,7 +6158,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5984
6158
  - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
5985
6159
  - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
5986
6160
  - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
5987
- - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
6161
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
5988
6162
  - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
5989
6163
 
5990
6164
  ### Core
@@ -7666,7 +7840,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
7666
7840
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
7667
7841
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
7668
7842
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
7669
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
7843
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
7670
7844
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
7671
7845
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
7672
7846
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -7747,7 +7921,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7747
7921
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
7748
7922
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
7749
7923
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
7750
- - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
7924
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
7751
7925
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
7752
7926
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
7753
7927
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -7760,7 +7934,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7760
7934
  ### Core
7761
7935
 
7762
7936
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
7763
- - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
7937
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
7764
7938
 
7765
7939
  All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
7766
7940
 
@@ -9036,7 +9210,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
9036
9210
  - &#8203;<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
9037
9211
  - &#8203;<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
9038
9212
  - &#8203;<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
9039
- - &#8203;<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
9213
+ - &#8203;<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
9040
9214
  - &#8203;<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
9041
9215
 
9042
9216
  ### Core
@@ -11451,7 +11625,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
11451
11625
  #### Breaking changes
11452
11626
 
11453
11627
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
11454
- The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
11628
+ The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
11455
11629
 
11456
11630
  ```diff
11457
11631
  -import { Omit } from '@material-ui/types';
package/icon.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { default } from '@mui/material/SvgIcon';
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.11
2
+ * @mui/icons-material v5.15.13
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": "5.15.11",
3
+ "version": "5.15.13",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",