@mui/styled-engine-sc 6.0.0-alpha.16 → 6.0.0-alpha.18

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,399 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.14
4
+
5
+ <!-- generated comparing v5.15.13..master -->
6
+
7
+ _Mar 18, 2024_
8
+
9
+ A big thanks to the 15 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.15.13`
13
+
14
+ - [Accordion] Convert to support CSS extraction (#41221) @mnajdova
15
+ - &#8203;<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
16
+ - &#8203;<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
17
+ - &#8203;<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
18
+ - &#8203;<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
19
+
20
+ ### `@pigment-css/react@0.0.3`
21
+
22
+ - &#8203;<!-- 03 -->Add Box component (#41451) @brijeshb42
23
+
24
+ ### `pigment-css/nextjs-plugin@0.0.3`
25
+
26
+ - &#8203;<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
27
+ - &#8203;<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
28
+
29
+ ### Docs
30
+
31
+ - &#8203;<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
32
+ - &#8203;<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
33
+ - &#8203;<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
34
+ - &#8203;<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
35
+
36
+ ### Core
37
+
38
+ - &#8203;<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
39
+ - &#8203;<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
40
+ - &#8203;<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
41
+ - &#8203;<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
42
+ - &#8203;<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
43
+ - &#8203;<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
44
+ - &#8203;<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
45
+ - &#8203;<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
46
+ - &#8203;<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
47
+ - &#8203;<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
48
+ - &#8203;<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
49
+ - &#8203;<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
50
+ - &#8203;<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
51
+ - &#8203;<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
52
+ - &#8203;<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
53
+ - &#8203;<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
54
+ - &#8203;<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
55
+ - &#8203;<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
56
+
57
+ All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
58
+
59
+ ## v5.15.13
60
+
61
+ <!-- generated comparing v5.15.12..master -->
62
+
63
+ _Mar 13, 2024_
64
+
65
+ A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
66
+
67
+ - The Material UI free Checkout template got a design uplift (#41447) @zanivan
68
+
69
+ ### `@mui/material@5.15.13`
70
+
71
+ - [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
72
+ - [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
73
+ - Add `paperChannel` token (#41447) @siriwatknp
74
+ - [Switch] Convert to support CSS extraction (#41367) @alexfauquette
75
+ - [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
76
+
77
+ ### `@mui/system@5.15.13`
78
+
79
+ - [RtlProvider] Add component & hook (#41241) @mnajdova
80
+
81
+ ### `@mui/utils@5.15.13`
82
+
83
+ - [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
84
+
85
+ ### `@mui/codemod@5.15.13`
86
+
87
+ - Fix merging of slotProps and componentProps (#41323) @sai6855
88
+
89
+ ### `@mui/base@5.0.0-beta.39`
90
+
91
+ - [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
92
+ - [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
93
+ - [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
94
+
95
+ ### `@pigment-css/react@0.0.2`
96
+
97
+ - Handle more scenarios while transforming sx prop (#41372) @brijeshb42
98
+ - Improve testing of fixtures (#41389) @brijeshb42
99
+ - Fix `keyframes` serialize styles error (#41395) @siriwatknp
100
+ - Use class selector instead of class value (#41442) @brijeshb42
101
+ - [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
102
+
103
+ ### Docs
104
+
105
+ - [material-ui] Refine checkout template (#40967) @zanivan
106
+ - [material-ui] Add docs for complementary List components (#41329) @anle9650
107
+ - [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
108
+ - [material-ui] Fix Templates live preview link (#41467) @danilo-leal
109
+ - [material-ui] Polish out the templates page (#41468) @zanivan
110
+ - [material-ui] Adjust the Templates card design (#41450) @danilo-leal
111
+ - [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
112
+ - [joy-ui] Update case studies chip background color (#41413) @cipherlogs
113
+ - [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
114
+ - [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
115
+ - [pigment] Add example and guide section (#41249) @siriwatknp
116
+ - [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
117
+ - [pigment-css] Fix import on the README (#41411) @danilo-leal
118
+ - [pigment-css] Edit starter template links on README (#41409) @danilo-leal
119
+ - [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
120
+ - [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
121
+ - Finish brand name fixes #41438 @oliviertassinari
122
+ - Remove noreferrer @oliviertassinari
123
+ - Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
124
+ - Update GitHub project links (#41370) @danilo-leal
125
+
126
+ ### Core
127
+
128
+ - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
129
+ - [pigment] Rename directories to match package names (#41453) @brijeshb42
130
+ - [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
131
+ - [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
132
+ - [code-infra] Add alias for icon types (#41248) @Janpot
133
+ - [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
134
+ - [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
135
+ - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
136
+ - [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
137
+ - [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
138
+ - [docs-infra] move feedback to ESM (#41381) @alexfauquette
139
+ - [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
140
+ - [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
141
+ - [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
142
+ - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
143
+ - [website] Update the Careers page role (#41384) @danilo-leal
144
+ - [website] Compress about images @oliviertassinari
145
+ - [website] Improve color contrast on the homepage (#41465) @danilo-leal
146
+ - [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
147
+ - [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
148
+
149
+ All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
150
+
151
+ ## v5.15.12
152
+
153
+ <!-- generated comparing v5.15.11..master -->
154
+
155
+ _Mar 5, 2024_
156
+
157
+ A big thanks to the 21 contributors who made this release possible.
158
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
159
+
160
+ ### `@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`
161
+
162
+ - This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
163
+
164
+ ### `@mui/material@5.15.12`
165
+
166
+ - &#8203;<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
167
+ - &#8203;<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
168
+ - &#8203;<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
169
+ - &#8203;<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
170
+ - &#8203;<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
171
+ - &#8203;<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
172
+ - &#8203;<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
173
+ - &#8203;<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
174
+ - &#8203;<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
175
+
176
+ ### `@mui/system@5.15.12`
177
+
178
+ - &#8203;<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
179
+ - &#8203;<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
180
+ - &#8203;<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
181
+ - &#8203;<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
182
+ - &#8203;<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
183
+ - &#8203;<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
184
+ - &#8203;<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
185
+ - &#8203;<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
186
+ - &#8203;<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
187
+ - &#8203;<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
188
+ - &#8203;<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
189
+
190
+ ### `@mui/joy@5.0.0-beta.30`
191
+
192
+ - &#8203;<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
193
+
194
+ ### Docs
195
+
196
+ - &#8203;<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
197
+ - &#8203;<!-- 34 -->Fix missing partner link @oliviertassinari
198
+ - &#8203;<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
199
+ - &#8203;<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
200
+ - &#8203;<!-- 31 -->Fix image layout shift when loading @oliviertassinari
201
+ - &#8203;<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
202
+ - &#8203;<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
203
+ - &#8203;<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
204
+ - &#8203;<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
205
+ - &#8203;<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
206
+
207
+ ### Core
208
+
209
+ - &#8203;<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
210
+ - &#8203;<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
211
+ - &#8203;<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
212
+ - &#8203;<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
213
+ - &#8203;<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
214
+ - &#8203;<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
215
+ - &#8203;<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
216
+ - &#8203;<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
217
+ - &#8203;<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
218
+ - &#8203;<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
219
+ - &#8203;<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
220
+ - &#8203;<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
221
+ - &#8203;<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
222
+ - &#8203;<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
223
+ - &#8203;<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
224
+ - &#8203;<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
225
+ - &#8203;<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
226
+ - &#8203;<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
227
+ - &#8203;<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
228
+ - &#8203;<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
229
+ - &#8203;<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
230
+
231
+ 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
232
+
233
+ ## v5.15.11
234
+
235
+ <!-- generated comparing v5.15.10..master -->
236
+
237
+ _Feb 21, 2024_
238
+
239
+ A big thanks to the 26 contributors who made this release possible.
240
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
241
+
242
+ ### `@mui/material@5.15.11`
243
+
244
+ - [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
245
+ - [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
246
+ - [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
247
+ - [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
248
+ - [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
249
+ - Use direct import (#40851) @siriwatknp
250
+
251
+ ### `@mui/material-nextjs@5.15.11`
252
+
253
+ - Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
254
+
255
+ ### `@mui/system@5.15.11`
256
+
257
+ - Use direct import (#40851) @siriwatknp
258
+ - Move useMediaQuery to system (#39463) @justintoman
259
+ - Consolidate the variants props callback arguments (#41222) @mnajdova
260
+ - Merge props and ownerState in the variants props callback (#41219) @mnajdova
261
+
262
+ ### `@mui/codemod@5.15.11`
263
+
264
+ - [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
265
+ - [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
266
+
267
+ ### `@mui/utils@5.15.11`
268
+
269
+ - Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
270
+
271
+ ### `@mui/base@5.0.0-beta.37`
272
+
273
+ - [Switch] Add missing role attribute (#40907) @KirankumarAmbati
274
+ - [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
275
+
276
+ ### `@mui/lab@5.0.0-alpha.164`
277
+
278
+ - [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
279
+
280
+ ### Docs
281
+
282
+ - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
283
+ - [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
284
+ - [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
285
+ - [joy-ui] Fix 404 image on the docs @oliviertassinari
286
+ - [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
287
+ - [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
288
+ - [material-ui] Update the Testing page's Argos link (#41170) @gregberge
289
+ - [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
290
+ - [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
291
+ - [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
292
+ - [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
293
+ - [material-ui] Add simpler demo for default behavior (#40980) @zanivan
294
+ - [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
295
+ - Link to react-transition group with https @oliviertassinari
296
+ - Update broken URL hashes (#41185) @LukasTy
297
+ - Prefer https links @oliviertassinari
298
+ - Fix MUI Treasury link @oliviertassinari
299
+ - Migrate the last > quotes to ::: callouts @oliviertassinari
300
+
301
+ ### Core
302
+
303
+ - [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
304
+ - [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
305
+ - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
306
+ - [blog] Remove the "News" tag (#41208) @danilo-leal
307
+ - [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
308
+ - [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
309
+ - [code-infra] Move Link to @mui/docs (#40889) @Janpot
310
+ - [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
311
+ - [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
312
+ - [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
313
+ - [code-infra] Build internal packages before publishing (#41210) @michaldudak
314
+ - [core] Improve the release instructions (#40973) @mnajdova
315
+ - [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
316
+ - [core] Fix TypeScript spelling in changelog @oliviertassinari
317
+ - [core] Fix small detail in the autocomplete demo @oliviertassinari
318
+ - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
319
+ - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
320
+ - [core] Fix missing context display names (#41168) @oliviertassinari
321
+ - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
322
+ - [zero][demo] Fix sample next app build (#41197) @brijeshb42
323
+ - [docs-infra] Simplify copy logic (#41167) @oliviertassinari
324
+ - [docs-infra] New way of providing API layout config (#41106) @alexfauquette
325
+ - [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
326
+ - [docs-infra] Add external link arrow (#41129) @siriwatknp
327
+ - [docs-infra] Fix external link arrow (#41181) @alexfauquette
328
+ - [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
329
+ - [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
330
+ - [docs-infra] Remove random layout assignment (#40862) @alexfauquette
331
+ - [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
332
+ - [docs-infra] Share vale-config (#41176) @alexfauquette
333
+ - [test] Generalize test utils (#41175) @michaldudak
334
+ - [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
335
+ - [website] Match chart component names @oliviertassinari
336
+ - [website] Add Marblism diamond sponsor (#41097) @rluzists1
337
+ - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
338
+ - [website] Fix responsive breakpoints @oliviertassinari
339
+ - [website] Fix overloading of footer JS files @oliviertassinari
340
+ - [website] Improve the footer's chip contrast (#41209) @danilo-leal
341
+ - [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
342
+ - [zero] Setup basic testing framework (#40986) @brijeshb42
343
+ - [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
344
+ - [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
345
+ - [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
346
+
347
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
348
+
349
+ ## v5.15.10
350
+
351
+ <!-- generated comparing v5.15.9..master -->
352
+
353
+ _Feb 12, 2024_
354
+
355
+ A big thanks to the 8 contributors who made this release possible.
356
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
357
+
358
+ ### `@mui/material@5.15.10`
359
+
360
+ - [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
361
+
362
+ ### `@mui/joy@5.0.0-beta.28`
363
+
364
+ - [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
365
+ - [IconButton] Support loading prop (#40949) @Smileek
366
+
367
+ ### Docs
368
+
369
+ - [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
370
+ - [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
371
+ - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
372
+ - [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
373
+ - Fix 301 redirection to StackBlitz @oliviertassinari
374
+ - Fix h1 on Joy UI templates @oliviertassinari
375
+ - Have MUI workspace own the CodeSandbox @oliviertassinari
376
+ - Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
377
+ - Fix 301 links @oliviertassinari
378
+ - Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
379
+ - Add a 404 page (#40884) @danilo-leal
380
+ - Fix missing GitHub label when opening new issue @oliviertassinari
381
+ - [Stack] Update import statement for Stack component (#41032) @sai6855
382
+
383
+ ### Core
384
+
385
+ - [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
386
+ - [core] Simplify CodeSandbox reproduction @oliviertassinari
387
+ - [core] Missing redirection @oliviertassinari
388
+ - [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
389
+ - [core] Avoid variable shorthands @oliviertassinari
390
+ - [docs-infra] Fix search icon issue (#40957) @oliviertassinari
391
+ - [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
392
+ - [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
393
+ - [website] Polish Customer Support Agent role @oliviertassinari
394
+
395
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
396
+
3
397
  ## v5.15.9<!-- generated comparing v5.15.8..master -->
4
398
 
5
399
  _Feb 8, 2024_
@@ -71,7 +465,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
71
465
  ### Docs
72
466
 
73
467
  - &#8203;<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
74
- - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
468
+ - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
75
469
  - &#8203;<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
76
470
  - &#8203;<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
77
471
  - &#8203;<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
@@ -108,7 +502,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
108
502
  - &#8203;<!-- 07 -->[website] Fix broken link @oliviertassinari
109
503
  - &#8203;<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
110
504
  - &#8203;<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
111
- - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
505
+ - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
112
506
  - &#8203;<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
113
507
  - &#8203;<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
114
508
 
@@ -169,7 +563,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
169
563
  - &#8203;<!-- 30 -->Fix build @oliviertassinari
170
564
  - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
171
565
  - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
172
- - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
566
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
173
567
  - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
174
568
 
175
569
  ### Core
@@ -194,7 +588,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
194
588
  - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
195
589
  - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
196
590
  - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
197
- - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
591
+ - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
198
592
  - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
199
593
  - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
200
594
  - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
@@ -424,7 +818,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
424
818
  - Fix strange italic style @oliviertassinari
425
819
  - Fix references to ESLint @oliviertassinari
426
820
  - Fix 301 redirections @oliviertassinari
427
- - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
821
+ - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
428
822
 
429
823
  ### Core
430
824
 
@@ -516,7 +910,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
516
910
  - &#8203;<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
517
911
  - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
518
912
  - &#8203;<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
519
- - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
913
+ - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
520
914
  - &#8203;<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
521
915
 
522
916
  All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
@@ -785,7 +1179,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
785
1179
  - &#8203;<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
786
1180
  - &#8203;<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
787
1181
  - &#8203;<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
788
- - &#8203;<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
1182
+ - &#8203;<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
789
1183
  - &#8203;<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
790
1184
  - &#8203;<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
791
1185
 
@@ -816,7 +1210,7 @@ _Nov 14, 2023_
816
1210
 
817
1211
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
818
1212
 
819
- - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
1213
+ - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
820
1214
  - other 🐛 bug fixes and 📚 documentation improvements
821
1215
 
822
1216
  ### `@mui/material@5.14.18`
@@ -856,7 +1250,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
856
1250
  ## Core
857
1251
 
858
1252
  - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
859
- - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
1253
+ - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
860
1254
  - &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
861
1255
  - &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
862
1256
  - &#8203;<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
@@ -938,7 +1332,7 @@ _Oct 31, 2023_
938
1332
 
939
1333
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
940
1334
 
941
- - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
1335
+ - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
942
1336
 
943
1337
  ### `@mui/material@5.14.16`
944
1338
 
@@ -1029,7 +1423,7 @@ A big thanks to the 17 contributors who made this release possible.
1029
1423
 
1030
1424
  - &#8203;<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
1031
1425
 
1032
- ### `@mui/zero-runtime@0.0.1-alpha.0`
1426
+ ### `@pigment-css/react@0.0.1-alpha.0`
1033
1427
 
1034
1428
  - &#8203;<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
1035
1429
 
@@ -1210,7 +1604,7 @@ _Oct 3, 2023_
1210
1604
 
1211
1605
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1212
1606
 
1213
- - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
1607
+ - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
1214
1608
  - 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
1215
1609
  - 🏗️ 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
1216
1610
 
@@ -1256,7 +1650,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1256
1650
  - [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
1257
1651
  - [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
1258
1652
  - [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
1259
- - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
1653
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
1260
1654
  - [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
1261
1655
  - [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
1262
1656
  - [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
@@ -1276,7 +1670,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1276
1670
  - [core] Update eslint rules (#39178) @romgrk
1277
1671
  - [core] Fix Greg GitHub slug @oliviertassinari
1278
1672
  - [core] Priority Support casing normalization @oliviertassinari
1279
- - [website] Add Heat map in pricing page (#39269) @oliviertassinari
1673
+ - [website] Add Heatmap in pricing page (#39269) @oliviertassinari
1280
1674
  - [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
1281
1675
  - [website] Add Charts to the pricing table (#38680) @alexfauquette
1282
1676
  - [website] Polish career experience @oliviertassinari
@@ -1326,7 +1720,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1326
1720
  ### Docs
1327
1721
 
1328
1722
  - Improve focus trap demo (#38985) @oliviertassinari
1329
- - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
1723
+ - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
1330
1724
  - Improve the default theme viewer design (#39049) @danilo-leal
1331
1725
  - Add live demo with CssVarsProvider (#38792) @oliviertassinari
1332
1726
  - Fix wrong hash on Card's page (#39151) @mnajdova
@@ -1392,7 +1786,7 @@ A big thanks to the 16 contributors who made this release possible. This release
1392
1786
 
1393
1787
  ### Docs
1394
1788
 
1395
- - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
1789
+ - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
1396
1790
  - &#8203;<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
1397
1791
  - &#8203;<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
1398
1792
  - &#8203;<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
@@ -1425,7 +1819,7 @@ _Sep 13, 2023_
1425
1819
 
1426
1820
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1427
1821
 
1428
- - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
1822
+ - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
1429
1823
  - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
1430
1824
 
1431
1825
  ### `@mui/material@5.14.9`
@@ -1499,7 +1893,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1499
1893
  ### Examples
1500
1894
 
1501
1895
  - &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
1502
- - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1896
+ - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1503
1897
 
1504
1898
  ### Core
1505
1899
 
@@ -1568,9 +1962,9 @@ A big thanks to the 25 contributors who made this release possible.
1568
1962
  - &#8203;<!-- 52 -->Update changelog (#38704) @mj12albert
1569
1963
  - &#8203;<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
1570
1964
  - &#8203;<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
1571
- - &#8203;<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
1965
+ - &#8203;<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
1572
1966
  - &#8203;<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
1573
- - &#8203;<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
1967
+ - &#8203;<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
1574
1968
  - &#8203;<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
1575
1969
  - &#8203;<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
1576
1970
  - &#8203;<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
@@ -1579,7 +1973,7 @@ A big thanks to the 25 contributors who made this release possible.
1579
1973
  - &#8203;<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
1580
1974
  - &#8203;<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
1581
1975
  - &#8203;<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
1582
- - &#8203;<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
1976
+ - &#8203;<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
1583
1977
  - &#8203;<!-- 27 -->[docs] Fix typo @oliviertassinari
1584
1978
  - &#8203;<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
1585
1979
  - &#8203;<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
@@ -1630,7 +2024,7 @@ A big thanks to the 11 contributors who made this release possible. This release
1630
2024
 
1631
2025
  - [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
1632
2026
 
1633
- ### `@mui/zero-runtime@0.0.1-alpha.1`
2027
+ ### `@pigment-css/react@0.0.1-alpha.1`
1634
2028
 
1635
2029
  - [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
1636
2030
 
@@ -1666,7 +2060,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1666
2060
 
1667
2061
  - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
1668
2062
  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.
1669
- - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
2063
+ - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
1670
2064
  - 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
1671
2065
  - 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
1672
2066
 
@@ -1684,7 +2078,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1684
2078
 
1685
2079
  ### `@mui/joy@5.0.0-beta.3`
1686
2080
 
1687
- - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
2081
+ - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
1688
2082
  - [Select] Add `required` prop (#38167) @siriwatknp
1689
2083
  - Miscellaneous fixes (#38462) @siriwatknp
1690
2084
 
@@ -1693,7 +2087,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1693
2087
  - [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
1694
2088
  - [Input] Add InputBase component (#38392) @mj12albert
1695
2089
 
1696
- ### `@mui/zero-runtime@0.0.1-alpha.0`
2090
+ ### `@pigment-css/react@0.0.1-alpha.0`
1697
2091
 
1698
2092
  - Implementation of styled tag processor for linaria (#38378) @brijeshb42
1699
2093
 
@@ -1705,10 +2099,10 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1705
2099
  - [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
1706
2100
  - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
1707
2101
  - [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
1708
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
1709
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
1710
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
1711
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
2102
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
2103
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
2104
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
2105
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
1712
2106
  - [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
1713
2107
  - [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
1714
2108
  - [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
@@ -1733,13 +2127,13 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1733
2127
  - [docs] Fix typo in Base UI @oliviertassinari
1734
2128
  - [docs] Update the backers page (#38505) @danilo-leal
1735
2129
  - [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
1736
- - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
2130
+ - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
1737
2131
  - [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
1738
2132
 
1739
2133
  ### Examples
1740
2134
 
1741
2135
  - [examples] Start to remove Gatsby (#38567) @oliviertassinari
1742
- - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
2136
+ - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
1743
2137
  - [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
1744
2138
 
1745
2139
  ### Core
@@ -1820,11 +2214,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1820
2214
  - &#8203;<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
1821
2215
  - &#8203;<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
1822
2216
  - &#8203;<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
1823
- - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
2217
+ - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
1824
2218
 
1825
2219
  ### Examples
1826
2220
 
1827
- - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
2221
+ - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
1828
2222
 
1829
2223
  ### Core
1830
2224
 
@@ -1906,10 +2300,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1906
2300
  ### Docs
1907
2301
 
1908
2302
  - &#8203;<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
1909
- - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
2303
+ - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
1910
2304
  - &#8203;<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
1911
2305
  - &#8203;<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
1912
- - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
2306
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
1913
2307
  - &#8203;<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
1914
2308
  - &#8203;<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
1915
2309
  - &#8203;<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
@@ -1950,8 +2344,8 @@ _Jul 31, 2023_
1950
2344
 
1951
2345
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1952
2346
 
1953
- - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
1954
- - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
2347
+ - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
2348
+ - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
1955
2349
  - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
1956
2350
  - 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
1957
2351
 
@@ -1991,7 +2385,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1991
2385
 
1992
2386
  ### Docs
1993
2387
 
1994
- - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
2388
+ - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
1995
2389
  - &#8203;<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
1996
2390
  - &#8203;<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
1997
2391
  - &#8203;<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
@@ -2001,7 +2395,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2001
2395
  - &#8203;<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
2002
2396
  - &#8203;<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
2003
2397
  - &#8203;<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
2004
- - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
2398
+ - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
2005
2399
  - &#8203;<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
2006
2400
  - &#8203;<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
2007
2401
  - &#8203;<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
@@ -2056,21 +2450,21 @@ A big thanks to the 23 contributors who made this release possible.
2056
2450
  ### Docs
2057
2451
 
2058
2452
  - &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
2059
- - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
2060
- - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
2061
- - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
2453
+ - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
2454
+ - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
2455
+ - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
2062
2456
  - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
2063
- - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
2457
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
2064
2458
  - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
2065
2459
  - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
2066
- - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
2460
+ - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
2067
2461
  - &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
2068
2462
  - &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
2069
- - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
2463
+ - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
2070
2464
  - &#8203;<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
2071
2465
  - &#8203;<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
2072
2466
  - &#8203;<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
2073
- - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
2467
+ - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
2074
2468
  - &#8203;<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
2075
2469
 
2076
2470
  ### Core
@@ -2101,7 +2495,7 @@ _Jul 19, 2023_
2101
2495
 
2102
2496
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
2103
2497
 
2104
- - 💫 Introducing some new components for Joy UI:
2498
+ - 💫 Introducing some new components for Joy UI:
2105
2499
  - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
2106
2500
  - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
2107
2501
  - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
@@ -2127,7 +2521,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2127
2521
 
2128
2522
  - &#8203;<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
2129
2523
  - &#8203;<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
2130
- - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
2524
+ - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
2131
2525
 
2132
2526
  ### `@mui/utils@5.14.1`
2133
2527
 
@@ -2135,7 +2529,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2135
2529
 
2136
2530
  ### Docs
2137
2531
 
2138
- - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
2532
+ - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
2139
2533
  - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
2140
2534
  - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
2141
2535
  - &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
@@ -2147,7 +2541,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2147
2541
  - &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
2148
2542
  - &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
2149
2543
  - &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
2150
- - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
2544
+ - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
2151
2545
  - &#8203;<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
2152
2546
 
2153
2547
  ### Core
@@ -2192,10 +2586,10 @@ _Jul 11, 2023_
2192
2586
 
2193
2587
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
2194
2588
 
2195
- - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
2589
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
2196
2590
  - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
2197
2591
  - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
2198
- - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
2592
+ - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
2199
2593
  - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
2200
2594
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
2201
2595
 
@@ -2221,15 +2615,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2221
2615
  - [docs] Polish Ukraine banner (#37905) @oliviertassinari
2222
2616
  - [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
2223
2617
  - [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
2224
- - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
2618
+ - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
2225
2619
  - [docs] Small pickers migration improvement (#37815) @alexfauquette
2226
2620
  - [docs] Fix pickers product name (#37825) @LukasTy
2227
2621
  - [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
2228
2622
  - [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
2229
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
2230
- - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
2623
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
2624
+ - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
2231
2625
  - [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
2232
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
2626
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
2233
2627
  - [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
2234
2628
  - [docs-infra] Fixes in API pages generation (#37813) @mnajdova
2235
2629
  - [docs-infra] Add test case when using sh (#37818) @oliviertassinari
@@ -2237,7 +2631,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2237
2631
  - [docs-infra] Fix code parser (#37828) @alexfauquette
2238
2632
  - [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
2239
2633
  - [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
2240
- - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
2634
+ - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
2241
2635
 
2242
2636
  ### Core
2243
2637
 
@@ -2290,10 +2684,10 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
2290
2684
  ### Docs
2291
2685
 
2292
2686
  - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
2293
- - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
2687
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
2294
2688
  - [docs][base] Make Base UI input demos denser (#37750) @zanivan
2295
2689
  - [docs][base] Make Base UI button demos denser (#37689) @zanivan
2296
- - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
2690
+ - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
2297
2691
  - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
2298
2692
  - [docs] Improve Base UI index page (#37761) @oliviertassinari
2299
2693
  - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
@@ -2302,7 +2696,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
2302
2696
  - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
2303
2697
  - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
2304
2698
  - [docs] Rename product to productId (#37801) @siriwatknp
2305
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
2699
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
2306
2700
 
2307
2701
  ### Core
2308
2702
 
@@ -2348,7 +2742,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2348
2742
  ### `@mui/material@5.13.6`
2349
2743
 
2350
2744
  - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
2351
- - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
2745
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
2352
2746
  - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
2353
2747
  - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
2354
2748
  - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
@@ -2385,7 +2779,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2385
2779
  - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
2386
2780
  - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
2387
2781
  - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
2388
- - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
2782
+ - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
2389
2783
  - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
2390
2784
  - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
2391
2785
  - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
@@ -2397,7 +2791,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2397
2791
  - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
2398
2792
  - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
2399
2793
  - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
2400
- - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
2794
+ - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
2401
2795
  - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
2402
2796
  - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
2403
2797
  - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
@@ -2413,7 +2807,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2413
2807
  - &#8203;<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
2414
2808
  - &#8203;<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
2415
2809
  - &#8203;<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
2416
- - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
2810
+ - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
2417
2811
 
2418
2812
  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
2419
2813
 
@@ -2423,7 +2817,7 @@ _Jun 12, 2023_
2423
2817
 
2424
2818
  A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
2425
2819
 
2426
- - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
2820
+ - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
2427
2821
  - 🐛 bug fixes and 📚 documentation improvements.
2428
2822
 
2429
2823
  ### `@mui/material@5.13.5`
@@ -2641,10 +3035,10 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2641
3035
  - [docs] Remove upload button (#36844) @Bastian
2642
3036
  - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
2643
3037
  - [docs] Fix Material Design templates (#37187) @oliviertassinari
2644
- - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
3038
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
2645
3039
  - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
2646
3040
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2647
- - [docs] Update theme customization typescript (#35551) @siriwatknp
3041
+ - [docs] Update theme customization TypeScript (#35551) @siriwatknp
2648
3042
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
2649
3043
  - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2650
3044
  - [docs] Improve Base UI overview page (#37227) @mnajdova
@@ -2670,7 +3064,7 @@ _May 10, 2023_
2670
3064
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2671
3065
 
2672
3066
  - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2673
- - 🗺 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.
3067
+ - 🗺 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.
2674
3068
  - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
2675
3069
 
2676
3070
  ### `@mui/material@5.13.0`
@@ -2683,14 +3077,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2683
3077
 
2684
3078
  - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
2685
3079
  - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
2686
- - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
2687
- - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
3080
+ - [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
3081
+ - [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
2688
3082
  - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
2689
3083
  - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
2690
3084
  - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
2691
- - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
2692
- - [Button][joy] Convert Button test to typescript (#37181) @akash191095
2693
- - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
3085
+ - [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
3086
+ - [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
3087
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
2694
3088
  - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
2695
3089
 
2696
3090
  ### `@mui/base@5.0.0-beta.0`
@@ -2889,7 +3283,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
2889
3283
  ### Docs
2890
3284
 
2891
3285
  - &#8203;<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
2892
- - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
3286
+ - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
2893
3287
  - &#8203;<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
2894
3288
  - &#8203;<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
2895
3289
  - &#8203;<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
@@ -2972,7 +3366,7 @@ A big thanks to the 16 contributors who made this release possible. This release
2972
3366
  - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
2973
3367
  - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
2974
3368
  - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
2975
- - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
3369
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
2976
3370
  - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
2977
3371
  - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
2978
3372
  - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
@@ -3078,15 +3472,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3078
3472
  - [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
3079
3473
  - [docs] Tabs API add slots section (#36769) @mnajdova
3080
3474
  - [docs] Update feedbacks management on slack (#36705) @alexfauquette
3081
- - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
3475
+ - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
3082
3476
  - [docs] Add toggle-button coming soon page (#36618) @siriwatknp
3083
- - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
3477
+ - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
3084
3478
  - [docs] Fix small typo (#36727) @RBerthier
3085
- - [docs] Fix Joy UI template broken image loading @oliviertassinari
3479
+ - [docs] Fix Joy UI template broken image loading @oliviertassinari
3086
3480
  - [docs] Hide the default API column if it's empty (#36715) @mnajdova
3087
3481
  - [docs] Update Material UI Related Projects page (#34203) @viclafouch
3088
- - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
3089
- - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
3482
+ - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
3483
+ - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
3090
3484
  - [docs] Support Google Analytics 4 (#36123) @alexfauquette
3091
3485
  - [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
3092
3486
  - [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
@@ -3106,7 +3500,7 @@ _Mar 28, 2023_
3106
3500
 
3107
3501
  A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
3108
3502
 
3109
- - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
3503
+ - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
3110
3504
 
3111
3505
  ### `@mui/material@5.11.15`
3112
3506
 
@@ -3251,7 +3645,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3251
3645
  - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
3252
3646
  - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
3253
3647
  - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
3254
- - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3648
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3255
3649
  - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
3256
3650
  - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
3257
3651
  - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
@@ -3267,7 +3661,7 @@ _Mar 6, 2023_
3267
3661
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3268
3662
 
3269
3663
  - @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
3270
- - @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)
3664
+ - @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)
3271
3665
  - other 🐛 bug fixes and 📚 documentation improvements.
3272
3666
 
3273
3667
  ### `@mui/material@5.11.12`
@@ -3287,7 +3681,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3287
3681
 
3288
3682
  - &#8203;<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
3289
3683
 
3290
- 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:
3684
+ 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:
3291
3685
 
3292
3686
  ```diff
3293
3687
  import {
@@ -3359,7 +3753,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3359
3753
 
3360
3754
  - &#8203;<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
3361
3755
 
3362
- Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
3756
+ Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
3363
3757
 
3364
3758
  ```diff
3365
3759
  -<List sx={{ py: 'var(--List-divider-gap)' }}>
@@ -3388,7 +3782,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3388
3782
  - &#8203;<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
3389
3783
  - &#8203;<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
3390
3784
  - &#8203;<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
3391
- - &#8203;<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
3785
+ - &#8203;<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
3392
3786
  - &#8203;<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
3393
3787
  - &#8203;<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
3394
3788
 
@@ -3410,7 +3804,7 @@ _Feb 27, 2023_
3410
3804
 
3411
3805
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3412
3806
 
3413
- - 📚 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)
3807
+ - 📚 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)
3414
3808
  - other 🐛 bug fixes and 📚 documentation improvements.
3415
3809
 
3416
3810
  ### `@mui/material@5.11.11`
@@ -3473,7 +3867,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3473
3867
  - &#8203;<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
3474
3868
  - &#8203;<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
3475
3869
  - &#8203;<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
3476
- - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
3870
+ - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
3477
3871
  - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
3478
3872
  - &#8203;<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
3479
3873
  - &#8203;<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
@@ -3590,8 +3984,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3590
3984
  - [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
3591
3985
  - [docs] Update release instructions (#36113) @mj12albert
3592
3986
  - [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
3593
- - [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
3594
- - [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
3987
+ - [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
3988
+ - [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
3595
3989
 
3596
3990
  ### Examples
3597
3991
 
@@ -3617,7 +4011,7 @@ _Feb 7, 2023_
3617
4011
 
3618
4012
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3619
4013
 
3620
- - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
4014
+ - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
3621
4015
  - 📚 Documentation improvements and 🐛 bug fixes as usual
3622
4016
 
3623
4017
  ### `@mui/material@5.11.8`
@@ -3671,7 +4065,7 @@ _Jan 31, 2023_
3671
4065
 
3672
4066
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3673
4067
 
3674
- - @siriwatknp added `Table` component to Joy UI (#35872)
4068
+ - @siriwatknp added `Table` component to Joy UI (#35872)
3675
4069
  - many other 🐛 bug fixes and 📚 documentation improvements
3676
4070
 
3677
4071
  ### `@mui/material@5.11.7`
@@ -3691,7 +4085,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3691
4085
 
3692
4086
  - &#8203;<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
3693
4087
 
3694
- - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
4088
+ - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
3695
4089
 
3696
4090
  ```diff
3697
4091
  <Button
@@ -3702,9 +4096,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3702
4096
 
3703
4097
  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.
3704
4098
 
3705
- - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
4099
+ - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
3706
4100
 
3707
- - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
4101
+ - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
3708
4102
 
3709
4103
  ```diff
3710
4104
  <Card
@@ -3727,11 +4121,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3727
4121
  - &#8203;<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
3728
4122
  - &#8203;<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
3729
4123
  - &#8203;<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
3730
- - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
4124
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
3731
4125
  - &#8203;<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
3732
4126
  - &#8203;<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
3733
4127
  - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
3734
- - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
4128
+ - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
3735
4129
  - &#8203;<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
3736
4130
  - &#8203;<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
3737
4131
  - &#8203;<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
@@ -3810,7 +4204,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3810
4204
  - &#8203;<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
3811
4205
  - &#8203;<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
3812
4206
  - &#8203;<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
3813
- - &#8203;<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
4207
+ - &#8203;<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
3814
4208
  - &#8203;<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
3815
4209
 
3816
4210
  ### Core
@@ -3865,7 +4259,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3865
4259
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
3866
4260
  - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
3867
4261
  - [docs] Fix typos (#35814) @alexfauquette
3868
- - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
4262
+ - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
3869
4263
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
3870
4264
  - [docs] Fix typo in the Composition page (#35774) @msoyka
3871
4265
  - [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
@@ -3912,10 +4306,10 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3912
4306
 
3913
4307
  ### Docs
3914
4308
 
3915
- - [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
4309
+ - [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
3916
4310
  - [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
3917
4311
  - [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
3918
- - [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
4312
+ - [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
3919
4313
  - [docs] Fix content wider than screen regression @oliviertassinari
3920
4314
  - [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
3921
4315
 
@@ -4012,7 +4406,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
4012
4406
 
4013
4407
  - &#8203;<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
4014
4408
  - &#8203;<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
4015
- - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
4409
+ - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
4016
4410
  - &#8203;<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
4017
4411
  - &#8203;<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
4018
4412
  - &#8203;<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
@@ -4108,7 +4502,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4108
4502
 
4109
4503
  - [Alert] Update icon color in all variants (#35414) @danilo-leal
4110
4504
  - [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
4111
- - [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
4505
+ - [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
4112
4506
 
4113
4507
  ### `@mui/icons-material@5.11.0`
4114
4508
 
@@ -4176,7 +4570,7 @@ _Dec 6, 2022_
4176
4570
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
4177
4571
 
4178
4572
  - ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
4179
- - 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
4573
+ - 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
4180
4574
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4181
4575
 
4182
4576
  ### `@mui/material@5.10.17`
@@ -4197,7 +4591,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4197
4591
 
4198
4592
  - &#8203;<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
4199
4593
 
4200
- - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
4594
+ - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
4201
4595
 
4202
4596
  ```diff
4203
4597
  -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
@@ -4217,7 +4611,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4217
4611
  - &#8203;<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
4218
4612
  - &#8203;<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
4219
4613
  - &#8203;<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
4220
- - &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
4614
+ - &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
4221
4615
  - &#8203;<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
4222
4616
  - &#8203;<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
4223
4617
  - &#8203;<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
@@ -4225,7 +4619,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4225
4619
  - &#8203;<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
4226
4620
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
4227
4621
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
4228
- - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
4622
+ - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
4229
4623
  - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
4230
4624
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
4231
4625
  - &#8203;<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
@@ -4325,13 +4719,13 @@ A big thanks to the 9 contributors who made this release possible. Here are some
4325
4719
  - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
4326
4720
  - [docs] Fix typos in section titles (#35025) @iamxukai
4327
4721
  - [docs] Fix typo in legacy date picker migration guide @oliviertassinari
4328
- - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
4722
+ - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
4329
4723
  - [docs] Inform that pickers are in X repository (#35189) @alexfauquette
4330
4724
  - [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
4331
4725
  - [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
4332
- - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
4726
+ - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
4333
4727
  - [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
4334
- - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
4728
+ - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
4335
4729
  - [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
4336
4730
  - [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
4337
4731
  - [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
@@ -4357,7 +4751,7 @@ _Nov 14, 2022_
4357
4751
 
4358
4752
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
4359
4753
 
4360
- - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
4754
+ - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
4361
4755
  - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
4362
4756
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
4363
4757
 
@@ -4394,7 +4788,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4394
4788
  - [docs] Improve code font family v2 (#35053) @oliviertassinari
4395
4789
  - [docs] Upgrade to Next.js 13 (#35001) @mnajdova
4396
4790
  - [docs] Fix typo in changelog @oliviertassinari
4397
- - [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
4791
+ - [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
4398
4792
  - [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
4399
4793
  - [website] Fix margin bug on CTA @oliviertassinari
4400
4794
  - [website] Link respective repositories in product pages (#35046) @sidtohan
@@ -4450,7 +4844,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
4450
4844
 
4451
4845
  - &#8203;<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
4452
4846
  - &#8203;<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
4453
- - &#8203;<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
4847
+ - &#8203;<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
4454
4848
  - &#8203;<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
4455
4849
  - &#8203;<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
4456
4850
  - &#8203;<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
@@ -4483,7 +4877,7 @@ _Oct 31, 2022_
4483
4877
 
4484
4878
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
4485
4879
 
4486
- - 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
4880
+ - 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
4487
4881
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
4488
4882
 
4489
4883
  ### `@mui/material@5.10.12`
@@ -4507,7 +4901,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4507
4901
 
4508
4902
  - &#8203;<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
4509
4903
  - &#8203;<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
4510
- - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
4904
+ - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
4511
4905
  - &#8203;<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
4512
4906
  - &#8203;<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
4513
4907
  - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
@@ -4584,7 +4978,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
4584
4978
  - [base] Make CSS class prefixes consistent (#33411) @michaldudak
4585
4979
 
4586
4980
  **This is a breaking change for anyone who depends on the class names applied to Base components.**
4587
- If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.
4981
+ If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (for example in CSS stylesheets), you'll have to adjust your code.
4588
4982
 
4589
4983
  ```diff
4590
4984
  -.ButtonUnstyled-root { ... };
@@ -4640,7 +5034,7 @@ _Oct 18, 2022_
4640
5034
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
4641
5035
 
4642
5036
  - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
4643
- - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
5037
+ - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
4644
5038
  - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
4645
5039
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
4646
5040
  - And more 🐛 bug fixes and 📚 documentation improvements.
@@ -4672,14 +5066,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4672
5066
  ### Docs
4673
5067
 
4674
5068
  - [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
4675
- - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
5069
+ - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
4676
5070
  - [docs] Use new editing API in homepage demos (#34220) @m4theushw
4677
5071
  - [docs] Live demos (#34454) @bharatkashyap
4678
- - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
5072
+ - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
4679
5073
  - [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
4680
- - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
4681
- - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
4682
- - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
5074
+ - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
5075
+ - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
5076
+ - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
4683
5077
  - [docs] Basic link verification at PR level (#34588) @alexfauquette
4684
5078
  - [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
4685
5079
  - [website] Clarify Pro/Premium support (#34607) @oliviertassinari
@@ -4725,12 +5119,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4725
5119
 
4726
5120
  - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
4727
5121
 
4728
- The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
5122
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
4729
5123
 
4730
5124
  Migration:
4731
5125
 
4732
5126
  - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
4733
- - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
5127
+ - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
4734
5128
 
4735
5129
  #### Changes
4736
5130
 
@@ -4748,7 +5142,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4748
5142
 
4749
5143
  - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
4750
5144
  - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
4751
- - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
5145
+ - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
4752
5146
  - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
4753
5147
  - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
4754
5148
  - &#8203;<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
@@ -4801,7 +5195,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4801
5195
  - &#8203;<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
4802
5196
  - &#8203;<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
4803
5197
  - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
4804
- - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
5198
+ - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
4805
5199
  - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
4806
5200
  - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
4807
5201
  - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
@@ -4828,7 +5222,7 @@ _Sep 26, 2022_
4828
5222
 
4829
5223
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
4830
5224
 
4831
- - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
5225
+ - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
4832
5226
 
4833
5227
  ### `@mui/material@5.10.7`
4834
5228
 
@@ -4940,7 +5334,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
4940
5334
 
4941
5335
  The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
4942
5336
  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.
4943
- This also affects Select from Joy UI.
5337
+ This also affects Select from Joy UI.
4944
5338
 
4945
5339
  ```jsx
4946
5340
  // before
@@ -4982,7 +5376,7 @@ _Sep 12, 2022_
4982
5376
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
4983
5377
 
4984
5378
  - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
4985
- - 🚀 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
5379
+ - 🚀 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
4986
5380
  - And more 🐛 bug fixes and 📚 documentation improvements.
4987
5381
 
4988
5382
  ### `@mui/material@5.10.5`
@@ -4992,10 +5386,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
4992
5386
 
4993
5387
  ### `@mui/joy@5.0.0-alpha.45`
4994
5388
 
4995
- - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
4996
- - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
4997
- - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
4998
- - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
5389
+ - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
5390
+ - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
5391
+ - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
5392
+ - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
4999
5393
  - &#8203;<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
5000
5394
  - &#8203;<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
5001
5395
  - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
@@ -5007,7 +5401,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
5007
5401
  - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
5008
5402
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
5009
5403
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
5010
- - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
5404
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
5011
5405
  - &#8203;<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
5012
5406
  - &#8203;<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
5013
5407
 
@@ -5027,7 +5421,7 @@ _Sep 5, 2022_
5027
5421
 
5028
5422
  A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
5029
5423
 
5030
- - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
5424
+ - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
5031
5425
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
5032
5426
 
5033
5427
  ### `@mui/material@5.10.4`
@@ -5054,7 +5448,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
5054
5448
  - &#8203;<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
5055
5449
  - &#8203;<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
5056
5450
  - &#8203;<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
5057
- - &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
5451
+ - &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
5058
5452
  - &#8203;<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
5059
5453
  - &#8203;<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
5060
5454
  - &#8203;<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
@@ -5116,7 +5510,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5116
5510
  - [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
5117
5511
  - [docs] Fix typo in `Select` component (#34091) @HexM7
5118
5512
  - [docs] Fix 301 links to tss's docs @oliviertassinari
5119
- - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
5513
+ - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
5120
5514
  - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
5121
5515
  - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
5122
5516
  - [website] Improve SEO meta description for MUI X @oliviertassinari
@@ -5168,12 +5562,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
5168
5562
 
5169
5563
  - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
5170
5564
  - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
5171
- - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
5172
- - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
5565
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
5566
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
5173
5567
  - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
5174
5568
  - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
5175
- - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
5176
- - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
5569
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
5570
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
5177
5571
 
5178
5572
  ### Core
5179
5573
 
@@ -5213,7 +5607,7 @@ A big thanks to the 18 contributors who made this release possible. This release
5213
5607
  ### Docs
5214
5608
 
5215
5609
  - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
5216
- - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
5610
+ - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
5217
5611
  - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
5218
5612
  - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
5219
5613
  - &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
@@ -5254,8 +5648,8 @@ _Aug 8, 2022_
5254
5648
 
5255
5649
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
5256
5650
 
5257
- - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5258
- - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
5651
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5652
+ - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
5259
5653
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
5260
5654
 
5261
5655
  ### `@mui/material@5.10.0`
@@ -5289,7 +5683,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5289
5683
  - [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
5290
5684
  - [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
5291
5685
  - [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
5292
- - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
5686
+ - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
5293
5687
  - [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
5294
5688
  - [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
5295
5689
  - [docs] Add Grid version 2 docs (#33554) @siriwatknp
@@ -5371,7 +5765,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
5371
5765
  - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
5372
5766
  - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
5373
5767
  - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
5374
- - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
5768
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
5375
5769
 
5376
5770
  All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
5377
5771
 
@@ -5417,7 +5811,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5417
5811
  - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
5418
5812
  - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
5419
5813
  - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
5420
- - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
5814
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
5421
5815
  - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
5422
5816
  - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
5423
5817
  - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
@@ -5498,7 +5892,7 @@ _Jul 12, 2022_
5498
5892
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
5499
5893
 
5500
5894
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
5501
- - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5895
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5502
5896
  - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
5503
5897
  - ⚠️ **[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
5504
5898
  - many other 🐛 bug fixes and 📚 documentation improvements
@@ -5559,7 +5953,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5559
5953
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
5560
5954
  - [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
5561
5955
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
5562
- - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5956
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5563
5957
  - [examples] Add Base UI example (#33154) @siriwatknp
5564
5958
 
5565
5959
  ### Core
@@ -5609,7 +6003,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5609
6003
  ### `@mui/base@5.0.0-alpha.88`
5610
6004
 
5611
6005
  - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
5612
- - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
6006
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
5613
6007
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
5614
6008
 
5615
6009
  ### Docs
@@ -5618,7 +6012,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5618
6012
  - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
5619
6013
  - [docs] Fix SEO issues (#33288) @oliviertassinari
5620
6014
  - [docs] Fix Slider's "player" demo (#33267) @xlianghang
5621
- - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
6015
+ - [website] Link Toolpad in mui.com (#33287) @oliviertassinari
5622
6016
 
5623
6017
  All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
5624
6018
 
@@ -5733,7 +6127,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5733
6127
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
5734
6128
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
5735
6129
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
5736
- - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
6130
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
5737
6131
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
5738
6132
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
5739
6133
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -5820,7 +6214,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5820
6214
  - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
5821
6215
  - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
5822
6216
  - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
5823
- - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
6217
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
5824
6218
  - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
5825
6219
 
5826
6220
  ### Core
@@ -6011,7 +6405,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
6011
6405
  - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
6012
6406
  - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
6013
6407
  - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
6014
- - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
6408
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
6015
6409
  - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
6016
6410
  - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
6017
6411
  - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
@@ -6582,7 +6976,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
6582
6976
  - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
6583
6977
  - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
6584
6978
  - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
6585
- - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
6979
+ - &#8203;<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
6586
6980
  - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
6587
6981
  - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
6588
6982
  - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
@@ -6779,7 +7173,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6779
7173
  - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
6780
7174
  - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
6781
7175
  - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
6782
- - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
7176
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
6783
7177
  - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
6784
7178
  - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
6785
7179
  - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
@@ -6951,7 +7345,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6951
7345
  - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
6952
7346
  - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
6953
7347
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
6954
- - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
7348
+ - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
6955
7349
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
6956
7350
  - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
6957
7351
  - [website] Minor security improvements (#31062) @oliviertassinari
@@ -7134,7 +7528,7 @@ _Jan 24, 2022_
7134
7528
 
7135
7529
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
7136
7530
 
7137
- - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
7531
+ - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
7138
7532
  - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
7139
7533
 
7140
7534
  ### `@mui/icons-material@5.3.1`
@@ -7160,7 +7554,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
7160
7554
  - &#8203;<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
7161
7555
  - &#8203;<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
7162
7556
  - &#8203;<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
7163
- - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
7557
+ - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
7164
7558
  - &#8203;<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
7165
7559
  - &#8203;<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
7166
7560
  - &#8203;<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
@@ -7374,7 +7768,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7374
7768
  - &#8203;<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
7375
7769
  - &#8203;<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
7376
7770
  - &#8203;<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
7377
- - &#8203;<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
7771
+ - &#8203;<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
7378
7772
  - &#8203;<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
7379
7773
  - &#8203;<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
7380
7774
 
@@ -7502,7 +7896,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
7502
7896
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
7503
7897
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
7504
7898
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
7505
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
7899
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
7506
7900
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
7507
7901
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
7508
7902
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -7546,7 +7940,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7546
7940
  ### `@mui/system@5.2.3`
7547
7941
 
7548
7942
  - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
7549
- - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
7943
+ - &#8203;<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
7550
7944
 
7551
7945
  ### `@mui/utils@5.2.3`
7552
7946
 
@@ -7583,7 +7977,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7583
7977
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
7584
7978
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
7585
7979
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
7586
- - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
7980
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
7587
7981
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
7588
7982
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
7589
7983
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -7596,7 +7990,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7596
7990
  ### Core
7597
7991
 
7598
7992
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
7599
- - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
7993
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
7600
7994
 
7601
7995
  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
7602
7996
 
@@ -8872,7 +9266,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
8872
9266
  - &#8203;<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
8873
9267
  - &#8203;<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
8874
9268
  - &#8203;<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
8875
- - &#8203;<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
9269
+ - &#8203;<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
8876
9270
  - &#8203;<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
8877
9271
 
8878
9272
  ### Core
@@ -9414,7 +9808,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
9414
9808
  - &#8203;<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
9415
9809
  - &#8203;<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
9416
9810
  - &#8203;<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
9417
- - &#8203;<!-- 39 -->[examples] Rename nextjs typescript theme from tsx to ts (#26862) @Izhaki
9811
+ - &#8203;<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
9418
9812
 
9419
9813
  ### Core
9420
9814
 
@@ -9744,7 +10138,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
9744
10138
  - [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
9745
10139
  - [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
9746
10140
  - [Select] Open popup below button (#26200) @oliviertassinari
9747
- - [TextField] Add variants support, e.g. custom sizes (#26468) @siriwatknp
10141
+ - [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
9748
10142
  - [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
9749
10143
 
9750
10144
  ### `@material-ui/codemod@5.0.0-alpha.35`
@@ -10762,7 +11156,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
10762
11156
  ### Docs
10763
11157
 
10764
11158
  - &#8203;<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
10765
- - &#8203;<!-- 45 -->[docs] Add note for typescript on the styled() customization guide (#25576) @mnajdova
11159
+ - &#8203;<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
10766
11160
  - &#8203;<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
10767
11161
  - &#8203;<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
10768
11162
  - &#8203;<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
@@ -11269,7 +11663,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
11269
11663
 
11270
11664
  - &#8203;<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
11271
11665
 
11272
- If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, e.g. `<Box padding={2}>`.
11666
+ If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, for example `<Box padding={2}>`.
11273
11667
 
11274
11668
  ```diff
11275
11669
  <Box
@@ -11287,7 +11681,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
11287
11681
  #### Breaking changes
11288
11682
 
11289
11683
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
11290
- 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).
11684
+ 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).
11291
11685
 
11292
11686
  ```diff
11293
11687
  -import { Omit } from '@material-ui/types';
@@ -11653,7 +12047,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
11653
12047
  - 👩‍🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
11654
12048
  - 👩‍🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
11655
12049
  - ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
11656
- In rare cases, an element might not longer be tabbable when looping, e.g. overflow container in Firefox.
12050
+ In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
11657
12051
  You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
11658
12052
  - And many more 🐛 bug fixes and 📚 improvements.
11659
12053
 
@@ -12147,7 +12541,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
12147
12541
  - [DatePicker] Add missing exports (#23621) @havgry
12148
12542
  - [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
12149
12543
  - [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
12150
- - [DatePicker] Fix missing manifest for typescript packages (#23564) @eps1lon
12544
+ - [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
12151
12545
  - [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
12152
12546
 
12153
12547
  ### Docs
@@ -12193,7 +12587,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
12193
12587
 
12194
12588
  While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
12195
12589
 
12196
- - 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
12590
+ - 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, for example padding, but when pushed to its limits, it can be used to implement quickly a complete page.
12197
12591
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
12198
12592
  - And many more 🐛 bug fixes and 📚 improvements.
12199
12593
 
@@ -12305,7 +12699,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
12305
12699
 
12306
12700
  Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
12307
12701
 
12308
- A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
12702
+ A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, for example [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
12309
12703
 
12310
12704
  This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
12311
12705
 
@@ -12332,7 +12726,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
12332
12726
  - [Avatar] Fix usage of srcset property (#23286) @matheuspiment
12333
12727
  - [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
12334
12728
  - [core] Allow React 17 (#23311) @eps1lon
12335
- - [Icon] Fix translation, e.g. Google Translate (#23237) @cbeltrangomez84
12729
+ - [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
12336
12730
  - [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
12337
12731
  - [Radio] Fix dot misalignment in Safari (#23239) @anasufana
12338
12732
  - [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
@@ -14014,7 +14408,7 @@ A big thanks to the 11 contributors who made this release possible.
14014
14408
  - [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
14015
14409
  Support for non-ref-forwarding class components in the `component` prop or as an immediate `children` has been dropped. If you were using `unstable_createStrictModeTheme` or didn't see any warnings related to `findDOMNode` in `React.StrictMode` then you don't need to do anything.
14016
14410
  Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
14017
- This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (e.g. `<MenuList><CustomMenuItem /></MenuList>`)
14411
+ This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (for example `<MenuList><CustomMenuItem /></MenuList>`)
14018
14412
  - [Stepper] Use context API (#21613) @baterson
14019
14413
  Rely on the context over the `React.cloneElement()` API.
14020
14414
  This change makes composition easier.
@@ -14250,28 +14644,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
14250
14644
  +</Accordion>
14251
14645
  ```
14252
14646
 
14253
- - [BottomNavigation] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14647
+ - [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14254
14648
 
14255
14649
  ```diff
14256
14650
  -<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
14257
14651
  +<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
14258
14652
  ```
14259
14653
 
14260
- - [Slider] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14654
+ - [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14261
14655
 
14262
14656
  ```diff
14263
14657
  -<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14264
14658
  +<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14265
14659
  ```
14266
14660
 
14267
- - [Tabs] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14661
+ - [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14268
14662
 
14269
14663
  ```diff
14270
14664
  -<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14271
14665
  +<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14272
14666
  ```
14273
14667
 
14274
- - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14668
+ - [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14275
14669
 
14276
14670
  ```diff
14277
14671
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />