@mui/styled-engine-sc 6.0.0-alpha.2 → 6.0.0-alpha.21

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,1781 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-alpha.3
4
+
5
+ <!-- generated comparing v6.0.0-alpha.2..next -->
6
+
7
+ _Apr 17, 2024_
8
+
9
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🔥 Converted 5 more Material UI components to use Pigment CSS.
12
+ - 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
13
+
14
+ ### `@mui/material@6.0.0-alpha.3`
15
+
16
+ - Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
17
+ - [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
18
+ - [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
19
+ - Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
20
+ - [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
21
+ - [StepConnector] deprecate composed classes (#41740) @sai6855
22
+ - [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
23
+ - [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
24
+ - [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
25
+ - [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
26
+
27
+ ### `@mui/system@6.0.0-alpha.3`
28
+
29
+ - Add container queries utility (#41674) @siriwatknp
30
+
31
+ ### `@mui/codemod@6.0.0-alpha.3`
32
+
33
+ - Add styled v6 transformation (#41743) @siriwatknp
34
+
35
+ ### `@mui/joy@5.0.0-beta.36`
36
+
37
+ - [Button] Disable text highlighting (#41902) @mithun522
38
+
39
+ ### `@pigment-css/react@0.0.7`
40
+
41
+ - Patch WyW's WeakRef usage (#41909) @DiegoAndai
42
+ - Implement sx transform for system components (#41861) @brijeshb42
43
+
44
+ ### Docs
45
+
46
+ - [material-ui] Add Connect-related content (#40848) @danilo-leal
47
+ - [material-ui] Fix credit comment typo (#41872) @aarongarciah
48
+ - [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
49
+ - [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
50
+ - [material-ui] Simplify components styling on templates (#41845) @zanivan
51
+ - [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
52
+ - [material-ui] Fix import statement in migration guide (#41852) @sai6855
53
+ - Fix 301 redirection @oliviertassinari
54
+ - Fix format git diff regression (#41882) @oliviertassinari
55
+ - Fix small SEO issues @oliviertassinari
56
+ - [pigment-css] Fix README typos (#41870) @MohammadShehadeh
57
+
58
+ ### Core
59
+
60
+ - Begin removing IE 11-related code (#41709) @iammminzzy
61
+ - [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
62
+ - [code-infra] Fix require.context with aliases (#41682) @Janpot
63
+ - [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
64
+ - [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
65
+ - Replace bundle size reporter filter (#38979) @Janpot
66
+ - [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
67
+ - [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
68
+ - [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
69
+ - [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
70
+ - [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
71
+ - [docs-infra] Fix markdown version for material (#41908) @alexfauquette
72
+ - [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
73
+
74
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
75
+
76
+ ## v6.0.0-alpha.2
77
+
78
+ <!-- generated comparing v6.0.0-alpha.1..next -->
79
+
80
+ _Apr 9, 2024_
81
+
82
+ A big thanks to the 5 contributors who made this release possible.
83
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
84
+
85
+ ### `@mui/material@6.0.0-alpha.2`
86
+
87
+ - &#8203;<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
88
+ - &#8203;<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
89
+
90
+ ### `@pigment-css/react@0.0.6`
91
+
92
+ - &#8203;<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
93
+
94
+ ### `@pigment-css/nextjs-plugin@0.0.6`
95
+
96
+ - &#8203;<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
97
+ - &#8203;<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
98
+
99
+ ### Docs
100
+
101
+ - &#8203;<!-- 11 -->[docs] Fix 301 links @oliviertassinari
102
+ - &#8203;<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
103
+ - &#8203;<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
104
+ - &#8203;<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
105
+ - &#8203;<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
106
+
107
+ ### Core
108
+
109
+ - &#8203;<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
110
+ - &#8203;<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
111
+ - &#8203;<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
112
+
113
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
114
+
115
+ ## v6.0.0-alpha.1
116
+
117
+ <!-- generated comparing v6.0.0-alpha.0..next -->
118
+
119
+ _Apr 5, 2024_
120
+
121
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
122
+
123
+ - 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
124
+ - 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
125
+ - 💫 Added 3 redesigned free Material UI templates: [Sign-in](https://next.mui.com/material-ui/getting-started/templates/sign-in/), [Sign-in side](https://next.mui.com/material-ui/getting-started/templates/sign-in-side/), and [Sign-up](https://next.mui.com/material-ui/getting-started/templates/sign-up/).
126
+
127
+ ### `@mui/material@6.0.0-alpha.1`
128
+
129
+ - [AppBar] Convert to support CSS extraction (#41247) @mnajdova
130
+ - [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
131
+ - [Button] Convert to support CSS extraction (#41378) @siriwatknp
132
+ - [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
133
+ - [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
134
+ - [Slider] Move palette styles to the bottom (#41676) @siriwatknp
135
+ - Add the `spacing` theme token (#40224) @siriwatknp
136
+
137
+ ### `@mui/system@6.0.0-alpha.1`
138
+
139
+ - Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
140
+
141
+ ### `@mui/codemod@6.0.0-alpha.1`
142
+
143
+ - [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
144
+
145
+ ### `@mui/lab@6.0.0-alpha.1`
146
+
147
+ - [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
148
+
149
+ ### `@mui/joy@5.0.0-beta.34`
150
+
151
+ - Add `spacing` theme token (#40224) @siriwatknp
152
+
153
+ ### `@pigment-css/react@0.0.5`
154
+
155
+ - Improve sx prop support (#41589) @brijeshb42
156
+ - Fix Emotion styled error (#41699) @siriwatknp
157
+ - Fix propTypes removal during eval stage (#41695) @brijeshb42
158
+ - Fix props forwarding (#41688) @siriwatknp
159
+ - Fix sx prop transformation on Box (#41705) @brijeshb42
160
+
161
+ ### `@pigment-css/vite-plugin@0.0.5`
162
+
163
+ - Use constant filename for pigment styles (#41667) @brijeshb42
164
+
165
+ ### `@pigment-css/nextjs-plugin@0.0.5`
166
+
167
+ - Add missing RTL implementation (#41751) @brijeshb42
168
+
169
+ ### Docs
170
+
171
+ - [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
172
+ - [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
173
+ - Continue migration of Base UI to sperate repository @oliviertassinari
174
+ - Stick to one way to write IE 11 @oliviertassinari
175
+ - Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
176
+ - Drop IE 11 official support (#41611) @iammminzzy
177
+ - [material-ui] Fix typo on the Accordion page (#41687) @connorshea
178
+ - [pigment-css] Add small edits on the README (#41646) @danilo-leal
179
+ - [pigment-css] Edit the example app's README files (#41639) @danilo-leal
180
+
181
+ ### Core
182
+
183
+ - [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
184
+ - [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
185
+ - [core] Update the prettier script to use the next branch (#41637) @mnajdova
186
+ - [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
187
+ - [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
188
+ - [docs-infra] Allows to remove edit button (#41702) @alexfauquette
189
+ - [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
190
+ - [examples] Update MUI's packages to the next version (#41701) @mnajdova
191
+ - [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
192
+ - [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
193
+ - [blog] Refresh the design slightly (#41697) @danilo-leal
194
+ - [website] Use en-US over en-UK for career link @oliviertassinari
195
+ - [website] Add Aarón to About Us (#41736) @aarongarciah
196
+ - [website] Refine button design and other details (#41686) @danilo-leal
197
+ - [website] Improve job og image (#41672) @oliviertassinari
198
+ - [website] Page <title> should have no dots @oliviertassinari
199
+
200
+ All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli
201
+
202
+ ## v6.0.0-alpha.0
203
+
204
+ <!-- generated comparing v5.15.14..next -->
205
+
206
+ _Mar 26, 2024_
207
+
208
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
209
+
210
+ - 🔥 Converted 10+ Material UI components to support static CSS extraction
211
+ - ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
212
+
213
+ ### `@mui/material@6.0.0-alpha.0`
214
+
215
+ - [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
216
+ - [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
217
+ - [Backdrop] Convert to support CSS extraction (#41581) @aacevski
218
+ - [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
219
+ - [Card] Convert to support CSS extraction (#41580) @aacevski
220
+ - [Divider] Convert to support CSS extraction (#41366) @sai6855
221
+ - [FormControl] Convert to support CSS extraction (#41613) @aacevski
222
+ - [FormGroup] Convert to support CSS extraction (#41614) @aacevski
223
+ - [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
224
+ - [Modal] Support CSS extraction (#41483) @sai6855
225
+ - [Popover] Convert to support CSS extraction (#41564) @aacevski
226
+ - [Stepper] Convert to support CSS extraction (#41546) @aacevski
227
+ - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
228
+ - [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
229
+ - [ButtonGroup] Deprecate composed classes (#41259) @sai6855
230
+ - [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
231
+ - [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
232
+
233
+ ### `@pigment-css/react@0.0.4`
234
+
235
+ - Fix evaluation of undefined variables (#41569) @siriwatknp
236
+ - Fix react-modal demos location (#41560) @sai6855
237
+ - [react] RTL Support (#41570) @brijeshb42
238
+
239
+ ### `@mui/system@6.0.0-alpha.0`
240
+
241
+ - [core] Standardize index pattern (#41574) @DiegoAndai
242
+ - Fix typo to avoid infinite recursion in function call (#41616) @michael-land
243
+ - Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
244
+
245
+ ### Docs
246
+
247
+ - [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
248
+ - [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
249
+ - [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
250
+ - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
251
+ - [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
252
+
253
+ ### Core
254
+
255
+ - [blog] Update the callout (#41645) @cherniavskii
256
+ - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
257
+ - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
258
+ - [blog] Add post about remote (#41565) @danilo-leal
259
+ - [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
260
+ - [core] Fix failing CI steps (#41636) @mnajdova
261
+ - [core] Update browser support versions (#41568) @siriwatknp
262
+ - [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
263
+ - [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
264
+ - [core] Init the next branch (#41552) @mnajdova
265
+ - [core] Lower the frequency of no-response action runs (#41553) @michaldudak
266
+ - [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
267
+ - [core] Run pnpm dedupe (#41658) @michaldudak
268
+ - [core] Fix dedupe check (#41657) @Janpot
269
+ - [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
270
+ - [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
271
+ - [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
272
+ - [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
273
+ - [docs] Update the installation guides to use the next tag (#41558) @mnajdova
274
+ - [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
275
+ - [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
276
+ - [website] Update pricing table (#41595) @cherniavskii
277
+ - [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
278
+
279
+ All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
280
+
281
+ ## v5.15.15
282
+
283
+ <!-- generated comparing v5.15.14..master -->
284
+
285
+ _Apr 4, 2024_
286
+
287
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
288
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
289
+
290
+ ### `@mui/material@5.15.15`
291
+
292
+ - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
293
+ - [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
294
+
295
+ ### `@mui/system@5.15.15`
296
+
297
+ - Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
298
+
299
+ ### Docs
300
+
301
+ - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
302
+ - [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
303
+ - [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
304
+ - Continue migration of Base UI to sperate repository @oliviertassinari
305
+ - Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
306
+ - Update the versions dropdown to show v6 (#41557) @mnajdova
307
+
308
+ ### Core
309
+
310
+ - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
311
+ - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
312
+ - [blog] Add post about remote (#41565) @danilo-leal
313
+ - [core] Continue rename of Toolpad @oliviertassinari
314
+ - [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
315
+ - [website] Add Aarón to About Us (#41747) @aarongarciah
316
+ - [website] Add stray design adjustments throughout the site (#41642) @mnajdova
317
+ - [website] Update pricing table (#41606) @cherniavskii
318
+
319
+ All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
320
+
321
+ ## v5.15.14
322
+
323
+ <!-- generated comparing v5.15.13..master -->
324
+
325
+ _Mar 18, 2024_
326
+
327
+ A big thanks to the 15 contributors who made this release possible.
328
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
329
+
330
+ ### `@mui/material@5.15.14`
331
+
332
+ - [Accordion] Convert to support CSS extraction (#41221) @mnajdova
333
+ - &#8203;<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
334
+ - &#8203;<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
335
+ - &#8203;<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
336
+ - &#8203;<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
337
+
338
+ ### `@pigment-css/react@0.0.3`
339
+
340
+ - &#8203;<!-- 03 -->Add Box component (#41451) @brijeshb42
341
+
342
+ ### `pigment-css/nextjs-plugin@0.0.3`
343
+
344
+ - &#8203;<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
345
+ - &#8203;<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
346
+
347
+ ### Docs
348
+
349
+ - &#8203;<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
350
+ - &#8203;<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
351
+ - &#8203;<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
352
+ - &#8203;<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
353
+
354
+ ### Core
355
+
356
+ - &#8203;<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
357
+ - &#8203;<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
358
+ - &#8203;<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
359
+ - &#8203;<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
360
+ - &#8203;<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
361
+ - &#8203;<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
362
+ - &#8203;<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
363
+ - &#8203;<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
364
+ - &#8203;<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
365
+ - &#8203;<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
366
+ - &#8203;<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
367
+ - &#8203;<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
368
+ - &#8203;<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
369
+ - &#8203;<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
370
+ - &#8203;<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
371
+ - &#8203;<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
372
+ - &#8203;<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
373
+ - &#8203;<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
374
+
375
+ All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
376
+
377
+ ## v5.15.13
378
+
379
+ <!-- generated comparing v5.15.12..master -->
380
+
381
+ _Mar 13, 2024_
382
+
383
+ A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
384
+
385
+ - The Material UI free Checkout template got a design uplift (#41447) @zanivan
386
+
387
+ ### `@mui/material@5.15.13`
388
+
389
+ - [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
390
+ - [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
391
+ - Add `paperChannel` token (#41447) @siriwatknp
392
+ - [Switch] Convert to support CSS extraction (#41367) @alexfauquette
393
+ - [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
394
+
395
+ ### `@mui/system@5.15.13`
396
+
397
+ - [RtlProvider] Add component & hook (#41241) @mnajdova
398
+
399
+ ### `@mui/utils@5.15.13`
400
+
401
+ - [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
402
+
403
+ ### `@mui/codemod@5.15.13`
404
+
405
+ - Fix merging of slotProps and componentProps (#41323) @sai6855
406
+
407
+ ### `@mui/base@5.0.0-beta.39`
408
+
409
+ - [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
410
+ - [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
411
+ - [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
412
+
413
+ ### `@pigment-css/react@0.0.2`
414
+
415
+ - Handle more scenarios while transforming sx prop (#41372) @brijeshb42
416
+ - Improve testing of fixtures (#41389) @brijeshb42
417
+ - Fix `keyframes` serialize styles error (#41395) @siriwatknp
418
+ - Use class selector instead of class value (#41442) @brijeshb42
419
+ - [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
420
+
421
+ ### Docs
422
+
423
+ - [material-ui] Refine checkout template (#40967) @zanivan
424
+ - [material-ui] Add docs for complementary List components (#41329) @anle9650
425
+ - [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
426
+ - [material-ui] Fix Templates live preview link (#41467) @danilo-leal
427
+ - [material-ui] Polish out the templates page (#41468) @zanivan
428
+ - [material-ui] Adjust the Templates card design (#41450) @danilo-leal
429
+ - [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
430
+ - [joy-ui] Update case studies chip background color (#41413) @cipherlogs
431
+ - [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
432
+ - [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
433
+ - [pigment] Add example and guide section (#41249) @siriwatknp
434
+ - [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
435
+ - [pigment-css] Fix import on the README (#41411) @danilo-leal
436
+ - [pigment-css] Edit starter template links on README (#41409) @danilo-leal
437
+ - [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
438
+ - [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
439
+ - Finish brand name fixes #41438 @oliviertassinari
440
+ - Remove noreferrer @oliviertassinari
441
+ - Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
442
+ - Update GitHub project links (#41370) @danilo-leal
443
+
444
+ ### Core
445
+
446
+ - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
447
+ - [pigment] Rename directories to match package names (#41453) @brijeshb42
448
+ - [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
449
+ - [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
450
+ - [code-infra] Add alias for icon types (#41248) @Janpot
451
+ - [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
452
+ - [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
453
+ - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
454
+ - [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
455
+ - [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
456
+ - [docs-infra] move feedback to ESM (#41381) @alexfauquette
457
+ - [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
458
+ - [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
459
+ - [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
460
+ - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
461
+ - [website] Update the Careers page role (#41384) @danilo-leal
462
+ - [website] Compress about images @oliviertassinari
463
+ - [website] Improve color contrast on the homepage (#41465) @danilo-leal
464
+ - [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
465
+ - [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
466
+
467
+ 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
468
+
469
+ ## v5.15.12
470
+
471
+ <!-- generated comparing v5.15.11..master -->
472
+
473
+ _Mar 5, 2024_
474
+
475
+ A big thanks to the 21 contributors who made this release possible.
476
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
477
+
478
+ ### `@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`
479
+
480
+ - This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
481
+
482
+ ### `@mui/material@5.15.12`
483
+
484
+ - &#8203;<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
485
+ - &#8203;<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
486
+ - &#8203;<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
487
+ - &#8203;<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
488
+ - &#8203;<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
489
+ - &#8203;<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
490
+ - &#8203;<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
491
+ - &#8203;<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
492
+ - &#8203;<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
493
+
494
+ ### `@mui/system@5.15.12`
495
+
496
+ - &#8203;<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
497
+ - &#8203;<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
498
+ - &#8203;<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
499
+ - &#8203;<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
500
+ - &#8203;<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
501
+ - &#8203;<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
502
+ - &#8203;<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
503
+ - &#8203;<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
504
+ - &#8203;<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
505
+ - &#8203;<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
506
+ - &#8203;<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
507
+
508
+ ### `@mui/joy@5.0.0-beta.30`
509
+
510
+ - &#8203;<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
511
+
512
+ ### Docs
513
+
514
+ - &#8203;<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
515
+ - &#8203;<!-- 34 -->Fix missing partner link @oliviertassinari
516
+ - &#8203;<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
517
+ - &#8203;<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
518
+ - &#8203;<!-- 31 -->Fix image layout shift when loading @oliviertassinari
519
+ - &#8203;<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
520
+ - &#8203;<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
521
+ - &#8203;<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
522
+ - &#8203;<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
523
+ - &#8203;<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
524
+
525
+ ### Core
526
+
527
+ - &#8203;<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
528
+ - &#8203;<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
529
+ - &#8203;<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
530
+ - &#8203;<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
531
+ - &#8203;<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
532
+ - &#8203;<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
533
+ - &#8203;<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
534
+ - &#8203;<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
535
+ - &#8203;<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
536
+ - &#8203;<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
537
+ - &#8203;<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
538
+ - &#8203;<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
539
+ - &#8203;<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
540
+ - &#8203;<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
541
+ - &#8203;<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
542
+ - &#8203;<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
543
+ - &#8203;<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
544
+ - &#8203;<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
545
+ - &#8203;<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
546
+ - &#8203;<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
547
+ - &#8203;<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
548
+
549
+ 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
550
+
551
+ ## v5.15.11
552
+
553
+ <!-- generated comparing v5.15.10..master -->
554
+
555
+ _Feb 21, 2024_
556
+
557
+ A big thanks to the 26 contributors who made this release possible.
558
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
559
+
560
+ ### `@mui/material@5.15.11`
561
+
562
+ - [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
563
+ - [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
564
+ - [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
565
+ - [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
566
+ - [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
567
+ - Use direct import (#40851) @siriwatknp
568
+
569
+ ### `@mui/material-nextjs@5.15.11`
570
+
571
+ - Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
572
+
573
+ ### `@mui/system@5.15.11`
574
+
575
+ - Use direct import (#40851) @siriwatknp
576
+ - Move useMediaQuery to system (#39463) @justintoman
577
+ - Consolidate the variants props callback arguments (#41222) @mnajdova
578
+ - Merge props and ownerState in the variants props callback (#41219) @mnajdova
579
+
580
+ ### `@mui/codemod@5.15.11`
581
+
582
+ - [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
583
+ - [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
584
+
585
+ ### `@mui/utils@5.15.11`
586
+
587
+ - Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
588
+
589
+ ### `@mui/base@5.0.0-beta.37`
590
+
591
+ - [Switch] Add missing role attribute (#40907) @KirankumarAmbati
592
+ - [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
593
+
594
+ ### `@mui/lab@5.0.0-alpha.164`
595
+
596
+ - [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
597
+
598
+ ### Docs
599
+
600
+ - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
601
+ - [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
602
+ - [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
603
+ - [joy-ui] Fix 404 image on the docs @oliviertassinari
604
+ - [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
605
+ - [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
606
+ - [material-ui] Update the Testing page's Argos link (#41170) @gregberge
607
+ - [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
608
+ - [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
609
+ - [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
610
+ - [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
611
+ - [material-ui] Add simpler demo for default behavior (#40980) @zanivan
612
+ - [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
613
+ - Link to react-transition group with https @oliviertassinari
614
+ - Update broken URL hashes (#41185) @LukasTy
615
+ - Prefer https links @oliviertassinari
616
+ - Fix MUI Treasury link @oliviertassinari
617
+ - Migrate the last > quotes to ::: callouts @oliviertassinari
618
+
619
+ ### Core
620
+
621
+ - [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
622
+ - [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
623
+ - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
624
+ - [blog] Remove the "News" tag (#41208) @danilo-leal
625
+ - [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
626
+ - [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
627
+ - [code-infra] Move Link to @mui/docs (#40889) @Janpot
628
+ - [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
629
+ - [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
630
+ - [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
631
+ - [code-infra] Build internal packages before publishing (#41210) @michaldudak
632
+ - [core] Improve the release instructions (#40973) @mnajdova
633
+ - [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
634
+ - [core] Fix TypeScript spelling in changelog @oliviertassinari
635
+ - [core] Fix small detail in the autocomplete demo @oliviertassinari
636
+ - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
637
+ - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
638
+ - [core] Fix missing context display names (#41168) @oliviertassinari
639
+ - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
640
+ - [zero][demo] Fix sample next app build (#41197) @brijeshb42
641
+ - [docs-infra] Simplify copy logic (#41167) @oliviertassinari
642
+ - [docs-infra] New way of providing API layout config (#41106) @alexfauquette
643
+ - [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
644
+ - [docs-infra] Add external link arrow (#41129) @siriwatknp
645
+ - [docs-infra] Fix external link arrow (#41181) @alexfauquette
646
+ - [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
647
+ - [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
648
+ - [docs-infra] Remove random layout assignment (#40862) @alexfauquette
649
+ - [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
650
+ - [docs-infra] Share vale-config (#41176) @alexfauquette
651
+ - [test] Generalize test utils (#41175) @michaldudak
652
+ - [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
653
+ - [website] Match chart component names @oliviertassinari
654
+ - [website] Add Marblism diamond sponsor (#41097) @rluzists1
655
+ - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
656
+ - [website] Fix responsive breakpoints @oliviertassinari
657
+ - [website] Fix overloading of footer JS files @oliviertassinari
658
+ - [website] Improve the footer's chip contrast (#41209) @danilo-leal
659
+ - [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
660
+ - [zero] Setup basic testing framework (#40986) @brijeshb42
661
+ - [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
662
+ - [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
663
+ - [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
664
+
665
+ 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
666
+
667
+ ## v5.15.10
668
+
669
+ <!-- generated comparing v5.15.9..master -->
670
+
671
+ _Feb 12, 2024_
672
+
673
+ A big thanks to the 8 contributors who made this release possible.
674
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
675
+
676
+ ### `@mui/material@5.15.10`
677
+
678
+ - [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
679
+
680
+ ### `@mui/joy@5.0.0-beta.28`
681
+
682
+ - [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
683
+ - [IconButton] Support loading prop (#40949) @Smileek
684
+
685
+ ### Docs
686
+
687
+ - [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
688
+ - [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
689
+ - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
690
+ - [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
691
+ - Fix 301 redirection to StackBlitz @oliviertassinari
692
+ - Fix h1 on Joy UI templates @oliviertassinari
693
+ - Have MUI workspace own the CodeSandbox @oliviertassinari
694
+ - Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
695
+ - Fix 301 links @oliviertassinari
696
+ - Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
697
+ - Add a 404 page (#40884) @danilo-leal
698
+ - Fix missing GitHub label when opening new issue @oliviertassinari
699
+ - [Stack] Update import statement for Stack component (#41032) @sai6855
700
+
701
+ ### Core
702
+
703
+ - [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
704
+ - [core] Simplify CodeSandbox reproduction @oliviertassinari
705
+ - [core] Missing redirection @oliviertassinari
706
+ - [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
707
+ - [core] Avoid variable shorthands @oliviertassinari
708
+ - [docs-infra] Fix search icon issue (#40957) @oliviertassinari
709
+ - [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
710
+ - [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
711
+ - [website] Polish Customer Support Agent role @oliviertassinari
712
+
713
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
714
+
715
+ ## v5.15.9<!-- generated comparing v5.15.8..master -->
716
+
717
+ _Feb 8, 2024_
718
+
719
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
720
+
721
+ - 🐛 A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
722
+
723
+ ### `@mui/material@5.15.9`
724
+
725
+ - &#8203;<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
726
+ - &#8203;<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
727
+
728
+ ### `@mui/base@5.0.0-beta.36`
729
+
730
+ - &#8203;<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
731
+
732
+ ### `@mui/system@5.15.9`
733
+
734
+ - &#8203;<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
735
+ - &#8203;<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
736
+
737
+ ### Docs
738
+
739
+ - &#8203;<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
740
+ - &#8203;<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
741
+
742
+ ### Core
743
+
744
+ - &#8203;<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
745
+ - &#8203;<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
746
+ - &#8203;<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
747
+
748
+ All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
749
+
750
+ ## v5.15.8<!-- generated comparing v5.15.7..master -->
751
+
752
+ _Feb 6, 2024_
753
+
754
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
755
+
756
+ - 💫 Added a redesigned [landing page template](https://mui.com/material-ui/getting-started/templates/landing-page/) (#37557) @zanivan
757
+ - ✨ Added support for Arrow Down/Up + Shift and Page Up/Down keys for faster stepping in the Slider component (#40676) @mnajdova
758
+ - many 🐛 bug fixes and 📚 documentation improvements
759
+
760
+ ### `@mui/material@5.15.8`
761
+
762
+ - &#8203;<!-- 36 -->[Avatar] Simplify valid children assertion (#40834) @oliviertassinari
763
+
764
+ ### `@mui/codemod@5.15.8`
765
+
766
+ - &#8203;<!-- 37 -->[Accordion] Update props actual.js test case (#40879) @DiegoAndai
767
+ - &#8203;<!-- 12 -->Fix `findComponentJSX` util (#40855) @sai6855
768
+
769
+ ### `@mui/system@5.15.8`
770
+
771
+ - &#8203;<!-- 10 -->Add blend color manipulator (#40258) @romgrk
772
+ - &#8203;<!-- 38 -->Support variants in `theme.styleOverrides` (#40690) @siriwatknp
773
+ - &#8203;<!-- 02 -->[zero] Always replace the `createUseThemeProps` call (#40885) @siriwatknp
774
+ - &#8203;<!-- 01 -->[zero] Add README with installation and basic usage (#40761) @brijeshb42
775
+
776
+ ### `@mui/base@5.0.0-beta.34`
777
+
778
+ - &#8203;<!-- 35 -->[Button] Add support for `hostElementName` prop to improve SSR (#40507) @mj12albert
779
+ - &#8203;<!-- 30 -->[Menu] Use Popup instead of Popper (#40731) @michaldudak
780
+ - &#8203;<!-- 29 -->[useNumberInput] Integrate useNumberInput with useControllableReducer (#40206) @mj12albert
781
+ - &#8203;<!-- 11 -->[Slider] Add support for Arrow Down/Up + Shift and Page Up/Down keys (#40676) @mnajdova
782
+
783
+ ### Docs
784
+
785
+ - &#8203;<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
786
+ - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
787
+ - &#8203;<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
788
+ - &#8203;<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
789
+ - &#8203;<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
790
+ - &#8203;<!-- 14 -->[material-ui] Fix createTheme import and markdown format in the Next.js guide (#40895) @hsmtkk
791
+ - &#8203;<!-- 13 -->[material-ui] Correct Google font CDN URL as Roboto 600 weight is not used (#40852) @xuhdev
792
+ - &#8203;<!-- 14 -->[material-ui] Replace the Album template with a landing page (#37557) @zanivan
793
+ - &#8203;<!-- 21 -->[material-ui] Add deprecations migration guide (#40767) @DiegoAndai
794
+ - &#8203;<!-- 22 -->[material-ui] Improve aria-label throughout the Button Group demos (#40892) @danilo-leal
795
+ - &#8203;<!-- 17 -->[joy-ui] Update the Overview callout (#40900) @danilo-leal
796
+ - &#8203;<!-- 22 -->Fix image size and dark mode @oliviertassinari
797
+ - &#8203;<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev @oliviertassinari
798
+ - &#8203;<!-- 20 -->Fix 301 links @oliviertassinari
799
+ - &#8203;<!-- 19 -->Fix outdated link @oliviertassinari
800
+ - &#8203;<!-- 18 -->Fix URL and typo in CONTRIBUTING.md (#40899) @Smileek
801
+
802
+ ### Core
803
+
804
+ - &#8203;<!-- 28 -->[blog] Optimize images for /blog/mui-x-v7-beta/ @oliviertassinari
805
+ - &#8203;<!-- 27 -->[blog] Clarify barrel index tree-shaking @oliviertassinari
806
+ - &#8203;<!-- 26 -->[code-infra] Simplify bug reproduction (#40833) @oliviertassinari
807
+ - &#8203;<!-- 25 -->[code-infra] Prepare publishing @mui-internal/typescript-to-proptypes to npm (#40842) @michaldudak
808
+ - &#8203;<!-- 40 -->[code-infra] Remove babel alias from the docs (#40792) @Janpot
809
+ - &#8203;<!-- 24 -->[core] Use Google Font v2 API @oliviertassinari
810
+ - &#8203;<!-- 23 -->[core] Add missing change to v5.15.7 changelog (#40872) @DiegoAndai
811
+ - &#8203;<!-- 31 -->[core] Normalize `<meta name="viewport" />`` @oliviertassinari
812
+ - &#8203;<!-- 28 -->[dependencies] Do not update envinfo test dependencies (#40950) @michaldudak
813
+ - &#8203;<!-- 17 -->[docs-infra] Fix arbitrary gap between paragraphs in callouts (#40911) @oliviertassinari
814
+ - &#8203;<!-- 16 -->[docs-infra] Allow developers to build their CodeSandbox export (#40878) @oliviertassinari
815
+ - &#8203;<!-- 15 -->[docs-infra] Improve StackBlitz support (#40832) @oliviertassinari
816
+ - &#8203;<!-- 21 -->[docs-infra] Improve support for absolute locale URL (#40940) @oliviertassinari
817
+ - &#8203;<!-- 31 -->[Menu][base-ui] Fix improperly merged tests (#40896) @michaldudak
818
+ - &#8203;<!-- 09 -->[utils] Use consistent build approach (#40837) @siriwatknp
819
+ - &#8203;<!-- 08 -->[website] Fix React missing key console error @oliviertassinari
820
+ - &#8203;<!-- 07 -->[website] Fix broken link @oliviertassinari
821
+ - &#8203;<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
822
+ - &#8203;<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
823
+ - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
824
+ - &#8203;<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
825
+ - &#8203;<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
826
+
827
+ All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
828
+
829
+ ## v5.15.7
830
+
831
+ <!-- generated comparing v5.15.6..master -->
832
+
833
+ _Jan 31, 2024_
834
+
835
+ A big thanks to the 21 contributors who made this release possible.
836
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
837
+
838
+ ### `@mui/material@5.15.7`
839
+
840
+ - &#8203;<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
841
+ - &#8203;<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
842
+ - &#8203;<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
843
+
844
+ ### `@mui/codemod@5.15.7`
845
+
846
+ - &#8203;<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
847
+
848
+ ### `@mui/system@5.15.7`
849
+
850
+ - &#8203;<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
851
+ - &#8203;<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
852
+ - &#8203;<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
853
+ - &#8203;<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
854
+
855
+ ### `@mui/utils@5.15.7`
856
+
857
+ - &#8203;<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
858
+ - &#8203;<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
859
+ - &#8203;<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
860
+
861
+ ### `@mui/base@5.0.0-beta.34`
862
+
863
+ - &#8203;<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
864
+ - &#8203;<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
865
+ - &#8203;<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
866
+
867
+ ### `@mui/joy@5.0.0-beta.25`
868
+
869
+ - &#8203;<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
870
+
871
+ ### `@mui/lab@5.0.0-alpha.163`
872
+
873
+ - &#8203;<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
874
+
875
+ ### Docs
876
+
877
+ - &#8203;<!-- 57 -->[material-ui] Fix the icon preview dialog (#40863) @danilo-leal
878
+ - &#8203;<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
879
+ - &#8203;<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
880
+ - &#8203;<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
881
+ - &#8203;<!-- 30 -->Fix build @oliviertassinari
882
+ - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
883
+ - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
884
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
885
+ - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
886
+
887
+ ### Core
888
+
889
+ - &#8203;<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
890
+ - &#8203;<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
891
+ - &#8203;<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
892
+ - &#8203;<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
893
+ - &#8203;<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
894
+ - &#8203;<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
895
+ - &#8203;<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
896
+ - &#8203;<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
897
+ - &#8203;<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
898
+ - &#8203;<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
899
+ - &#8203;<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
900
+ - &#8203;<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
901
+ - &#8203;<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
902
+ - &#8203;<!-- 33 -->Clarify TODO instruction @oliviertassinari
903
+ - &#8203;<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
904
+ - &#8203;<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
905
+ - &#8203;<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
906
+ - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
907
+ - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
908
+ - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
909
+ - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
910
+ - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
911
+ - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
912
+ - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
913
+ - &#8203;<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
914
+ - &#8203;<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
915
+ - &#8203;<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
916
+ - &#8203;<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
917
+ - &#8203;<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
918
+ - &#8203;<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
919
+ - &#8203;<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
920
+ - &#8203;<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
921
+
922
+ All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
923
+
924
+ ## v5.15.6
925
+
926
+ <!-- generated comparing v5.15.5..master -->
927
+
928
+ _Jan 22, 2024_
929
+
930
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
931
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
932
+
933
+ ### `@mui/material@5.15.6`
934
+
935
+ - &#8203;<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
936
+ - &#8203;<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
937
+ - &#8203;<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
938
+ - &#8203;<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
939
+
940
+ ### `@mui/base@5.0.0-beta.33`
941
+
942
+ - &#8203;<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
943
+ - &#8203;<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
944
+ - &#8203;<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
945
+
946
+ ### `@mui/system@5.15.6`
947
+
948
+ - &#8203;<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
949
+ - &#8203;<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
950
+
951
+ ### `@mui/icons-material@5.15.6`
952
+
953
+ - &#8203;<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
954
+
955
+ ### Docs
956
+
957
+ - &#8203;<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
958
+ - &#8203;<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
959
+ - &#8203;<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
960
+ - &#8203;<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
961
+ - &#8203;<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
962
+ - &#8203;<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
963
+ - &#8203;<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
964
+ - &#8203;<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
965
+ - &#8203;<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
966
+ - &#8203;<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
967
+ - &#8203;<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
968
+
969
+ ### Core
970
+
971
+ - &#8203;<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
972
+ - &#8203;<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
973
+ - &#8203;<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
974
+ - &#8203;<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
975
+ - &#8203;<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
976
+ - &#8203;<!-- 19 -->[core] Polish issue templates @oliviertassinari
977
+ - &#8203;<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
978
+ - &#8203;<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
979
+ - &#8203;<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
980
+
981
+ All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
982
+
983
+ ## v5.15.5
984
+
985
+ <!-- generated comparing v5.15.4..master -->
986
+
987
+ _Jan 17, 2024_
988
+
989
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
990
+
991
+ - Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
992
+ - Bug fixes, and a lot of improvements to code and docs infra
993
+
994
+ ### `@mui/material@5.15.5`
995
+
996
+ - &#8203;<!-- 42 -->[Accordion] Deprecate \*Props props and classes for v6 (#40418) @DiegoAndai
997
+ - &#8203;<!-- 41 -->[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props (#40551) @2metres
998
+ - &#8203;<!-- 27 -->[Dialog] Remove deprecated onBackdropClick from Dialog tests (#40505) @sai6855
999
+ - &#8203;<!-- 26 -->[Divider] Deprecate props and classes for v6 (#40563) @sai6855
1000
+
1001
+ ### `@mui/material-next@6.0.0-alpha.118`
1002
+
1003
+ - &#8203;<!-- 36 -->[ButtonGroup] Apply MD3 style to `ButtonGroup` (#40124) @lhilgert9
1004
+
1005
+ ### `@mui/base@5.0.0-beta.32`
1006
+
1007
+ #### Breaking changes
1008
+
1009
+ - &#8203;<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
1010
+
1011
+ The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`)
1012
+
1013
+ To adapt your code to the new pattern:
1014
+
1015
+ - replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.),
1016
+ - replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.).
1017
+
1018
+ #### Changes
1019
+
1020
+ - &#8203;<!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
1021
+ - &#8203;<!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
1022
+
1023
+ ### `@mui/joy@5.0.0-beta.23`
1024
+
1025
+ - &#8203;<!-- 11 -->[ModalDialog] Fix ModalDialog layout prop override (#40512) @maakcode
1026
+ - &#8203;<!-- 10 -->[RadioGroup] Allow zero number as a value (#40344) @aacevski
1027
+
1028
+ ### `@mui/codemod@5.15.5`
1029
+
1030
+ - &#8203;<!-- 31 -->Allow `json` files to be transformed (#40536) @ZeeshanTamboli
1031
+
1032
+ ### `@mui/lab@5.0.0-alpha.161`
1033
+
1034
+ - &#8203;<!-- 09 -->Update `@mui/material` peer dependency version (#40528) @ZeeshanTamboli
1035
+
1036
+ ### `@mui/material-nextjs@5.15.5`
1037
+
1038
+ - &#8203;<!-- 08 -->Fix release script (#40519) @petrovmiroslav
1039
+ - &#8203;<!-- 07 -->Support Nonces in the App Router Provider (#40269) @josh-feldman
1040
+ - &#8203;<!-- 06 -->Polish @mui/material-nextjs (#40473) @oliviertassinari
1041
+
1042
+ ### `@mui/system@5.15.5`
1043
+
1044
+ - &#8203;<!-- 05 -->Fix import path for @mui/system in vite apps (#40490) @brijeshb42
1045
+ - &#8203;<!-- 02 -->Fix css vars generation and simplify the code (#40530) @siriwatknp
1046
+ - &#8203;<!-- 01 -->Identify zero runtime styled path (#40555) @brijeshb42
1047
+
1048
+ ### Docs
1049
+
1050
+ - &#8203;<!-- 35 -->[joy-ui][Card] Fix text alignment in horizontal aligned card demo (#40562) @ZeeshanTamboli
1051
+ - &#8203;<!-- 25 -->Improve instructions about peer dependencies (#40621) @danilo-leal
1052
+ - &#8203;<!-- 24 -->Solve page description length @oliviertassinari
1053
+ - &#8203;<!-- 23 -->Fix MUI Treasury links (#40561) @siriwatknp
1054
+ - &#8203;<!-- 17 -->[material-ui] Update <ListItem button/> to ListItemButton in demos (#40564) @sai6855
1055
+ - &#8203;<!-- 16 -->[material-ui] Revise the Snackbar page (#39298) @danilo-leal
1056
+ - &#8203;<!-- 15 -->[material-ui] Sharpen Material 3 copy on demo pages (#40546) @samuelsycamore
1057
+ - &#8203;<!-- 14 -->[material-ui] Fix typo on Next.js integration guide (#40538) @zanivan
1058
+ - &#8203;<!-- 13 -->[material-ui][Snackbar] Remove unused `State` interface from Consecutive Snackbars demo (#40410)
1059
+ @zinoroman
1060
+ - &#8203;<!-- 12 -->[website] Resolve broken links reported by `docs:link-check` (#40547) @samuelsycamore
1061
+
1062
+ ### Core
1063
+
1064
+ - &#8203;<!-- 37 -->[blog] Fix 404 link to MUI Treasury @oliviertassinari
1065
+ - &#8203;<!-- 34 -->[code-infra] Add `run` command to deploy docs (#40513) @siriwatknp
1066
+ - &#8203;<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
1067
+ - &#8203;<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
1068
+ - &#8203;<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
1069
+ - &#8203;<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
1070
+ - &#8203;<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
1071
+ - &#8203;<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
1072
+ - &#8203;<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
1073
+ - &#8203;<!-- 20 -->[docs-infra] Improve API page deprecation info (#40440) @DiegoAndai
1074
+ - &#8203;<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
1075
+ - &#8203;<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
1076
+ - &#8203;<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
1077
+ - &#8203;<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
1078
+
1079
+ All contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
1080
+
1081
+ ## 5.15.4
1082
+
1083
+ <!-- generated comparing v5.15.3..master -->
1084
+
1085
+ _Jan 10, 2024_
1086
+
1087
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights:
1088
+
1089
+ - ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
1090
+
1091
+ ### `@mui/material@5.15.4`
1092
+
1093
+ - [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
1094
+ - [Select] Add form submission regression test (#40176) @mj12albert
1095
+ - [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
1096
+ - [ClickAwayListener] Fix export of types (#40485) @illume
1097
+
1098
+ ### `@mui/material-nextjs@5.15.4`
1099
+
1100
+ - Improve build size issue (#40436) @siriwatknp
1101
+
1102
+ ### `@mui/icons-material@5.15.4`
1103
+
1104
+ - Update the icons (#40365) @michaldudak
1105
+
1106
+ ### `@mui/system@5.15.4`
1107
+
1108
+ - [zero] Move zero runtime related packages (#40426) @brijeshb42
1109
+ - Fix all use of styled(Box) (#40449) @oliviertassinari
1110
+
1111
+ ### `@mui/utils@5.15.4`
1112
+
1113
+ - Fix `isPlainObject` to work across realm (#39981) @brijeshb42
1114
+
1115
+ ### `@mui/base@5.0.0-beta.31`
1116
+
1117
+ - [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
1118
+
1119
+ ### `@mui/joy@5.0.0-beta.22`
1120
+
1121
+ - [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
1122
+ - [ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export (#40407) @RiceCrisp
1123
+
1124
+ ### Docs
1125
+
1126
+ - [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
1127
+ - [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
1128
+ - [base-ui] Update the overview page (#40412) @danilo-leal
1129
+ - [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
1130
+ - [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
1131
+ - [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
1132
+ - [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
1133
+ - [material-ui] Revise the Accordion page (#40284) @anle9650
1134
+ - [material-ui] Add docs for complementary Card components (#40346) @anle9650
1135
+ - [material-ui] Add Material Design 3 components page (#40350) @DiegoAndai
1136
+ - Fix strange italic style @oliviertassinari
1137
+ - Fix references to ESLint @oliviertassinari
1138
+ - Fix 301 redirections @oliviertassinari
1139
+ - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
1140
+
1141
+ ### Core
1142
+
1143
+ - [examples] Use material-nextjs integration package (#40199) @siriwatknp
1144
+ - [code-infra] Configure build dependencies in nx (#40482) @michaldudak
1145
+ - [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
1146
+ - [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
1147
+ - [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
1148
+ - [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
1149
+ - [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
1150
+ - [docs-infra] Fix API table full-width (#40476) @oliviertassinari
1151
+ - [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
1152
+ - [docs-infra] Remove explicit `mui-x` dependency resolving (#40257) @LukasTy
1153
+ - [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
1154
+ - [core] Lock file maintenance (#34538) @renovate[bot]
1155
+ - [core] Remove duplicate devDependencies (#40438) @michaldudak
1156
+ - [core] Remove issue emoji @oliviertassinari
1157
+ - [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
1158
+ - [core] Change package manager to pnpm (#36287) @Janpot
1159
+ - [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
1160
+ - [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
1161
+ - [website] Fix default social card @oliviertassinari
1162
+ - [test] Restore the `t` command (#40430) @michaldudak
1163
+
1164
+ All contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
1165
+
1166
+ ## 5.15.3
1167
+
1168
+ <!-- generated comparing v5.15.2..master -->
1169
+
1170
+ _Jan 3, 2024_
1171
+
1172
+ A big thanks to the 11 contributors who made this release possible.
1173
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1174
+
1175
+ ### `@mui/material-nextjs@5.15.3`
1176
+
1177
+ - &#8203;<!-- 06 -->[material-nextjs] Fix order of emotion server (#40409) @siriwatknp
1178
+
1179
+ ### `@mui/base@5.0.0-beta.30`
1180
+
1181
+ - &#8203;<!-- 40 -->[useSlider] Rearrange passive option in eventlisteners (#40235) @Kamino0
1182
+
1183
+ ### `@mui/lab@5.0.0-alpha.159`
1184
+
1185
+ - &#8203;<!-- 14 -->Add use client directive (#40358) @DiegoAndai
1186
+
1187
+ ### `@mui/material-next@6.0.0-alpha.116`
1188
+
1189
+ - &#8203;<!-- 13 -->[List] Copy all List\* components to material-next package (#40367) @sai6855
1190
+ - &#8203;<!-- 12 -->Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai
1191
+ - &#8203;<!-- 11 -->[MenuItem] Fix spec import (#40271) @DiegoAndai
1192
+ - &#8203;<!-- 10 -->[Option] Add Option component (#40270) @DiegoAndai
1193
+ - &#8203;<!-- 09 -->[Slider] Replace lodash with internal utils (#40261) @DiegoAndai
1194
+ - &#8203;<!-- 08 -->[Switch] Change files to TypeScript (#39894) @lhilgert9
1195
+ - &#8203;<!-- 07 -->[theme] Move ref palette out of color schemes (#40341) @DiegoAndai
1196
+
1197
+ ### Docs
1198
+
1199
+ - &#8203;<!-- 41 -->[base-ui] Polish the Table Pagination demos (#40281) @danilo-leal
1200
+ - &#8203;<!-- 22 -->[joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari
1201
+ - &#8203;<!-- 21 -->[joy-ui] Fix image size on the Files template (#40315) @oliviertassinari
1202
+ - &#8203;<!-- 20 -->[material-ui] Revise the Divider page (#40356) @danilo-leal
1203
+ - &#8203;<!-- 19 -->[material-ui] Polish the Next.js integration page (#40317) @oliviertassinari
1204
+ - &#8203;<!-- 18 -->[material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski
1205
+ - &#8203;<!-- 17 -->[material-ui] Revise the Roadmap page (#40054) @danilo-leal
1206
+ - &#8203;<!-- 16 -->[material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650
1207
+ - &#8203;<!-- 05 -->[material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil
1208
+ - &#8203;<!-- 15 -->[examples] Simplify Next.js example (#40318) @oliviertassinari
1209
+
1210
+ ### Core
1211
+
1212
+ - &#8203;<!-- 39 -->[blog] Update open-graph cards for all posts (#40328) @danilo-leal
1213
+ - &#8203;<!-- 38 -->[blog] Correct git diff @oliviertassinari
1214
+ - &#8203;<!-- 37 -->[code-infra] Update lerna and unpin its version (#40399) @michaldudak
1215
+ - &#8203;<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
1216
+ - &#8203;<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
1217
+ - &#8203;<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
1218
+ - &#8203;<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
1219
+ - &#8203;<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
1220
+ - &#8203;<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
1221
+ - &#8203;<!-- 30 -->[docs] Remove old notifications @oliviertassinari
1222
+ - &#8203;<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
1223
+ - &#8203;<!-- 28 -->[docs] Reduce network use on the All Components pages (#40313) @oliviertassinari
1224
+ - &#8203;<!-- 27 -->[docs-infra] Fix missing button aria-label (#40394) @oliviertassinari
1225
+ - &#8203;<!-- 26 -->[docs-infra] Fix a11y violation rule (#40393) @oliviertassinari
1226
+ - &#8203;<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
1227
+ - &#8203;<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
1228
+ - &#8203;<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
1229
+ - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
1230
+ - &#8203;<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
1231
+ - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
1232
+ - &#8203;<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
1233
+
1234
+ All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
1235
+
1236
+ ## 5.15.2
1237
+
1238
+ <!-- generated comparing v5.15.1..master -->
1239
+
1240
+ _Dec 25, 2023_
1241
+
1242
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
1243
+
1244
+ - 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
1245
+ - 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
1246
+
1247
+ ### `@mui/material@5.15.2`
1248
+
1249
+ - &#8203;<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova
1250
+ - &#8203;<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855
1251
+
1252
+ ### `@mui/system@5.15.2`
1253
+
1254
+ - &#8203;<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova
1255
+
1256
+ ### `@mui/base@5.0.0-beta.29`
1257
+
1258
+ - &#8203;<!-- 29 -->[Popup] Use context-based transition API (#39326) @michaldudak
1259
+ - &#8203;<!-- 28 -->[Popup] Popup no longer opens outside viewport (#39827) @adamhylander
1260
+ - &#8203;<!-- 27 -->[useSelect] Refactor to use DOM focus management instead of active descendant (#39675) @DiegoAndai
1261
+
1262
+ ### `@mui/material-next@6.0.0-alpha.115`
1263
+
1264
+ - &#8203;<!-- 15 -->[material-next][Divider]Divider ts support (#40307) @sai6855
1265
+
1266
+ ### Docs
1267
+
1268
+ - &#8203;<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
1269
+ - &#8203;<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
1270
+ - &#8203;<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
1271
+ - &#8203;<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
1272
+ - &#8203;<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
1273
+ - &#8203;<!-- 07 -->[material-ui] Add an "All components" page (#40256) @danilo-leal
1274
+ - &#8203;<!-- 06 -->[material-ui][Tooltip] Add demo to show how to change distance between tooltip and its anchor (#40087) @anle9650
1275
+
1276
+ ### Core
1277
+
1278
+ - &#8203;<!-- 26 -->[blog] Fix 301 redirection @oliviertassinari
1279
+ - &#8203;<!-- 25 -->[blog] Reduce max image size @oliviertassinari
1280
+ - &#8203;<!-- 23 -->[code-infra] Extract Babel macro from mui-utils (#40262) @michaldudak
1281
+ - &#8203;<!-- 22 -->[core] Simplify a bit the release instructions @oliviertassinari
1282
+ - &#8203;<!-- 21 -->[core] Push force to deploy is not unexpected @oliviertassinari
1283
+ - &#8203;<!-- 20 -->[core] Fix CSS2 vs. CSS3 ::after syntax @oliviertassinari
1284
+ - &#8203;<!-- 19 -->[core] Fix CSS2 vs. CSS3 ::before syntax @oliviertassinari
1285
+ - &#8203;<!-- 05 -->[core] Use direct import from utils package (#40254) @siriwatknp
1286
+ - &#8203;<!-- 18 -->[core] Yaml format match most common convention @oliviertassinari
1287
+ - &#8203;<!-- 17 -->[core] Polish docs-feedback issue template @oliviertassinari
1288
+ - &#8203;<!-- 16 -->[core] Pin Node version on GitHub Actions to 18.18 (#40187) @michaldudak
1289
+ - &#8203;<!-- 14 -->[docs] Fix SEO regression (#40306) @oliviertassinari
1290
+ - &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
1291
+ - &#8203;<!-- 12 -->[docs] Update the Contributing guide to give more guidance on documentation (#40274) @samuelsycamore
1292
+ - &#8203;<!-- 11 -->[docs-infra] Add polish to the inline code block (#40260) @danilo-leal
1293
+ - &#8203;<!-- 02 -->[website] Update Gold sponsors: add RxDB, standardize formatting (#40273) @samuelsycamore
1294
+ - &#8203;<!-- 01 -->[website] Revert change to homepage SEO attributes @oliviertassinari
1295
+
1296
+ All contributors of this release in alphabetical order: @adamhylander, @anle9650, @danilo-leal, @DiegoAndai, @Kimzify, @michaldudak, @mnajdova, @muazaqdas, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
1297
+
1298
+ ## 5.15.1
1299
+
1300
+ <!-- generated comparing v5.15.0..master -->
1301
+
1302
+ _Dec 19, 2023_
1303
+
1304
+ A big thanks to the 15 contributors who made this release possible.
1305
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1306
+
1307
+ ### `@mui/material@5.15.1`
1308
+
1309
+ - &#8203;<!-- 13 -->[CardActions][DialogActions] Apply margin for all children except for 1st child (#40168) @sai6855
1310
+ - &#8203;<!-- 03 -->[TablePagination] Add ability to change icons in TablePaginationActions using `slots` and `slotProps` (#33797) @pratikkarad
1311
+ - &#8203;<!-- 13 -->[CssVarsProvider] Fix HSL breaking button styles (#39869) @gitstart
1312
+
1313
+ ### `@mui/joy@5.0.0-beta.19`
1314
+
1315
+ - &#8203;<!-- 05 -->[FormControl] Fix issue with the conditional setting of `htmlFor` and `id` attributes not functioning properly for form labels (#40180) @ReaZzy
1316
+ - &#8203;<!-- 04 -->[typescript] Address TypeScript issue with custom zIndex not functioning (#40133) @qiweiii
1317
+
1318
+ ### `@mui/styled-engine-sc@6.0.0-alpha.9`
1319
+
1320
+ - &#8203;<!-- 02 -->[typescript] Fix `theme` being of type any (#40200) @mnajdova
1321
+
1322
+ ### Docs
1323
+
1324
+ - &#8203;<!-- 09 -->[joy-ui] Fix typo in the CSS baseline page (#40222) @possibilities
1325
+ - &#8203;<!-- 08 -->[joy-ui] Document missing Autocomplete props (#39979) @ZeeshanTamboli
1326
+ - &#8203;<!-- 10 -->[joy-ui] Fix typo about Typography levels (#40230) @zanivan
1327
+ - &#8203;<!-- 07 -->[material-ui] Update the related projects page to list `mui-tiptap` for rich text (#40216) @sjdemartini
1328
+ - &#8203;<!-- 06 -->[material-ui] Fix typo in the Next.js integration page (#40209) @s8990
1329
+
1330
+ ### Core
1331
+
1332
+ - &#8203;<!-- 14 -->[blog] Fix access to Notion without an account @oliviertassinari
1333
+ - &#8203;<!-- 12 -->[core] Update workflows and issue templates to reflect the updated label (#40197) @MBilalShafi
1334
+ - &#8203;<!-- 11 -->[docs] Replace Twitter with X (#40193) @mbrookes
1335
+ - &#8203;<!-- 10 -->[docs-infra] Uplift the Algolia search modal design (#40186) @danilo-leal
1336
+ - &#8203;<!-- 01 -->[website] Update product descriptions and social preview images (#32181) @danilo-leal
1337
+
1338
+ All contributors of this release in alphabetical order: @danilo-leal, @gitstart, @MBilalShafi, @mbrookes, @mnajdova, @oliviertassinari, @possibilities, @pratikkarad, @qiweiii, @ReaZzy, @s8990, @sai6855, @sjdemartini, @zanivan, @ZeeshanTamboli
1339
+
1340
+ ## 5.15.0
1341
+
1342
+ <!-- generated comparing v5.14.20..master -->
1343
+
1344
+ _Dec 11, 2023_
1345
+
1346
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1347
+
1348
+ - 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
1349
+
1350
+ ### `@mui/material@5.15.0`
1351
+
1352
+ - &#8203;<!-- 12 -->Revert "[Select][material-ui] Add name to hidden input element" (#40174) @mj12albert
1353
+ - &#8203;<!-- 02 -->[material-ui] Refactor ComponentsVariants type into a generic (#39623) @blakenetz
1354
+
1355
+ ### `@mui/material-nextjs@5.15.0`
1356
+
1357
+ - &#8203;<!-- 01 -->[material-ui] Add new Next.js integration package (#39947) @siriwatknp
1358
+
1359
+ ### `@mui/material-next@6.0.0-alpha.113`
1360
+
1361
+ - &#8203;<!-- 11 -->[Badge][material-next] Apply new OwnerState type to Badge (#40119) @lhilgert9
1362
+ - &#8203;<!-- 06 -->[material-next][ButtonGroup] Change `ButtonGroup` files to ts (#39794) @lhilgert9
1363
+
1364
+ ### `@mui/icons-material@5.15.0`
1365
+
1366
+ - &#8203;<!-- 05 -->[icons] Add X logo (#38811) @abreel
1367
+
1368
+ ### `@mui/base@5.0.0-beta.27`
1369
+
1370
+ - &#8203;<!-- 10 -->[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert
1371
+
1372
+ ### `@mui/joy@5.0.0-beta.18`
1373
+
1374
+ - &#8203;<!-- 04 -->[joy-ui][Radio][Input] Fix inheritance of disabled prop (#39934) @sai6855
1375
+
1376
+ ### `@mui/lab@5.0.0-alpha.156`
1377
+
1378
+ - &#8203;<!-- 03 -->[lab][LoadingButton] LoadingButton now inherits props from ButtonGroup (#39679) @lhilgert9
1379
+
1380
+ ### Docs
1381
+
1382
+ - &#8203;<!-- 09 -->[docs] Fix reference to non-existent checkmark in supported-components.md (#40056) @mbrookes
1383
+ - &#8203;<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
1384
+ - &#8203;<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
1385
+ - &#8203;<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
1386
+ - &#8203;<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
1387
+ - &#8203;<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
1388
+ - &#8203;<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
1389
+
1390
+ ### Core
1391
+
1392
+ - &#8203;<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
1393
+ - &#8203;<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
1394
+ - &#8203;<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
1395
+
1396
+ All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
1397
+
1398
+ ## 5.14.20
1399
+
1400
+ <!-- generated comparing v5.14.19..master -->
1401
+
1402
+ _Dec 5, 2023_
1403
+
1404
+ A big thanks to the 14 contributors who made this release possible.
1405
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1406
+
1407
+ ### `@mui/material-next@6.0.0-alpha.112`
1408
+
1409
+ - &#8203;<!-- 07 -->[Menu] Enable again the usage of the autoFocus prop (#39960) @mnajdova
1410
+ - &#8203;<!-- 06 -->[ProgressIndicator] Apply MD3 style to `CircularProgress` (#39825) @lhilgert9
1411
+
1412
+ ### Docs
1413
+
1414
+ - &#8203;<!-- 15 -->Remove outdated showcase (#40063) @oliviertassinari
1415
+ - &#8203;<!-- 14 -->Support yaml as prism language (#40044) @Janpot
1416
+ - &#8203;<!-- 12 -->[material-ui] Fix SearchAppBar width on `sm` screens (#40049) @DiegoAndai
1417
+ - &#8203;<!-- 11 -->[material-ui] Update the basic Grid section copy (#40035) @REX500
1418
+ - &#8203;<!-- 10 -->[material-ui] Add a react-admin example project (#39972) @fzaninotto
1419
+ - &#8203;<!-- 09 -->[material-ui][TextField] Add a performance section (#39692) @anle9650
1420
+ - &#8203;<!-- 05 -->[material-ui][tabs] Refine scrollable tabs description (#40037) @zanivan
1421
+ - &#8203;<!-- 08 -->[system] Fix typo on the CSS theme variables page (#40040) @caweidmann
1422
+
1423
+ ### Core
1424
+
1425
+ - &#8203;<!-- 17 -->[blog] Fix scrollbar on mobile (#40057) @oliviertassinari
1426
+ - &#8203;<!-- 16 -->[blog] Fix link to charts getting started page (#40043) @alexfauquette
1427
+ - &#8203;<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
1428
+ - &#8203;<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
1429
+ - &#8203;<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
1430
+ - &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
1431
+ - &#8203;<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
1432
+
1433
+ All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
1434
+
1435
+ ## 5.14.19
1436
+
1437
+ <!-- generated comparing v5.14.18..master -->
1438
+
1439
+ _Nov 29, 2023_
1440
+
1441
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1442
+
1443
+ - 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
1444
+ - 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
1445
+
1446
+ ### `@mui/material@5.14.19`
1447
+
1448
+ - &#8203;<!-- 44 -->[Autocomplete] Fix behavior when there are duplicate labels (#36426) @islandryu
1449
+ - &#8203;<!-- 37 -->[Box] Added boxClasses (#39889) @sadik-malik
1450
+ - &#8203;<!-- 18 -->[FilledInput] Fix slot props deepmerge order (#38922) @dhaub-exelixis
1451
+ - &#8203;<!-- 12 -->[Select] Add id to hidden input element (#39414) @DarhkVoyd
1452
+ - &#8203;<!-- 11 -->[Select] Remove unnecessary picking of `onChange` type from SelectInputProps (#39891) @ZeeshanTamboli
1453
+
1454
+ ### `@mui/base@5.0.0-beta.25`
1455
+
1456
+ - &#8203;<!-- 46 -->[Menu] Fix navigation of items when 1st item is disabled (#39828) @sai6855
1457
+ - &#8203;<!-- 42 -->[Modal] Refine demos (#39824) @zanivan
1458
+ - &#8203;<!-- 41 -->[NumberInput] Implement `numberInputReducer` (#38723) @mj12albert
1459
+ - &#8203;<!-- 40 -->[useNumberInput] Fix change handlers passed through slotProps (#39407) @mj12albert
1460
+
1461
+ ### `@mui/joy@5.0.0-beta.16`
1462
+
1463
+ - &#8203;<!-- 38 -->[Box] Added boxClasses (#39895) @sadik-malik
1464
+
1465
+ ### `@mui/system@5.14.19`
1466
+
1467
+ - &#8203;<!-- 36 -->[Box] Added boxClasses (#39896) @sadik-malik
1468
+ - &#8203;<!-- 09 -->Add outlineColor to defaultSxConfig (#39962) @brijeshb42
1469
+
1470
+ ### `@mui/types@7.2.10`
1471
+
1472
+ - &#8203;<!-- 08 -->Add `PartiallyRequired` type (#39939) @lhilgert9
1473
+
1474
+ ### `@mui/material-next@6.0.0-alpha.111`
1475
+
1476
+ - &#8203;<!-- 47 -->[ProgressIndicator] Apply MD3 style to `LinearProgress` (#39807) @lhilgert9
1477
+ - &#8203;<!-- 17 -->[FormHelperText] Add FormHelperText component (#39503) @mj12albert
1478
+ - &#8203;<!-- 16 -->[IconButton] Copy IconButton to material-next (#39945) @mj12albert
1479
+ - &#8203;<!-- 13 -->[Switch] Copy `Switch` to material next (#39887) @lhilgert9
1480
+
1481
+ ### Docs
1482
+
1483
+ - &#8203;<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
1484
+ - &#8203;<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
1485
+ - &#8203;<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
1486
+ - &#8203;<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
1487
+ - &#8203;<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
1488
+ - &#8203;<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
1489
+ - &#8203;<!-- 24 -->[joy-ui] Fix h1 template (#40017) @oliviertassinari
1490
+ - &#8203;<!-- 23 -->[joy-ui] Fix wrong product id @oliviertassinari
1491
+ - &#8203;<!-- 22 -->[joy-ui] Fixes in theme scoping documentation (#39899) @ZeeshanTamboli
1492
+ - &#8203;<!-- 21 -->[joy-ui] Refine the Email, Teams and Files templates (#39579) @zanivan
1493
+ - &#8203;<!-- 15 -->[joy-ui][templates] Fix layout shift on Profile template (#40022) @zanivan
1494
+ - &#8203;<!-- 14 -->[joy-ui][Templates] Update thumbnails (#39938) @zanivan
1495
+ - &#8203;<!-- 20 -->[material-next] Add contributing guide (#39944) @mj12albert
1496
+ - &#8203;<!-- 51 -->End v6 blogpost notification (#39879) @joserodolfofreitas
1497
+ - &#8203;<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
1498
+ - &#8203;<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
1499
+ - &#8203;<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
1500
+ - &#8203;<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
1501
+ - &#8203;<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
1502
+ - &#8203;<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
1503
+
1504
+ ### Core
1505
+
1506
+ - &#8203;<!-- 45 -->Improve lerna's renovate package rules (#40029) @DiegoAndai
1507
+ - &#8203;<!-- 34 -->Downgrade lerna to 7.2.0 (#40026) @DiegoAndai
1508
+ - &#8203;<!-- 32 -->Rename OpenCollective @oliviertassinari
1509
+ - &#8203;<!-- 48 -->[docs-infra] Env variables should be string (#39991) @oliviertassinari
1510
+ - &#8203;<!-- 10 -->[Portal] Improve docs for container prop (#39180) @oliviertassinari
1511
+ - &#8203;<!-- 50 -->[website] Update pricing table (#40023) @cherniavskii
1512
+ - &#8203;<!-- 49 -->[website][docs] Update the product identifier menu and X page (#39832) @danilo-leal
1513
+ - &#8203;<!-- 07 -->[website] Mark TreeView and Charts as stable (#39975) @flaviendelangle
1514
+ - &#8203;<!-- 06 -->[website] Update career page (#40015) @oliviertassinari
1515
+ - &#8203;<!-- 05 -->[website] Sync about dataset @oliviertassinari
1516
+ - &#8203;<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
1517
+ - &#8203;<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
1518
+ - &#8203;<!-- 02 -->[website] Fix 301 link @oliviertassinari
1519
+ - &#8203;<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
1520
+
1521
+ All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
1522
+
1523
+ ## 5.14.18
1524
+
1525
+ <!-- generated comparing v5.14.17..master -->
1526
+
1527
+ _Nov 14, 2023_
1528
+
1529
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
1530
+
1531
+ - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
1532
+ - other 🐛 bug fixes and 📚 documentation improvements
1533
+
1534
+ ### `@mui/material@5.14.18`
1535
+
1536
+ - &#8203;<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
1537
+ - &#8203;<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
1538
+ - &#8203;<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
1539
+ - &#8203;<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
1540
+ - &#8203;<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
1541
+ - &#8203;<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
1542
+
1543
+ ### `@mui/joy@5.0.0-beta.15`
1544
+
1545
+ - &#8203;<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
1546
+ - &#8203;<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
1547
+
1548
+ ### `@mui/material-next@6.0.0-alpha.110`
1549
+
1550
+ - &#8203;<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
1551
+ - &#8203;<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
1552
+ - &#8203;<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
1553
+ - &#8203;<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
1554
+ - &#8203;<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
1555
+ - &#8203;<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
1556
+
1557
+ ## Docs
1558
+
1559
+ - &#8203;<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
1560
+ - &#8203;<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
1561
+ - &#8203;<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
1562
+ - &#8203;<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
1563
+ - &#8203;<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
1564
+ - &#8203;<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
1565
+ - &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
1566
+ - &#8203;<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
1567
+
1568
+ ## Core
1569
+
1570
+ - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
1571
+ - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
1572
+ - &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
1573
+ - &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
1574
+ - &#8203;<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
1575
+ - &#8203;<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
1576
+ - &#8203;<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
1577
+ - &#8203;<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
1578
+ - &#8203;<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
1579
+ - &#8203;<!-- 01 -->[website] Change roadmap link destination (#39639) @danilo-leal
1580
+
1581
+ All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli
1582
+
1583
+ ## 5.14.17
1584
+
1585
+ <!-- generated comparing v5.14.16..master -->
1586
+
1587
+ _Nov 6, 2023_
1588
+
1589
+ A big thanks to the 12 contributors who made this release possible.
1590
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1591
+
1592
+ ### `@mui/material@5.14.17`
1593
+
1594
+ - [Dialog] Should not close until the IME is cancelled (#39713) @megos
1595
+ - [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
1596
+
1597
+ ### `@mui/joy@5.0.0-beta.14`
1598
+
1599
+ - [ModalDialog] Remove redundant code (#39719) @sai6855
1600
+ - [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
1601
+
1602
+ ### `@mui/base@5.0.0-beta.23`
1603
+
1604
+ - Make list components more reliable (#39380) @michaldudak
1605
+
1606
+ ### `@mui/material-next@6.0.0-alpha.109`
1607
+
1608
+ - [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
1609
+ - [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
1610
+
1611
+ ### `@mui/lab@5.0.0-alpha.152`
1612
+
1613
+ - [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
1614
+
1615
+ ### Docs
1616
+
1617
+ - Update Taiwan country name in demos (#39729) @chiahao
1618
+ - Update release doc for unchanged packages (#39487) @brijeshb42
1619
+ - [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
1620
+ - [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
1621
+ - [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
1622
+
1623
+ ### Core
1624
+
1625
+ - [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
1626
+ - [docs-infra] Render footer in SSR (#39710) @oliviertassinari
1627
+ - [docs-infra] Simplify footer (#39709) @oliviertassinari
1628
+ - [docs-infra] Fix dark theme color (#39720) @alexfauquette
1629
+ - [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
1630
+ - [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
1631
+ - [docs-infra] Clarify the content of the ads @oliviertassinari
1632
+ - [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
1633
+ - [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
1634
+ - [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
1635
+ - [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
1636
+ - [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
1637
+ - [core] Speed up the CI by removing the second build (#39684) @michaldudak
1638
+ - [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
1639
+ - [website] List benefits for sponsors (#39640) @oliviertassinari
1640
+ - [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
1641
+ - [test] Fix flaky screenshot (#39711) @oliviertassinari
1642
+
1643
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
1644
+
1645
+ ## 5.14.16
1646
+
1647
+ <!-- generated comparing v5.14.15..master -->
1648
+
1649
+ _Oct 31, 2023_
1650
+
1651
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
1652
+
1653
+ - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
1654
+
1655
+ ### `@mui/material@5.14.16`
1656
+
1657
+ - &#8203;<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
1658
+
1659
+ ### `@mui/base@5.0.0-beta.22`
1660
+
1661
+ - &#8203;<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
1662
+ - &#8203;<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
1663
+ - &#8203;<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
1664
+
1665
+ ### `@mui/joy@5.0.0-beta.13`
1666
+
1667
+ - &#8203;<!-- 29 -->[Accordion] Add type button to accordion
1668
+ - &#8203;<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
1669
+ - &#8203;<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
1670
+ - &#8203;<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
1671
+ - &#8203;<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
1672
+ - &#8203;<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
1673
+ - &#8203;<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
1674
+ - &#8203;<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
1675
+
1676
+ ### `@mui/material-next@6.0.0-alpha.108`
1677
+
1678
+ - &#8203;<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
1679
+
1680
+ ### Docs
1681
+
1682
+ - &#8203;<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
1683
+ - &#8203;<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
1684
+ - &#8203;<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
1685
+ - &#8203;<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
1686
+ - &#8203;<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
1687
+ - &#8203;<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
1688
+ - &#8203;<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
1689
+ - &#8203;<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
1690
+ - &#8203;<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
1691
+ - &#8203;<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
1692
+
1693
+ ### Core
1694
+
1695
+ - &#8203;<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
1696
+ - &#8203;<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
1697
+ - &#8203;<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
1698
+ - &#8203;<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
1699
+ - &#8203;<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
1700
+ - &#8203;<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
1701
+ - &#8203;<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
1702
+ - &#8203;<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
1703
+
1704
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
1705
+
1706
+ ## 5.14.15
1707
+
1708
+ <!-- generated comparing v5.14.14..master -->
1709
+
1710
+ _Oct 24, 2023_
1711
+
1712
+ A big thanks to the 17 contributors who made this release possible.
1713
+
1714
+ ### `@mui/material@5.14.15`
1715
+
1716
+ - &#8203;<!-- 24 -->[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
1717
+ - &#8203;<!-- 12 -->[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
1718
+ - &#8203;<!-- 07 -->[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` (#39536) @Semigradsky
1719
+
1720
+ ### `@mui/base@5.0.0-beta.21`
1721
+
1722
+ - &#8203;<!-- 29 -->[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
1723
+ - &#8203;<!-- 28 -->[Select] Standardize box shadow on demos (#39509) @zanivan
1724
+ - &#8203;<!-- 27 -->[Slider] Refine demos (#39526) @zanivan
1725
+ - &#8203;<!-- 34 -->[Input] Update and port additional tests from material-ui (#39584) @mj12albert
1726
+
1727
+ ### `@mui/material-next@6.0.0-alpha.107`
1728
+
1729
+ - &#8203;<!-- 16 -->[FilledInput] Add FilledInput component (#39307) @mj12albert
1730
+ - &#8203;<!-- 13 -->[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
1731
+ - &#8203;<!-- 08 -->[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
1732
+ - &#8203;<!-- 33 -->[Menu] Use useMenu hook (#38934) @mnajdova
1733
+
1734
+ ### `@mui/joy@5.0.0-beta.12`
1735
+
1736
+ - &#8203;<!-- 26 -->[Button] Fix button size being a decorator (#39529) @siriwatknp
1737
+ - &#8203;<!-- 25 -->[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
1738
+ - &#8203;<!-- 11 -->[Link] Apply `userSelect: none` only when it's a button (#39486) @mwskwong
1739
+
1740
+ ### `@mui/lab@5.0.0-alpha.150`
1741
+
1742
+ - &#8203;<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
1743
+
1744
+ ### `@pigment-css/react@0.0.1-alpha.0`
1745
+
1746
+ - &#8203;<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
1747
+
1748
+ ### `@mui/zero-vite-plugin@0.0.1-alpha.0`
1749
+
1750
+ - &#8203;<!-- 05 -->Modify plugin to transform node_modules (#39517) @brijeshb42
1751
+
1752
+ ### Docs
1753
+
1754
+ - &#8203;<!-- 31 -->[base-ui] Standardize grey palette across demos (#39504) @zanivan
1755
+ - &#8203;<!-- 30 -->[base-ui] Overall demos design review (#38820) @zanivan
1756
+ - &#8203;<!-- 19 -->[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
1757
+ - &#8203;<!-- 18 -->[material-ui] Typo fixes in overview page (#39540) @Evan151
1758
+ - &#8203;<!-- 35 -->[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
1759
+ - &#8203;<!-- 17 -->[system] Revise the Box page (#39159) @danilo-leal
1760
+ - &#8203;<!-- 22 -->Fix git diff format @oliviertassinari
1761
+ - &#8203;<!-- 15 -->[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
1762
+ - &#8203;<!-- 10 -->[l10n] Fix double space typo in ar-EG @oliviertassinari
1763
+ - &#8203;<!-- 14 -->[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys
1764
+
1765
+ ### Core
1766
+
1767
+ - &#8203;<!-- 23 -->[core] Replace a `useCallback` by `useRef` in useEventCallback (#39078) @romgrk
1768
+ - &#8203;<!-- 21 -->[docs-infra] Prevent docs crash (#39214) @alexfauquette
1769
+ - &#8203;<!-- 20 -->[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
1770
+ - &#8203;<!-- 32 -->[docs-infra] Refine the API page design (#39520) @alexfauquette
1771
+ - &#8203;<!-- 25 -->[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
1772
+ - &#8203;<!-- 04 -->[website] Add missing h1 on page @oliviertassinari
1773
+ - &#8203;<!-- 03 -->[website] Fix unrecognized prop warning @oliviertassinari
1774
+ - &#8203;<!-- 02 -->[website] Store Engineer role filled @oliviertassinari
1775
+ - &#8203;<!-- 01 -->[website] Add stray design adjustments (#39496) @danilo-leal
1776
+
1777
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @brijeshb42, @danilo-leal, @DiegoAndai, @Evan151, @gitstart, @hjalti-lifekeys, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @romgrk, @Semigradsky, @siriwatknp, @VadimZvf, @zanivan
1778
+
3
1779
  ## 5.14.14
4
1780
 
5
1781
  <!-- generated comparing v5.14.13..master -->
@@ -46,9 +1822,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
46
1822
  ### Docs
47
1823
 
48
1824
  - &#8203;<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
49
- - &#8203;<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
1825
+ - &#8203;<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
50
1826
  - &#8203;<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
51
- - &#8203;<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
1827
+ - &#8203;<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
52
1828
  - &#8203;<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
53
1829
  - &#8203;<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
54
1830
  - &#8203;<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
@@ -146,7 +1922,7 @@ _Oct 3, 2023_
146
1922
 
147
1923
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
148
1924
 
149
- - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
1925
+ - 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
150
1926
  - 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
151
1927
  - 🏗️ 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
152
1928
 
@@ -192,7 +1968,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
192
1968
  - [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
193
1969
  - [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
194
1970
  - [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
195
- - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
1971
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
196
1972
  - [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
197
1973
  - [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
198
1974
  - [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
@@ -212,7 +1988,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
212
1988
  - [core] Update eslint rules (#39178) @romgrk
213
1989
  - [core] Fix Greg GitHub slug @oliviertassinari
214
1990
  - [core] Priority Support casing normalization @oliviertassinari
215
- - [website] Add Heat map in pricing page (#39269) @oliviertassinari
1991
+ - [website] Add Heatmap in pricing page (#39269) @oliviertassinari
216
1992
  - [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
217
1993
  - [website] Add Charts to the pricing table (#38680) @alexfauquette
218
1994
  - [website] Polish career experience @oliviertassinari
@@ -262,7 +2038,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
262
2038
  ### Docs
263
2039
 
264
2040
  - Improve focus trap demo (#38985) @oliviertassinari
265
- - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
2041
+ - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
266
2042
  - Improve the default theme viewer design (#39049) @danilo-leal
267
2043
  - Add live demo with CssVarsProvider (#38792) @oliviertassinari
268
2044
  - Fix wrong hash on Card's page (#39151) @mnajdova
@@ -283,7 +2059,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
283
2059
  - [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
284
2060
  - [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
285
2061
  - [docs-infra] Improve callouts design (#39084) @danilo-leal
286
- - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
2062
+ - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
287
2063
  - [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
288
2064
  - [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
289
2065
  - [test] Split the test package (#39061) @michaldudak
@@ -328,7 +2104,7 @@ A big thanks to the 16 contributors who made this release possible. This release
328
2104
 
329
2105
  ### Docs
330
2106
 
331
- - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
2107
+ - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
332
2108
  - &#8203;<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
333
2109
  - &#8203;<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
334
2110
  - &#8203;<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
@@ -361,8 +2137,8 @@ _Sep 13, 2023_
361
2137
 
362
2138
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
363
2139
 
364
- - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
365
- - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
2140
+ - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
2141
+ - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
366
2142
 
367
2143
  ### `@mui/material@5.14.9`
368
2144
 
@@ -414,7 +2190,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
414
2190
  - &#8203;<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
415
2191
  - &#8203;<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
416
2192
  - &#8203;<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
417
- - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
2193
+ - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
418
2194
  - &#8203;<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
419
2195
  - &#8203;<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
420
2196
  - &#8203;<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
@@ -435,7 +2211,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
435
2211
  ### Examples
436
2212
 
437
2213
  - &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
438
- - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
2214
+ - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
439
2215
 
440
2216
  ### Core
441
2217
 
@@ -454,7 +2230,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
454
2230
  - &#8203;<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
455
2231
  - &#8203;<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
456
2232
  - &#8203;<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
457
- - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
2233
+ - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
458
2234
 
459
2235
  All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
460
2236
 
@@ -490,7 +2266,7 @@ A big thanks to the 25 contributors who made this release possible.
490
2266
 
491
2267
  ### `@mui/lab@5.0.0-alpha.143`
492
2268
 
493
- - &#8203;<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
2269
+ - &#8203;<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
494
2270
  - &#8203;<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
495
2271
 
496
2272
  ### `@mui/system@5.14.8`
@@ -504,9 +2280,9 @@ A big thanks to the 25 contributors who made this release possible.
504
2280
  - &#8203;<!-- 52 -->Update changelog (#38704) @mj12albert
505
2281
  - &#8203;<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
506
2282
  - &#8203;<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
507
- - &#8203;<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
2283
+ - &#8203;<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
508
2284
  - &#8203;<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
509
- - &#8203;<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
2285
+ - &#8203;<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
510
2286
  - &#8203;<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
511
2287
  - &#8203;<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
512
2288
  - &#8203;<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
@@ -515,7 +2291,7 @@ A big thanks to the 25 contributors who made this release possible.
515
2291
  - &#8203;<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
516
2292
  - &#8203;<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
517
2293
  - &#8203;<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
518
- - &#8203;<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
2294
+ - &#8203;<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
519
2295
  - &#8203;<!-- 27 -->[docs] Fix typo @oliviertassinari
520
2296
  - &#8203;<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
521
2297
  - &#8203;<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
@@ -566,7 +2342,7 @@ A big thanks to the 11 contributors who made this release possible. This release
566
2342
 
567
2343
  - [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
568
2344
 
569
- ### `@mui/zero-runtime@0.0.1-alpha.1`
2345
+ ### `@pigment-css/react@0.0.1-alpha.1`
570
2346
 
571
2347
  - [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
572
2348
 
@@ -600,9 +2376,9 @@ _Aug 23, 2023_
600
2376
 
601
2377
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
602
2378
 
603
- - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
2379
+ - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
604
2380
  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.
605
- - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
2381
+ - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
606
2382
  - 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
607
2383
  - 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
608
2384
 
@@ -620,7 +2396,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
620
2396
 
621
2397
  ### `@mui/joy@5.0.0-beta.3`
622
2398
 
623
- - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
2399
+ - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
624
2400
  - [Select] Add `required` prop (#38167) @siriwatknp
625
2401
  - Miscellaneous fixes (#38462) @siriwatknp
626
2402
 
@@ -629,7 +2405,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
629
2405
  - [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
630
2406
  - [Input] Add InputBase component (#38392) @mj12albert
631
2407
 
632
- ### `@mui/zero-runtime@0.0.1-alpha.0`
2408
+ ### `@pigment-css/react@0.0.1-alpha.0`
633
2409
 
634
2410
  - Implementation of styled tag processor for linaria (#38378) @brijeshb42
635
2411
 
@@ -639,12 +2415,12 @@ A big thanks to the 21 contributors who made this release possible. Here are som
639
2415
  - [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
640
2416
  - [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
641
2417
  - [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
642
- - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
2418
+ - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
643
2419
  - [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
644
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
645
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
646
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
647
- - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
2420
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
2421
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
2422
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
2423
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
648
2424
  - [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
649
2425
  - [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
650
2426
  - [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
@@ -666,22 +2442,22 @@ A big thanks to the 21 contributors who made this release possible. Here are som
666
2442
  - [docs] Clarify System peer dependencies @oliviertassinari
667
2443
  - [docs] Fix horizontal scrollbar @oliviertassinari
668
2444
  - [docs] Code style convention @oliviertassinari
669
- - [docs] Fix typo in Base UI @oliviertassinari
2445
+ - [docs] Fix typo in Base UI @oliviertassinari
670
2446
  - [docs] Update the backers page (#38505) @danilo-leal
671
2447
  - [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
672
- - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
2448
+ - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
673
2449
  - [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
674
2450
 
675
2451
  ### Examples
676
2452
 
677
2453
  - [examples] Start to remove Gatsby (#38567) @oliviertassinari
678
- - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
2454
+ - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
679
2455
  - [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
680
2456
 
681
2457
  ### Core
682
2458
 
683
- - [CHANGELOG] Fix issues in highlight @oliviertassinari
684
- - [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
2459
+ - [changelog] Fix issues in highlight @oliviertassinari
2460
+ - [core] Remove redundant `@material-ui/` aliases from regression test Webpack config (#38574) @ZeeshanTamboli
685
2461
  - [core] Fix CI error @oliviertassinari
686
2462
  - [core] Remove unnecessary Box (#38461) @oliviertassinari
687
2463
  - [core] Set GitHub Action top level permission @oliviertassinari
@@ -701,9 +2477,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
701
2477
  - [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
702
2478
  - [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
703
2479
  - [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
704
- - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
705
- - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
706
- - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
2480
+ - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
2481
+ - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
2482
+ - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
707
2483
  - [website] Fix reference to the data grid @oliviertassinari
708
2484
  - [website] Configure Apple Pay @oliviertassinari
709
2485
  - [website] Fix template link on the homepage (#38471) @danilo-leal
@@ -718,7 +2494,7 @@ _Aug 14, 2023_
718
2494
 
719
2495
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
720
2496
 
721
- - @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
2497
+ - @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
722
2498
 
723
2499
  ### `@mui/material@5.14.5`
724
2500
 
@@ -744,7 +2520,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
744
2520
 
745
2521
  ### Docs
746
2522
 
747
- - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
2523
+ - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
748
2524
  - &#8203;<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
749
2525
  - &#8203;<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
750
2526
  - &#8203;<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
@@ -756,11 +2532,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
756
2532
  - &#8203;<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
757
2533
  - &#8203;<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
758
2534
  - &#8203;<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
759
- - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
2535
+ - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
760
2536
 
761
2537
  ### Examples
762
2538
 
763
- - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
2539
+ - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
764
2540
 
765
2541
  ### Core
766
2542
 
@@ -773,7 +2549,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
773
2549
  - &#8203;<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
774
2550
  - &#8203;<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
775
2551
  - &#8203;<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
776
- - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
2552
+ - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
777
2553
  - &#8203;<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
778
2554
  - &#8203;<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
779
2555
  - &#8203;<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
@@ -788,7 +2564,7 @@ _Aug 8, 2023_
788
2564
 
789
2565
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
790
2566
 
791
- - 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
2567
+ - 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
792
2568
 
793
2569
  ### `@mui/material@5.14.4`
794
2570
 
@@ -805,7 +2581,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
805
2581
 
806
2582
  - &#8203;<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
807
2583
 
808
- Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
2584
+ Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
809
2585
  This was changed to improve consistency and avoid problems some bundlers have with default exports.
810
2586
  See https://github.com/mui/material-ui/issues/21862 for more context.
811
2587
 
@@ -826,7 +2602,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
826
2602
  A codemod is provided to help with the migration:
827
2603
 
828
2604
  ```bash
829
- npx @mui/codemod v5.0.0/base-use-named-exports <path>
2605
+ npx @mui/codemod@latest v5.0.0/base-use-named-exports <path>
830
2606
  ```
831
2607
 
832
2608
  #### Changes
@@ -842,10 +2618,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
842
2618
  ### Docs
843
2619
 
844
2620
  - &#8203;<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
845
- - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
2621
+ - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
846
2622
  - &#8203;<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
847
2623
  - &#8203;<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
848
- - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
2624
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
849
2625
  - &#8203;<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
850
2626
  - &#8203;<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
851
2627
  - &#8203;<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
@@ -855,10 +2631,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
855
2631
  - &#8203;<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
856
2632
 
857
2633
  - &#8203;<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
858
- - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
2634
+ - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
859
2635
  - &#8203;<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
860
2636
  - &#8203;<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
861
- - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
2637
+ - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
862
2638
  - &#8203;<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
863
2639
  - &#8203;<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
864
2640
  - &#8203;<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
@@ -886,9 +2662,9 @@ _Jul 31, 2023_
886
2662
 
887
2663
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
888
2664
 
889
- - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
890
- - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
891
- - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
2665
+ - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
2666
+ - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
2667
+ - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
892
2668
  - 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
893
2669
 
894
2670
  ### `@mui/material@5.14.3`
@@ -927,7 +2703,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
927
2703
 
928
2704
  ### Docs
929
2705
 
930
- - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
2706
+ - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
931
2707
  - &#8203;<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
932
2708
  - &#8203;<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
933
2709
  - &#8203;<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
@@ -937,7 +2713,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
937
2713
  - &#8203;<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
938
2714
  - &#8203;<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
939
2715
  - &#8203;<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
940
- - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
2716
+ - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
941
2717
  - &#8203;<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
942
2718
  - &#8203;<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
943
2719
  - &#8203;<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
@@ -956,7 +2732,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
956
2732
 
957
2733
  ### Core
958
2734
 
959
- - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
2735
+ - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
960
2736
  - &#8203;<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
961
2737
  - &#8203;<!-- 45 -->[core] Remove dead code @oliviertassinari
962
2738
  - &#8203;<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
@@ -992,21 +2768,21 @@ A big thanks to the 23 contributors who made this release possible.
992
2768
  ### Docs
993
2769
 
994
2770
  - &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
995
- - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
996
- - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
997
- - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
2771
+ - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
2772
+ - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
2773
+ - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
998
2774
  - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
999
- - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
2775
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
1000
2776
  - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
1001
2777
  - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
1002
- - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
2778
+ - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
1003
2779
  - &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
1004
2780
  - &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
1005
- - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
2781
+ - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
1006
2782
  - &#8203;<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
1007
2783
  - &#8203;<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
1008
2784
  - &#8203;<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
1009
- - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
2785
+ - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
1010
2786
  - &#8203;<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
1011
2787
 
1012
2788
  ### Core
@@ -1018,11 +2794,11 @@ A big thanks to the 23 contributors who made this release possible.
1018
2794
  - &#8203;<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
1019
2795
  - &#8203;<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
1020
2796
  - &#8203;<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
1021
- - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
2797
+ - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
1022
2798
  - &#8203;<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
1023
2799
  - &#8203;<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
1024
2800
  - &#8203;<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
1025
- - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
2801
+ - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
1026
2802
  - &#8203;<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
1027
2803
  - &#8203;<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
1028
2804
  - &#8203;<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
@@ -1037,10 +2813,10 @@ _Jul 19, 2023_
1037
2813
 
1038
2814
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
1039
2815
 
1040
- - 💫 Introducing some new components for Joy UI:
2816
+ - 💫 Introducing some new components for Joy UI:
1041
2817
  - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
1042
2818
  - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
1043
- - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
2819
+ - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
1044
2820
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
1045
2821
 
1046
2822
  ### `@mui/material@5.14.1`
@@ -1063,7 +2839,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1063
2839
 
1064
2840
  - &#8203;<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
1065
2841
  - &#8203;<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
1066
- - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
2842
+ - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
1067
2843
 
1068
2844
  ### `@mui/utils@5.14.1`
1069
2845
 
@@ -1071,25 +2847,25 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1071
2847
 
1072
2848
  ### Docs
1073
2849
 
1074
- - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
1075
- - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
1076
- - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
2850
+ - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
2851
+ - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
2852
+ - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
1077
2853
  - &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
1078
2854
  - &#8203;<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
1079
2855
  - &#8203;<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
1080
- - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
2856
+ - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
1081
2857
  - &#8203;<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
1082
- - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
2858
+ - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
1083
2859
  - &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
1084
2860
  - &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
1085
2861
  - &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
1086
- - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
2862
+ - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
1087
2863
  - &#8203;<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
1088
2864
 
1089
2865
  ### Core
1090
2866
 
1091
2867
  - &#8203;<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
1092
- - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
2868
+ - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
1093
2869
  - &#8203;<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
1094
2870
  - &#8203;<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
1095
2871
  - &#8203;<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
@@ -1105,15 +2881,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1105
2881
  - &#8203;<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
1106
2882
  - &#8203;<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
1107
2883
  - &#8203;<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
1108
- - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
2884
+ - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
1109
2885
  - &#8203;<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
1110
2886
  - &#8203;<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
1111
2887
  - &#8203;<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
1112
2888
  - &#8203;<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
1113
2889
  - &#8203;<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
1114
2890
  - &#8203;<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
1115
- - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
1116
- - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
2891
+ - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
2892
+ - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
1117
2893
  - &#8203;<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
1118
2894
  - &#8203;<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
1119
2895
  - &#8203;<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
@@ -1128,11 +2904,11 @@ _Jul 11, 2023_
1128
2904
 
1129
2905
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1130
2906
 
1131
- - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
2907
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
1132
2908
  - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
1133
- - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
1134
- - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
1135
- - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
2909
+ - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
2910
+ - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
2911
+ - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
1136
2912
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
1137
2913
 
1138
2914
  ### `@mui/material@5.14.0`
@@ -1157,15 +2933,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1157
2933
  - [docs] Polish Ukraine banner (#37905) @oliviertassinari
1158
2934
  - [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
1159
2935
  - [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
1160
- - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
2936
+ - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
1161
2937
  - [docs] Small pickers migration improvement (#37815) @alexfauquette
1162
2938
  - [docs] Fix pickers product name (#37825) @LukasTy
1163
2939
  - [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
1164
2940
  - [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
1165
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
1166
- - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
2941
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
2942
+ - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
1167
2943
  - [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
1168
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
2944
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
1169
2945
  - [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
1170
2946
  - [docs-infra] Fixes in API pages generation (#37813) @mnajdova
1171
2947
  - [docs-infra] Add test case when using sh (#37818) @oliviertassinari
@@ -1173,11 +2949,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1173
2949
  - [docs-infra] Fix code parser (#37828) @alexfauquette
1174
2950
  - [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
1175
2951
  - [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
1176
- - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
2952
+ - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
1177
2953
 
1178
2954
  ### Core
1179
2955
 
1180
- - [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
2956
+ - [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
1181
2957
  - [core] Fix imports to React (#37863) @oliviertassinari
1182
2958
  - [core] Disambiguate eslint plugin name @oliviertassinari
1183
2959
  - [core] Sync the lint script name with the other repositories @oliviertassinari
@@ -1226,19 +3002,19 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
1226
3002
  ### Docs
1227
3003
 
1228
3004
  - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
1229
- - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
1230
- - [docs][base] Make Base UI input demos denser (#37750) @zanivan
1231
- - [docs][base] Make Base UI button demos denser (#37689) @zanivan
1232
- - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
3005
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
3006
+ - [docs][base] Make Base UI input demos denser (#37750) @zanivan
3007
+ - [docs][base] Make Base UI button demos denser (#37689) @zanivan
3008
+ - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
1233
3009
  - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
1234
- - [docs] Improve Base UI index page (#37761) @oliviertassinari
3010
+ - [docs] Improve Base UI index page (#37761) @oliviertassinari
1235
3011
  - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
1236
3012
  - [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
1237
3013
  - [docs] Shorten overview page URLs (#37660) @oliviertassinari
1238
3014
  - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
1239
- - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
3015
+ - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
1240
3016
  - [docs] Rename product to productId (#37801) @siriwatknp
1241
- - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
3017
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
1242
3018
 
1243
3019
  ### Core
1244
3020
 
@@ -1265,7 +3041,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
1265
3041
  - [test] Fix test:e2e local run (#37719) @oliviertassinari
1266
3042
  - [test] Remove failing test in dev @oliviertassinari
1267
3043
  - [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
1268
- - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
3044
+ - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
1269
3045
  - [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
1270
3046
  - [website] Match Copyright with the rest of the website @oliviertassinari
1271
3047
  - [website] Support deep linking to pricing FAQ @oliviertassinari
@@ -1279,12 +3055,12 @@ _Jun 21, 2023_
1279
3055
  A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
1280
3056
 
1281
3057
  - 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
1282
- - 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
3058
+ - 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
1283
3059
 
1284
3060
  ### `@mui/material@5.13.6`
1285
3061
 
1286
3062
  - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
1287
- - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
3063
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
1288
3064
  - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
1289
3065
  - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
1290
3066
  - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
@@ -1315,15 +3091,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1315
3091
 
1316
3092
  ### Docs
1317
3093
 
1318
- - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
3094
+ - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
1319
3095
  - &#8203;<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
1320
3096
  - &#8203;<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
1321
- - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
3097
+ - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
1322
3098
  - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
1323
3099
  - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
1324
- - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
3100
+ - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
1325
3101
  - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
1326
- - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
3102
+ - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
1327
3103
  - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
1328
3104
  - &#8203;<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
1329
3105
  - &#8203;<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
@@ -1331,17 +3107,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1331
3107
  - &#8203;<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
1332
3108
  - &#8203;<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
1333
3109
  - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
1334
- - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
3110
+ - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
1335
3111
  - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
1336
- - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
3112
+ - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
1337
3113
  - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
1338
- - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
3114
+ - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
1339
3115
  - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
1340
3116
  - &#8203;<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
1341
3117
  - &#8203;<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
1342
- - &#8203;<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
3118
+ - &#8203;<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
1343
3119
  - &#8203;<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
1344
- - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
3120
+ - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
1345
3121
 
1346
3122
  ### Core
1347
3123
 
@@ -1349,7 +3125,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1349
3125
  - &#8203;<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
1350
3126
  - &#8203;<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
1351
3127
  - &#8203;<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
1352
- - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
3128
+ - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
1353
3129
 
1354
3130
  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
1355
3131
 
@@ -1359,7 +3135,7 @@ _Jun 12, 2023_
1359
3135
 
1360
3136
  A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
1361
3137
 
1362
- - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
3138
+ - 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
1363
3139
  - 🐛 bug fixes and 📚 documentation improvements.
1364
3140
 
1365
3141
  ### `@mui/material@5.13.5`
@@ -1379,7 +3155,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
1379
3155
  - &#8203;<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
1380
3156
  - &#8203;<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
1381
3157
  - &#8203;<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
1382
- - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
3158
+ - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
1383
3159
  - &#8203;<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
1384
3160
  - &#8203;<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
1385
3161
  - &#8203;<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
@@ -1427,11 +3203,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1427
3203
  - &#8203;<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
1428
3204
  - &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
1429
3205
  - &#8203;<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
1430
- - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
3206
+ - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
1431
3207
  - &#8203;<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
1432
3208
  - &#8203;<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
1433
- - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
1434
- - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
3209
+ - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
3210
+ - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
1435
3211
  - &#8203;<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
1436
3212
  - &#8203;<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
1437
3213
 
@@ -1478,7 +3254,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
1478
3254
  ### Docs
1479
3255
 
1480
3256
  - &#8203;<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
1481
- - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
3257
+ - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
1482
3258
  - &#8203;<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
1483
3259
  - &#8203;<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
1484
3260
  - &#8203;<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
@@ -1517,7 +3293,7 @@ A big thanks to the 12 contributors who made this release possible.
1517
3293
  - [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
1518
3294
  - [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
1519
3295
  - [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
1520
- - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
3296
+ - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
1521
3297
  - [docs] Prefer to link GitHub repository @oliviertassinari
1522
3298
  - [docs] Move product versions to page context (#35078) @m4theushw
1523
3299
  - [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
@@ -1577,13 +3353,13 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1577
3353
  - [docs] Remove upload button (#36844) @Bastian
1578
3354
  - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
1579
3355
  - [docs] Fix Material Design templates (#37187) @oliviertassinari
1580
- - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
3356
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
1581
3357
  - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
1582
3358
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
1583
- - [docs] Update theme customization typescript (#35551) @siriwatknp
3359
+ - [docs] Update theme customization TypeScript (#35551) @siriwatknp
1584
3360
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
1585
- - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
1586
- - [docs] Improve Base UI overview page (#37227) @mnajdova
3361
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
3362
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
1587
3363
  - [docs] Update Joy + Material guide (#36911) @cherniavskii
1588
3364
 
1589
3365
  ### Core
@@ -1605,8 +3381,8 @@ _May 10, 2023_
1605
3381
 
1606
3382
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1607
3383
 
1608
- - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
1609
- - 🗺 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.
3384
+ - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
3385
+ - 🗺 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.
1610
3386
  - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
1611
3387
 
1612
3388
  ### `@mui/material@5.13.0`
@@ -1619,14 +3395,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1619
3395
 
1620
3396
  - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
1621
3397
  - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
1622
- - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
1623
- - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
3398
+ - [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
3399
+ - [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
1624
3400
  - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
1625
3401
  - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
1626
3402
  - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
1627
- - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
1628
- - [Button][joy] Convert Button test to typescript (#37181) @akash191095
1629
- - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
3403
+ - [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
3404
+ - [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
3405
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
1630
3406
  - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
1631
3407
 
1632
3408
  ### `@mui/base@5.0.0-beta.0`
@@ -1638,10 +3414,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1638
3414
 
1639
3415
  ### Docs
1640
3416
 
1641
- - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
3417
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
1642
3418
  - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
1643
3419
  - [docs] Improve "Example projects" page design (#37007) @danilo-leal
1644
- - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
3420
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
1645
3421
  - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
1646
3422
  - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
1647
3423
  - [docs] Update links to the public roadmap (#36995) @mnajdova
@@ -1650,7 +3426,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1650
3426
 
1651
3427
  ### Core
1652
3428
 
1653
- - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
3429
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
1654
3430
  - [core] Add VSCode extensions recommendations (#37166) @michaldudak
1655
3431
  - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
1656
3432
  - [website] Update the active positions (#37075) @DanailH
@@ -1667,7 +3443,7 @@ _May 2, 2023_
1667
3443
 
1668
3444
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1669
3445
 
1670
- - all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
3446
+ - all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
1671
3447
  - 🐛 bug fixes and 📚 documentation improvements.
1672
3448
 
1673
3449
  ### `@mui/material@5.12.3`
@@ -1708,7 +3484,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1708
3484
  There is codemod that you can run in your project to do the transformation:
1709
3485
 
1710
3486
  ```bash
1711
- npx @mui/codemod v5.0.0/base-remove-component-prop <path>
3487
+ npx @mui/codemod@latest v5.0.0/base-remove-component-prop <path>
1712
3488
  ```
1713
3489
 
1714
3490
  The full documentation about the codemod can be found [here](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-remove-component-prop).
@@ -1737,7 +3513,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1737
3513
 
1738
3514
  - &#8203;<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
1739
3515
 
1740
- Brought consistency to Base UI components and hooks' parameters and return values:
3516
+ Brought consistency to Base UI components and hooks' parameters and return values:
1741
3517
 
1742
3518
  1. Whenever a hook needs a ref, it's now called `<slot_name>Ref`, which matches the `get<slot_name>Props` in the return value.
1743
3519
  2. All hooks that accept external refs now return merged refs, making combining multiple hooks on one element easier. This was proven necessary in several compound components (like menuItem being both a button and a list item). The type of this value is `React.RefCallback` as using the more general `React.Ref` caused variance issues.
@@ -1751,11 +3527,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1751
3527
 
1752
3528
  ### Docs
1753
3529
 
1754
- - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
1755
- - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
3530
+ - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
3531
+ - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
1756
3532
  - &#8203;<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
1757
3533
  - &#8203;<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
1758
- - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
3534
+ - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
1759
3535
  - &#8203;<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
1760
3536
  - &#8203;<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
1761
3537
  - &#8203;<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
@@ -1787,7 +3563,7 @@ _Apr 25, 2023_
1787
3563
 
1788
3564
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
1789
3565
 
1790
- - ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers – a codemod script is provided to assist with the change.
3566
+ - ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers – a codemod script is provided to assist with the change.
1791
3567
  - 🐛 bug fixes and 📚 documentation improvements.
1792
3568
 
1793
3569
  ### `@mui/material@5.12.2`
@@ -1802,12 +3578,12 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1802
3578
 
1803
3579
  - &#8203;<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
1804
3580
 
1805
- The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
3581
+ The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
1806
3582
 
1807
3583
  You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
1808
3584
 
1809
3585
  ```bash
1810
- npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
3586
+ npx @mui/codemod@latest v5.0.0/base-remove-unstyled-suffix <path>
1811
3587
  ```
1812
3588
 
1813
3589
  #### Changes
@@ -1825,7 +3601,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1825
3601
  ### Docs
1826
3602
 
1827
3603
  - &#8203;<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
1828
- - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
3604
+ - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
1829
3605
  - &#8203;<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
1830
3606
  - &#8203;<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
1831
3607
  - &#8203;<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
@@ -1908,7 +3684,7 @@ A big thanks to the 16 contributors who made this release possible. This release
1908
3684
  - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
1909
3685
  - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
1910
3686
  - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
1911
- - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
3687
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
1912
3688
  - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
1913
3689
  - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
1914
3690
  - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
@@ -1955,7 +3731,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
1955
3731
  - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
1956
3732
  - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
1957
3733
  - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
1958
- - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
3734
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
1959
3735
  - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
1960
3736
  - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
1961
3737
  - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
@@ -1965,7 +3741,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
1965
3741
  ### Core
1966
3742
 
1967
3743
  - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
1968
- - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
3744
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
1969
3745
  - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
1970
3746
  - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
1971
3747
  - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
@@ -1980,7 +3756,7 @@ _Apr 4, 2023_
1980
3756
 
1981
3757
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1982
3758
 
1983
- - 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
3759
+ - 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
1984
3760
  - 🐛 bug fixes and 📚 documentation improvements.
1985
3761
 
1986
3762
  ### `@mui/material@5.11.16`
@@ -2014,15 +3790,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2014
3790
  - [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
2015
3791
  - [docs] Tabs API add slots section (#36769) @mnajdova
2016
3792
  - [docs] Update feedbacks management on slack (#36705) @alexfauquette
2017
- - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
3793
+ - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
2018
3794
  - [docs] Add toggle-button coming soon page (#36618) @siriwatknp
2019
- - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
3795
+ - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
2020
3796
  - [docs] Fix small typo (#36727) @RBerthier
2021
- - [docs] Fix Joy UI template broken image loading @oliviertassinari
3797
+ - [docs] Fix Joy UI template broken image loading @oliviertassinari
2022
3798
  - [docs] Hide the default API column if it's empty (#36715) @mnajdova
2023
- - [docs] Update Material UI Related Projects page (#34203) @viclafouch
2024
- - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
2025
- - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
3799
+ - [docs] Update Material UI Related Projects page (#34203) @viclafouch
3800
+ - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
3801
+ - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
2026
3802
  - [docs] Support Google Analytics 4 (#36123) @alexfauquette
2027
3803
  - [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
2028
3804
  - [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
@@ -2042,7 +3818,7 @@ _Mar 28, 2023_
2042
3818
 
2043
3819
  A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
2044
3820
 
2045
- - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
3821
+ - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
2046
3822
 
2047
3823
  ### `@mui/material@5.11.15`
2048
3824
 
@@ -2142,7 +3918,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2142
3918
  - [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
2143
3919
  - [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
2144
3920
  - [website] Designer role changes (#36528) @danilo-leal
2145
- - [website] No association between showcase and MUI @oliviertassinari
2146
3921
  - [website] Open Head of Operations role (#36501) @oliviertassinari
2147
3922
  - [website] Limit sponsors description to two rows @oliviertassinari
2148
3923
 
@@ -2162,13 +3937,13 @@ _Mar 14, 2023_
2162
3937
 
2163
3938
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
2164
3939
 
2165
- - @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
3940
+ - @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
2166
3941
  - other 🐛 bug fixes and 📚 documentation improvements.
2167
3942
 
2168
3943
  ### `@mui/material@5.11.13`
2169
3944
 
2170
- - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
2171
- - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
3945
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
3946
+ - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
2172
3947
  - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
2173
3948
 
2174
3949
  ### `@mui/base@5.0.0-alpha.121`
@@ -2183,12 +3958,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2183
3958
 
2184
3959
  - &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
2185
3960
  - &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
2186
- - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
3961
+ - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
2187
3962
  - &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
2188
3963
  - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
2189
3964
  - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
2190
3965
  - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
2191
- - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3966
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
2192
3967
  - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
2193
3968
  - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
2194
3969
  - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
@@ -2204,7 +3979,7 @@ _Mar 6, 2023_
2204
3979
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2205
3980
 
2206
3981
  - @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
2207
- - @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)
3982
+ - @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)
2208
3983
  - other 🐛 bug fixes and 📚 documentation improvements.
2209
3984
 
2210
3985
  ### `@mui/material@5.11.12`
@@ -2224,7 +3999,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2224
3999
 
2225
4000
  - &#8203;<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
2226
4001
 
2227
- 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:
4002
+ 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:
2228
4003
 
2229
4004
  ```diff
2230
4005
  import {
@@ -2296,7 +4071,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2296
4071
 
2297
4072
  - &#8203;<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
2298
4073
 
2299
- Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
4074
+ Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
2300
4075
 
2301
4076
  ```diff
2302
4077
  -<List sx={{ py: 'var(--List-divider-gap)' }}>
@@ -2313,11 +4088,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2313
4088
  ### Docs
2314
4089
 
2315
4090
  - &#8203;<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
2316
- - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
4091
+ - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
2317
4092
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
2318
4093
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
2319
- - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
2320
- - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
4094
+ - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
4095
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
2321
4096
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
2322
4097
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
2323
4098
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -2325,7 +4100,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2325
4100
  - &#8203;<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
2326
4101
  - &#8203;<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
2327
4102
  - &#8203;<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
2328
- - &#8203;<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
4103
+ - &#8203;<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
2329
4104
  - &#8203;<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
2330
4105
  - &#8203;<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
2331
4106
 
@@ -2347,14 +4122,14 @@ _Feb 27, 2023_
2347
4122
 
2348
4123
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
2349
4124
 
2350
- - 📚 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)
4125
+ - 📚 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)
2351
4126
  - other 🐛 bug fixes and 📚 documentation improvements.
2352
4127
 
2353
4128
  ### `@mui/material@5.11.11`
2354
4129
 
2355
4130
  - &#8203;<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
2356
4131
  - &#8203;<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
2357
- - &#8203;<!-- 10 -->[Stack][material] Use createStack from the system (#33795) @mnajdova
4132
+ - &#8203;<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
2358
4133
  - &#8203;<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
2359
4134
  - &#8203;<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
2360
4135
  - &#8203;<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
@@ -2410,8 +4185,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2410
4185
  - &#8203;<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
2411
4186
  - &#8203;<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
2412
4187
  - &#8203;<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
2413
- - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
2414
- - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
4188
+ - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
4189
+ - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
2415
4190
  - &#8203;<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
2416
4191
  - &#8203;<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
2417
4192
  - &#8203;<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
@@ -2527,8 +4302,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2527
4302
  - [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
2528
4303
  - [docs] Update release instructions (#36113) @mj12albert
2529
4304
  - [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
2530
- - [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
2531
- - [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
4305
+ - [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
4306
+ - [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
2532
4307
 
2533
4308
  ### Examples
2534
4309
 
@@ -2554,7 +4329,7 @@ _Feb 7, 2023_
2554
4329
 
2555
4330
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
2556
4331
 
2557
- - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
4332
+ - @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
2558
4333
  - 📚 Documentation improvements and 🐛 bug fixes as usual
2559
4334
 
2560
4335
  ### `@mui/material@5.11.8`
@@ -2578,13 +4353,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2578
4353
  ### Docs
2579
4354
 
2580
4355
  - &#8203;<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
2581
- - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
4356
+ - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
2582
4357
  - &#8203;<!-- 18 -->[docs] Revert unintended change @oliviertassinari
2583
4358
  - &#8203;<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
2584
4359
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
2585
4360
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
2586
4361
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
2587
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
4362
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
2588
4363
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
2589
4364
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
2590
4365
 
@@ -2608,7 +4383,7 @@ _Jan 31, 2023_
2608
4383
 
2609
4384
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
2610
4385
 
2611
- - @siriwatknp added `Table` component to Joy UI (#35872)
4386
+ - @siriwatknp added `Table` component to Joy UI (#35872)
2612
4387
  - many other 🐛 bug fixes and 📚 documentation improvements
2613
4388
 
2614
4389
  ### `@mui/material@5.11.7`
@@ -2628,7 +4403,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2628
4403
 
2629
4404
  - &#8203;<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
2630
4405
 
2631
- - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
4406
+ - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
2632
4407
 
2633
4408
  ```diff
2634
4409
  <Button
@@ -2639,9 +4414,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2639
4414
 
2640
4415
  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.
2641
4416
 
2642
- - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
4417
+ - &#8203;<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
2643
4418
 
2644
- - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
4419
+ - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
2645
4420
 
2646
4421
  ```diff
2647
4422
  <Card
@@ -2664,11 +4439,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
2664
4439
  - &#8203;<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
2665
4440
  - &#8203;<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
2666
4441
  - &#8203;<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
2667
- - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
4442
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
2668
4443
  - &#8203;<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
2669
4444
  - &#8203;<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
2670
- - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
2671
- - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
4445
+ - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
4446
+ - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
2672
4447
  - &#8203;<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
2673
4448
  - &#8203;<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
2674
4449
  - &#8203;<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
@@ -2747,7 +4522,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2747
4522
  - &#8203;<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
2748
4523
  - &#8203;<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
2749
4524
  - &#8203;<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
2750
- - &#8203;<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
4525
+ - &#8203;<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
2751
4526
  - &#8203;<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
2752
4527
 
2753
4528
  ### Core
@@ -2771,7 +4546,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2771
4546
 
2772
4547
  ### `@mui/material@5.11.5`
2773
4548
 
2774
- - [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
4549
+ - [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
2775
4550
  - [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
2776
4551
  - [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
2777
4552
  - [l10n] Add Belarusian translation (#35742) @volhalink
@@ -2800,9 +4575,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2800
4575
 
2801
4576
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
2802
4577
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
2803
- - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
4578
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
2804
4579
  - [docs] Fix typos (#35814) @alexfauquette
2805
- - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
4580
+ - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
2806
4581
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
2807
4582
  - [docs] Fix typo in the Composition page (#35774) @msoyka
2808
4583
  - [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
@@ -2814,7 +4589,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2814
4589
  - [website] Improve pricing page (#35767) @oliviertassinari
2815
4590
  - [website] Add Greg in about page (#35816) @oliviertassinari
2816
4591
  - [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
2817
- - [website] Add docs for MUI for Figma @oliviertassinari
4592
+ - [website] Add docs for MUI for Figma @oliviertassinari
2818
4593
 
2819
4594
  All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
2820
4595
 
@@ -2849,16 +4624,16 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2849
4624
 
2850
4625
  ### Docs
2851
4626
 
2852
- - [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
4627
+ - [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
2853
4628
  - [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
2854
4629
  - [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
2855
- - [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
4630
+ - [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
2856
4631
  - [docs] Fix content wider than screen regression @oliviertassinari
2857
4632
  - [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
2858
4633
 
2859
4634
  ### Core
2860
4635
 
2861
- - [core] Close 2022 developer survey @oliviertassinari
4636
+ - [core] Close 2022 Developer Survey @oliviertassinari
2862
4637
  - [core] Fix the product license reference name (#35703) @oliviertassinari
2863
4638
  - [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
2864
4639
  - [test] Always use & for nesting styles (#35702) @oliviertassinari
@@ -2911,7 +4686,7 @@ _Dec 26, 2022_
2911
4686
 
2912
4687
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
2913
4688
 
2914
- - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
4689
+ - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
2915
4690
  - Many other 🐛 bug fixes abd 📚 documentation improvements.
2916
4691
 
2917
4692
  ### `@mui/material@5.11.2`
@@ -2931,7 +4706,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
2931
4706
  - &#8203;<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
2932
4707
  - &#8203;<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
2933
4708
  - &#8203;<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
2934
- - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
4709
+ - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
2935
4710
 
2936
4711
  ### `@mui/joy@5.0.0-alpha.60`
2937
4712
 
@@ -2949,7 +4724,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
2949
4724
 
2950
4725
  - &#8203;<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
2951
4726
  - &#8203;<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
2952
- - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
4727
+ - &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
2953
4728
  - &#8203;<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
2954
4729
  - &#8203;<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
2955
4730
  - &#8203;<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
@@ -3045,7 +4820,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3045
4820
 
3046
4821
  - [Alert] Update icon color in all variants (#35414) @danilo-leal
3047
4822
  - [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
3048
- - [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
4823
+ - [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
3049
4824
 
3050
4825
  ### `@mui/icons-material@5.11.0`
3051
4826
 
@@ -3086,13 +4861,13 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3086
4861
  - [docs] Improve line-height readability (#35387) @oliviertassinari
3087
4862
  - [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
3088
4863
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
3089
- - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
4864
+ - [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
3090
4865
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
3091
- - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
4866
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
3092
4867
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
3093
4868
  - [docs] Update callouts design (#35390) @danilo-leal
3094
4869
  - [website] New wave of open roles (#35240) @mnajdova
3095
- - [website] Developer survey 2022 (#35407) @joserodolfofreitas
4870
+ - [website] Developer Survey 2022 (#35407) @joserodolfofreitas
3096
4871
 
3097
4872
  ### Core
3098
4873
 
@@ -3113,7 +4888,7 @@ _Dec 6, 2022_
3113
4888
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3114
4889
 
3115
4890
  - ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
3116
- - 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
4891
+ - 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
3117
4892
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
3118
4893
 
3119
4894
  ### `@mui/material@5.10.17`
@@ -3134,7 +4909,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3134
4909
 
3135
4910
  - &#8203;<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
3136
4911
 
3137
- - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
4912
+ - Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
3138
4913
 
3139
4914
  ```diff
3140
4915
  -<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
@@ -3154,7 +4929,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3154
4929
  - &#8203;<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
3155
4930
  - &#8203;<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
3156
4931
  - &#8203;<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
3157
- - &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
4932
+ - &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
3158
4933
  - &#8203;<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
3159
4934
  - &#8203;<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
3160
4935
  - &#8203;<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
@@ -3162,10 +4937,10 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3162
4937
  - &#8203;<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
3163
4938
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
3164
4939
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
3165
- - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
3166
- - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
4940
+ - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
4941
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
3167
4942
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
3168
- - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
4943
+ - &#8203;<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
3169
4944
 
3170
4945
  ### Core
3171
4946
 
@@ -3173,7 +4948,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3173
4948
  - &#8203;<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
3174
4949
  - &#8203;<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
3175
4950
  - &#8203;<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
3176
- - &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
4951
+ - &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
3177
4952
  - &#8203;<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
3178
4953
 
3179
4954
  All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
@@ -3257,18 +5032,18 @@ A big thanks to the 9 contributors who made this release possible. Here are some
3257
5032
  ### Docs
3258
5033
 
3259
5034
  - [docs] Fix a couple documentation errors (#35217) @danilo-leal
3260
- - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
5035
+ - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
3261
5036
  - [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
3262
5037
  - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
3263
5038
  - [docs] Fix typos in section titles (#35025) @iamxukai
3264
5039
  - [docs] Fix typo in legacy date picker migration guide @oliviertassinari
3265
- - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
5040
+ - [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
3266
5041
  - [docs] Inform that pickers are in X repository (#35189) @alexfauquette
3267
5042
  - [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
3268
5043
  - [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
3269
- - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
5044
+ - [docs] Add Joy UI theme typography page (#34811) @siriwatknp
3270
5045
  - [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
3271
- - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
5046
+ - [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
3272
5047
  - [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
3273
5048
  - [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
3274
5049
  - [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
@@ -3294,13 +5069,13 @@ _Nov 14, 2022_
3294
5069
 
3295
5070
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3296
5071
 
3297
- - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
3298
- - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
5072
+ - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
5073
+ - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
3299
5074
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
3300
5075
 
3301
5076
  ### `@mui/material@5.10.14`
3302
5077
 
3303
- - [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
5078
+ - [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
3304
5079
  - [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
3305
5080
  - [IconButton] custom color causes type error (#34521) @kushagra010
3306
5081
 
@@ -3331,7 +5106,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3331
5106
  - [docs] Improve code font family v2 (#35053) @oliviertassinari
3332
5107
  - [docs] Upgrade to Next.js 13 (#35001) @mnajdova
3333
5108
  - [docs] Fix typo in changelog @oliviertassinari
3334
- - [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
5109
+ - [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
3335
5110
  - [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
3336
5111
  - [website] Fix margin bug on CTA @oliviertassinari
3337
5112
  - [website] Link respective repositories in product pages (#35046) @sidtohan
@@ -3362,7 +5137,7 @@ _Nov 7, 2022_
3362
5137
 
3363
5138
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
3364
5139
 
3365
- - 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
5140
+ - 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
3366
5141
  - 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
3367
5142
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
3368
5143
 
@@ -3387,7 +5162,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
3387
5162
 
3388
5163
  - &#8203;<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
3389
5164
  - &#8203;<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
3390
- - &#8203;<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
5165
+ - &#8203;<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
3391
5166
  - &#8203;<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
3392
5167
  - &#8203;<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
3393
5168
  - &#8203;<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
@@ -3420,7 +5195,7 @@ _Oct 31, 2022_
3420
5195
 
3421
5196
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
3422
5197
 
3423
- - 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
5198
+ - 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
3424
5199
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
3425
5200
 
3426
5201
  ### `@mui/material@5.10.12`
@@ -3444,22 +5219,22 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3444
5219
 
3445
5220
  - &#8203;<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
3446
5221
  - &#8203;<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
3447
- - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
5222
+ - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
3448
5223
  - &#8203;<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
3449
5224
  - &#8203;<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
3450
- - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
5225
+ - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
3451
5226
  - &#8203;<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
3452
5227
  - &#8203;<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
3453
5228
  - &#8203;<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
3454
5229
  - &#8203;<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
3455
- - &#8203;<!-- 15 -->[docs] Standardize all MUI Core "Usage" pages (#34183) @samuelsycamore
5230
+ - &#8203;<!-- 15 -->[docs] Standardize all "Usage" pages (#34183) @samuelsycamore
3456
5231
  - &#8203;<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
3457
5232
  - &#8203;<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
3458
5233
  - &#8203;<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
3459
5234
  - &#8203;<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
3460
5235
  - &#8203;<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
3461
5236
  - &#8203;<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
3462
- - &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
5237
+ - &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
3463
5238
  - &#8203;<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
3464
5239
  - &#8203;<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
3465
5240
  - &#8203;<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
@@ -3496,7 +5271,7 @@ _Oct 25, 2022_
3496
5271
 
3497
5272
  A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
3498
5273
 
3499
- - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
5274
+ - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
3500
5275
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
3501
5276
 
3502
5277
  ### `@mui/material@5.10.11`
@@ -3521,7 +5296,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
3521
5296
  - [base] Make CSS class prefixes consistent (#33411) @michaldudak
3522
5297
 
3523
5298
  **This is a breaking change for anyone who depends on the class names applied to Base components.**
3524
- 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.
5299
+ 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.
3525
5300
 
3526
5301
  ```diff
3527
5302
  -.ButtonUnstyled-root { ... };
@@ -3544,7 +5319,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
3544
5319
  - Revert "[docs] Live demos (#34454)" @oliviertassinari
3545
5320
  - Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
3546
5321
  - [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
3547
- - [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
5322
+ - [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
3548
5323
  - [docs] Polish Crowdin config (#34852) @oliviertassinari
3549
5324
  - [docs] Fix a few style standard deviations @oliviertassinari
3550
5325
  - [docs] Enforce no trailing spaces (#34762) @oliviertassinari
@@ -3577,8 +5352,8 @@ _Oct 18, 2022_
3577
5352
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
3578
5353
 
3579
5354
  - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
3580
- - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
3581
- - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
5355
+ - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
5356
+ - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
3582
5357
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
3583
5358
  - And more 🐛 bug fixes and 📚 documentation improvements.
3584
5359
 
@@ -3609,14 +5384,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3609
5384
  ### Docs
3610
5385
 
3611
5386
  - [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
3612
- - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
5387
+ - [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
3613
5388
  - [docs] Use new editing API in homepage demos (#34220) @m4theushw
3614
5389
  - [docs] Live demos (#34454) @bharatkashyap
3615
- - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
5390
+ - [docs] Fix typos in Joy UI Switch (#34728) @ndresx
3616
5391
  - [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
3617
- - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
3618
- - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
3619
- - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
5392
+ - [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
5393
+ - [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
5394
+ - [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
3620
5395
  - [docs] Basic link verification at PR level (#34588) @alexfauquette
3621
5396
  - [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
3622
5397
  - [website] Clarify Pro/Premium support (#34607) @oliviertassinari
@@ -3662,12 +5437,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
3662
5437
 
3663
5438
  - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
3664
5439
 
3665
- The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
5440
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
3666
5441
 
3667
5442
  Migration:
3668
5443
 
3669
- - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
3670
- - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
5444
+ - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
5445
+ - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
3671
5446
 
3672
5447
  #### Changes
3673
5448
 
@@ -3684,8 +5459,8 @@ A big thanks to the 7 contributors who made this release possible. Here are some
3684
5459
  ### Docs
3685
5460
 
3686
5461
  - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
3687
- - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
3688
- - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
5462
+ - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
5463
+ - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
3689
5464
  - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
3690
5465
  - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
3691
5466
  - &#8203;<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
@@ -3709,8 +5484,8 @@ _Oct 3, 2022_
3709
5484
 
3710
5485
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
3711
5486
 
3712
- - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
3713
- - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
5487
+ - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
5488
+ - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
3714
5489
  - And more 🐛 bug fixes and 📚 documentation improvements.
3715
5490
 
3716
5491
  ### `@mui/material@5.10.8`
@@ -3738,9 +5513,9 @@ A big thanks to the 18 contributors who made this release possible. Here are som
3738
5513
  - &#8203;<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
3739
5514
  - &#8203;<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
3740
5515
  - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
3741
- - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
5516
+ - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
3742
5517
  - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
3743
- - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
5518
+ - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
3744
5519
  - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
3745
5520
  - &#8203;<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
3746
5521
  - &#8203;<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
@@ -3765,7 +5540,7 @@ _Sep 26, 2022_
3765
5540
 
3766
5541
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
3767
5542
 
3768
- - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
5543
+ - 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
3769
5544
 
3770
5545
  ### `@mui/material@5.10.7`
3771
5546
 
@@ -3775,7 +5550,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3775
5550
  - [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
3776
5551
  - [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
3777
5552
  - [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
3778
- - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
5553
+ - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
3779
5554
 
3780
5555
  ### `@mui/system@5.10.7`
3781
5556
 
@@ -3811,19 +5586,19 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3811
5586
 
3812
5587
  ### Docs
3813
5588
 
3814
- - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
5589
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
3815
5590
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
3816
5591
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
3817
5592
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
3818
5593
  - [docs] Update the guide for migrating to TSS (#34417) @garronej
3819
5594
  - [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
3820
5595
  - [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
3821
- - [docs] Standardize all MUI Core "Installation" pages (#34168) @samuelsycamore
3822
- - [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
5596
+ - [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
5597
+ - [docs] Fix Webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
3823
5598
  - [docs] Fix Select `onChange` call (#34408) @siriwatknp
3824
5599
  - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
3825
5600
  - [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
3826
- - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
5601
+ - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
3827
5602
  - [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
3828
5603
  - [website] Adds Bilal to about page (#34412) @MBilalShafi
3829
5604
  - [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
@@ -3877,7 +5652,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3877
5652
 
3878
5653
  The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
3879
5654
  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.
3880
- This also affects Select from Joy UI.
5655
+ This also affects Select from Joy UI.
3881
5656
 
3882
5657
  ```jsx
3883
5658
  // before
@@ -3897,8 +5672,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3897
5672
  - [docs] Fix 301 link to external projects @oliviertassinari
3898
5673
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
3899
5674
  - [docs] Fix broken links (#34320) @alexfauquette
3900
- - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
3901
- - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
5675
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
5676
+ - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
3902
5677
  - [website] Improve security header @oliviertassinari
3903
5678
 
3904
5679
  ### Core
@@ -3918,8 +5693,8 @@ _Sep 12, 2022_
3918
5693
 
3919
5694
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
3920
5695
 
3921
- - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
3922
- - 🚀 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
5696
+ - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
5697
+ - 🚀 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
3923
5698
  - And more 🐛 bug fixes and 📚 documentation improvements.
3924
5699
 
3925
5700
  ### `@mui/material@5.10.5`
@@ -3929,10 +5704,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
3929
5704
 
3930
5705
  ### `@mui/joy@5.0.0-alpha.45`
3931
5706
 
3932
- - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
3933
- - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
3934
- - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
3935
- - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
5707
+ - &#8203;<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
5708
+ - &#8203;<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
5709
+ - &#8203;<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
5710
+ - &#8203;<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
3936
5711
  - &#8203;<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
3937
5712
  - &#8203;<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
3938
5713
  - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
@@ -3941,10 +5716,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
3941
5716
 
3942
5717
  ### Docs
3943
5718
 
3944
- - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
5719
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
3945
5720
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
3946
5721
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
3947
- - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
5722
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
3948
5723
  - &#8203;<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
3949
5724
  - &#8203;<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
3950
5725
 
@@ -3964,7 +5739,7 @@ _Sep 5, 2022_
3964
5739
 
3965
5740
  A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
3966
5741
 
3967
- - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
5742
+ - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
3968
5743
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
3969
5744
 
3970
5745
  ### `@mui/material@5.10.4`
@@ -3991,7 +5766,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
3991
5766
  - &#8203;<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
3992
5767
  - &#8203;<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
3993
5768
  - &#8203;<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
3994
- - &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
5769
+ - &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
3995
5770
  - &#8203;<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
3996
5771
  - &#8203;<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
3997
5772
  - &#8203;<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
@@ -4021,7 +5796,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4021
5796
  ### `@mui/material@5.10.3`
4022
5797
 
4023
5798
  - [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
4024
- - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
5799
+ - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
4025
5800
  - [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
4026
5801
  - [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
4027
5802
 
@@ -4053,10 +5828,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4053
5828
  - [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
4054
5829
  - [docs] Fix typo in `Select` component (#34091) @HexM7
4055
5830
  - [docs] Fix 301 links to tss's docs @oliviertassinari
4056
- - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
5831
+ - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
4057
5832
  - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
4058
5833
  - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
4059
- - [website] Improve SEO meta description for MUI X @oliviertassinari
5834
+ - [website] Improve SEO meta description for MUI X @oliviertassinari
4060
5835
  - [website] Improve visual look of code demos (#34070) @oliviertassinari
4061
5836
  - [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
4062
5837
 
@@ -4105,12 +5880,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
4105
5880
 
4106
5881
  - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
4107
5882
  - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
4108
- - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
4109
- - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
5883
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
5884
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
4110
5885
  - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
4111
5886
  - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
4112
- - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
4113
- - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
5887
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
5888
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
4114
5889
 
4115
5890
  ### Core
4116
5891
 
@@ -4149,8 +5924,8 @@ A big thanks to the 18 contributors who made this release possible. This release
4149
5924
 
4150
5925
  ### Docs
4151
5926
 
4152
- - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
4153
- - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
5927
+ - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
5928
+ - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
4154
5929
  - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
4155
5930
  - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
4156
5931
  - &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
@@ -4191,8 +5966,8 @@ _Aug 8, 2022_
4191
5966
 
4192
5967
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
4193
5968
 
4194
- - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
4195
- - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
5969
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5970
+ - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
4196
5971
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4197
5972
 
4198
5973
  ### `@mui/material@5.10.0`
@@ -4226,7 +6001,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4226
6001
  - [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
4227
6002
  - [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
4228
6003
  - [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
4229
- - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
6004
+ - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
4230
6005
  - [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
4231
6006
  - [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
4232
6007
  - [docs] Add Grid version 2 docs (#33554) @siriwatknp
@@ -4252,7 +6027,7 @@ _Aug 1, 2022_
4252
6027
 
4253
6028
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
4254
6029
 
4255
- - 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
6030
+ - 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
4256
6031
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4257
6032
 
4258
6033
  ### `@mui/material@5.9.3`
@@ -4264,7 +6039,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4264
6039
 
4265
6040
  ### `@mui/system@5.9.3`
4266
6041
 
4267
- - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
6042
+ - [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
4268
6043
 
4269
6044
  ### `@mui/codemod@5.9.3`
4270
6045
 
@@ -4308,7 +6083,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4308
6083
  - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
4309
6084
  - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
4310
6085
  - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
4311
- - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
6086
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
4312
6087
 
4313
6088
  All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
4314
6089
 
@@ -4354,7 +6129,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4354
6129
  - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
4355
6130
  - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
4356
6131
  - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
4357
- - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
6132
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
4358
6133
  - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
4359
6134
  - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
4360
6135
  - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
@@ -4414,8 +6189,8 @@ A big thanks to the 17 contributors who made this release possible. This release
4414
6189
  - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
4415
6190
  - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
4416
6191
  - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
4417
- - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
4418
- - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
6192
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
6193
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
4419
6194
  - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
4420
6195
  - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
4421
6196
 
@@ -4435,8 +6210,8 @@ _Jul 12, 2022_
4435
6210
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
4436
6211
 
4437
6212
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
4438
- - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
4439
- - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
6213
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
6214
+ - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
4440
6215
  - ⚠️ **[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
4441
6216
  - many other 🐛 bug fixes and 📚 documentation improvements
4442
6217
  - our documentation site is now running with React 18! (#33196) @mnajdova
@@ -4447,7 +6222,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4447
6222
  - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
4448
6223
  - [Grid] Export new grid as unstable (#33479) @siriwatknp
4449
6224
  - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
4450
- - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
6225
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
4451
6226
  - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
4452
6227
  - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
4453
6228
  - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
@@ -4463,7 +6238,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4463
6238
 
4464
6239
  - [lab] Remove the pickers (#33386) @flaviendelangle
4465
6240
 
4466
- The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
6241
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
4467
6242
 
4468
6243
  **Changes**
4469
6244
 
@@ -4478,7 +6253,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4478
6253
 
4479
6254
  ### `@mui/joy@5.0.0-alpha.36`
4480
6255
 
4481
- - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
6256
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
4482
6257
  - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
4483
6258
 
4484
6259
  ### Docs
@@ -4490,14 +6265,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4490
6265
  - [docs] Cleanup the migration (#33463) @siriwatknp
4491
6266
  - [docs] Fix broken Sponsoring services links @samuelsycamore
4492
6267
  - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
4493
- - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
6268
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
4494
6269
  - [docs] Update to React 18 (#33196) @mnajdova
4495
6270
  - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
4496
6271
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
4497
- - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
6272
+ - [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
4498
6273
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
4499
- - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
4500
- - [examples] Add Base UI example (#33154) @siriwatknp
6274
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
6275
+ - [examples] Add Base UI example (#33154) @siriwatknp
4501
6276
 
4502
6277
  ### Core
4503
6278
 
@@ -4516,8 +6291,8 @@ _Jul 4, 2022_
4516
6291
 
4517
6292
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
4518
6293
 
4519
- - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
4520
- - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
6294
+ - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
6295
+ - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
4521
6296
  - many other 🐛 bug fixes and 📚 documentation improvements
4522
6297
 
4523
6298
  ### `@mui/material@5.8.7`
@@ -4541,12 +6316,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4541
6316
  - [Joy] Add radio button documentation (#33254) @siriwatknp
4542
6317
  - [Joy] Add switch documentation (#33302) @siriwatknp
4543
6318
  - [Joy] Batch a couple of documentation refinements (#33158)
4544
- - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
6319
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
4545
6320
 
4546
6321
  ### `@mui/base@5.0.0-alpha.88`
4547
6322
 
4548
6323
  - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
4549
- - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
6324
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
4550
6325
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
4551
6326
 
4552
6327
  ### Docs
@@ -4555,7 +6330,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4555
6330
  - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
4556
6331
  - [docs] Fix SEO issues (#33288) @oliviertassinari
4557
6332
  - [docs] Fix Slider's "player" demo (#33267) @xlianghang
4558
- - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
6333
+ - [website] Link Toolpad in mui.com (#33287) @oliviertassinari
4559
6334
 
4560
6335
  All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
4561
6336
 
@@ -4580,7 +6355,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4580
6355
 
4581
6356
  - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
4582
6357
  - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
4583
- - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
6358
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
4584
6359
 
4585
6360
  ### `@mui/system@5.8.6`
4586
6361
 
@@ -4606,9 +6381,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4606
6381
 
4607
6382
  ### Docs
4608
6383
 
4609
- - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
6384
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
4610
6385
  - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
4611
- - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
6386
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
4612
6387
  - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
4613
6388
  - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
4614
6389
  - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
@@ -4670,7 +6445,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
4670
6445
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
4671
6446
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
4672
6447
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
4673
- - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
6448
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
4674
6449
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
4675
6450
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
4676
6451
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -4681,7 +6456,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
4681
6456
 
4682
6457
  ### Core
4683
6458
 
4684
- - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
6459
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
4685
6460
  - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
4686
6461
  - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
4687
6462
  - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
@@ -4698,7 +6473,7 @@ _Jun 14, 2022_
4698
6473
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
4699
6474
 
4700
6475
  - 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
4701
- - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
6476
+ - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
4702
6477
  - many other 🐛 bug fixes and 📚 documentation improvements
4703
6478
 
4704
6479
  ### `@mui/material@5.8.4`
@@ -4747,8 +6522,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
4747
6522
  - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
4748
6523
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
4749
6524
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
4750
- - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
4751
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
6525
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
6526
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
4752
6527
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
4753
6528
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
4754
6529
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -4757,7 +6532,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
4757
6532
  - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
4758
6533
  - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
4759
6534
  - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
4760
- - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
6535
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
4761
6536
  - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
4762
6537
 
4763
6538
  ### Core
@@ -4822,10 +6597,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
4822
6597
  - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
4823
6598
  - [docs] Improve product identifier (#32707) @danilo-leal
4824
6599
  - [docs] Improve UX with back to top (#32896) @oliviertassinari
4825
- - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
6600
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
4826
6601
  - [docs] Redirect older URLs (#33037) @oliviertassinari
4827
6602
  - [docs] Remove pickers page from the Lab section (#32961) @DanailH
4828
- - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
6603
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
4829
6604
  - [docs] Throw on 301 links (#32939) @oliviertassinari
4830
6605
  - [website] Add Gerda to the about page (#33038) @danilo-leal
4831
6606
  - [website] Polish the pricing page (#32811) @oliviertassinari
@@ -4906,7 +6681,7 @@ _May 23, 2022_
4906
6681
 
4907
6682
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
4908
6683
 
4909
- - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
6684
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
4910
6685
  - And more 🐛 bug fixes and 📚 documentation improvements.
4911
6686
 
4912
6687
  ### `@mui/material@5.8.1`
@@ -4948,7 +6723,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4948
6723
  - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
4949
6724
  - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
4950
6725
  - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
4951
- - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
6726
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
4952
6727
  - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
4953
6728
  - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
4954
6729
  - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
@@ -4961,7 +6736,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4961
6736
 
4962
6737
  ### Core
4963
6738
 
4964
- - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
6739
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
4965
6740
  - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
4966
6741
 
4967
6742
  All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
@@ -4974,7 +6749,7 @@ _May 17, 2022_
4974
6749
 
4975
6750
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
4976
6751
 
4977
- - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
6752
+ - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
4978
6753
  - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
4979
6754
  - And more 🐛 bug fixes and 📚 documentation improvements.
4980
6755
 
@@ -5008,7 +6783,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5008
6783
 
5009
6784
  ### Docs
5010
6785
 
5011
- - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
6786
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
5012
6787
  - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
5013
6788
  - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
5014
6789
  - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
@@ -5024,9 +6799,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5024
6799
  - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
5025
6800
  - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
5026
6801
  - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
5027
- - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
6802
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
5028
6803
  - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
5029
- - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
6804
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
5030
6805
  - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
5031
6806
 
5032
6807
  ### Core
@@ -5046,7 +6821,7 @@ _May 10, 2022_
5046
6821
 
5047
6822
  A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
5048
6823
 
5049
- 🛠 This release is all about supporting CSS variables in many Material UI components.
6824
+ 🛠 This release is all about supporting CSS variables in many Material UI components.
5050
6825
  Kudos to all contributors!
5051
6826
 
5052
6827
  ### `@mui/material@5.7.0`
@@ -5112,7 +6887,7 @@ Kudos to all contributors!
5112
6887
  - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
5113
6888
  - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
5114
6889
  - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
5115
- - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
6890
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
5116
6891
  - [docs] Show product identifier on new X pages (#32657) @cherniavskii
5117
6892
  - [docs] Fix copy button childNode not found (#32652) @siriwatknp
5118
6893
  - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
@@ -5147,7 +6922,7 @@ _May 2, 2022_
5147
6922
 
5148
6923
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
5149
6924
 
5150
- - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
6925
+ - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
5151
6926
  - And more 🐛 bug fixes and 📚 improvements.
5152
6927
 
5153
6928
  ### `@mui/material@5.6.4`
@@ -5178,18 +6953,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5178
6953
  - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
5179
6954
  - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
5180
6955
  - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
5181
- - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
6956
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
5182
6957
  - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
5183
6958
  - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
5184
6959
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
5185
6960
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
5186
6961
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
5187
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
6962
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
5188
6963
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
5189
6964
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
5190
6965
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
5191
6966
  - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
5192
- - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
6967
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
5193
6968
  - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
5194
6969
  - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
5195
6970
  - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
@@ -5200,7 +6975,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5200
6975
 
5201
6976
  ### Core
5202
6977
 
5203
- - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
6978
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
5204
6979
 
5205
6980
  All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
5206
6981
 
@@ -5212,7 +6987,7 @@ _Apr 25, 2022_
5212
6987
 
5213
6988
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
5214
6989
 
5215
- - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
6990
+ - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
5216
6991
  - And more 🐛 bug fixes and 📚 improvements.
5217
6992
 
5218
6993
  ### `@mui/material@5.6.3`
@@ -5356,7 +7131,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
5356
7131
  - [docs] Remove notifications temporary (#32192) @siriwatknp
5357
7132
  - [docs] Redirect to new urls (#32048) @siriwatknp
5358
7133
  - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
5359
- - [website] Fix wrong MUI X installation instruction link @oliviertassinari
7134
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
5360
7135
  - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
5361
7136
  - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
5362
7137
  - [website] Give up on promoting roles in our docs @oliviertassinari
@@ -5378,7 +7153,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
5378
7153
 
5379
7154
  - 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
5380
7155
  - 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
5381
- - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
7156
+ - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
5382
7157
  - Several 🐛 bug fixes and 📚 documentation improvements
5383
7158
 
5384
7159
  ### `@mui/material@5.6.0`
@@ -5438,7 +7213,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
5438
7213
 
5439
7214
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
5440
7215
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
5441
- - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
7216
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
5442
7217
 
5443
7218
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
5444
7219
 
@@ -5486,7 +7261,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5486
7261
 
5487
7262
  - &#8203;<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
5488
7263
 
5489
- Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
7264
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
5490
7265
 
5491
7266
  ```diff
5492
7267
  -import { Unstyled_TrapFocus } from '@mui/base';
@@ -5519,7 +7294,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5519
7294
  - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
5520
7295
  - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
5521
7296
  - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
5522
- - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
7297
+ - &#8203;<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
5523
7298
  - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
5524
7299
  - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
5525
7300
  - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
@@ -5631,7 +7406,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
5631
7406
  - [docs] Refine the product identifier menu (#31262) @danilo-leal
5632
7407
  - [docs] Fix Search crash (#31386) @reckter
5633
7408
  - [docs] Update TextField multiline description (#31291) @jontewks
5634
- - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
7409
+ - [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
5635
7410
  - [docs] Test products search (#31351) @siriwatknp
5636
7411
  - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
5637
7412
  - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
@@ -5665,7 +7440,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5665
7440
 
5666
7441
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
5667
7442
 
5668
- `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
7443
+ `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
5669
7444
 
5670
7445
  ```diff
5671
7446
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -5716,7 +7491,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5716
7491
  - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
5717
7492
  - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
5718
7493
  - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
5719
- - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
7494
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
5720
7495
  - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
5721
7496
  - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
5722
7497
  - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
@@ -5830,7 +7605,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5830
7605
  - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
5831
7606
  - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
5832
7607
  - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
5833
- - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
7608
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
5834
7609
  - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
5835
7610
  - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
5836
7611
 
@@ -5885,10 +7660,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5885
7660
  - [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
5886
7661
  - [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
5887
7662
  - [docs] Improve Base component demos (#30884) @danilo-leal
5888
- - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
7663
+ - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
5889
7664
  - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
5890
7665
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
5891
- - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
7666
+ - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
5892
7667
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
5893
7668
  - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
5894
7669
  - [website] Minor security improvements (#31062) @oliviertassinari
@@ -5902,7 +7677,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5902
7677
  - [core] Bump date-io version (#31016) @michaldudak
5903
7678
  - [core] Fix typo in useSlider (#31061) @ryohey
5904
7679
  - [core] Remove unused draft-js types package (#30993) @michaldudak
5905
- - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
7680
+ - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
5906
7681
  - [core] Remove dead code (#31064) @oliviertassinari
5907
7682
 
5908
7683
  All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
@@ -5987,7 +7762,7 @@ _Feb 1, 2022_
5987
7762
 
5988
7763
  A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
5989
7764
 
5990
- - 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
7765
+ - 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
5991
7766
  - Number of 🐛 bug fixes and 📚 documentation improvements.
5992
7767
 
5993
7768
  ### `@mui/material@5.4.0`
@@ -6050,7 +7825,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
6050
7825
 
6051
7826
  ### Core
6052
7827
 
6053
- - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
7828
+ - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
6054
7829
  - &#8203;<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
6055
7830
  - &#8203;<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
6056
7831
  - &#8203;<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
@@ -6071,7 +7846,7 @@ _Jan 24, 2022_
6071
7846
 
6072
7847
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
6073
7848
 
6074
- - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
7849
+ - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
6075
7850
  - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
6076
7851
 
6077
7852
  ### `@mui/icons-material@5.3.1`
@@ -6097,7 +7872,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
6097
7872
  - &#8203;<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
6098
7873
  - &#8203;<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
6099
7874
  - &#8203;<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
6100
- - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
7875
+ - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
6101
7876
  - &#8203;<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
6102
7877
  - &#8203;<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
6103
7878
  - &#8203;<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
@@ -6166,7 +7941,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6166
7941
  - [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
6167
7942
  - [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
6168
7943
  - [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
6169
- - [docs] Fix integration with MUI X (#30593) @oliviertassinari
7944
+ - [docs] Fix integration with MUI X (#30593) @oliviertassinari
6170
7945
  - [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
6171
7946
  - [docs] Add missing quote in migration docs (#30587) @Atralbus
6172
7947
  - [docs] Update link to Doit sponsor (#30586) @oliviertassinari
@@ -6311,13 +8086,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6311
8086
  - &#8203;<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
6312
8087
  - &#8203;<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
6313
8088
  - &#8203;<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
6314
- - &#8203;<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
8089
+ - &#8203;<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
6315
8090
  - &#8203;<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
6316
8091
  - &#8203;<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
6317
8092
 
6318
8093
  ### Core
6319
8094
 
6320
- - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
8095
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
6321
8096
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
6322
8097
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
6323
8098
 
@@ -6439,7 +8214,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6439
8214
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
6440
8215
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
6441
8216
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
6442
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
8217
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
6443
8218
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
6444
8219
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
6445
8220
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -6465,7 +8240,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
6465
8240
 
6466
8241
  <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
6467
8242
 
6468
- You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
8243
+ You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
6469
8244
 
6470
8245
  - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
6471
8246
 
@@ -6483,7 +8258,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
6483
8258
  ### `@mui/system@5.2.3`
6484
8259
 
6485
8260
  - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
6486
- - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
8261
+ - &#8203;<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
6487
8262
 
6488
8263
  ### `@mui/utils@5.2.3`
6489
8264
 
@@ -6520,7 +8295,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
6520
8295
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
6521
8296
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
6522
8297
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
6523
- - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
8298
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
6524
8299
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
6525
8300
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
6526
8301
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -6533,7 +8308,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
6533
8308
  ### Core
6534
8309
 
6535
8310
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
6536
- - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
8311
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
6537
8312
 
6538
8313
  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
6539
8314
 
@@ -6609,13 +8384,13 @@ _Nov 25, 2021_
6609
8384
 
6610
8385
  A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
6611
8386
 
6612
- This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
8387
+ This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
6613
8388
 
6614
8389
  - &#8203;<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
6615
8390
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
6616
8391
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
6617
8392
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
6618
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
8393
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
6619
8394
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
6620
8395
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
6621
8396
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
@@ -6680,9 +8455,9 @@ A big thanks to the 18 contributors who made this release possible. Here are som
6680
8455
 
6681
8456
  ### Docs
6682
8457
 
6683
- - [blog] MUI X v5 blog post (#29590) @DanailH
8458
+ - [blog] MUI X v5 blog post (#29590) @DanailH
6684
8459
  - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
6685
- - [CHANGELOG] Explain why we do breaking changes @oliviertassinari
8460
+ - [changelog] Explain why we do breaking changes @oliviertassinari
6686
8461
  - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
6687
8462
  - [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
6688
8463
  - [docs] Fix broken Next and Previous links (#29711) @scallaway
@@ -6732,7 +8507,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6732
8507
 
6733
8508
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
6734
8509
 
6735
- Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8510
+ Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
6736
8511
 
6737
8512
  The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
6738
8513
 
@@ -6748,7 +8523,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6748
8523
 
6749
8524
  ### Docs
6750
8525
 
6751
- - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
8526
+ - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
6752
8527
  - &#8203;<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
6753
8528
  - &#8203;<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
6754
8529
  - &#8203;<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
@@ -6760,7 +8535,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6760
8535
  - &#8203;<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
6761
8536
  - &#8203;<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
6762
8537
  - &#8203;<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
6763
- - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
8538
+ - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
6764
8539
  - &#8203;<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
6765
8540
  - &#8203;<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
6766
8541
  - &#8203;<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
@@ -6874,7 +8649,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
6874
8649
  - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
6875
8650
  - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
6876
8651
  - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
6877
- - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
8652
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
6878
8653
  - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
6879
8654
  - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
6880
8655
  - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
@@ -7234,7 +9009,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7234
9009
  - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
7235
9010
  - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
7236
9011
  - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
7237
- - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
9012
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
7238
9013
  - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
7239
9014
  - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
7240
9015
  - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
@@ -7261,7 +9036,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7261
9036
  - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
7262
9037
  - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
7263
9038
  - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
7264
- - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
9039
+ - &#8203;<!-- 39 -->[core] Switch to Webpack 5 (#28248) @eps1lon
7265
9040
  - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
7266
9041
  - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
7267
9042
  - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
@@ -7278,7 +9053,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
7278
9053
 
7279
9054
  _Sep 16, 2021_
7280
9055
 
7281
- After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
9056
+ After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
7282
9057
 
7283
9058
  Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
7284
9059
 
@@ -7313,10 +9088,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
7313
9088
 
7314
9089
  ### Docs
7315
9090
 
7316
- - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
9091
+ - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
7317
9092
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
7318
9093
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
7319
- - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
9094
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
7320
9095
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
7321
9096
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
7322
9097
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -7337,7 +9112,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
7337
9112
 
7338
9113
  ### Core
7339
9114
 
7340
- - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
9115
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
7341
9116
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
7342
9117
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
7343
9118
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -7398,7 +9173,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
7398
9173
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
7399
9174
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
7400
9175
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
7401
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
9176
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
7402
9177
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
7403
9178
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
7404
9179
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -7809,7 +9584,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7809
9584
  - &#8203;<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
7810
9585
  - &#8203;<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
7811
9586
  - &#8203;<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
7812
- - &#8203;<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
9587
+ - &#8203;<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
7813
9588
  - &#8203;<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
7814
9589
 
7815
9590
  ### Core
@@ -7886,7 +9661,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
7886
9661
  ### Docs
7887
9662
 
7888
9663
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
7889
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
9664
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
7890
9665
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
7891
9666
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
7892
9667
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -7935,7 +9710,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
7935
9710
 
7936
9711
  <a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
7937
9712
 
7938
- You can follow our progress at https://github.com/mui/material-ui/issues/27170.
9713
+ You can follow our progress at https://github.com/mui/base-ui/issues/10.
7939
9714
 
7940
9715
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
7941
9716
  You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
@@ -8009,7 +9784,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8009
9784
  - [docs] Sort the size in a more logical order (#27186) @oliviertassinari
8010
9785
  - [docs] Use actual link to paperbase (#27063) @eps1lon
8011
9786
  - [docs] Use custom markdown loader for landing page (#27065) @eps1lon
8012
- - [docs] Use webpack 5 (#27077) @eps1lon
9787
+ - [docs] Use Webpack 5 (#27077) @eps1lon
8013
9788
  - [examples] Fix CDN warning (#27229) @oliviertassinari
8014
9789
  - [examples] Remove `StyledEngineProvider` as JSS is not used (#27133) @mnajdova
8015
9790
  - [examples] Remove forgotten StyledEngineProvider (#27163) @oliviertassinari
@@ -8029,7 +9804,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8029
9804
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
8030
9805
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
8031
9806
  - [website] Open 4 new roles (#27123) @oliviertassinari
8032
- - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
9807
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
8033
9808
 
8034
9809
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
8035
9810
 
@@ -8139,7 +9914,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
8139
9914
  - &#8203;<!-- 35 -->[docs] Fix /components/hidden merge conflict (#26997) @eps1lon
8140
9915
  - &#8203;<!-- 26 -->[docs] Fix 404 links (#26963) @oliviertassinari
8141
9916
  - &#8203;<!-- 24 -->[docs] Remove link that points to v4 blog post (#26960) @steveafrost
8142
- - &#8203;<!-- 16 -->[docs] Use custom webpack loader for markdown (#26774) @eps1lon
9917
+ - &#8203;<!-- 16 -->[docs] Use custom Webpack loader for markdown (#26774) @eps1lon
8143
9918
  - &#8203;<!-- 11 -->[docs] Fix 301 links (#26942) @oliviertassinari
8144
9919
  - &#8203;<!-- 01 -->[docs] Add page for the `sx` prop (#26769) @mnajdova
8145
9920
  - &#8203;<!-- 52 -->[docs] pre-fill issue when a demo crashes (#27034) @eps1lon
@@ -8351,7 +10126,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
8351
10126
  - &#8203;<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
8352
10127
  - &#8203;<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
8353
10128
  - &#8203;<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
8354
- - &#8203;<!-- 39 -->[examples] Rename nextjs typescript theme from tsx to ts (#26862) @Izhaki
10129
+ - &#8203;<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
8355
10130
 
8356
10131
  ### Core
8357
10132
 
@@ -8466,7 +10241,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
8466
10241
 
8467
10242
  ### Docs
8468
10243
 
8469
- - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
10244
+ - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
8470
10245
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
8471
10246
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
8472
10247
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -8681,7 +10456,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
8681
10456
  - [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
8682
10457
  - [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
8683
10458
  - [Select] Open popup below button (#26200) @oliviertassinari
8684
- - [TextField] Add variants support, e.g. custom sizes (#26468) @siriwatknp
10459
+ - [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
8685
10460
  - [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
8686
10461
 
8687
10462
  ### `@material-ui/codemod@5.0.0-alpha.35`
@@ -8754,7 +10529,7 @@ We are progressively moving all modules that are relevant to styling custom desi
8754
10529
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
8755
10530
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
8756
10531
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
8757
- - [website] Add Material UI X page (#25794) @DanailH
10532
+ - [website] Add Material UI X page (#25794) @DanailH
8758
10533
  - [website] Add open application section (#26501) @oliviertassinari
8759
10534
  - [website] Add Siriwat to team page (#26406) @siriwatknp
8760
10535
 
@@ -9013,7 +10788,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
9013
10788
 
9014
10789
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
9015
10790
 
9016
- Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
10791
+ Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
9017
10792
 
9018
10793
  ```diff
9019
10794
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -9629,7 +11404,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
9629
11404
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
9630
11405
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
9631
11406
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
9632
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
11407
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
9633
11408
 
9634
11409
  ### Core
9635
11410
 
@@ -9699,7 +11474,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
9699
11474
  ### Docs
9700
11475
 
9701
11476
  - &#8203;<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
9702
- - &#8203;<!-- 45 -->[docs] Add note for typescript on the styled() customization guide (#25576) @mnajdova
11477
+ - &#8203;<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
9703
11478
  - &#8203;<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
9704
11479
  - &#8203;<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
9705
11480
  - &#8203;<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
@@ -9925,7 +11700,7 @@ The prop didn't solve any important problem better than any of its alternatives
9925
11700
 
9926
11701
  ### Core
9927
11702
 
9928
- - &#8203;<!-- 01 -->[CHANGELOG] Better document breaking changes @oliviertassinari
11703
+ - &#8203;<!-- 01 -->[changelog] Better document breaking changes @oliviertassinari
9929
11704
  - &#8203;<!-- 05 -->[core] Modernize icons `builder:src` (#25137) @eps1lon
9930
11705
  - &#8203;<!-- 04 -->[core] Properly use BABEL_ENV test and development (#25139) @eps1lon
9931
11706
  - &#8203;<!-- 15 -->[test] Add (manual) visual regression test for icons (#25160) @eps1lon
@@ -9948,7 +11723,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
9948
11723
  This is a follow-up effort after we have merged `material-ui-pickers`. The components are written in TypeScript which required us to upgrade our infra.
9949
11724
  - 👌 Improve the Slider thumb and track animation (#24968) @remyoudemans.
9950
11725
  The thumb is now moving with a light transition between different values unless it's dragged.
9951
- <img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" />
11726
+ <img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" alt="thumb-animation" />
9952
11727
  - 💅 Convert 5 components with custom colors support (#25099, #25088) @mngu.
9953
11728
  This change makes it easier to leverage custom palettes
9954
11729
  - And many more 🐛 bug fixes and 📚 improvements.
@@ -10133,7 +11908,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10133
11908
  2. @vicasas x5
10134
11909
  3. @kodai3 x4
10135
11910
 
10136
- - 📐 Add a subset of the system as flattened props on `Typography` (#24496) @mnajdova.
11911
+ - 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
10137
11912
  Now, you can do:
10138
11913
 
10139
11914
  ```jsx
@@ -10150,7 +11925,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10150
11925
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
10151
11926
 
10152
11927
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
10153
- We will not change the minimum supported version in a major version of Material UI.
11928
+ We will not change the minimum supported version in a major version of Material UI.
10154
11929
  However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
10155
11930
 
10156
11931
  #### Changes
@@ -10206,7 +11981,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10206
11981
 
10207
11982
  - &#8203;<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
10208
11983
 
10209
- 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}>`.
11984
+ 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}>`.
10210
11985
 
10211
11986
  ```diff
10212
11987
  <Box
@@ -10224,7 +11999,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10224
11999
  #### Breaking changes
10225
12000
 
10226
12001
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
10227
- 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).
12002
+ 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).
10228
12003
 
10229
12004
  ```diff
10230
12005
  -import { Omit } from '@material-ui/types';
@@ -10300,7 +12075,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
10300
12075
  - 👩‍🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
10301
12076
  - 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
10302
12077
  - 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
10303
- - 📐 Add a subset of the system as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
12078
+ - 📐 Add a subset of MUI System as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
10304
12079
 
10305
12080
  ```jsx
10306
12081
  <Box m={2}>
@@ -10383,7 +12158,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
10383
12158
  - &#8203;<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
10384
12159
  - &#8203;<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
10385
12160
  - &#8203;<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
10386
- - &#8203;<!-- 45 -->[docs] Mention the system props when available in the API pages (#24503) @mnajdova
12161
+ - &#8203;<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
10387
12162
  - &#8203;<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
10388
12163
  - &#8203;<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
10389
12164
  - &#8203;<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
@@ -10590,7 +12365,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
10590
12365
  - 👩‍🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
10591
12366
  - 👩‍🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
10592
12367
  - ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
10593
- In rare cases, an element might not longer be tabbable when looping, e.g. overflow container in Firefox.
12368
+ In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
10594
12369
  You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
10595
12370
  - And many more 🐛 bug fixes and 📚 improvements.
10596
12371
 
@@ -10675,7 +12450,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
10675
12450
  <Typography variant="poster">poster</Typography>;
10676
12451
  ```
10677
12452
 
10678
- [A full demo](https://codesandbox.io/s/fontsizetheme-material-demo-forked-l9u05?file=/demo.tsx:725-773)
12453
+ [A full demo](https://codesandbox.io/p/sandbox/fontsizetheme-material-demo-forked-l9u05?file=/demo.tsx:725-773)
10679
12454
 
10680
12455
  - 📚 Add a shortcut to open the Algolia search (#23959) @hmaddisb.
10681
12456
  - And many more 🐛 bug fixes and 📚 improvements.
@@ -10866,7 +12641,7 @@ _Dec 3, 2020_
10866
12641
 
10867
12642
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10868
12643
 
10869
- - Fix most of the issues with the system (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
12644
+ - Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
10870
12645
  - And many more 🐛 bug fixes and 📚 improvements.
10871
12646
 
10872
12647
  ### `@material-ui/core@v5.0.0-alpha.18`
@@ -10959,7 +12734,7 @@ _Nov 23, 2020_
10959
12734
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
10960
12735
 
10961
12736
  - 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
10962
- You should now get a description for each property of the system. For instance with `mx`:
12737
+ You should now get a description for each property of MUI System. For instance with `mx`:
10963
12738
 
10964
12739
  ![system TypeScript](https://user-images.githubusercontent.com/3165635/99920493-20f60a00-2d24-11eb-8748-c5dd7fe85cbd.png)
10965
12740
 
@@ -10990,7 +12765,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
10990
12765
  );
10991
12766
  ```
10992
12767
 
10993
- This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
12768
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/integrations/interoperability/#css-injection-order) in the documentation.
10994
12769
 
10995
12770
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
10996
12771
 
@@ -11084,24 +12859,24 @@ A big thanks to the 18 contributors who made this release possible. Here are som
11084
12859
  - [DatePicker] Add missing exports (#23621) @havgry
11085
12860
  - [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
11086
12861
  - [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
11087
- - [DatePicker] Fix missing manifest for typescript packages (#23564) @eps1lon
12862
+ - [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
11088
12863
  - [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
11089
12864
 
11090
12865
  ### Docs
11091
12866
 
11092
- - [docs] Add advanced page for the system (#23596) @mnajdova
12867
+ - [docs] Add advanced page for MUI System (#23596) @mnajdova
11093
12868
  - [docs] Add docs for typography in system (#23510) @oliviertassinari
11094
12869
  - [docs] API pages i18n (#23214) @mbrookes
11095
12870
  - [docs] Create pickers migration guide (#23605) @dmtrKovalenko
11096
12871
  - [docs] Enable TS language service for docs/src (#23576) @eps1lon
11097
- - [docs] Explain the information listed on the system properties page (#23566) @mnajdova
12872
+ - [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
11098
12873
  - [docs] Fix /api client-side routing (#23586) @eps1lon
11099
12874
  - [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
11100
12875
  - [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
11101
12876
  - [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
11102
12877
  - [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
11103
12878
  - [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
11104
- - [docs] Remove dead demos in the system basics page (#23565) @mnajdova
12879
+ - [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
11105
12880
  - [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
11106
12881
  - [docs] Sync translations (#23648) @l10nbot
11107
12882
 
@@ -11130,7 +12905,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
11130
12905
 
11131
12906
  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.
11132
12907
 
11133
- - 📚 Revamp the documentation for [the 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.
12908
+ - 📚 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.
11134
12909
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
11135
12910
  - And many more 🐛 bug fixes and 📚 improvements.
11136
12911
 
@@ -11197,12 +12972,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
11197
12972
  - [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
11198
12973
  - [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
11199
12974
  - [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
11200
- - [docs] Improve documentation of the system (#23294) @mnajdova
12975
+ - [docs] Improve documentation of MUI System (#23294) @mnajdova
11201
12976
  - [docs] Improve feedback a11y (#23459) @eps1lon
11202
- - [docs] Improve formatting of the system (#23509) @oliviertassinari
12977
+ - [docs] Improve formatting of MUI System (#23509) @oliviertassinari
11203
12978
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
11204
12979
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
11205
- - [docs] Prepare Material UI X (#1893) @oliviertassinari
12980
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
11206
12981
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
11207
12982
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
11208
12983
  - [docs] Sync translations (#23316) @l10nbot
@@ -11230,19 +13005,19 @@ _Nov 4, 2020_
11230
13005
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
11231
13006
 
11232
13007
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
11233
- React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
13008
+ React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
11234
13009
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
11235
13010
  This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
11236
13011
 
11237
13012
  **Why an unstyled package?**
11238
13013
 
11239
- While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
13014
+ While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
11240
13015
 
11241
13016
  The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
11242
13017
 
11243
13018
  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).
11244
13019
 
11245
- 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).
13020
+ 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).
11246
13021
 
11247
13022
  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.
11248
13023
 
@@ -11269,7 +13044,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
11269
13044
  - [Avatar] Fix usage of srcset property (#23286) @matheuspiment
11270
13045
  - [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
11271
13046
  - [core] Allow React 17 (#23311) @eps1lon
11272
- - [Icon] Fix translation, e.g. Google Translate (#23237) @cbeltrangomez84
13047
+ - [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
11273
13048
  - [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
11274
13049
  - [Radio] Fix dot misalignment in Safari (#23239) @anasufana
11275
13050
  - [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
@@ -11306,8 +13081,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
11306
13081
  ### Docs
11307
13082
 
11308
13083
  - [Transition] Document default appear value (#23221) @GuilleDF
11309
- - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
11310
- - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
13084
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
13085
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
11311
13086
  - [docs] Fix a few typos and add comma (#23284) @reedanders
11312
13087
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
11313
13088
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -11343,8 +13118,8 @@ A big thanks to the 23 contributors who made this release possible.
11343
13118
  Here are some highlights ✨:
11344
13119
 
11345
13120
  - 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
11346
- We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
11347
- You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
13121
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
13122
+ You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for MUI System two years ago.
11348
13123
 
11349
13124
  The system is meant to solve the following problems:
11350
13125
 
@@ -11353,10 +13128,10 @@ Here are some highlights ✨:
11353
13128
  3. Introducing a `makeStyles` for the first time in a component is daunting. For example, it's why https://github.com/vscodeshift/material-ui-codemorphs#add-usestyles-hook exists. What if we had less code to type, gaining velocity when writing styles?
11354
13129
  4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
11355
13130
 
11356
- This new iteration of the system brings two major improvements:
13131
+ This new iteration of MUI System brings two major improvements:
11357
13132
 
11358
13133
  - It moves from the support of a subset of CSS to the support of a superset of CSS.
11359
- Learning the shorthand is optional. It's no longer necessary to moving back to styled() when the system doesn't support a specific CSS property.
13134
+ Learning the shorthand is optional. It's no longer necessary to moving back to styled() when MUI System doesn't support a specific CSS property.
11360
13135
  - It moves from support on Box only to any core component (starting with the slider).
11361
13136
 
11362
13137
  ```jsx
@@ -11516,12 +13291,12 @@ A big thanks to the 25 contributors who made this release possible.
11516
13291
  Here are some highlights ✨:
11517
13292
 
11518
13293
  - 📦 Ship modern bundle (#22814) @eps1lon.
11519
- This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
13294
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
11520
13295
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
11521
13296
 
11522
13297
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
11523
13298
  2. `node` (formerly default) which targets a snapshot (on release) of `maintained node versions`
11524
- 3. `legacy` (new) which is `stable` + IE11
13299
+ 3. `legacy` (new) which is `stable` + IE 11
11525
13300
  4. `modern` (formerly `es`) which targets the last 1 version of evergreen browsers and active node (currently that is 14
11526
13301
 
11527
13302
  The change yields a 6% reduction in bundle size 📦 (Babel only).
@@ -11867,9 +13642,9 @@ Here are some highlights ✨:
11867
13642
 
11868
13643
  - 👩‍🎨 A first iteration on the new styling solution.
11869
13644
 
11870
- You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
13645
+ You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [Emotion](https://emotion.sh/).
11871
13646
 
11872
- In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/s/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
13647
+ In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/p/sandbox/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
11873
13648
 
11874
13649
  The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
11875
13650
 
@@ -12066,7 +13841,7 @@ More documentation are coming.
12066
13841
  - [docs] Add ui-schema in related projects (#22644) @elbakerino
12067
13842
  - [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
12068
13843
  - [docs] Batch small changes (#22646) @oliviertassinari
12069
- - [docs] Configuring redirects for MUI X (#22632) @dtassone
13844
+ - [docs] Configuring redirects for MUI X (#22632) @dtassone
12070
13845
  - [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
12071
13846
  - [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
12072
13847
  - [docs] Fix emotion broken in SSR (#22731) @mnajdova
@@ -12171,7 +13946,7 @@ Here are some highlights ✨:
12171
13946
 
12172
13947
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
12173
13948
 
12174
- The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
13949
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
12175
13950
  You can use `adaptV4Theme()` to restore the previous behavior.
12176
13951
 
12177
13952
  #### Changes
@@ -12239,7 +14014,7 @@ Here are some highlights ✨:
12239
14014
  #### Breaking changes
12240
14015
 
12241
14016
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
12242
- Depending on your use case either use a [callback ref](https://legacy.reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
14017
+ Depending on your use case either use a [callback ref](https://react.dev/learn/manipulating-the-dom-with-refs#how-to-manage-a-list-of-refs-using-a-ref-callback) on the child element or an effect hook in the child component.
12243
14018
 
12244
14019
  #### Changes
12245
14020
 
@@ -12589,7 +14364,7 @@ A big thanks to the 26 contributors who made this release possible.
12589
14364
  Here are some highlights ✨:
12590
14365
 
12591
14366
  - 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
12592
- This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
14367
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
12593
14368
  For instance with the Button:
12594
14369
 
12595
14370
  ```tsx
@@ -12951,7 +14726,7 @@ A big thanks to the 11 contributors who made this release possible.
12951
14726
  - [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
12952
14727
  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.
12953
14728
  Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
12954
- 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>`)
14729
+ 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>`)
12955
14730
  - [Stepper] Use context API (#21613) @baterson
12956
14731
  Rely on the context over the `React.cloneElement()` API.
12957
14732
  This change makes composition easier.
@@ -13187,28 +14962,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
13187
14962
  +</Accordion>
13188
14963
  ```
13189
14964
 
13190
- - [BottomNavigation] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14965
+ - [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
13191
14966
 
13192
14967
  ```diff
13193
14968
  -<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
13194
14969
  +<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
13195
14970
  ```
13196
14971
 
13197
- - [Slider] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14972
+ - [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
13198
14973
 
13199
14974
  ```diff
13200
14975
  -<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
13201
14976
  +<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
13202
14977
  ```
13203
14978
 
13204
- - [Tabs] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14979
+ - [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
13205
14980
 
13206
14981
  ```diff
13207
14982
  -<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
13208
14983
  +<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
13209
14984
  ```
13210
14985
 
13211
- - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14986
+ - [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
13212
14987
 
13213
14988
  ```diff
13214
14989
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />