@mui/styled-engine-sc 5.11.11 โ†’ 5.14.6

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,1752 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.6
4
+
5
+ <!-- generated comparing v5.14.5..master -->
6
+
7
+ _Aug 23, 2023_
8
+
9
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿš€ Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
12
+ 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.
13
+ - ๐Ÿš€ Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
14
+ - ๐Ÿš€ Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
15
+ - ๐Ÿ”‹ First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
16
+
17
+ ### `@mui/material@5.14.6`
18
+
19
+ - [Modal] Update it to use the useModal hook (#38498) @mnajdova
20
+ - [Select] Add `root` class to `SelectClasses` (#38424) @sai6855
21
+ - [Skeleton] Soften the pulse animation (#38506) @oliviertassinari
22
+ - [TextField] Fix onClick regressions handling changes (#38474) @mj12albert
23
+ - [TextField] Fix TextField onClick test (#38597) @mj12albert
24
+
25
+ ### `@mui/base@5.0.0-beta.12`
26
+
27
+ - [Popup] New component (#37960) @michaldudak
28
+
29
+ ### `@mui/joy@5.0.0-beta.3`
30
+
31
+ - [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
32
+ - [Select] Add `required` prop (#38167) @siriwatknp
33
+ - Miscellaneous fixes (#38462) @siriwatknp
34
+
35
+ ### `@mui/material-next@6.0.0-alpha.98`
36
+
37
+ - [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
38
+ - [Input] Add InputBase component (#38392) @mj12albert
39
+
40
+ ### `@mui/zero-runtime@0.0.1-alpha.0`
41
+
42
+ - Implementation of styled tag processor for linaria (#38378) @brijeshb42
43
+
44
+ ### Docs
45
+
46
+ - [blog] Clarify tree view move @oliviertassinari
47
+ - [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
48
+ - [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
49
+ - [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
50
+ - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
51
+ - [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
52
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
53
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
54
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
55
+ - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
56
+ - [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
57
+ - [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
58
+ - [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
59
+ - [docs][joy-ui] Fix the `fullWidth` prop description for the Input (#38545) @0xturner
60
+ - [docs][joy-ui] Updated the List playground demo (#38499) @zanivan
61
+ - [docs][joy-ui] Changed bgcolor of the Playground demo (#38502) @zanivan
62
+ - [docs][material-ui] Fix key warning in SimpleDialog demo (#38580) @ZeeshanTamboli
63
+ - [docs][material-ui] Fixed Google Fonts link for material two-tone icons in CodeSandbox and Stackblitz (#38247) @ZeeshanTamboli
64
+ - [docs][material-ui] Fix the Drawer's `onClose` API docs (#38273) @johnmatthiggins
65
+ - [docs][material-ui] Improve nav link tab example (#38315) @oliviertassinari
66
+ - [docs][material-ui] Fix missing import in the styled engine guide (#38450) @codersjj
67
+ - [docs][material-ui][Dialog] Improve screen reader announcement of Customized Dialog (#38592) @ZeeshanTamboli
68
+ - [docs] Add 3rd party libraries integration examples for Joy Input (#38541) @siriwatknp
69
+ - [docs] Hide translation call to action (#38449) @cristianmacedo
70
+ - [docs] Fix codemod name in changelog of v5.14.4 (#38593) @GresilleSiffle
71
+ - [docs] More space for theme builder (#38532) @oliviertassinari
72
+ - [docs] Fix the math symbol of the width sx prop range @oliviertassinari
73
+ - [docs] Fix typo on a11y section of Tabs @oliviertassinari
74
+ - [docs] Clarify System peer dependencies @oliviertassinari
75
+ - [docs] Fix horizontal scrollbar @oliviertassinari
76
+ - [docs] Code style convention @oliviertassinari
77
+ - [docs] Fix typo in Base UI @oliviertassinari
78
+ - [docs] Update the backers page (#38505) @danilo-leal
79
+ - [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
80
+ - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
81
+ - [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
82
+
83
+ ### Examples
84
+
85
+ - [examples] Start to remove Gatsby (#38567) @oliviertassinari
86
+ - [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
87
+ - [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
88
+
89
+ ### Core
90
+
91
+ - [CHANGELOG] Fix issues in highlight @oliviertassinari
92
+ - [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
93
+ - [core] Fix CI error @oliviertassinari
94
+ - [core] Remove unnecessary Box (#38461) @oliviertassinari
95
+ - [core] Set GitHub Action top level permission @oliviertassinari
96
+ - [docs-infra][joy-ui] Polish the usage and CSS vars playgrounds (#38600) @danilo-leal
97
+ - [docs-infra] Support link title (#38579) @oliviertassinari
98
+ - [docs-infra] Fix ad layout shift (#38622) @oliviertassinari
99
+ - [docs-infra] Add light tweaks to the ad container (#38504) @danilo-leal
100
+ - [docs-infra] Fix anchor scroll without tabs (#38586) @oliviertassinari
101
+ - [docs-infra] Retain velocity animation speed (#38470) @oliviertassinari
102
+ - [docs-infra] Follow import and CSS token standard (#38508) @oliviertassinari
103
+ - [docs-infra] Add icon to callouts (#38525) @alexfauquette
104
+ - [docs-infra] Fix the anchor link on headings (#38528) @danilo-leal
105
+ - [docs-infra] Cleanup code on demo code block expansion (#38522) @ZeeshanTamboli
106
+ - [docs-infra] Improve the heading buttons positioning (#38428) @danilo-leal
107
+ - [docs-infra] Customize the blockquote design (#38503) @danilo-leal
108
+ - [docs-infra] Improve the alert before a negative feedback (#38500) @danilo-leal
109
+ - [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
110
+ - [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
111
+ - [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
112
+ - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
113
+ - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
114
+ - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
115
+ - [website] Fix reference to the data grid @oliviertassinari
116
+ - [website] Configure Apple Pay @oliviertassinari
117
+ - [website] Fix template link on the homepage (#38471) @danilo-leal
118
+
119
+ All contributors of this release in alphabetical order: @0xturner, @alexfauquette, @alisasanib, @brijeshb42, @codersjj, @cristianmacedo, @danilo-leal, @DiegoAndai, @GresilleSiffle, @homerchen19, @johnmatthiggins, @michaldudak, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
120
+
121
+ ## 5.14.5
122
+
123
+ <!-- generated comparing v5.14.4..master -->
124
+
125
+ _Aug 14, 2023_
126
+
127
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
128
+
129
+ - @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)
130
+
131
+ ### `@mui/material@5.14.5`
132
+
133
+ - &#8203;<!-- 04 -->[TextField] Fix to handle `onClick` on root element (#38072) @LukasTy
134
+
135
+ ### `@mui/codemod@5.14.5`
136
+
137
+ - &#8203;<!-- 31 -->[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle
138
+
139
+ ### `@mui/joy@5.0.0-beta.2`
140
+
141
+ - &#8203;<!-- 07 -->[Input][joy-ui] Fix the `FormHelperText` icon color (#38387) @TheNatkat
142
+ - &#8203;<!-- 06 -->[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
143
+ - &#8203;<!-- 05 -->[TabPanel][joy-ui] Add `keepMounted` prop (#38293) @decadef20
144
+
145
+ ### `@mui/base@5.0.0-beta.11`
146
+
147
+ - &#8203;<!-- 30 -->[base-ui] Remove the legacy Extend\* types (#38184) @michaldudak
148
+ - &#8203;<!-- 29 -->[base-ui] Add `useModal` hook (#38187) @mnajdova
149
+ - &#8203;<!-- 28 -->[base-ui] Add `prepareForSlot` util (#38138) @mnajdova
150
+ - &#8203;<!-- 26 -->[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
151
+ - &#8203;<!-- 25 -->[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai
152
+
153
+ ### Docs
154
+
155
+ - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
156
+ - &#8203;<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
157
+ - &#8203;<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
158
+ - &#8203;<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
159
+ - &#8203;<!-- 19 -->[docs][docs] Add `FileUpload` demo (#38420) @sai6855
160
+ - &#8203;<!-- 18 -->[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
161
+ - &#8203;<!-- 17 -->[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
162
+ - &#8203;<!-- 16 -->[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
163
+ - &#8203;<!-- 15 -->[docs][material] Revise the Support page (#38207) @samuelsycamore
164
+ - &#8203;<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
165
+ - &#8203;<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
166
+ - &#8203;<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
167
+ - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
168
+
169
+ ### Examples
170
+
171
+ - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
172
+
173
+ ### Core
174
+
175
+ - &#8203;<!-- 30 -->[core] Consistent URL add leading / @oliviertassinari
176
+ - &#8203;<!-- 27 -->[docs-infra] Fix rebase issue @oliviertassinari
177
+ - &#8203;<!-- 26 -->[docs-infra] Fix typo in docs infra docs @oliviertassinari
178
+ - &#8203;<!-- 25 -->[docs-infra] Fix nested list margin (#38456) @oliviertassinari
179
+ - &#8203;<!-- 24 -->[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
180
+ - &#8203;<!-- 22 -->[docs-infra] Move imports into page data (#38297) @alexfauquette
181
+ - &#8203;<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
182
+ - &#8203;<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
183
+ - &#8203;<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
184
+ - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
185
+ - &#8203;<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
186
+ - &#8203;<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
187
+ - &#8203;<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
188
+
189
+ All contributors of this release in alphabetical order: @alexfauquette, @ashleykolodziej, @danilo-leal, @decadef20, @DiegoAndai, @flaviendelangle, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @nithins1, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @TheNatkat, @zanivan
190
+
191
+ ## 5.14.4
192
+
193
+ <!-- generated comparing v5.14.3..master -->
194
+
195
+ _Aug 8, 2023_
196
+
197
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
198
+
199
+ - ๐ŸŽ‰ 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
200
+
201
+ ### `@mui/material@5.14.4`
202
+
203
+ - &#8203;<!-- 25 -->[Checkbox][material] Add size classes (#38182) @michaldudak
204
+ - &#8203;<!-- 03 -->[Typography] Improve inherit variant logic (#38123) @ZeeshanTamboli
205
+
206
+ ### `@mui/system@5.14.4`
207
+
208
+ - &#8203;<!-- 34 -->Revert "[Box] Remove `component` from TypeMap (#38168)" (#38356) @michaldudak
209
+
210
+ ### `@mui/base@5.0.0-beta.10`
211
+
212
+ #### Breaking changes
213
+
214
+ - &#8203;<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
215
+
216
+ Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
217
+ This was changed to improve consistency and avoid problems some bundlers have with default exports.
218
+ See https://github.com/mui/material-ui/issues/21862 for more context.
219
+
220
+ ```diff
221
+ - import Button, { buttonClasses } from '@mui/base/Button';
222
+ + import { Button, buttonClasses } from '@mui/base/Button';
223
+ - import BaseMenu from '@mui/base/Menu';
224
+ + import { Menu as BaseMenu } from '@mui/base/Menu';
225
+ ```
226
+
227
+ Additionally, the `ClassNameGenerator` has been moved to the directory matching its name:
228
+
229
+ ```diff
230
+ - import ClassNameGenerator from '@mui/base/className';
231
+ + import { ClassNameGenerator } from '@mui/base/ClassNameGenerator';
232
+ ```
233
+
234
+ A codemod is provided to help with the migration:
235
+
236
+ ```bash
237
+ npx @mui/codemod v5.0.0/base-use-named-exports <path>
238
+ ```
239
+
240
+ #### Changes
241
+
242
+ - &#8203;<!-- 31 -->[base] Create useNumberInput and NumberInput (#36119) @mj12albert
243
+ - &#8203;<!-- 28 -->[Select][base] Fix flicker on click of controlled Select button (#37855) @VishruthR
244
+ - &#8203;<!-- 09 -->[Dropdown] Fix imports of types (#38296) @yash-thakur
245
+
246
+ ### `@mui/joy@5.0.0-beta.1`
247
+
248
+ - &#8203;<!-- 06 -->[joy-ui][MenuButton] Fix disable of `MenuButton` (#38342) @sai6855
249
+
250
+ ### Docs
251
+
252
+ - &#8203;<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
253
+ - &#8203;<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
254
+ - &#8203;<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
255
+ - &#8203;<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
256
+ - &#8203;<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
257
+ - &#8203;<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
258
+ - &#8203;<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
259
+ - &#8203;<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
260
+ - &#8203;<!-- 10 -->[docs][joy-ui] Updated Typography callout at getting started (#38289) @zanivan
261
+ - &#8203;<!-- 12 -->[docs][joy-ui] Fix the Inter font installation instructions (#38284) @danilo-leal
262
+ - &#8203;<!-- 11 -->[docs][material] Add note to Autocomplete about ref forwarding (#38305) @samuelsycamore
263
+ - &#8203;<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
264
+
265
+ - &#8203;<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
266
+ - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
267
+ - &#8203;<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
268
+ - &#8203;<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
269
+ - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
270
+ - &#8203;<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
271
+ - &#8203;<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
272
+ - &#8203;<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
273
+
274
+ ### Core
275
+
276
+ - &#8203;<!-- 24 -->[core] Fix docs demo export function consistency (#38191) @oliviertassinari
277
+ - &#8203;<!-- 23 -->[core] Fix the link-check script on Windows (#38276) @michaldudak
278
+ - &#8203;<!-- 26 -->[core] Use @testing-library/user-event direct API (#38325) @mj12albert
279
+ - &#8203;<!-- 29 -->[core] Port GitHub workflow for ensuring triage label is present (#38312) @DanailH
280
+ - &#8203;<!-- 19 -->[docs-infra] Consider files ending with .types.ts as props files (#37533) @mnajdova
281
+ - &#8203;<!-- 18 -->[docs-infra] Fix skip to content design (#38304) @oliviertassinari
282
+ - &#8203;<!-- 17 -->[docs-infra] Add a general round of polish to the API content display (#38282) @danilo-leal
283
+ - &#8203;<!-- 16 -->[docs-infra] Make the side nav collapse animation snappier (#38259) @danilo-leal
284
+ - &#8203;<!-- 15 -->[docs-infra] New Component API design followup (#38183) @cherniavskii
285
+ - &#8203;<!-- 06 -->[test] Remove unnecessary `async` keyword from test (#38373) @ZeeshanTamboli
286
+
287
+ All contributors of this release in alphabetical order: @alisasanib, @cherniavskii, @DanailH, @danilo-leal, @iownthegame, @michaldudak, @mj12albert, @mnajdova, @noraleonte, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @siriwatknp, @VishruthR, @yash-thakur, @zanivan, @ZeeshanTamboli
288
+
289
+ ## 5.14.3
290
+
291
+ <!-- generated comparing v5.14.2..master -->
292
+
293
+ _Jul 31, 2023_
294
+
295
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
296
+
297
+ - ๐Ÿš€ [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
298
+ - โœจ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
299
+ - ๐ŸŽ‰ Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
300
+ - ๐Ÿ’ซ Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
301
+
302
+ ### `@mui/material@5.14.3`
303
+
304
+ - &#8203;<!-- 36 -->[Autocomplete][material][joy] Add default `getOptionLabel` prop in ownerState (#38100) @DSK9012
305
+ - &#8203;<!-- 26 -->[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok
306
+ - &#8203;<!-- 06 -->[typescript][material] Rename one letter type parameters (#38155) @michaldudak
307
+ - &#8203;<!-- 08 -->[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart
308
+ - &#8203;<!-- 07 -->[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai
309
+ - &#8203;<!-- 04 -->[typescript][material] Add `component` field to `*Props` types (#38084) @michaldudak
310
+
311
+ ### `@mui/base@5.0.0-beta.9`
312
+
313
+ #### Breaking changes
314
+
315
+ - &#8203;<!-- 11 -->[Dropdown][base][joy] Introduce higher-level menu component (#37667) @michaldudak
316
+
317
+ #### Other changes
318
+
319
+ - &#8203;<!-- 33 -->[typescript][base] Rename one letter type parameters (#38171) @michaldudak
320
+
321
+ ### `@mui/joy@5.0.0-beta.0`
322
+
323
+ - &#8203;<!-- 10 -->[joy] Refine the default theme (#36843) @siriwatknp
324
+
325
+ ### `@mui/material-next@6.0.0-alpha.95`
326
+
327
+ - &#8203;<!-- 35 -->[Badge][material-next] Add Badge component (#37850) @DiegoAndai
328
+ - &#8203;<!-- 30 -->[Chip][material-next] Copy chip component from material (#38053) @DiegoAndai
329
+ - &#8203;<!-- 09 -->[typescript][material-next] Rename one letter type parameters (#38172) @michaldudak
330
+
331
+ ### `@mui/system@5.14.3`
332
+
333
+ - &#8203;<!-- 32 -->[Box][system] Remove `component` from TypeMap (#38168) @michaldudak
334
+ - &#8203;<!-- 05 -->[Stack][system] Fix CSS selector (#37525) @sai6855
335
+
336
+ ### Docs
337
+
338
+ - &#8203;<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
339
+ - &#8203;<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
340
+ - &#8203;<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
341
+ - &#8203;<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
342
+ - &#8203;<!-- 42 -->[docs-infra] Show props in the table of content (#38173) @alexfauquette
343
+ - &#8203;<!-- 41 -->[docs-infra] Polish API page design (#38196) @oliviertassinari
344
+ - &#8203;<!-- 40 -->[docs-infra] Search with productCategory when product is missing (#38239) @oliviertassinari
345
+ - &#8203;<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
346
+ - &#8203;<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
347
+ - &#8203;<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
348
+ - &#8203;<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
349
+ - &#8203;<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
350
+ - &#8203;<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
351
+ - &#8203;<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
352
+ - &#8203;<!-- 23 -->[docs] Fix palette pages - live edit not working (#38195) @oliviertassinari
353
+ - &#8203;<!-- 22 -->[docs] Add Google Analytics action for the styling menu (#38085) @mnajdova
354
+ - &#8203;<!-- 21 -->[docs] Fix Discord redirection chain @oliviertassinari
355
+ - &#8203;<!-- 20 -->[docs] Cover pnpm in more places (#38161) @oliviertassinari
356
+ - &#8203;<!-- 19 -->[docs] Avoid broken link (#38154) @oliviertassinari
357
+ - &#8203;<!-- 18 -->[docs] Add notification for beta release of Toolpad (#38152) @prakhargupta1
358
+ - &#8203;<!-- 17 -->[docs-infra] Remove sidenav icons (#38174) @oliviertassinari
359
+ - &#8203;<!-- 16 -->[docs-infra] Fix search ranking when no productId (#38162) @oliviertassinari
360
+ - &#8203;<!-- 15 -->[docs-infra] Adjust the side nav for deeper nested items (#38047) @cherniavskii
361
+ - &#8203;<!-- 14 -->[docs][joy] Update TS file of adding more typography levels demo to match the corresponding JS file's styles (#38232) @ZeeshanTamboli
362
+ - &#8203;<!-- 13 -->[docs][joy] Add TS demo for reusable component section in approaches page (#38210) @sai6855
363
+ - &#8203;<!-- 12 -->[docs][joy] Add TS demo for theme typography new level customization (#38199) @sai6855
364
+
365
+ ### Core
366
+
367
+ - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
368
+ - &#8203;<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
369
+ - &#8203;<!-- 45 -->[core] Remove dead code @oliviertassinari
370
+ - &#8203;<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
371
+ - &#8203;<!-- 28 -->[core] Remove unnecessary `Required` utility type from Typography font style type (#38203) @ZeeshanTamboli
372
+ - &#8203;<!-- 27 -->[core] Fix generate Proptypes script skipping unstable items (#38198) @mj12albert
373
+ - &#8203;<!-- 03 -->[website] Adding Rich Bustos Twitter handle in bio (#38213) @richbustos
374
+ - &#8203;<!-- 02 -->[website] Prepare importing data from HiBob (#38238) @oliviertassinari
375
+ - &#8203;<!-- 01 -->[website] Sync team member with HiBob, add Raffaella (#38201) @rluzists1
376
+
377
+ All contributors of this release in alphabetical order: @cherniavskii, @DiegoAndai, @divyammadhok, @DSK9012, @flaviendelangle, @gitstart, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @prakhargupta1, @richbustos, @rluzists1, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
378
+
379
+ ## 5.14.2
380
+
381
+ <!-- generated comparing v5.14.1..master -->
382
+
383
+ _Jul 25, 2023_
384
+
385
+ A big thanks to the 23 contributors who made this release possible.
386
+
387
+ ### @mui/material@5.14.2
388
+
389
+ - &#8203;<!-- 39 -->Revert "[core] Adds `component` prop to `OverrideProps` type (#35924)" (#38150) @michaldudak
390
+ - &#8203;<!-- 32 -->[Chip][material] Fix base cursor style to be "auto" not "default" (#38076) @DiegoAndai
391
+ - &#8203;<!-- 12 -->[Tabs] Refactor IntersectionObserver logic (#38133) @ZeeshanTamboli
392
+ - &#8203;<!-- 11 -->[Tabs] Fix and improve visibility of tab scroll buttons using the IntersectionObserver API (#36071) @SaidMarar
393
+
394
+ ### @mui/joy@5.0.0-alpha.89
395
+
396
+ - &#8203;<!-- 15 -->[Joy] Replace leftover `Joy-` prefix with `Mui-` (#38086) @siriwatknp
397
+ - &#8203;<!-- 14 -->[Skeleton][joy] Fix WebkitMaskImage CSS property (#38077) @Bestwebdesign
398
+ - &#8203;<!-- 13 -->[Link][Joy UI] Fix font inherit (#38124) @oliviertassinari
399
+
400
+ ### Docs
401
+
402
+ - &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
403
+ - &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
404
+ - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
405
+ - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
406
+ - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
407
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
408
+ - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
409
+ - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
410
+ - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
411
+ - &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
412
+ - &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
413
+ - &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
414
+ - &#8203;<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
415
+ - &#8203;<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
416
+ - &#8203;<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
417
+ - &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
418
+ - &#8203;<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
419
+
420
+ ### Core
421
+
422
+ - &#8203;<!-- 34 -->[blog] Update Discord invite link in Toolpad beta announcement (#38143) @samuelsycamore
423
+ - &#8203;<!-- 33 -->[blog] Update discord server link (#38131) @prakhargupta1
424
+ - &#8203;<!-- 31 -->[core] Fix rsc-builder removing the first line (#38134) @michaldudak
425
+ - &#8203;<!-- 30 -->[core] Remove the deprecation rule in tslint (#38087) @michaldudak
426
+ - &#8203;<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
427
+ - &#8203;<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
428
+ - &#8203;<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
429
+ - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
430
+ - &#8203;<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
431
+ - &#8203;<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
432
+ - &#8203;<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
433
+ - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
434
+ - &#8203;<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
435
+ - &#8203;<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
436
+ - &#8203;<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
437
+
438
+ All contributors of this release in alphabetical order: @alexfauquette, @Bestwebdesign, @bharatkashyap, @danilo-leal, @DiegoAndai, @harikrishnanp, @IgnacioUtrilla, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @nikohoffren, @oliviertassinari, @onderonur, @prakhargupta1, @richbustos, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Studio384, @zanivan, @ZeeshanTamboli
439
+
440
+ ## 5.14.1
441
+
442
+ <!-- generated comparing v5.14.0..master -->
443
+
444
+ _Jul 19, 2023_
445
+
446
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights โœจ:
447
+
448
+ - ๐Ÿ’ซ Introducing some new components for Joy UI:
449
+ - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
450
+ - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
451
+ - ๐ŸŽ‰ Base UI has its own [landing page](https://www.mui.com/base-ui)!
452
+ - ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements.
453
+
454
+ ### `@mui/material@5.14.1`
455
+
456
+ - &#8203;<!-- 14 -->[FormControlLabel] Fix misplaced asterisk when `labelPlacement` is provided (#37831) @ZeeshanTamboli
457
+ - &#8203;<!-- 11 -->[Slider][material] Fix type dependency on @types/prop-types (#37853) @Methuselah96
458
+ - &#8203;<!-- 10 -->[Menu] Add MuiMenuList to createTheme components key (#37956) @mj12albert
459
+ - &#8203;<!-- 09 -->[Modal] Remove deprecated `BackdropComponent` and `BackdropProps` from tests (#38018) @sai6855
460
+
461
+ ### `@mui/material-next@6.0.0-alpha.93`
462
+
463
+ - &#8203;<!-- 54 -->[Slider][material-next] Add use client directive to useSliderElementsOverlap (#37955) @mj12albert
464
+ - &#8203;<!-- 47 -->[Button][material-next] Fix some event handlers being ignored (#37647) @DiegoAndai
465
+
466
+ ### `@mui/base@5.0.0-beta.8`
467
+
468
+ - &#8203;<!-- 53 -->[Autocomplete] Make touch and click behavior on an option consistent (#37972) @divyammadhok
469
+
470
+ ### `@mui/joy@5.0.0-alpha.88`
471
+
472
+ - &#8203;<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
473
+ - &#8203;<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
474
+ - &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
475
+
476
+ ### `@mui/utils@5.14.1`
477
+
478
+ - &#8203;<!-- 06 -->[utils] Add function overload for `useEventCallback` (#37827) @cherniavskii
479
+
480
+ ### Docs
481
+
482
+ - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
483
+ - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
484
+ - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
485
+ - &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
486
+ - &#8203;<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
487
+ - &#8203;<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
488
+ - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
489
+ - &#8203;<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
490
+ - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
491
+ - &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
492
+ - &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
493
+ - &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
494
+ - &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
495
+ - &#8203;<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
496
+
497
+ ### Core
498
+
499
+ - &#8203;<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
500
+ - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
501
+ - &#8203;<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
502
+ - &#8203;<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
503
+ - &#8203;<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
504
+ - &#8203;<!-- 44 -->[core] Fix rsc build step in CI (#38019) @mj12albert
505
+ - &#8203;<!-- 43 -->[core] Remove nx dependency (#37964) @Janpot
506
+ - &#8203;<!-- 42 -->[core] Lock `@types/node` to v18 (#37965) @ZeeshanTamboli
507
+ - &#8203;<!-- 41 -->[core] Update priority support issue template and prompt (#37824) @DanailH
508
+ - &#8203;<!-- 40 -->[core] Remove warnings in docs:api (#37858) @alexfauquette
509
+ - &#8203;<!-- 39 -->[core] Make rimraf work after a major update (#37930) @michaldudak
510
+ - &#8203;<!-- 28 -->[docs-infra] Change the Diamond Sponsor block positioning on the side nav (#37933) @danilo-leal
511
+ - &#8203;<!-- 27 -->[docs-infra] Support backticks in the codeblocks (#37950) @cherniavskii
512
+ - &#8203;<!-- 26 -->[docs-infra] Improve performance hideToolbar: true (#37969) @oliviertassinari
513
+ - &#8203;<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
514
+ - &#8203;<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
515
+ - &#8203;<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
516
+ - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
517
+ - &#8203;<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
518
+ - &#8203;<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
519
+ - &#8203;<!-- 19 -->[docs-infra] Improve disableToc={true}ย support (#37931) @oliviertassinari
520
+ - &#8203;<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
521
+ - &#8203;<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
522
+ - &#8203;<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
523
+ - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
524
+ - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
525
+ - &#8203;<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
526
+ - &#8203;<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
527
+ - &#8203;<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
528
+
529
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @ericbrian, @Janpot, @joserodolfofreitas, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @officialrajdeepsingh, @oliviertassinari, @OmPr366, @OndrejHj04, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
530
+
531
+ ## 5.14.0
532
+
533
+ <!-- generated comparing v5.13.7..master -->
534
+
535
+ _Jul 11, 2023_
536
+
537
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
538
+
539
+ - ๐Ÿ’ซ Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
540
+ - ๐Ÿ“š Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
541
+ - โ“‚๏ธ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
542
+ - ๐Ÿ…™ [Joy UI guide](https://mui.com/joy-ui/guides/next-js-app-router/)
543
+ - ๐Ÿ…ฑ๏ธ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
544
+ - ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements.
545
+
546
+ ### `@mui/material@5.14.0`
547
+
548
+ - [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot
549
+
550
+ ### `@mui/material-next@6.0.0-alpha.92`
551
+
552
+ - [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai
553
+
554
+ ### `@mui/joy@5.0.0-alpha.87`
555
+
556
+ - [ButtonGroup] Fix style for single Button (#37692) @MaybePixem
557
+ - Fix theme typography fallback value (#37845) @siriwatknp
558
+
559
+ ### `@mui/icons-material@5.14.0`
560
+
561
+ - [icons-material] Rebuild icons with `"use client"` (#37894) @mj12albert
562
+
563
+ ### Docs
564
+
565
+ - [docs] Polish Ukraine banner (#37905) @oliviertassinari
566
+ - [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
567
+ - [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
568
+ - [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
569
+ - [docs] Small pickers migration improvement (#37815) @alexfauquette
570
+ - [docs] Fix pickers product name (#37825) @LukasTy
571
+ - [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
572
+ - [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
573
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
574
+ - [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
575
+ - [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
576
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
577
+ - [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
578
+ - [docs-infra] Fixes in API pages generation (#37813) @mnajdova
579
+ - [docs-infra] Add test case when using sh (#37818) @oliviertassinari
580
+ - [docs-infra] Use icons instead of words for the code copy button (#37664) @danilo-leal
581
+ - [docs-infra] Fix code parser (#37828) @alexfauquette
582
+ - [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
583
+ - [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
584
+ - [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
585
+
586
+ ### Core
587
+
588
+ - [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
589
+ - [core] Fix imports to React (#37863) @oliviertassinari
590
+ - [core] Disambiguate eslint plugin name @oliviertassinari
591
+ - [core] Sync the lint script name with the other repositories @oliviertassinari
592
+ - [core] Point to Crowdin directly @oliviertassinari
593
+ - [website] Sync career page (#37847) @oliviertassinari
594
+
595
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @DiegoAndai, @enrique-ramirez, @gitstart, @LukasTy, @MaybePixem, @mj12albert, @mnajdova, @nicolas-ot, @oliviertassinari, @samuelsycamore, @siriwatknp, @Studio384
596
+
597
+ ## 5.13.7
598
+
599
+ <!-- generated comparing v5.13.6..master -->
600
+
601
+ _Jul 4, 2023_
602
+
603
+ A big thanks to the 21 contributors who made this release possible.
604
+ This release focuses primarily on ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements.
605
+
606
+ ### `@mui/material@5.13.7`
607
+
608
+ - [OutlinedInput] Fix form control properties in `ownerState` (#37668) @vonagam
609
+
610
+ ### `@mui/system@5.13.7`
611
+
612
+ - [Stack] Fix spacing when there are `<style>` children (#34966) @cmd-johnson
613
+
614
+ ### `@mui/icons-material@5.13.7`
615
+
616
+ - [icons] Add Microsoft logo (#37717) @zephyrus21
617
+
618
+ ### `@mui/joy@5.0.0-alpha.86`
619
+
620
+ - [Autocomplete][joy] Fix Autocomplete and Modal components to work together (#37515) @saikathalderr
621
+ - [Menu][Joy] Improve UX of `Menu` usage demo (#37797) @sai6855
622
+
623
+ ### `@mui/base@5.0.0-beta.6`
624
+
625
+ - [Slider][base][material][joy] Fix not draggable on the edge when `disableSwap={true}` (#35998) @sai6855
626
+ - [Slider][base] Provide slot state to Slider's thumb slot props callback (#37749) @mnajdova
627
+ - [Tabs] Wrap TabsList context creation in useMemo (#37370) @michaldudak
628
+ - [TextareaAutosize] Fix wrong height measurement (#37185) @bigteech
629
+
630
+ ### `@mui/lab@5.0.0-alpha.135`
631
+
632
+ - [Timeline] Fix position `alternate-reverse` generated classname (#37678) @ZeeshanTamboli
633
+
634
+ ### Docs
635
+
636
+ - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
637
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
638
+ - [docs][base] Make Base UI input demos denser (#37750) @zanivan
639
+ - [docs][base] Make Base UI button demos denser (#37689) @zanivan
640
+ - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
641
+ - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
642
+ - [docs] Improve Base UI index page (#37761) @oliviertassinari
643
+ - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
644
+ - [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
645
+ - [docs] Shorten overview page URLs (#37660) @oliviertassinari
646
+ - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
647
+ - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
648
+ - [docs] Rename product to productId (#37801) @siriwatknp
649
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
650
+
651
+ ### Core
652
+
653
+ - [docsโ€“infra] Prevent displaying multiple ads (#37696) @oliviertassinari
654
+ - [blog] Fix mismatch between plan and link @oliviertassinari
655
+ - [core] Update yarn lockfile (#37802) @michaldudak
656
+ - [core] Add bundle size Toolpad app link to PRs (#36311) @Janpot
657
+ - [core] Fix priority support prompt action flow (#37726) @DanailH
658
+ - [core] Fix typo in priority support @oliviertassinari
659
+ - [core][docs] add Eslint rule to ensure main demo component match fileโ€ฆ (#37278) @alexfauquette
660
+ - [docs-infra] Fix truncated TOCs scrollbar (#37770) @oliviertassinari
661
+ - [docs-infra] Adjust demo container to be glued to the toolbar (#37744) @danilo-leal
662
+ - [docs-infra] Fix layout shift ad (#37694) @oliviertassinari
663
+ - [docs-infra] Improve demos toolbar (#37762) @oliviertassinari
664
+ - [docs-infra] Make the GitHub link in the nav bar open in a new tab (#37766) @gateremark
665
+ - [docs-infra] Allow to persist icons in ToC (#37731) @cherniavskii
666
+ - [docs-infra] Improve product mapping (#37729) @oliviertassinari
667
+ - [docs-infra] Add design polish to the comment and anchor buttons (#37734) @danilo-leal
668
+ - [docs-infra] Tweak editable code blocks callout design (#37681) @danilo-leal
669
+ - [docs-infra] Improve the edit page experience (#37695) @oliviertassinari
670
+ - [docs-infra] Support rendering markdown outside of docs (#37691) @oliviertassinari
671
+ - [docs-infra] Polish demo toolbar button designs (#37680) @danilo-leal
672
+ - [docs-infra] Adjust demo component container design (#37659) @danilo-leal
673
+ - [test] Fix test:e2e local run (#37719) @oliviertassinari
674
+ - [test] Remove failing test in dev @oliviertassinari
675
+ - [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
676
+ - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
677
+ - [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
678
+ - [website] Match Copyright with the rest of the website @oliviertassinari
679
+ - [website] Support deep linking to pricing FAQ @oliviertassinari
680
+
681
+ All contributors of this release in alphabetical order: @AdamSundberg, @alexfauquette, @bigteech, @cherniavskii, @cmd-johnson, @DanailH, @danilo-leal, @Dlouxgit, @gateremark, @Janpot, @michaldudak, @mnajdova, @MUK-Dev, @oliviertassinari, @sai6855, @saikathalderr, @siriwatknp, @vonagam, @zanivan, @ZeeshanTamboli, @zephyrus21
682
+
683
+ ## 5.13.6
684
+
685
+ _Jun 21, 2023_
686
+
687
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights โœจ:
688
+
689
+ - ๐Ÿ’ซ Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
690
+ - ๐Ÿ“š 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
691
+
692
+ ### `@mui/material@5.13.6`
693
+
694
+ - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
695
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
696
+ - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
697
+ - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
698
+ - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
699
+ - &#8203;<!-- 09 -->[Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
700
+ - &#8203;<!-- 08 -->[SvgIcon] allow `svg` as a child (#37231) @siriwatknp
701
+ - &#8203;<!-- 07 -->[Timeline] Add alternate reverse position (#37311) @abhinavkmrru
702
+ - &#8203;<!-- 06 -->[Tooltip] Fix type of sx prop in `slotProps` (#37550) @SuperKXT
703
+ - &#8203;<!-- 05 -->[TouchRipple] perf: avoid calling `clearTimeout()` (#37512) @romgrk
704
+
705
+ ### `@mui/material-next@6.0.0-alpha.90`
706
+
707
+ - &#8203;<!-- 12 -->[Material You] Add Slider component with Material You design (#37520) @DiegoAndai
708
+
709
+ ### `@mui/joy@5.0.0-alpha.85`
710
+
711
+ - &#8203;<!-- 37 -->[ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
712
+ - &#8203;<!-- 36 -->[CardActions][joy] Add `CardActions` component (#37441) @siriwatknp
713
+ - &#8203;<!-- 14 -->[Menu][joy] Fix closing of `Menu` in demos (#36917) @sai6855
714
+
715
+ ### `@mui/base@5.0.0-beta.5`
716
+
717
+ - &#8203;<!-- 39 -->[Menu][base] Add the resetHighlight action (#37392) @michaldudak
718
+ - &#8203;<!-- 38 -->[Select][base] Expose the `areOptionsEqual` prop (#37615) @michaldudak
719
+
720
+ ### `@mui/utils@5.13.2`
721
+
722
+ - &#8203;<!-- 04 -->[utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle
723
+
724
+ ### Docs
725
+
726
+ - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
727
+ - &#8203;<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
728
+ - &#8203;<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
729
+ - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
730
+ - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
731
+ - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
732
+ - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
733
+ - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
734
+ - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
735
+ - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
736
+ - &#8203;<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
737
+ - &#8203;<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
738
+ - &#8203;<!-- 25 -->[docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
739
+ - &#8203;<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
740
+ - &#8203;<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
741
+ - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
742
+ - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
743
+ - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
744
+ - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
745
+ - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
746
+ - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
747
+ - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
748
+ - &#8203;<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
749
+ - &#8203;<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
750
+ - &#8203;<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
751
+ - &#8203;<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
752
+ - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
753
+
754
+ ### Core
755
+
756
+ - &#8203;<!-- 34 -->[core] Update to Node.js v18 for `test-dev` CI (#37604) @ZeeshanTamboli
757
+ - &#8203;<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
758
+ - &#8203;<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
759
+ - &#8203;<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
760
+ - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
761
+
762
+ 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
763
+
764
+ ## 5.13.5
765
+
766
+ _Jun 12, 2023_
767
+
768
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights โœจ:
769
+
770
+ - ๐Ÿ’ซ Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
771
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
772
+
773
+ ### `@mui/material@5.13.5`
774
+
775
+ - &#8203;<!-- 03 -->[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai
776
+
777
+ ### `@mui/joy@5.0.0-alpha.84`
778
+
779
+ - &#8203;<!-- 20 -->[ButtonGroup][joy] Replace `detached` prop with `spacing`. (#37562) @siriwatknp
780
+ - &#8203;<!-- 19 -->[ButtonGroup][joy] Add `ButtonGroup` component (#37407) @siriwatknp
781
+ - &#8203;<!-- 04 -->[Input][joy] Simplify focus with `:focus-within` and add examples (#37385) @siriwatknp
782
+
783
+ ### Docs
784
+
785
+ - &#8203;<!-- 17 -->[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
786
+ - &#8203;<!-- 16 -->[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
787
+ - &#8203;<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
788
+ - &#8203;<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
789
+ - &#8203;<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
790
+ - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
791
+ - &#8203;<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
792
+ - &#8203;<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
793
+ - &#8203;<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
794
+ - &#8203;<!-- 08 -->[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
795
+ - &#8203;<!-- 07 -->[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
796
+ - &#8203;<!-- 06 -->[docs][joy] Add typography introduction demo component (#37553) @sernstberger
797
+ - &#8203;<!-- 05 -->[docs][joy] Add a rental dashboard template (#37453) @sernstberger
798
+
799
+ ### Core
800
+
801
+ - &#8203;<!-- 21 -->Move the React Community Engineer - X in Open Roles (#37552) @DanailH
802
+ - &#8203;<!-- 18 -->[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
803
+ - &#8203;<!-- 02 -->[website] RIDI gold sponsorship end (#37517) @oliviertassinari
804
+ - &#8203;<!-- 01 -->[website] Update X landing page (#37387) @cherniavskii
805
+
806
+ All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli
807
+
808
+ ## 5.13.4
809
+
810
+ <!-- generated comparing v5.13.3..master -->
811
+
812
+ _Jun 5, 2023_
813
+
814
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights โœจ:
815
+
816
+ ### `@mui/material@5.13.4`
817
+
818
+ - &#8203;<!-- 20 -->[Autocomplete][material] Add missing `focusVisible` class in AutocompleteClasses (#37502) @sai6855
819
+ - &#8203;<!-- 04 -->[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
820
+ - &#8203;<!-- 03 -->[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
821
+ - &#8203;<!-- 02 -->[Stepper] Handle progress bar of mobile stepper when `steps` is one (#37079) @gitstart
822
+
823
+ ### `@mui/base@5.0.0-beta.4`
824
+
825
+ - &#8203;<!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855
826
+
827
+ ### `@mui/joy@5.0.0-alpha.82`
828
+
829
+ - &#8203;<!-- 19 -->[Avatar][joy] Fallback to `alt` when `src` or `srcSet` are not defined (#37469) @vishalthatipamula0219
830
+ - &#8203;<!-- 15 -->[Card][joy] Improve usability of card family (#37474) @siriwatknp
831
+
832
+ ### Docs
833
+
834
+ - &#8203;<!-- 18 -->[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
835
+ - &#8203;<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
836
+ - &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
837
+ - &#8203;<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
838
+ - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
839
+ - &#8203;<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
840
+ - &#8203;<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
841
+ - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
842
+ - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
843
+ - &#8203;<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
844
+ - &#8203;<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
845
+
846
+ ### Core
847
+
848
+ - &#8203;<!-- 14 -->[core] Do not let Renovate handle `examples` packages updates (#37386) @ZeeshanTamboli
849
+ - &#8203;<!-- 01 -->[website] Add header filters to the pricing table (#37455) @MBilalShafi
850
+
851
+ All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli
852
+
853
+ ## 5.13.3
854
+
855
+ <!-- generated comparing v5.13.2..master -->
856
+
857
+ _May 29, 2023_
858
+
859
+ A big thanks to the 15 contributors who made this release possible.
860
+ This release focuses primarily on ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
861
+
862
+ ### `@mui/material@5.13.3
863
+
864
+ - &#8203;<!-- 22 -->[Autocomplete] Accept external Listbox ref (#37325) @sai6855
865
+ - &#8203;<!-- 06 -->[Modal] Pass `className` from `BackdropProps` (#37399) @hbjORbj
866
+
867
+ ### `@mui/base@5.0.0-beta.3`
868
+
869
+ - &#8203;<!-- 20 -->[base] Maintain nodes document order in compound components (#36857) @michaldudak
870
+ - &#8203;<!-- 19 -->[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
871
+ - &#8203;<!-- 18 -->[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
872
+ - &#8203;<!-- 17 -->[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
873
+ - &#8203;<!-- 16 -->[Slider][Base] Add Vertical slider demo (#37357) @sai6855
874
+
875
+ ### `@mui/joy@5.0.0-alpha.82`
876
+
877
+ - &#8203;<!-- 23 -->[Select][joy] Fix popup does not close (#37435) @siriwatknp
878
+ - &#8203;<!-- 21 -->[Badge][Joy] Fix `slots` element type in API docs (#37329) @zignis
879
+ - &#8203;<!-- 04 -->[Select] [joy] Handle long text content (#37289) @akash191095
880
+ - &#8203;<!-- 07 -->[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot
881
+
882
+ ### `@mui/codemod@5.13.3
883
+
884
+ - &#8203;<!-- 05 -->[mui-codemod] Add missing script to README (#37377) @hbjORbj
885
+
886
+ ### Docs
887
+
888
+ - &#8203;<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
889
+ - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
890
+ - &#8203;<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
891
+ - &#8203;<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
892
+ - &#8203;<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
893
+ - &#8203;<!-- 09 -->[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
894
+ - &#8203;<!-- 08 -->[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari
895
+
896
+ ### Core
897
+
898
+ - &#8203;<!-- 15 -->[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
899
+ - &#8203;<!-- 03 -->[test][useMediaQuery] Change SSR test description (#37403) @zignis
900
+ - &#8203;<!-- 02 -->[website] Sync with Ashby @oliviertassinari
901
+ - &#8203;<!-- 01 -->[website] Add David to about page (#37379) @DavidCnoops
902
+
903
+ All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis
904
+
905
+ ## 5.13.2
906
+
907
+ <!-- generated comparing v5.13.1..master -->
908
+
909
+ _May 22, 2023_
910
+
911
+ A big thanks to the 12 contributors who made this release possible.
912
+ ๐Ÿ“š This release focuses primarily on documentation improvements.
913
+
914
+ ### `@mui/material@5.13.2
915
+
916
+ - [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
917
+
918
+ ### Docs
919
+
920
+ - [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
921
+ - [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
922
+ - [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
923
+ - [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
924
+ - [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
925
+ - [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
926
+ - [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
927
+ - [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
928
+ - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
929
+ - [docs] Prefer to link GitHub repository @oliviertassinari
930
+ - [docs] Move product versions to page context (#35078) @m4theushw
931
+ - [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
932
+ - [docs][Tab] Add vertical tabs demo (#37292) @sai6855
933
+ - [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
934
+ - [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
935
+ - [Website] Add Brijesh to About page (#37318) @brijeshb42
936
+ - [website] Update pricing table (#37290) @cherniavskii
937
+ - [website] Update core open roles (#37224) @mnajdova
938
+
939
+ ### Core
940
+
941
+ - Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
942
+ - [core] Move esmExternals to the shared next config (#37332) @michaldudak
943
+
944
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
945
+
946
+ ## 5.13.1
947
+
948
+ <!-- generated comparing v5.13.0..master -->
949
+
950
+ _May 16, 2023_
951
+
952
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights โœจ:
953
+
954
+ - ๐ŸŒ Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
955
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
956
+
957
+ ### `@mui/material@5.13.1`
958
+
959
+ - [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
960
+ - [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
961
+ - [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
962
+
963
+ ### `@mui/utils@5.13.1`
964
+
965
+ - [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
966
+
967
+ ### `@mui/base@5.0.0-beta.1`
968
+
969
+ - [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
970
+
971
+ ### `@mui/joy@5.0.0-alpha.80`
972
+
973
+ - [Autocomplete] Fixed scroll into view (#37217) @sai6855
974
+ - [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
975
+ - [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
976
+ - [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
977
+ - [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
978
+ - [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
979
+ - [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
980
+ - [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
981
+ - Miscellaneous fixes (#37274) @siriwatknp
982
+
983
+ ### Docs
984
+
985
+ - [docs] Remove upload button (#36844) @Bastian
986
+ - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
987
+ - [docs] Fix Material Design templates (#37187) @oliviertassinari
988
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
989
+ - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
990
+ - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
991
+ - [docs] Update theme customization typescript (#35551) @siriwatknp
992
+ - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
993
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
994
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
995
+ - [docs] Update Joy + Material guide (#36911) @cherniavskii
996
+
997
+ ### Core
998
+
999
+ - [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
1000
+ - [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
1001
+ - [core] Remove outdated babel proposal plugins (#36795) @kkocdko
1002
+ - [website] Add Diego to About Us page (#37284) @DiegoAndai
1003
+ - [website] Add Victor teamMember card to 'About' (#37283) @zanivan
1004
+ - [website] Add Rich to the 'About' page (#37221) @richbustos
1005
+
1006
+ All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
1007
+
1008
+ ## 5.13.0
1009
+
1010
+ <!-- generated comparing v5.12.3..master -->
1011
+
1012
+ _May 10, 2023_
1013
+
1014
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1015
+
1016
+ - ๐Ÿš€ Base UI is now in beta - all planned breaking changes are now complete!
1017
+ - ๐Ÿ—บ 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.
1018
+ - ๐Ÿ› Various bug fixes, ๐Ÿ“š documentation and ๐Ÿงช testing improvements
1019
+
1020
+ ### `@mui/material@5.13.0`
1021
+
1022
+ - [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
1023
+ - [AppBar] Fix component type (#37172) @sai6855
1024
+ - [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
1025
+
1026
+ ### `@mui/joy@5.0.0-alpha.79`
1027
+
1028
+ - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
1029
+ - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
1030
+ - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
1031
+ - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
1032
+ - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
1033
+ - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
1034
+ - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
1035
+ - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
1036
+ - [Button][joy] Convert Button test to typescript (#37181) @akash191095
1037
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
1038
+ - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
1039
+
1040
+ ### `@mui/base@5.0.0-beta.0`
1041
+
1042
+ - [Select][base] Do not call onChange after initial render (#37141) @michaldudak
1043
+ - [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
1044
+ - [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
1045
+ - [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
1046
+
1047
+ ### Docs
1048
+
1049
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
1050
+ - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
1051
+ - [docs] Improve "Example projects" page design (#37007) @danilo-leal
1052
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
1053
+ - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
1054
+ - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
1055
+ - [docs] Update links to the public roadmap (#36995) @mnajdova
1056
+ - [docs] Improve Multiselect demo styling (#37120) @michaldudak
1057
+ - [Stack] Fix import description @oliviertassinari
1058
+
1059
+ ### Core
1060
+
1061
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
1062
+ - [core] Add VSCode extensions recommendations (#37166) @michaldudak
1063
+ - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
1064
+ - [website] Update the active positions (#37075) @DanailH
1065
+ - [website] Add Romain to the About page (#37124) @romgrk
1066
+ - [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
1067
+
1068
+ All contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
1069
+
1070
+ ## 5.12.3
1071
+
1072
+ <!-- generated comparing v5.12.2..master -->
1073
+
1074
+ _May 2, 2023_
1075
+
1076
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1077
+
1078
+ - all planned breaking changes for Base UI are done. The first beta release should come next week ๐ŸŽ‰
1079
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1080
+
1081
+ ### `@mui/material@5.12.3`
1082
+
1083
+ - &#8203;<!-- 43 -->[Accordion] Add missing `component` type (#37111) @sai6855
1084
+ - &#8203;<!-- 23 -->[ButtonGroup] Should not retain divider color when it is disabled and variant is `text` (#36967) @DavidBoyer11
1085
+ - &#8203;<!-- 21 -->[Divider] Fix styles on dividers with text (#35072) @maxdestors
1086
+ - &#8203;<!-- 04 -->[TextField] Improve IntelliSense support for props (#36737) @sai6855
1087
+ - &#8203;<!-- 03 -->[TextField] Fix running click event on disabled (#36892) @sai6855
1088
+
1089
+ ### `@mui/joy@5.0.0-alpha.78`
1090
+
1091
+ - &#8203;<!-- 09 -->[Joy] Miscellaneous fixes and docs improvement (#37026) @siriwatknp
1092
+
1093
+ ### `@mui/base@5.0.0-alpha.128`
1094
+
1095
+ #### Breaking changes
1096
+
1097
+ - The `component` prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like:
1098
+
1099
+ ```diff
1100
+ <Button
1101
+ - component="span"
1102
+ + slots={{ root: "span" }}
1103
+ />
1104
+ ```
1105
+
1106
+ If using TypeScript, the custom component type should be added as a generic on the `Button` component.
1107
+
1108
+ ```diff
1109
+ -<Button
1110
+ +<Button<typeof CustomComponent>
1111
+ slots={{ root: CustomComponent }}
1112
+ customProp="foo"
1113
+ />
1114
+ ```
1115
+
1116
+ There is codemod that you can run in your project to do the transformation:
1117
+
1118
+ ```bash
1119
+ npx @mui/codemod v5.0.0/base-remove-component-prop <path>
1120
+ ```
1121
+
1122
+ 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).
1123
+
1124
+ This is the list of PR related to this change:
1125
+
1126
+ - &#8203;<!-- 40 -->[Button][base] Drop `component` prop (#36677) @mnajdova
1127
+ - &#8203;<!-- 42 -->[Badge][base] Drop `component` prop (#37028) @hbjORbj
1128
+ - &#8203;<!-- 37 -->[FormControl][base] Drop component prop (#37031) @hbjORbj
1129
+ - &#8203;<!-- 35 -->[Input][base] Drop component prop (#37057) @hbjORbj
1130
+ - &#8203;<!-- 34 -->[Menu][base] Drop component prop (#37033) @hbjORbj
1131
+ - &#8203;<!-- 33 -->[MenuItem][base] Drop component prop (#37032) @hbjORbj
1132
+ - &#8203;<!-- 32 -->[Modal][base] Drop component prop (#37058) @hbjORbj
1133
+ - &#8203;<!-- 31 -->[Option][base] Drop component prop (#37052) @hbjORbj
1134
+ - &#8203;<!-- 30 -->[OptionGroup][base] Drop component prop (#37055) @hbjORbj
1135
+ - &#8203;<!-- 31 -->[Popper][base] Drop component prop (#37084) @hbjORbj
1136
+ - &#8203;<!-- 29 -->[Select][base] Drop component prop (#37035) @hbjORbj
1137
+ - &#8203;<!-- 28 -->[Slider][base] Drop component prop (#37056) @hbjORbj
1138
+ - &#8203;<!-- 27 -->[Snackbar][base] Drop component prop (#37041) @nicolas-ot
1139
+ - &#8203;<!-- 26 -->[Switch][base] Drop component prop (#37053) @hbjORbj
1140
+ - &#8203;<!-- 25 -->[Tab][base] Drop component prop (#36768) @sai6855
1141
+ - &#8203;<!-- 24 -->[Tabs][base] Drop component prop (#36770) @sai6855
1142
+ - &#8203;<!-- 08 -->[TablePagination][base] Drop component prop (#37059) @sai6855
1143
+ - &#8203;<!-- 07 -->[TabPanel][base] Drop component prop (#37054) @sai6855
1144
+ - &#8203;<!-- 06 -->[TabsList][base] Drop component prop (#37042) @sai6855
1145
+
1146
+ - &#8203;<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
1147
+
1148
+ Brought consistency to Base UI components and hooks' parameters and return values:
1149
+
1150
+ 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.
1151
+ 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.
1152
+ 3. Type of accepted refs is standardized to `React.Ref<Element>`
1153
+ 4. Naming and typing of the forwarded ref in unstyled components were standardized - it's forwardedRef: React.ForwardedRef<Element> (unless a more specific type is needed).
1154
+ 5. The shape of the definition of unstyled components was standardized - it's React.forwardRef(function Component(props: Props, forwardedRef: React.Ref<Element>) { ... });. Specifically, the generic parameters of forwardRef were removed as they are specified in function arguments.
1155
+
1156
+ #### Changes
1157
+
1158
+ - &#8203;<!-- 36 -->[FormControl][base] Do not use optional fields in useFormControlContext's return value (#37037) @michaldudak
1159
+
1160
+ ### Docs
1161
+
1162
+ - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
1163
+ - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
1164
+ - &#8203;<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
1165
+ - &#8203;<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
1166
+ - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
1167
+ - &#8203;<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
1168
+ - &#8203;<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
1169
+ - &#8203;<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
1170
+ - &#8203;<!-- 13 -->[docs] Fix anchor link in customization (#37004) @oliviertassinari
1171
+ - &#8203;<!-- 12 -->[docs] Add a note about minimal required version for theme merging to the guides (#36973) @jakub-stastny
1172
+ - &#8203;<!-- 11 -->[docs] smooth scrolling added for `back to top` (#37011) @PunitSoniME
1173
+ - &#8203;<!-- 10 -->[docs] Remove `useFormControl` return values from demos page (#37036) @ZeeshanTamboli
1174
+ - &#8203;<!-- 47 --> [docs][base] Move styles to the bottom of demos code for `SwitchUnstyled` (#36720) @varunmulay22
1175
+ - &#8203;<!-- 46 --> [docs][base] Move styles to the bottom of demos code for `InputUnstyled` (#36724) @varunmulay22
1176
+ - &#8203;<!-- 45 --> [docs][base] Move styles to the bottom of demos code for `SliderUnstyled` (#36721) @varunmulay22
1177
+ - &#8203;<!-- 44 --> [docs][base] Move styles to the bottom of demos code for `Snackbar` (#36719) @varunmulay22
1178
+ - &#8203;<!-- 38 -->[docs][base] Move styles to the bottom of demos code for `SelectUnstyled` (#36718) @varunmulay22
1179
+ - &#8203;<!-- 05 -->[templates] Image not displayed in blog layout of React template. (#36991) @navedqb
1180
+ - &#8203;<!-- 02 -->[website] Take the design role offline @oliviertassinari
1181
+ - &#8203;<!-- 01 -->[website] Fix URL convention @oliviertassinari
1182
+ - &#8203;<!-- 21 -->[docs] Turn off job banner on docs (#36080) @joserodolfofreitas
1183
+
1184
+ ### Core
1185
+
1186
+ - &#8203;<!-- 22 -->[core] Allow type alias as well in hooks API docs generation (#37034) @ZeeshanTamboli
1187
+
1188
+ All contributors of this release in alphabetical order: @cherniavskii, @DavidBoyer11, @hbjORbj, @jakub-stastny, @joserodolfofreitas, @maxdestors, @michaldudak, @mj12albert, @mnajdova, @navedqb, @nicolas-ot, @oliviertassinari, @PunitSoniME, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
1189
+
1190
+ ## 5.12.2
1191
+
1192
+ <!-- generated comparing v5.12.1..master -->
1193
+
1194
+ _Apr 25, 2023_
1195
+
1196
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights โœจ:
1197
+
1198
+ - โš ๏ธ **[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.
1199
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1200
+
1201
+ ### `@mui/material@5.12.2`
1202
+
1203
+ - &#8203;<!-- 10 -->[FormControl] Fix `filled` when value is set through `inputProps` (#36741) @sai6855
1204
+ - &#8203;<!-- 07 -->[Slider] `onChange` handler should be called only when value has changed (#36706) @gitstart
1205
+ - &#8203;<!-- 06 -->[Table] Fix `Sorting & Selecting` tables (#36898) @oliviertassinari
1206
+
1207
+ ### `@mui/base@5.0.0-alpha.127`
1208
+
1209
+ #### Breaking changes
1210
+
1211
+ - &#8203;<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
1212
+
1213
+ The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
1214
+
1215
+ 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:
1216
+
1217
+ ```bash
1218
+ npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
1219
+ ```
1220
+
1221
+ #### Changes
1222
+
1223
+ - &#8203;<!-- 26 -->[codemod][base] Improve the removal of `component` prop codemod script (#36952) @hbjORbj
1224
+ - &#8203;<!-- 25 -->[codemod][base] Write a migration script for removal of `component` prop from components (#36831) @hbjORbj
1225
+ - &#8203;<!-- 24 -->[Base][useButton] Allow useButton params to be completely optional (#36922) @mj12albert
1226
+
1227
+ ### `@mui/joy@5.0.0-alpha.77`
1228
+
1229
+ - &#8203;<!-- 23 -->[Joy][Chip] Chip button not showing up in Firefox browser (#36930) @TakhyunKim
1230
+ - &#8203;<!-- 09 -->[Joy] Add `invertedColors` to Menu and Alert (#36975) @siriwatknp
1231
+ - &#8203;<!-- 08 -->[joy][Select] Set focus visible on select options when navigating with arrow keys (#36689) @gitstart
1232
+
1233
+ ### Docs
1234
+
1235
+ - &#8203;<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
1236
+ - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
1237
+ - &#8203;<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
1238
+ - &#8203;<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
1239
+ - &#8203;<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
1240
+ - &#8203;<!-- 16 -->[docs] Fix Chakra UI theme scoping typo (#36950) @mj12albert
1241
+ - &#8203;<!-- 15 -->[docs] Add snackbar example using sonner (#36926) @PupoSDC
1242
+ - &#8203;<!-- 14 -->[docs] Adjust the Material Icons page design and formatting (#36937) @danilo-leal
1243
+ - &#8203;<!-- 13 -->[docs] Allows to customize menu with any icon (#36408) @alexfauquette
1244
+ - &#8203;<!-- 12 -->[docs] Add info about passing ref to input element (#36913) @tomaskebrle
1245
+ - &#8203;<!-- 11 -->[docs][material] Tabs API section cleanup (#36942) @mnajdova
1246
+
1247
+ ### Core
1248
+
1249
+ - &#8203;<!-- 22 -->[core] Fix CI failure on `master` (#37016) @hbjORbj
1250
+ - &#8203;<!-- 05 -->[typescript] Add the missing explicit component return types (#36924) @michaldudak
1251
+ - &#8203;<!-- 04 -->[website] Update main data grid demo on X landing page (#37001) @cherniavskii
1252
+ - &#8203;<!-- 03 -->[website] Design role updates (#36997) @danilo-leal
1253
+ - &#8203;<!-- 02 -->[website] X component section improvements (#36598) @danilo-leal
1254
+ - &#8203;<!-- 01 -->[website] Developer Advocate role filled @oliviertassinari
1255
+
1256
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @gitstart, @hbjORbj, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @PupoSDC, @sai6855, @siriwatknp, @TakhyunKim, @tomaskebrle
1257
+
1258
+ ## 5.12.1
1259
+
1260
+ <!-- generated comparing v5.12.0..master -->
1261
+
1262
+ _Apr 17, 2023_
1263
+
1264
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1265
+
1266
+ ### `@mui/material@5.12.1`
1267
+
1268
+ - &#8203;<!-- 24 -->[Autocomplete] Fix autocomplete left padding (#36649) @mj12albert
1269
+ - &#8203;<!-- 17 -->[Button] Fix contained with inherit prop not adapting on dark mode (#34508) @jesrodri
1270
+ - &#8203;<!-- 07 -->[FormControlLabel] Add `required` prop (#34207) @emlai
1271
+ - &#8203;<!-- 04 -->[Tabs] Fix null reference in ScrollbarSize after unmounting (#36485) @rkdrnf
1272
+ - &#8203;<!-- 03 -->[TextField] Fix type error when using `inputTypeSearch` class for `outlined` and `filled` inputs (#36740) @sai6855
1273
+ - &#8203;<!-- 02 -->[ThemeProvider] Fix theme proptypes (#36852) @siriwatknp
1274
+
1275
+ ### `@mui/system@5.12.1`
1276
+
1277
+ #### Breaking changes
1278
+
1279
+ - &#8203;<!-- 06 -->[Grid2] Replace context with `cloneElement` (#36399) @siriwatknp
1280
+
1281
+ `Grid2` now uses `React.cloneElement` instead of React context for passing the spacing and columns to the next container. The change is close to how CSS flexbox behaves.
1282
+
1283
+ #### Changes
1284
+
1285
+ - &#8203;<!-- 14 -->[CssVarsProvider] Always generate new `css` object (#36853) @siriwatknp
1286
+
1287
+ ### `@mui/base@5.0.0-alpha.126`
1288
+
1289
+ #### Breaking changes
1290
+
1291
+ - &#8203;<!-- 23 -->[base] Refactor the compound components building blocks (#36400) @michaldudak
1292
+ Components affected by the changes are:
1293
+ - Menu
1294
+ - `MenuUnstyledContext` is replaced by `MenuProvider`. The value to pass to the provider is returned by the `useMenu` hook.
1295
+ - MenuUnstyled's `onClose` prop is replaced by `onOpenChange`. It has the `open` parameter and is called when a menu is opened or closed
1296
+ - Select
1297
+ - `SelectUnstyledContext` is replaced by `SelectProvider`. The value to pass to the provider is returned by the `useSelect` hook.
1298
+ - `SelectUnstyled`'s popup is permanently mounted.
1299
+ - The `defaultOpen` prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a `value`.
1300
+ - Tabs
1301
+ - `TabsContext` is replaced by `TabsProvider`. The value to pass to the provider is returned by the `useTabs` hook.
1302
+ - To deselect all tabs, pass in `null` to Tabs' `value` prop, instead of `false`. This is consistent with how Select works.
1303
+ - The `value` prop is still technically not mandatory on TabUnstyled and TabPanel, but when omitted, the contents of the selected tab panel will not be rendered during SSR.
1304
+
1305
+ ### `@mui/joy@5.0.0-alpha.76`
1306
+
1307
+ - &#8203;<!-- 05 -->[Table][Joy] Replace uses of css selector `*-child` to `*-of-type` (#36839) @keyvanm
1308
+
1309
+ ### Docs
1310
+
1311
+ - &#8203;<!-- 25 --> [docs][base] Move styles to the bottom of demos code for `BadgeUnstyled` (#36723) @varunmulay22
1312
+ - &#8203;<!-- 22 -->[docs][base] Mention that the hook does not accept any parameters in the `Parameters` section of the API docs (#36773) @ZeeshanTamboli
1313
+ - &#8203;<!-- 21 -->[docs][base] Move styles to the bottom of demos code for `ModalUnstyled` (#36580) @gitstart
1314
+ - &#8203;<!-- 20 -->[docs][base] Move styles to the bottom of demos code for `Tabs` (#36577) @gitstart
1315
+ - &#8203;<!-- 19 -->[docs][base] Move styles to the bottom of demos code for `Popper` (#36578) @gitstart
1316
+ - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
1317
+ - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
1318
+ - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
1319
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
1320
+ - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
1321
+ - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
1322
+ - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
1323
+
1324
+ ### Core
1325
+
1326
+ - &#8203;<!-- 16 -->[core] Use glob to find the test files in parseTest (#36305) @flaviendelangle
1327
+ - &#8203;<!-- 15 -->[core] Fix minor SEO issues @oliviertassinari
1328
+ - &#8203;<!-- 01 -->[website] Fix visual bug appbar (#36875) @oliviertassinari
1329
+
1330
+ All contributors of this release in alphabetical order: @emlai, @flaviendelangle, @gitstart, @hbjORbj, @jesrodri, @keyvanm, @michaldudak, @mj12albert, @navedqb, @oliviertassinari, @rkdrnf, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
1331
+
1332
+ ## 5.12.0
1333
+
1334
+ <!-- generated comparing v5.11.16..master -->
1335
+
1336
+ _Apr 11, 2023_
1337
+
1338
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights โœจ:
1339
+
1340
+ - ๐Ÿ’ซ Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
1341
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1342
+
1343
+ ### `@mui/system@5.12.0`
1344
+
1345
+ - &#8203;<!-- 05 -->[system] Introduce theme scope for using multiple design systems (#36664) @siriwatknp
1346
+
1347
+ ### `@mui/base@5.0.0-alpha.125`
1348
+
1349
+ - &#8203;<!-- 06 -->[PopperUnstyled] Do not merge internal `ownerState` with `ownerState` from props (#36599) @hbjORbj
1350
+
1351
+ ### `@mui/joy@5.0.0-alpha.75`
1352
+
1353
+ - &#8203;<!-- 08 -->[Joy] Add tests for slots/slotProps for all components (#36828) @hbjORbj
1354
+ - &#8203;<!-- 07 -->[Joy] Support `slots`/`slotsProps` for every component (components with only root slot too) (#36540) @hbjORbj
1355
+
1356
+ ### Docs
1357
+
1358
+ - &#8203;<!-- 23 -->[docs][Backdrop] Improvements to the docs (#34244) @alirezahekmati
1359
+ - &#8203;<!-- 20 -->[docs] Fix base API redirects (#36833) @mnajdova
1360
+ - &#8203;<!-- 19 -->[docs] Improve perf on tab APIs (#36832) @mnajdova
1361
+ - &#8203;<!-- 18 -->[docs] Revert CircularProgress component text to be proper noun instead (#36837) @ZeeshanTamboli
1362
+ - &#8203;<!-- 17 -->[docs] Simplify language redirection @oliviertassinari
1363
+ - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
1364
+ - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
1365
+ - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
1366
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
1367
+ - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
1368
+ - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
1369
+ - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
1370
+ - &#8203;<!-- 09 -->[examples] Fix `SliderUnstyled` slots `key` name (#36830) @sai6855
1371
+ - &#8203;<!-- 04 -->[Tabs] Improve useTab() API page (#36725) @oliviertassinari
1372
+
1373
+ ### Core
1374
+
1375
+ - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
1376
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
1377
+ - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
1378
+ - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
1379
+ - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
1380
+
1381
+ All contributors of this release in alphabetical order: @alirezahekmati, @danilo-leal, @hbjORbj, @Lioness100, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
1382
+
1383
+ ## 5.11.16
1384
+
1385
+ <!-- generated comparing v5.11.15..master -->
1386
+
1387
+ _Apr 4, 2023_
1388
+
1389
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
1390
+
1391
+ - ๐Ÿ’… Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
1392
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1393
+
1394
+ ### `@mui/material@5.11.16`
1395
+
1396
+ - [Autocomplete] Listen for click on the root element (#36369) @sai6855
1397
+ - [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
1398
+ - [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
1399
+ - [Grid] Missing slot (#36765) @siriwatknp
1400
+ - [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
1401
+ - [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev
1402
+
1403
+ ### `@mui/icons-material@5.11.16`
1404
+
1405
+ - [icons] Do not ignore popular icons (#36608) @michaldudak
1406
+
1407
+ ### `@mui/joy@5.0.0-alpha.74`
1408
+
1409
+ - [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
1410
+ - [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb
1411
+
1412
+ ### Docs
1413
+
1414
+ - [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
1415
+ - [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
1416
+ - [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
1417
+ - [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
1418
+ - [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
1419
+ - [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
1420
+ - [docs] Fix double API page redirection (#36743) @oliviertassinari
1421
+ - [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
1422
+ - [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
1423
+ - [docs] Tabs API add slots section (#36769) @mnajdova
1424
+ - [docs] Update feedbacks management on slack (#36705) @alexfauquette
1425
+ - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
1426
+ - [docs] Add toggle-button coming soon page (#36618) @siriwatknp
1427
+ - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
1428
+ - [docs] Fix small typo (#36727) @RBerthier
1429
+ - [docs] Fix Joy UI template broken image loading @oliviertassinari
1430
+ - [docs] Hide the default API column if it's empty (#36715) @mnajdova
1431
+ - [docs] Update Material UI Related Projects page (#34203) @viclafouch
1432
+ - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
1433
+ - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
1434
+ - [docs] Support Google Analytics 4 (#36123) @alexfauquette
1435
+ - [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
1436
+ - [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
1437
+
1438
+ ### Core
1439
+
1440
+ - [blog] Compress images @oliviertassinari
1441
+ - [core] Remove unused token (#36722) @oliviertassinari
1442
+
1443
+ All contributors of this release in alphabetical order: @alexfauquette, @amal-qb, @danilo-leal, @DevinCLane, @gitstart, @hbjORbj, @HeVictor, @LadyBluenotes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @RBerthier, @sai6855, @siriwatknp, @viclafouch, @yushanwebdev
1444
+
1445
+ ## 5.11.15
1446
+
1447
+ <!-- generated comparing v5.11.14..master -->
1448
+
1449
+ _Mar 28, 2023_
1450
+
1451
+ A big thanks to the 10 contributors who made this release possible. We have one big highlight this week โœจ:
1452
+
1453
+ - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI ๐ŸŽจ (#35741)
1454
+
1455
+ ### `@mui/material@5.11.15`
1456
+
1457
+ - [Chip] Fix error when theme value is a CSS variable (#36654) @siriwatknp
1458
+ - [Grid2] Support dynamic nested columns (#36401) @siriwatknp
1459
+
1460
+ ### `@mui/system@5.11.15`
1461
+
1462
+ - [system] Enable regressions tests & fix regressions (#36611) @mnajdova
1463
+ - [Stack] Add `useFlexGap` prop (#36404) @siriwatknp
1464
+
1465
+ ### `@mui/base@5.0.0-alpha.122`
1466
+
1467
+ - [Autocomplete] Update `autoSelect` prop description (#36280) @sai6855
1468
+ - [TablePagination][base] Improve `actions` type in `slotProps` (#36458) @sai6855
1469
+ - [Base] Add JSDoc comments for classes of Base components (#36586) @hbjORbj
1470
+ - [useSlider][base] Add API docs for the hook parameters and return type (#36576) @varunmulay22
1471
+
1472
+ ### `@mui/joy@5.0.0-alpha.73`
1473
+
1474
+ - [Joy] Miscellaneous fixes (#36628) @siriwatknp
1475
+ - [Joy] Add palette customizer (#35741) @siriwatknp
1476
+
1477
+ ### Docs
1478
+
1479
+ - Revert "[docs] Use `theme.applyDarkStyles` for the rest of the docs" (#36602) @mnajdova
1480
+ - [blog] Improvements on v6 announcement blog (#36505) @joserodolfofreitas
1481
+ - [docs] Add `Snackbar` coming soon page (#36604) @danilo-leal
1482
+ - [docs] Add accordion coming soon page (#36279) @siriwatknp
1483
+ - [docs] Fix palette customizer theme augmentation (#36629) @siriwatknp
1484
+ - [docs] Finish migration away from https://reactjs.org/ @oliviertassinari
1485
+ - [docs] Remove duplicated slot descriptions (#36621) @hbjORbj
1486
+ - [docs] Fix broken example link (#36607) @mnajdova
1487
+ - [docs] Use `theme.applyDarkStyles` (#36606) @siriwatknp
1488
+ - [docs] Improve API for theme default prop (#36490) @oliviertassinari
1489
+ - [docs][Table] Refactor `Sorting & Selecting` table demo (#33236) @IFaniry
1490
+
1491
+ ### Core
1492
+
1493
+ - [core] Use Netlify function for feedback management (#36472) @alexfauquette
1494
+
1495
+ All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @hbjORbj, @IFaniry, @joserodolfofreitas, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @varunmulay22
1496
+
1497
+ ## 5.11.14
1498
+
1499
+ <!-- generated comparing v5.11.13..master -->
1500
+
1501
+ _Mar 21, 2023_
1502
+
1503
+ A big thanks to the 15 contributors who made this release possible.
1504
+ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1505
+
1506
+ ### `@mui/material@5.11.14`
1507
+
1508
+ - [Breadcrumbs] Add ability to change icon used in `BreadcrumbCollapsed` through slots (#33812) @pratikkarad
1509
+ - [Stepper] Add aria-current to active StepButton (#36526) @michalak111
1510
+ - [TabScrollButton] Add ability to change left and right icons (#33863) @pratikkarad
1511
+ - [ListItemButton] Respect LinkComponent (#34159) @zaverden
1512
+ - [l10n] Add Central Kurdish (ku-CKB) locale (#36592) @HediMuhamad
1513
+
1514
+ ### `@mui/system@5.11.14`
1515
+
1516
+ - [system] Fix sx prop regression for fontWeight values (#36543) @mnajdova
1517
+
1518
+ ### `@mui/base@5.0.0-alpha.121`
1519
+
1520
+ - [docs][base] Improve the Slots Table in API docs (#36330) @hbjORbj
1521
+
1522
+ ### `@mui/joy@5.0.0-alpha.72`
1523
+
1524
+ - [Joy] Ensure new CSS variable naming is everywhere (#36460) @hbjORbj
1525
+ - [Menu][joy] Classname listbox is missing (#36520) @hbjORbj
1526
+ - [Joy] Fix `--List-decorator*` vars (#36595) @siriwatknp
1527
+
1528
+ ### `@mui/lab@5.0.0-alpha.124`
1529
+
1530
+ - [Masonry] Include Masonry in theme augmentation interface (#36533) @hbjORbj
1531
+
1532
+ ### Docs
1533
+
1534
+ - [blog] Post blog about Chamonix retreat to the website (#36517) @mikailaread
1535
+ - [blog] Fix image layout shift (#36522) @oliviertassinari
1536
+ - [docs] Use `theme.applyDarkStyles` for the rest of the docs (#36161) @siriwatknp
1537
+ - [docs] Fix 301 and 404 links (#36555) @oliviertassinari
1538
+ - [docs] Keep slot code order in API docs (#36499) @oliviertassinari
1539
+ - [docs] Missing className on Migrating from JSS example (#36536) @gabrielnafuzi
1540
+ - [docs] Fix function name for Joy templates (#36512) @hbjORbj
1541
+ - [docs] Add multiline Chip example (#36437) @dav1app
1542
+ - [docs] Add a new gold sponsor (#36518) @hbjORbj
1543
+ - [docs][joy] Improve the Slots Table in API docs (#36328) @hbjORbj
1544
+ - [docs] Fix virtualElement demo for Popper (#36320) @sai6855
1545
+ - [docs] Fix typo in API docs (#36388) @RomanHotsiy
1546
+ - [docs] Ensure classname displayed under Slots section in API docs exists (#36539) @hbjORbj
1547
+ - [docs][joy] Build TS versions for Modal component demos (#36385) @varunmulay22
1548
+ - [docs][joy] Build TS versions for Menu component demos (#36383) @varunmulay22
1549
+ - [docs][joy] Build TS versions for Switch component demos (#36379) @varunmulay22
1550
+ - [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
1551
+ - [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
1552
+ - [website] Designer role changes (#36528) @danilo-leal
1553
+ - [website] No association between showcase and MUI @oliviertassinari
1554
+ - [website] Open Head of Operations role (#36501) @oliviertassinari
1555
+ - [website] Limit sponsors description to two rows @oliviertassinari
1556
+
1557
+ ### Core
1558
+
1559
+ - [core] Fix CI @oliviertassinari
1560
+ - [core] Fix blank line @oliviertassinari
1561
+ - [website] Simplify internal ops @oliviertassinari
1562
+
1563
+ All contributors of this release in alphabetical order: @danilo-leal, @dav1app, @gabrielnafuzi, @hbjORbj, @HediMuhamad, @michalak111, @mikailaread, @mnajdova, @oliviertassinari, @pratikkarad, @RomanHotsiy, @sai6855, @siriwatknp, @varunmulay22, @zaverden
1564
+
1565
+ ## 5.11.13
1566
+
1567
+ <!-- generated comparing v5.11.12..master -->
1568
+
1569
+ _Mar 14, 2023_
1570
+
1571
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
1572
+
1573
+ - @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)
1574
+ - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1575
+
1576
+ ### `@mui/material@5.11.13`
1577
+
1578
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
1579
+ - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
1580
+ - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
1581
+
1582
+ ### `@mui/base@5.0.0-alpha.121`
1583
+
1584
+ - &#8203;<!-- 16 -->[base] Disable classes generation via a context (#35963) @michaldudak
1585
+ - &#8203;<!-- 15 -->[useMenu][base] Add return interface for useMenu hook (#36376) @HeVictor
1586
+ - &#8203;<!-- 05 -->[useBadge] Add interface for the return value (#36042) @skevprog
1587
+ - &#8203;<!-- 04 -->[useMenuItem] Add explicit return type (#36359) @rayrw
1588
+ - &#8203;<!-- 03 -->[useTabs] Add explicit return type (#36047) @sai6855
1589
+
1590
+ ### Docs
1591
+
1592
+ - &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
1593
+ - &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
1594
+ - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
1595
+ - &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
1596
+ - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
1597
+ - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
1598
+ - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
1599
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
1600
+ - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
1601
+ - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
1602
+ - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
1603
+
1604
+ All contributors of this release in alphabetical order: @erikian, @hbjORbj, @HeVictor, @hrutik7, @joserodolfofreitas, @m4theushw, @michaldudak, @oliviertassinari, @oyar99, @rayrw, @sai6855, @siriwatknp, @skevprog
1605
+
1606
+ ## 5.11.12
1607
+
1608
+ <!-- generated comparing v5.11.11..master -->
1609
+
1610
+ _Mar 6, 2023_
1611
+
1612
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
1613
+
1614
+ - @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
1615
+ - @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)
1616
+ - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1617
+
1618
+ ### `@mui/material@5.11.12`
1619
+
1620
+ - &#8203;<!-- 30 -->[Autocomplete] Fix list scrolls to the top when new data is added on touch devices (#36231) @SaidMarar
1621
+ - &#8203;<!-- 29 -->[Autocomplete] Add `Mui-expanded` class (#33312) @Osman-Sodefa
1622
+ - &#8203;<!-- 24 -->[Dialog] Use the `id` prop provided to the `DialogTitle` component (#36353) @Kundan28
1623
+ - &#8203;<!-- 07 -->[Menu] Fix Menu Paper styles overriding in the theme (#36316) @Paatus
1624
+
1625
+ ### `@mui/lab@5.0.0-alpha.122`
1626
+
1627
+ - &#8203;<!-- 05 -->[TreeView] Fix Tree View inside shadow root crashes (#36225) @NoFr1ends
1628
+
1629
+ ### `@mui/system@5.11.12`
1630
+
1631
+ #### Breaking changes
1632
+
1633
+ - &#8203;<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
1634
+
1635
+ 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:
1636
+
1637
+ ```diff
1638
+ import {
1639
+ unstable_createCssVarsProvider as createCssVarsProvider,
1640
+ + unstable_createCssVarsTheme as createCssVarsTheme,
1641
+ } from '@mui/system';
1642
+
1643
+ const { CssVarsProvider } = createCssVarsProvider({
1644
+ - theme: {
1645
+ + theme: createCssVarsTheme({
1646
+ colorSchemes: {
1647
+ light: {
1648
+ typography: {
1649
+ htmlFontSize: '16px',
1650
+ h1: {
1651
+ fontSize: '1rem',
1652
+ fontWeight: 500,
1653
+ },
1654
+ },
1655
+ },
1656
+ },
1657
+ + shouldSkipGeneratingVar: (keys) => keys[0] === 'typography' && keys[1] === 'h1',
1658
+ - },
1659
+ + }),
1660
+ defaultColorScheme: 'light',
1661
+ - shouldSkipGeneratingVar: (keys) => keys[0] === 'typography' && keys[1] === 'h1',
1662
+ });
1663
+ ```
1664
+
1665
+ Or you can define it directly in the theme prop:
1666
+
1667
+ ```diff
1668
+ <CssVarsProvider
1669
+ + theme={createCssVarsProvider({
1670
+ + // other theme keys
1671
+ + shouldSkipGeneratingVar: (keys) => keys[0] === 'typography' && keys[1] === 'h1'
1672
+ + })} />
1673
+ ```
1674
+
1675
+ This breaking change **only** affects experimental APIs
1676
+
1677
+ ### `@mui/base@5.0.0-alpha.120`
1678
+
1679
+ #### Breaking changes
1680
+
1681
+ - &#8203;<!-- 27 -->[Select][base] Add the multiselect functionality to SelectUnstyled (#36274) @michaldudak
1682
+
1683
+ The MultiSelectUnstyled was removed. The `SelectUnstyled` component with the `multiple` prop should be used instead. Additionally, the SelectUnstyledProps received a second generic parameter: `Multiple extends boolean`. If you deal with strictly single- or multi-select components, you can hard-code this parameter to `false` or `true`, respectively. Below is an example of how the migration should look like:
1684
+
1685
+ ```diff
1686
+ -import MultiSelectUnstyled from '@mui/base/MultiSelectUnstyled';
1687
+ +import SelectUnstyled from '@mui/base/SelectUnstyled';
1688
+
1689
+ export default App() {
1690
+ -return <MultiSelectUnstyled />
1691
+ +return <SelectUnstyled multiple />
1692
+ }
1693
+ ```
1694
+
1695
+ #### Changes
1696
+
1697
+ - &#8203;<!-- 34 -->[useSnackBar] Add explicit return type (#36052) @sai6855
1698
+ - &#8203;<!-- 04 -->[useMenu] Fix `import type` syntax (#36411) @ZeeshanTamboli
1699
+ - &#8203;<!-- 03 -->[useSwitch] Add explicit return type (#36050) @sai6855
1700
+
1701
+ ### `@mui/joy@5.0.0-alpha.70`
1702
+
1703
+ #### Breaking changes
1704
+
1705
+ - &#8203;<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
1706
+
1707
+ Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
1708
+
1709
+ ```diff
1710
+ -<List sx={{ py: 'var(--List-divider-gap)' }}>
1711
+ +<List sx={{ py: 'var(--ListDivider-gap)' }}>
1712
+ -<Switch sx={{ '--Switch-track-width': '40px' }}>
1713
+ +<Switch sx={{ '--Switch-trackWidth': '40px' }}>
1714
+ ```
1715
+
1716
+ #### Changes
1717
+
1718
+ - &#8203;<!-- 28 -->[Autocomplete][joy] Add disabled class to the popup indicator (#36397) @hbjORbj
1719
+ - &#8203;<!-- 08 -->[Joy] Fix broken loading button in Safari (#36298) @Kuba429
1720
+
1721
+ ### Docs
1722
+
1723
+ - &#8203;<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
1724
+ - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
1725
+ - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
1726
+ - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
1727
+ - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
1728
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
1729
+ - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
1730
+ - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
1731
+ - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
1732
+ - &#8203;<!-- 16 -->[docs][joy] Build TS versions for Radio component demos (#36406) @sai6855
1733
+ - &#8203;<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
1734
+ - &#8203;<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
1735
+ - &#8203;<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
1736
+ - &#8203;<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
1737
+ - &#8203;<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
1738
+ - &#8203;<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
1739
+
1740
+ ### Core
1741
+
1742
+ - &#8203;<!-- 31 -->Revert "Bump rimraf to ^4.1.3" (#36420) @mnajdova
1743
+ - &#8203;<!-- 25 -->[core] Fix test utils types and external `buildApiUtils` usage issues (#36310) @LukasTy
1744
+ - &#8203;<!-- 06 -->[test] Remove duplicate `combobox` role queries in Autocomplete tests (#36394) @ZeeshanTamboli
1745
+ - &#8203;<!-- 02 -->[website] Clarify redistribution @oliviertassinari
1746
+ - &#8203;<!-- 01 -->[website] Sync /about page (#36334) @oliviertassinari
1747
+
1748
+ All contributors of this release in alphabetical order: @cherniavskii, @hbjORbj, @joserodolfofreitas, @Kuba429, @Kundan28, @LukasTy, @MBilalShafi, @michaldudak, @mnajdova, @NoFr1ends, @oliviertassinari, @Osman-Sodefa, @Paatus, @sai6855, @SaidMarar, @varunmulay22, @ZeeshanTamboli
1749
+
3
1750
  ## 5.11.11
4
1751
 
5
1752
  <!-- generated comparing v5.11.10..master -->
@@ -8,7 +1755,7 @@ _Feb 27, 2023_
8
1755
 
9
1756
  A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
10
1757
 
11
- - ๐Ÿ“š added API documentation for the slots in MUI Base and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
1758
+ - ๐Ÿ“š 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)
12
1759
  - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
13
1760
 
14
1761
  ### `@mui/material@5.11.11`
@@ -245,7 +1992,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
245
1992
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
246
1993
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
247
1994
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
248
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
1995
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
249
1996
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
250
1997
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
251
1998
 
@@ -377,7 +2124,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
377
2124
  + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
378
2125
  ```
379
2126
 
380
- The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
2127
+ The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base-ui/react-slider/#value-label
381
2128
 
382
2129
  - The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
383
2130
 
@@ -461,7 +2208,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
461
2208
 
462
2209
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
463
2210
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
464
- - [docs] Clarify where to find docs for MUI Base components in Material UI (#35799) @samuelsycamore
2211
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
465
2212
  - [docs] Fix typos (#35814) @alexfauquette
466
2213
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
467
2214
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -572,7 +2319,7 @@ _Dec 26, 2022_
572
2319
 
573
2320
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
574
2321
 
575
- - โš™๏ธ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
2322
+ - โš™๏ธ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
576
2323
  - Many other ๐Ÿ› bug fixes abd ๐Ÿ“š documentation improvements.
577
2324
 
578
2325
  ### `@mui/material@5.11.2`
@@ -749,7 +2496,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
749
2496
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
750
2497
  - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
751
2498
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
752
- - [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
2499
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
753
2500
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
754
2501
  - [docs] Update callouts design (#35390) @danilo-leal
755
2502
  - [website] New wave of open roles (#35240) @mnajdova
@@ -824,7 +2571,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
824
2571
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
825
2572
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
826
2573
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
827
- - &#8203;<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
2574
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
828
2575
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
829
2576
  - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
830
2577
 
@@ -1157,7 +2904,7 @@ _Oct 25, 2022_
1157
2904
 
1158
2905
  A big thanks to the 10 contributors who made this release possible. Here are some highlights โœจ:
1159
2906
 
1160
- - ๐Ÿ”ง Moved `components` to `slots` prop starting at MUI Base to create consistency across products
2907
+ - ๐Ÿ”ง Moved `components` to `slots` prop starting at Base UI to create consistency across products
1161
2908
  - Many other ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements
1162
2909
 
1163
2910
  ### `@mui/material@5.10.11`
@@ -1239,7 +2986,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1239
2986
 
1240
2987
  - ๐Ÿ–Œ Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
1241
2988
  - ๐Ÿš€ The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
1242
- - โš™๏ธ We started converting the remaining JS components in MUI Base to TypeScript.
2989
+ - โš™๏ธ We started converting the remaining JS components in Base UI to TypeScript.
1243
2990
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
1244
2991
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1245
2992
 
@@ -1370,7 +3117,7 @@ _Oct 3, 2022_
1370
3117
 
1371
3118
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1372
3119
 
1373
- - ๐Ÿš€ [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
3120
+ - ๐Ÿš€ [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
1374
3121
  - ๐Ÿ“š [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
1375
3122
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1376
3123
 
@@ -1472,7 +3219,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1472
3219
 
1473
3220
  ### Docs
1474
3221
 
1475
- - [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
3222
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
1476
3223
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
1477
3224
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
1478
3225
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -1558,7 +3305,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
1558
3305
  - [docs] Fix 301 link to external projects @oliviertassinari
1559
3306
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
1560
3307
  - [docs] Fix broken links (#34320) @alexfauquette
1561
- - [docs] Add notification for MUI Base announcement post (#34295) @samuelsycamore
3308
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
1562
3309
  - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
1563
3310
  - [website] Improve security header @oliviertassinari
1564
3311
 
@@ -1579,7 +3326,7 @@ _Sep 12, 2022_
1579
3326
 
1580
3327
  A big thanks to the 12 contributors who made this release possible. Here are some highlights โœจ:
1581
3328
 
1582
- - ๐Ÿš€ [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
3329
+ - ๐Ÿš€ [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
1583
3330
  - ๐Ÿš€ 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
1584
3331
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1585
3332
 
@@ -1602,7 +3349,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1602
3349
 
1603
3350
  ### Docs
1604
3351
 
1605
- - &#8203;<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
3352
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
1606
3353
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
1607
3354
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
1608
3355
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -2098,7 +3845,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2098
3845
  - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
2099
3846
  - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
2100
3847
  - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
2101
- - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
3848
+ - โš ๏ธ **[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
2102
3849
  - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
2103
3850
  - our documentation site is now running with React 18! (#33196) @mnajdova
2104
3851
 
@@ -2124,7 +3871,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2124
3871
 
2125
3872
  - [lab] Remove the pickers (#33386) @flaviendelangle
2126
3873
 
2127
- The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
3874
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
2128
3875
 
2129
3876
  **Changes**
2130
3877
 
@@ -2157,8 +3904,8 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2157
3904
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
2158
3905
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
2159
3906
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
2160
- - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
2161
- - [examples] Add MUI base example (#33154) @siriwatknp
3907
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
3908
+ - [examples] Add Base UI example (#33154) @siriwatknp
2162
3909
 
2163
3910
  ### Core
2164
3911
 
@@ -2177,7 +3924,7 @@ _Jul 4, 2022_
2177
3924
 
2178
3925
  A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
2179
3926
 
2180
- - ๐Ÿ› Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
3927
+ - ๐Ÿ› Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
2181
3928
  - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
2182
3929
  - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
2183
3930
 
@@ -2206,7 +3953,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2206
3953
 
2207
3954
  ### `@mui/base@5.0.0-alpha.88`
2208
3955
 
2209
- - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
3956
+ - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
2210
3957
  - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
2211
3958
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
2212
3959
 
@@ -2331,7 +4078,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2331
4078
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
2332
4079
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
2333
4080
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
2334
- - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
4081
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
2335
4082
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
2336
4083
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
2337
4084
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -2409,7 +4156,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2409
4156
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
2410
4157
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
2411
4158
  - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
2412
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
4159
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
2413
4160
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
2414
4161
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
2415
4162
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -2845,7 +4592,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2845
4592
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
2846
4593
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
2847
4594
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
2848
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
4595
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
2849
4596
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
2850
4597
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
2851
4598
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
@@ -3099,7 +4846,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3099
4846
 
3100
4847
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
3101
4848
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
3102
- - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
4849
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
3103
4850
 
3104
4851
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
3105
4852
 
@@ -3326,7 +5073,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3326
5073
 
3327
5074
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
3328
5075
 
3329
- `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
5076
+ `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:
3330
5077
 
3331
5078
  ```diff
3332
5079
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -3648,7 +5395,7 @@ _Feb 1, 2022_
3648
5395
 
3649
5396
  A big thanks to the 22 contributors who made this release possible. Here are some highlights โœจ:
3650
5397
 
3651
- - ๐Ÿ›  @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) (#28241)
5398
+ - ๐Ÿ›  @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
3652
5399
  - Number of ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
3653
5400
 
3654
5401
  ### `@mui/material@5.4.0`
@@ -4107,7 +5854,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4107
5854
 
4108
5855
  ### Core
4109
5856
 
4110
- - &#8203;<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
5857
+ - &#8203;<!-- 23 -->[core] Fix link to Openย Collective @oliviertassinari
4111
5858
  - &#8203;<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
4112
5859
  - &#8203;<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
4113
5860
  - &#8203;<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
@@ -5101,7 +6848,7 @@ _Sep 1, 2021_
5101
6848
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
5102
6849
 
5103
6850
  - ๐ŸŽ‰ Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
5104
- - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
6851
+ - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
5105
6852
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
5106
6853
 
5107
6854
  ### `@mui/material@5.0.0-rc.0`
@@ -5112,7 +6859,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5112
6859
 
5113
6860
  replace `@material-ui/*` prefix with `@mui/*`:
5114
6861
 
5115
- ```sh
6862
+ ```bash
5116
6863
  @material-ui/system -> @mui/system
5117
6864
  @material-ui/styles -> @mui/styles
5118
6865
  @material-ui/lab -> @mui/lab
@@ -5125,7 +6872,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5125
6872
 
5126
6873
  except these 3 packages that are renamed.
5127
6874
 
5128
- ```sh
6875
+ ```bash
5129
6876
  @material-ui/core => @mui/material // represents Material Design components.
5130
6877
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
5131
6878
  @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
@@ -5133,7 +6880,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5133
6880
 
5134
6881
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
5135
6882
 
5136
- We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
6883
+ We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) for smooth migration.
5137
6884
 
5138
6885
  #### Changes
5139
6886
 
@@ -6268,7 +8015,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6268
8015
 
6269
8016
  - ๐Ÿ‘ฉโ€๐ŸŽค We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
6270
8017
  - ๐Ÿ“ฆ Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
6271
- - โš’๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
8018
+ - โš’๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
6272
8019
  - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
6273
8020
 
6274
8021
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -8536,7 +10283,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8536
10283
 
8537
10284
  - [Box] Remove deprecated props (#23716) @mnajdova
8538
10285
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
8539
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
10286
+ Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#box-sx-prop).
8540
10287
 
8541
10288
  ```diff
8542
10289
  -<Box p={2} bgcolor="primary.main">
@@ -8787,11 +10534,11 @@ _Nov 14, 2020_
8787
10534
  A big thanks to the 34 contributors who made this release possible. Here are some highlights โœจ:
8788
10535
 
8789
10536
  - ๐Ÿ“… Migrate the date picker to the lab (#22692) @dmtrKovalenko.
8790
- We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
10537
+ We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high-quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
8791
10538
 
8792
10539
  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.
8793
10540
 
8794
- - ๐Ÿ“š Revamp the documentation for [the system](https://mui.com/system/getting-started/overview/). 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.
10541
+ - ๐Ÿ“š 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.
8795
10542
  - ๐Ÿ‘ฉโ€๐ŸŽจ Upgrade emotion to v11 (#23007) @mnajdova.
8796
10543
  - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
8797
10544
 
@@ -8823,7 +10570,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
8823
10570
  - [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
8824
10571
  - [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
8825
10572
  - [Tooltip] Long press select text on iOS (#23466) @hmaddisb
8826
- - [Tooltip] Unexpected behaviour onOpen/onClose (#23482) @brorlarsnicklas
10573
+ - [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
8827
10574
 
8828
10575
  ### `@material-ui/lab@v5.0.0-alpha.16`
8829
10576
 
@@ -8891,7 +10638,7 @@ _Nov 4, 2020_
8891
10638
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
8892
10639
 
8893
10640
  - โš›๏ธ Add support for React 17 (#23311) @eps1lon.
8894
- 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://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
10641
+ 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`.
8895
10642
  - ๐Ÿ›  Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
8896
10643
  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.
8897
10644
 
@@ -9193,7 +10940,7 @@ Here are some highlights โœจ:
9193
10940
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
9194
10941
 
9195
10942
  - ๐Ÿš€ Improve the internal benchmark suite (#22923, #23058) @mnajdova.
9196
- This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/overview/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
10943
+ This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
9197
10944
  - โœ๏ธ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
9198
10945
  - ๐Ÿ™ Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
9199
10946
  - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
@@ -9534,7 +11281,7 @@ Here are some highlights โœจ:
9534
11281
 
9535
11282
  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.
9536
11283
 
9537
- Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/overview/)).
11284
+ Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/)).
9538
11285
 
9539
11286
  This change has been in our roadmap for more than a year.
9540
11287
  We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
@@ -9820,13 +11567,13 @@ Here are some highlights โœจ:
9820
11567
 
9821
11568
  Before:
9822
11569
 
9823
- ```sh
11570
+ ```bash
9824
11571
  theme.spacing(2) => 16
9825
11572
  ```
9826
11573
 
9827
11574
  After:
9828
11575
 
9829
- ```sh
11576
+ ```bash
9830
11577
  theme.spacing(2) => '16px'
9831
11578
  ```
9832
11579
 
@@ -9900,7 +11647,7 @@ Here are some highlights โœจ:
9900
11647
  #### Breaking changes
9901
11648
 
9902
11649
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
9903
- Depending on your use case either use a [callback ref](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
11650
+ 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.
9904
11651
 
9905
11652
  #### Changes
9906
11653
 
@@ -10363,7 +12110,7 @@ Here are some highlights โœจ:
10363
12110
 
10364
12111
  - [RootRef] Remove component (#21974) @eps1lon
10365
12112
  This component was removed. You can get a reference to the underlying DOM node of our components via `ref` prop.
10366
- The component relied on [`ReactDOM.findDOMNode`](https://reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
12113
+ The component relied on [`ReactDOM.findDOMNode`](https://legacy.reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://legacy.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
10367
12114
 
10368
12115
  ```diff
10369
12116
  -<RootRef rootRef={ref}>
@@ -10787,7 +12534,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
10787
12534
  />
10788
12535
  ```
10789
12536
 
10790
- - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
12537
+ - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/) (#21413) @mnajdova.
10791
12538
 
10792
12539
  ```diff
10793
12540
  -import Typography from '@material-ui/core/Typography';