@mui/styled-engine-sc 6.0.0-alpha.11 → 6.0.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,247 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.6
4
+
5
+ <!-- generated comparing v5.15.5..master -->
6
+
7
+ _Jan 22, 2024_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.15.6`
13
+
14
+ - &#8203;<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
15
+ - &#8203;<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
16
+ - &#8203;<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
17
+ - &#8203;<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
18
+
19
+ ### `@mui/base@5.0.0-beta.33`
20
+
21
+ - &#8203;<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
22
+ - &#8203;<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
23
+ - &#8203;<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
24
+
25
+ ### `@mui/system@5.15.6`
26
+
27
+ - &#8203;<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
28
+ - &#8203;<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
29
+
30
+ ### `@mui/icons-material@5.15.6`
31
+
32
+ - &#8203;<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
33
+
34
+ ### Docs
35
+
36
+ - &#8203;<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
37
+ - &#8203;<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
38
+ - &#8203;<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
39
+ - &#8203;<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
40
+ - &#8203;<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
41
+ - &#8203;<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
42
+ - &#8203;<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
43
+ - &#8203;<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
44
+ - &#8203;<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
45
+ - &#8203;<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
46
+ - &#8203;<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
47
+
48
+ ### Core
49
+
50
+ - &#8203;<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
51
+ - &#8203;<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
52
+ - &#8203;<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
53
+ - &#8203;<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
54
+ - &#8203;<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
55
+ - &#8203;<!-- 19 -->[core] Polish issue templates @oliviertassinari
56
+ - &#8203;<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
57
+ - &#8203;<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
58
+ - &#8203;<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
59
+
60
+ All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
61
+
62
+ ## v5.15.5
63
+
64
+ <!-- generated comparing v5.15.4..master -->
65
+
66
+ _Jan 17, 2024_
67
+
68
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
69
+
70
+ - Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
71
+ - Bug fixes, and a lot of improvements to code and docs infra
72
+
73
+ ### `@mui/material@5.15.5`
74
+
75
+ - &#8203;<!-- 42 -->[Accordion] Deprecate \*Props props and classes for v6 (#40418) @DiegoAndai
76
+ - &#8203;<!-- 41 -->[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props (#40551) @2metres
77
+ - &#8203;<!-- 27 -->[Dialog] Remove deprecated onBackdropClick from Dialog tests (#40505) @sai6855
78
+ - &#8203;<!-- 26 -->[Divider] Deprecate props and classes for v6 (#40563) @sai6855
79
+
80
+ ### `@mui/material-next@6.0.0-alpha.118`
81
+
82
+ - &#8203;<!-- 36 -->[ButtonGroup] Apply MD3 style to `ButtonGroup` (#40124) @lhilgert9
83
+
84
+ ### `@mui/base@5.0.0-beta.32`
85
+
86
+ #### Breaking changes
87
+
88
+ - &#8203;<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
89
+
90
+ The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`)
91
+
92
+ To adapt your code to the new pattern:
93
+
94
+ - replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.),
95
+ - replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.).
96
+
97
+ #### Changes
98
+
99
+ - &#8203;<!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
100
+ - &#8203;<!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
101
+
102
+ ### `@mui/joy@5.0.0-beta.23`
103
+
104
+ - &#8203;<!-- 11 -->[ModalDialog] Fix ModalDialog layout prop override (#40512) @maakcode
105
+ - &#8203;<!-- 10 -->[RadioGroup] Allow zero number as a value (#40344) @aacevski
106
+
107
+ ### `@mui/codemod@5.15.5`
108
+
109
+ - &#8203;<!-- 31 -->Allow `json` files to be transformed (#40536) @ZeeshanTamboli
110
+
111
+ ### `@mui/lab@5.0.0-alpha.161`
112
+
113
+ - &#8203;<!-- 09 -->Update `@mui/material` peer dependency version (#40528) @ZeeshanTamboli
114
+
115
+ ### `@mui/material-nextjs@5.15.5`
116
+
117
+ - &#8203;<!-- 08 -->Fix release script (#40519) @petrovmiroslav
118
+ - &#8203;<!-- 07 -->Support Nonces in the App Router Provider (#40269) @josh-feldman
119
+ - &#8203;<!-- 06 -->Polish @mui/material-nextjs (#40473) @oliviertassinari
120
+
121
+ ### `@mui/system@5.15.5`
122
+
123
+ - &#8203;<!-- 05 -->Fix import path for @mui/system in vite apps (#40490) @brijeshb42
124
+ - &#8203;<!-- 02 -->Fix css vars generation and simplify the code (#40530) @siriwatknp
125
+ - &#8203;<!-- 01 -->Identify zero runtime styled path (#40555) @brijeshb42
126
+
127
+ ### Docs
128
+
129
+ - &#8203;<!-- 35 -->[joy-ui][Card] Fix text alignment in horizontal aligned card demo (#40562) @ZeeshanTamboli
130
+ - &#8203;<!-- 25 -->Improve instructions about peer dependencies (#40621) @danilo-leal
131
+ - &#8203;<!-- 24 -->Solve page description length @oliviertassinari
132
+ - &#8203;<!-- 23 -->Fix MUI Treasury links (#40561) @siriwatknp
133
+ - &#8203;<!-- 17 -->[material-ui] Update <ListItem button/> to ListItemButton in demos (#40564) @sai6855
134
+ - &#8203;<!-- 16 -->[material-ui] Revise the Snackbar page (#39298) @danilo-leal
135
+ - &#8203;<!-- 15 -->[material-ui] Sharpen Material 3 copy on demo pages (#40546) @samuelsycamore
136
+ - &#8203;<!-- 14 -->[material-ui] Fix typo on Next.js integration guide (#40538) @zanivan
137
+ - &#8203;<!-- 13 -->[material-ui][Snackbar] Remove unused `State` interface from Consecutive Snackbars demo (#40410)
138
+ @zinoroman
139
+ - &#8203;<!-- 12 -->[website] Resolve broken links reported by `docs:link-check` (#40547) @samuelsycamore
140
+
141
+ ### Core
142
+
143
+ - &#8203;<!-- 37 -->[blog] Fix 404 link to MUI Treasury @oliviertassinari
144
+ - &#8203;<!-- 34 -->[code-infra] Add `run` command to deploy docs (#40513) @siriwatknp
145
+ - &#8203;<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
146
+ - &#8203;<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
147
+ - &#8203;<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
148
+ - &#8203;<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
149
+ - &#8203;<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
150
+ - &#8203;<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
151
+ - &#8203;<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
152
+ - &#8203;<!-- 20 -->[docs-infra] Improve API page deprecation info (#40440) @DiegoAndai
153
+ - &#8203;<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
154
+ - &#8203;<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
155
+ - &#8203;<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
156
+ - &#8203;<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
157
+
158
+ All contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
159
+
160
+ ## 5.15.4
161
+
162
+ <!-- generated comparing v5.15.3..master -->
163
+
164
+ _Jan 10, 2024_
165
+
166
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights:
167
+
168
+ - ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
169
+
170
+ ### `@mui/material@5.15.4`
171
+
172
+ - [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
173
+ - [Select] Add form submission regression test (#40176) @mj12albert
174
+ - [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
175
+ - [ClickAwayListener] Fix export of types (#40485) @illume
176
+
177
+ ### `@mui/material-nextjs@5.15.4`
178
+
179
+ - Improve build size issue (#40436) @siriwatknp
180
+
181
+ ### `@mui/icons-material@5.15.4`
182
+
183
+ - Update the icons (#40365) @michaldudak
184
+
185
+ ### `@mui/system@5.15.4`
186
+
187
+ - [zero] Move zero runtime related packages (#40426) @brijeshb42
188
+ - Fix all use of styled(Box) (#40449) @oliviertassinari
189
+
190
+ ### `@mui/utils@5.15.4`
191
+
192
+ - Fix `isPlainObject` to work across realm (#39981) @brijeshb42
193
+
194
+ ### `@mui/base@5.0.0-beta.31`
195
+
196
+ - [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
197
+
198
+ ### `@mui/joy@5.0.0-beta.22`
199
+
200
+ - [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
201
+ - [ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export (#40407) @RiceCrisp
202
+
203
+ ### Docs
204
+
205
+ - [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
206
+ - [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
207
+ - [base-ui] Update the overview page (#40412) @danilo-leal
208
+ - [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
209
+ - [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
210
+ - [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
211
+ - [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
212
+ - [material-ui] Revise the Accordion page (#40284) @anle9650
213
+ - [material-ui] Add docs for complementary Card components (#40346) @anle9650
214
+ - [material-ui] Add Material 3 components page (#40350) @DiegoAndai
215
+ - Fix strange italic style @oliviertassinari
216
+ - Fix references to ESLint @oliviertassinari
217
+ - Fix 301 redirections @oliviertassinari
218
+ - Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
219
+
220
+ ### Core
221
+
222
+ - [examples] Use material-nextjs integration package (#40199) @siriwatknp
223
+ - [code-infra] Configure build dependencies in nx (#40482) @michaldudak
224
+ - [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
225
+ - [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
226
+ - [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
227
+ - [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
228
+ - [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
229
+ - [docs-infra] Fix API table full-width (#40476) @oliviertassinari
230
+ - [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
231
+ - [docs-infra] Remove explicit `mui-x` dependency resolving (#40257) @LukasTy
232
+ - [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
233
+ - [core] Lock file maintenance (#34538) @renovate[bot]
234
+ - [core] Remove duplicate devDependencies (#40438) @michaldudak
235
+ - [core] Remove issue emoji @oliviertassinari
236
+ - [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
237
+ - [core] Change package manager to pnpm (#36287) @Janpot
238
+ - [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
239
+ - [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
240
+ - [website] Fix default social card @oliviertassinari
241
+ - [test] Restore the `t` command (#40430) @michaldudak
242
+
243
+ All contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
244
+
3
245
  ## 5.15.3
4
246
 
5
247
  <!-- generated comparing v5.15.2..master -->
@@ -52,8 +294,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
52
294
  - &#8203;<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
53
295
  - &#8203;<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
54
296
  - &#8203;<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
55
- - &#8203;<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
56
- - &#8203;<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
297
+ - &#8203;<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
298
+ - &#8203;<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
57
299
  - &#8203;<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
58
300
  - &#8203;<!-- 30 -->[docs] Remove old notifications @oliviertassinari
59
301
  - &#8203;<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
@@ -63,7 +305,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
63
305
  - &#8203;<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
64
306
  - &#8203;<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
65
307
  - &#8203;<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
66
- - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
308
+ - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
67
309
  - &#8203;<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
68
310
  - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
69
311
  - &#8203;<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
@@ -79,7 +321,7 @@ _Dec 25, 2023_
79
321
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
80
322
 
81
323
  - 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
82
- - 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
324
+ - 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
83
325
 
84
326
  ### `@mui/material@5.15.2`
85
327
 
@@ -103,7 +345,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
103
345
  ### Docs
104
346
 
105
347
  - &#8203;<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
106
- - &#8203;<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
348
+ - &#8203;<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
107
349
  - &#8203;<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
108
350
  - &#8203;<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
109
351
  - &#8203;<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
@@ -182,7 +424,7 @@ _Dec 11, 2023_
182
424
 
183
425
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
184
426
 
185
- - 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
427
+ - 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
186
428
 
187
429
  ### `@mui/material@5.15.0`
188
430
 
@@ -220,14 +462,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
220
462
  - &#8203;<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
221
463
  - &#8203;<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
222
464
  - &#8203;<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
223
- - &#8203;<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
465
+ - &#8203;<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
224
466
  - &#8203;<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
225
467
  - &#8203;<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
226
468
 
227
469
  ### Core
228
470
 
229
471
  - &#8203;<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
230
- - &#8203;<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
472
+ - &#8203;<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
231
473
  - &#8203;<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
232
474
 
233
475
  All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
@@ -264,7 +506,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
264
506
  - &#8203;<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
265
507
  - &#8203;<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
266
508
  - &#8203;<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
267
- - &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
509
+ - &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
268
510
  - &#8203;<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
269
511
 
270
512
  All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
@@ -277,7 +519,7 @@ _Nov 29, 2023_
277
519
 
278
520
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
279
521
 
280
- - 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
522
+ - 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
281
523
  - 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
282
524
 
283
525
  ### `@mui/material@5.14.19`
@@ -319,7 +561,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
319
561
 
320
562
  - &#8203;<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
321
563
  - &#8203;<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
322
- - &#8203;<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
564
+ - &#8203;<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
323
565
  - &#8203;<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
324
566
  - &#8203;<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
325
567
  - &#8203;<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
@@ -353,7 +595,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
353
595
  - &#8203;<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
354
596
  - &#8203;<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
355
597
  - &#8203;<!-- 02 -->[website] Fix 301 link @oliviertassinari
356
- - &#8203;<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
598
+ - &#8203;<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
357
599
 
358
600
  All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
359
601
 
@@ -399,12 +641,12 @@ A big thanks to the 14 contributors who made this release possible. Here are som
399
641
  - &#8203;<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
400
642
  - &#8203;<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
401
643
  - &#8203;<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
402
- - &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
644
+ - &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
403
645
  - &#8203;<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
404
646
 
405
647
  ## Core
406
648
 
407
- - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
649
+ - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
408
650
  - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
409
651
  - &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
410
652
  - &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
@@ -472,7 +714,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
472
714
  - [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
473
715
  - [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
474
716
  - [core] Speed up the CI by removing the second build (#39684) @michaldudak
475
- - [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
717
+ - [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
476
718
  - [website] List benefits for sponsors (#39640) @oliviertassinari
477
719
  - [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
478
720
  - [test] Fix flaky screenshot (#39711) @oliviertassinari
@@ -659,9 +901,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
659
901
  ### Docs
660
902
 
661
903
  - &#8203;<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
662
- - &#8203;<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
904
+ - &#8203;<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
663
905
  - &#8203;<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
664
- - &#8203;<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
906
+ - &#8203;<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
665
907
  - &#8203;<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
666
908
  - &#8203;<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
667
909
  - &#8203;<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
@@ -896,7 +1138,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
896
1138
  - [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
897
1139
  - [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
898
1140
  - [docs-infra] Improve callouts design (#39084) @danilo-leal
899
- - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
1141
+ - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
900
1142
  - [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
901
1143
  - [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
902
1144
  - [test] Split the test package (#39061) @michaldudak
@@ -975,7 +1217,7 @@ _Sep 13, 2023_
975
1217
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
976
1218
 
977
1219
  - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
978
- - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
1220
+ - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
979
1221
 
980
1222
  ### `@mui/material@5.14.9`
981
1223
 
@@ -1027,7 +1269,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1027
1269
  - &#8203;<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
1028
1270
  - &#8203;<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
1029
1271
  - &#8203;<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
1030
- - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
1272
+ - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
1031
1273
  - &#8203;<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
1032
1274
  - &#8203;<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
1033
1275
  - &#8203;<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
@@ -1048,7 +1290,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1048
1290
  ### Examples
1049
1291
 
1050
1292
  - &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
1051
- - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1293
+ - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1052
1294
 
1053
1295
  ### Core
1054
1296
 
@@ -1067,7 +1309,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1067
1309
  - &#8203;<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
1068
1310
  - &#8203;<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
1069
1311
  - &#8203;<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
1070
- - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
1312
+ - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
1071
1313
 
1072
1314
  All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
1073
1315
 
@@ -1103,7 +1345,7 @@ A big thanks to the 25 contributors who made this release possible.
1103
1345
 
1104
1346
  ### `@mui/lab@5.0.0-alpha.143`
1105
1347
 
1106
- - &#8203;<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
1348
+ - &#8203;<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
1107
1349
  - &#8203;<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
1108
1350
 
1109
1351
  ### `@mui/system@5.14.8`
@@ -1213,7 +1455,7 @@ _Aug 23, 2023_
1213
1455
 
1214
1456
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
1215
1457
 
1216
- - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
1458
+ - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
1217
1459
  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.
1218
1460
  - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
1219
1461
  - 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
@@ -1252,7 +1494,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1252
1494
  - [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
1253
1495
  - [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
1254
1496
  - [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
1255
- - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
1497
+ - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
1256
1498
  - [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
1257
1499
  - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
1258
1500
  - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
@@ -1279,7 +1521,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1279
1521
  - [docs] Clarify System peer dependencies @oliviertassinari
1280
1522
  - [docs] Fix horizontal scrollbar @oliviertassinari
1281
1523
  - [docs] Code style convention @oliviertassinari
1282
- - [docs] Fix typo in Base UI @oliviertassinari
1524
+ - [docs] Fix typo in Base UI @oliviertassinari
1283
1525
  - [docs] Update the backers page (#38505) @danilo-leal
1284
1526
  - [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
1285
1527
  - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
@@ -1314,9 +1556,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1314
1556
  - [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
1315
1557
  - [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
1316
1558
  - [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
1317
- - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
1318
- - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
1319
- - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
1559
+ - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
1560
+ - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
1561
+ - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
1320
1562
  - [website] Fix reference to the data grid @oliviertassinari
1321
1563
  - [website] Configure Apple Pay @oliviertassinari
1322
1564
  - [website] Fix template link on the homepage (#38471) @danilo-leal
@@ -1331,7 +1573,7 @@ _Aug 14, 2023_
1331
1573
 
1332
1574
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1333
1575
 
1334
- - @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)
1576
+ - @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)
1335
1577
 
1336
1578
  ### `@mui/material@5.14.5`
1337
1579
 
@@ -1357,7 +1599,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1357
1599
 
1358
1600
  ### Docs
1359
1601
 
1360
- - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
1602
+ - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
1361
1603
  - &#8203;<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
1362
1604
  - &#8203;<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
1363
1605
  - &#8203;<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
@@ -1386,7 +1628,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1386
1628
  - &#8203;<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
1387
1629
  - &#8203;<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
1388
1630
  - &#8203;<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
1389
- - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
1631
+ - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
1390
1632
  - &#8203;<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
1391
1633
  - &#8203;<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
1392
1634
  - &#8203;<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
@@ -1401,7 +1643,7 @@ _Aug 8, 2023_
1401
1643
 
1402
1644
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1403
1645
 
1404
- - 🎉 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
1646
+ - 🎉 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
1405
1647
 
1406
1648
  ### `@mui/material@5.14.4`
1407
1649
 
@@ -1418,7 +1660,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1418
1660
 
1419
1661
  - &#8203;<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
1420
1662
 
1421
- Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
1663
+ Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
1422
1664
  This was changed to improve consistency and avoid problems some bundlers have with default exports.
1423
1665
  See https://github.com/mui/material-ui/issues/21862 for more context.
1424
1666
 
@@ -1468,10 +1710,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1468
1710
  - &#8203;<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
1469
1711
 
1470
1712
  - &#8203;<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
1471
- - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
1713
+ - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
1472
1714
  - &#8203;<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
1473
1715
  - &#8203;<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
1474
- - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
1716
+ - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
1475
1717
  - &#8203;<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
1476
1718
  - &#8203;<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
1477
1719
  - &#8203;<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
@@ -1501,7 +1743,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1501
1743
 
1502
1744
  - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
1503
1745
  - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
1504
- - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
1746
+ - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
1505
1747
  - 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
1506
1748
 
1507
1749
  ### `@mui/material@5.14.3`
@@ -1569,7 +1811,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1569
1811
 
1570
1812
  ### Core
1571
1813
 
1572
- - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
1814
+ - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
1573
1815
  - &#8203;<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
1574
1816
  - &#8203;<!-- 45 -->[core] Remove dead code @oliviertassinari
1575
1817
  - &#8203;<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
@@ -1609,7 +1851,7 @@ A big thanks to the 23 contributors who made this release possible.
1609
1851
  - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
1610
1852
  - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
1611
1853
  - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
1612
- - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
1854
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
1613
1855
  - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
1614
1856
  - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
1615
1857
  - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
@@ -1631,11 +1873,11 @@ A big thanks to the 23 contributors who made this release possible.
1631
1873
  - &#8203;<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
1632
1874
  - &#8203;<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
1633
1875
  - &#8203;<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
1634
- - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
1876
+ - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
1635
1877
  - &#8203;<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
1636
1878
  - &#8203;<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
1637
1879
  - &#8203;<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
1638
- - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
1880
+ - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
1639
1881
  - &#8203;<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
1640
1882
  - &#8203;<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
1641
1883
  - &#8203;<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
@@ -1653,7 +1895,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1653
1895
  - 💫 Introducing some new components for Joy UI:
1654
1896
  - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
1655
1897
  - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
1656
- - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
1898
+ - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
1657
1899
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
1658
1900
 
1659
1901
  ### `@mui/material@5.14.1`
@@ -1685,14 +1927,14 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1685
1927
  ### Docs
1686
1928
 
1687
1929
  - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
1688
- - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
1689
- - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
1930
+ - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
1931
+ - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
1690
1932
  - &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
1691
1933
  - &#8203;<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
1692
1934
  - &#8203;<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
1693
- - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
1935
+ - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
1694
1936
  - &#8203;<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
1695
- - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
1937
+ - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
1696
1938
  - &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
1697
1939
  - &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
1698
1940
  - &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
@@ -1702,7 +1944,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1702
1944
  ### Core
1703
1945
 
1704
1946
  - &#8203;<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
1705
- - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
1947
+ - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
1706
1948
  - &#8203;<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
1707
1949
  - &#8203;<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
1708
1950
  - &#8203;<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
@@ -1718,15 +1960,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1718
1960
  - &#8203;<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
1719
1961
  - &#8203;<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
1720
1962
  - &#8203;<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
1721
- - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
1963
+ - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
1722
1964
  - &#8203;<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
1723
1965
  - &#8203;<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
1724
1966
  - &#8203;<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
1725
1967
  - &#8203;<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
1726
1968
  - &#8203;<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
1727
1969
  - &#8203;<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
1728
- - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
1729
- - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
1970
+ - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
1971
+ - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
1730
1972
  - &#8203;<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
1731
1973
  - &#8203;<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
1732
1974
  - &#8203;<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
@@ -1741,11 +1983,11 @@ _Jul 11, 2023_
1741
1983
 
1742
1984
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1743
1985
 
1744
- - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
1986
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
1745
1987
  - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
1746
- - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
1988
+ - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
1747
1989
  - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
1748
- - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
1990
+ - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
1749
1991
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
1750
1992
 
1751
1993
  ### `@mui/material@5.14.0`
@@ -1790,7 +2032,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1790
2032
 
1791
2033
  ### Core
1792
2034
 
1793
- - [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
2035
+ - [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
1794
2036
  - [core] Fix imports to React (#37863) @oliviertassinari
1795
2037
  - [core] Disambiguate eslint plugin name @oliviertassinari
1796
2038
  - [core] Sync the lint script name with the other repositories @oliviertassinari
@@ -1840,16 +2082,16 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
1840
2082
 
1841
2083
  - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
1842
2084
  - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
1843
- - [docs][base] Make Base UI input demos denser (#37750) @zanivan
1844
- - [docs][base] Make Base UI button demos denser (#37689) @zanivan
2085
+ - [docs][base] Make Base UI input demos denser (#37750) @zanivan
2086
+ - [docs][base] Make Base UI button demos denser (#37689) @zanivan
1845
2087
  - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
1846
2088
  - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
1847
- - [docs] Improve Base UI index page (#37761) @oliviertassinari
2089
+ - [docs] Improve Base UI index page (#37761) @oliviertassinari
1848
2090
  - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
1849
2091
  - [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
1850
2092
  - [docs] Shorten overview page URLs (#37660) @oliviertassinari
1851
2093
  - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
1852
- - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
2094
+ - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
1853
2095
  - [docs] Rename product to productId (#37801) @siriwatknp
1854
2096
  - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
1855
2097
 
@@ -1878,7 +2120,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
1878
2120
  - [test] Fix test:e2e local run (#37719) @oliviertassinari
1879
2121
  - [test] Remove failing test in dev @oliviertassinari
1880
2122
  - [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
1881
- - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
2123
+ - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
1882
2124
  - [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
1883
2125
  - [website] Match Copyright with the rest of the website @oliviertassinari
1884
2126
  - [website] Support deep linking to pricing FAQ @oliviertassinari
@@ -1892,12 +2134,12 @@ _Jun 21, 2023_
1892
2134
  A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
1893
2135
 
1894
2136
  - 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
1895
- - 📚 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
2137
+ - 📚 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
1896
2138
 
1897
2139
  ### `@mui/material@5.13.6`
1898
2140
 
1899
2141
  - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
1900
- - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
2142
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
1901
2143
  - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
1902
2144
  - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
1903
2145
  - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
@@ -1928,15 +2170,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1928
2170
 
1929
2171
  ### Docs
1930
2172
 
1931
- - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
2173
+ - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
1932
2174
  - &#8203;<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
1933
2175
  - &#8203;<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
1934
- - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
2176
+ - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
1935
2177
  - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
1936
2178
  - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
1937
2179
  - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
1938
2180
  - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
1939
- - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
2181
+ - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
1940
2182
  - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
1941
2183
  - &#8203;<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
1942
2184
  - &#8203;<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
@@ -1944,17 +2186,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1944
2186
  - &#8203;<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
1945
2187
  - &#8203;<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
1946
2188
  - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
1947
- - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
2189
+ - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
1948
2190
  - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
1949
2191
  - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
1950
2192
  - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
1951
- - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
2193
+ - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
1952
2194
  - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
1953
2195
  - &#8203;<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
1954
2196
  - &#8203;<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
1955
2197
  - &#8203;<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
1956
2198
  - &#8203;<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
1957
- - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
2199
+ - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
1958
2200
 
1959
2201
  ### Core
1960
2202
 
@@ -1992,7 +2234,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
1992
2234
  - &#8203;<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
1993
2235
  - &#8203;<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
1994
2236
  - &#8203;<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
1995
- - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
2237
+ - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
1996
2238
  - &#8203;<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
1997
2239
  - &#8203;<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
1998
2240
  - &#8203;<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
@@ -2040,11 +2282,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
2040
2282
  - &#8203;<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
2041
2283
  - &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
2042
2284
  - &#8203;<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
2043
- - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
2285
+ - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
2044
2286
  - &#8203;<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
2045
2287
  - &#8203;<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
2046
- - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
2047
- - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
2288
+ - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
2289
+ - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
2048
2290
  - &#8203;<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
2049
2291
  - &#8203;<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
2050
2292
 
@@ -2091,7 +2333,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
2091
2333
  ### Docs
2092
2334
 
2093
2335
  - &#8203;<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
2094
- - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
2336
+ - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
2095
2337
  - &#8203;<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
2096
2338
  - &#8203;<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
2097
2339
  - &#8203;<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
@@ -2130,7 +2372,7 @@ A big thanks to the 12 contributors who made this release possible.
2130
2372
  - [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
2131
2373
  - [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
2132
2374
  - [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
2133
- - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
2375
+ - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
2134
2376
  - [docs] Prefer to link GitHub repository @oliviertassinari
2135
2377
  - [docs] Move product versions to page context (#35078) @m4theushw
2136
2378
  - [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
@@ -2195,8 +2437,8 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2195
2437
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2196
2438
  - [docs] Update theme customization typescript (#35551) @siriwatknp
2197
2439
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
2198
- - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2199
- - [docs] Improve Base UI overview page (#37227) @mnajdova
2440
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2441
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
2200
2442
  - [docs] Update Joy + Material guide (#36911) @cherniavskii
2201
2443
 
2202
2444
  ### Core
@@ -2218,7 +2460,7 @@ _May 10, 2023_
2218
2460
 
2219
2461
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2220
2462
 
2221
- - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2463
+ - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2222
2464
  - 🗺 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.
2223
2465
  - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
2224
2466
 
@@ -2251,10 +2493,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2251
2493
 
2252
2494
  ### Docs
2253
2495
 
2254
- - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
2496
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
2255
2497
  - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
2256
2498
  - [docs] Improve "Example projects" page design (#37007) @danilo-leal
2257
- - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
2499
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
2258
2500
  - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
2259
2501
  - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
2260
2502
  - [docs] Update links to the public roadmap (#36995) @mnajdova
@@ -2263,7 +2505,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2263
2505
 
2264
2506
  ### Core
2265
2507
 
2266
- - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
2508
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
2267
2509
  - [core] Add VSCode extensions recommendations (#37166) @michaldudak
2268
2510
  - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
2269
2511
  - [website] Update the active positions (#37075) @DanailH
@@ -2280,7 +2522,7 @@ _May 2, 2023_
2280
2522
 
2281
2523
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2282
2524
 
2283
- - all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
2525
+ - all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
2284
2526
  - 🐛 bug fixes and 📚 documentation improvements.
2285
2527
 
2286
2528
  ### `@mui/material@5.12.3`
@@ -2350,7 +2592,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2350
2592
 
2351
2593
  - &#8203;<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
2352
2594
 
2353
- Brought consistency to Base UI components and hooks' parameters and return values:
2595
+ Brought consistency to Base UI components and hooks' parameters and return values:
2354
2596
 
2355
2597
  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.
2356
2598
  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.
@@ -2364,11 +2606,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2364
2606
 
2365
2607
  ### Docs
2366
2608
 
2367
- - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
2368
- - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
2609
+ - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
2610
+ - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
2369
2611
  - &#8203;<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
2370
2612
  - &#8203;<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
2371
- - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
2613
+ - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
2372
2614
  - &#8203;<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
2373
2615
  - &#8203;<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
2374
2616
  - &#8203;<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
@@ -2400,7 +2642,7 @@ _Apr 25, 2023_
2400
2642
 
2401
2643
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
2402
2644
 
2403
- - ⚠️ **[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.
2645
+ - ⚠️ **[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.
2404
2646
  - 🐛 bug fixes and 📚 documentation improvements.
2405
2647
 
2406
2648
  ### `@mui/material@5.12.2`
@@ -2415,7 +2657,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
2415
2657
 
2416
2658
  - &#8203;<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
2417
2659
 
2418
- The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
2660
+ The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
2419
2661
 
2420
2662
  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:
2421
2663
 
@@ -2521,7 +2763,7 @@ A big thanks to the 16 contributors who made this release possible. This release
2521
2763
  - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
2522
2764
  - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
2523
2765
  - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
2524
- - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
2766
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
2525
2767
  - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
2526
2768
  - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
2527
2769
  - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
@@ -2568,7 +2810,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
2568
2810
  - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
2569
2811
  - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
2570
2812
  - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
2571
- - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
2813
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
2572
2814
  - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
2573
2815
  - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
2574
2816
  - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
@@ -2578,7 +2820,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
2578
2820
  ### Core
2579
2821
 
2580
2822
  - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
2581
- - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
2823
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
2582
2824
  - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
2583
2825
  - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
2584
2826
  - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
@@ -2593,7 +2835,7 @@ _Apr 4, 2023_
2593
2835
 
2594
2836
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2595
2837
 
2596
- - 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
2838
+ - 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
2597
2839
  - 🐛 bug fixes and 📚 documentation improvements.
2598
2840
 
2599
2841
  ### `@mui/material@5.11.16`
@@ -2633,7 +2875,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2633
2875
  - [docs] Fix small typo (#36727) @RBerthier
2634
2876
  - [docs] Fix Joy UI template broken image loading @oliviertassinari
2635
2877
  - [docs] Hide the default API column if it's empty (#36715) @mnajdova
2636
- - [docs] Update Material UI Related Projects page (#34203) @viclafouch
2878
+ - [docs] Update Material UI Related Projects page (#34203) @viclafouch
2637
2879
  - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
2638
2880
  - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
2639
2881
  - [docs] Support Google Analytics 4 (#36123) @alexfauquette
@@ -2755,7 +2997,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2755
2997
  - [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
2756
2998
  - [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
2757
2999
  - [website] Designer role changes (#36528) @danilo-leal
2758
- - [website] No association between showcase and MUI @oliviertassinari
2759
3000
  - [website] Open Head of Operations role (#36501) @oliviertassinari
2760
3001
  - [website] Limit sponsors description to two rows @oliviertassinari
2761
3002
 
@@ -2775,13 +3016,13 @@ _Mar 14, 2023_
2775
3016
 
2776
3017
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
2777
3018
 
2778
- - @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)
3019
+ - @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)
2779
3020
  - other 🐛 bug fixes and 📚 documentation improvements.
2780
3021
 
2781
3022
  ### `@mui/material@5.11.13`
2782
3023
 
2783
- - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
2784
- - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
3024
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
3025
+ - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
2785
3026
  - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
2786
3027
 
2787
3028
  ### `@mui/base@5.0.0-alpha.121`
@@ -2796,12 +3037,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2796
3037
 
2797
3038
  - &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
2798
3039
  - &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
2799
- - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
3040
+ - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
2800
3041
  - &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
2801
3042
  - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
2802
3043
  - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
2803
3044
  - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
2804
- - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3045
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
2805
3046
  - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
2806
3047
  - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
2807
3048
  - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
@@ -2837,7 +3078,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2837
3078
 
2838
3079
  - &#8203;<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
2839
3080
 
2840
- 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:
3081
+ 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:
2841
3082
 
2842
3083
  ```diff
2843
3084
  import {
@@ -2926,11 +3167,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2926
3167
  ### Docs
2927
3168
 
2928
3169
  - &#8203;<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
2929
- - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
3170
+ - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
2930
3171
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
2931
3172
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
2932
- - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
2933
- - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
3173
+ - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
3174
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
2934
3175
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
2935
3176
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
2936
3177
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -2960,14 +3201,14 @@ _Feb 27, 2023_
2960
3201
 
2961
3202
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
2962
3203
 
2963
- - 📚 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)
3204
+ - 📚 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)
2964
3205
  - other 🐛 bug fixes and 📚 documentation improvements.
2965
3206
 
2966
3207
  ### `@mui/material@5.11.11`
2967
3208
 
2968
3209
  - &#8203;<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
2969
3210
  - &#8203;<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
2970
- - &#8203;<!-- 10 -->[Stack][material] Use createStack from the system (#33795) @mnajdova
3211
+ - &#8203;<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
2971
3212
  - &#8203;<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
2972
3213
  - &#8203;<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
2973
3214
  - &#8203;<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
@@ -3024,7 +3265,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3024
3265
  - &#8203;<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
3025
3266
  - &#8203;<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
3026
3267
  - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
3027
- - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
3268
+ - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
3028
3269
  - &#8203;<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
3029
3270
  - &#8203;<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
3030
3271
  - &#8203;<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
@@ -3191,13 +3432,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3191
3432
  ### Docs
3192
3433
 
3193
3434
  - &#8203;<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
3194
- - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
3435
+ - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
3195
3436
  - &#8203;<!-- 18 -->[docs] Revert unintended change @oliviertassinari
3196
3437
  - &#8203;<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
3197
3438
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
3198
3439
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
3199
3440
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
3200
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
3441
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
3201
3442
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
3202
3443
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
3203
3444
 
@@ -3280,7 +3521,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3280
3521
  - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
3281
3522
  - &#8203;<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
3282
3523
  - &#8203;<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
3283
- - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
3524
+ - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
3284
3525
  - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
3285
3526
  - &#8203;<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
3286
3527
  - &#8203;<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
@@ -3384,7 +3625,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3384
3625
 
3385
3626
  ### `@mui/material@5.11.5`
3386
3627
 
3387
- - [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
3628
+ - [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
3388
3629
  - [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
3389
3630
  - [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
3390
3631
  - [l10n] Add Belarusian translation (#35742) @volhalink
@@ -3413,7 +3654,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3413
3654
 
3414
3655
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
3415
3656
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
3416
- - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
3657
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
3417
3658
  - [docs] Fix typos (#35814) @alexfauquette
3418
3659
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
3419
3660
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -3427,7 +3668,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3427
3668
  - [website] Improve pricing page (#35767) @oliviertassinari
3428
3669
  - [website] Add Greg in about page (#35816) @oliviertassinari
3429
3670
  - [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
3430
- - [website] Add docs for MUI for Figma @oliviertassinari
3671
+ - [website] Add docs for MUI for Figma @oliviertassinari
3431
3672
 
3432
3673
  All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
3433
3674
 
@@ -3524,7 +3765,7 @@ _Dec 26, 2022_
3524
3765
 
3525
3766
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
3526
3767
 
3527
- - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
3768
+ - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
3528
3769
  - Many other 🐛 bug fixes abd 📚 documentation improvements.
3529
3770
 
3530
3771
  ### `@mui/material@5.11.2`
@@ -3544,7 +3785,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
3544
3785
  - &#8203;<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
3545
3786
  - &#8203;<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
3546
3787
  - &#8203;<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
3547
- - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
3788
+ - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
3548
3789
 
3549
3790
  ### `@mui/joy@5.0.0-alpha.60`
3550
3791
 
@@ -3701,7 +3942,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3701
3942
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
3702
3943
  - [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
3703
3944
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
3704
- - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
3945
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
3705
3946
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
3706
3947
  - [docs] Update callouts design (#35390) @danilo-leal
3707
3948
  - [website] New wave of open roles (#35240) @mnajdova
@@ -3776,9 +4017,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3776
4017
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
3777
4018
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
3778
4019
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
3779
- - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
4020
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
3780
4021
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
3781
- - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
4022
+ - &#8203;<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
3782
4023
 
3783
4024
  ### Core
3784
4025
 
@@ -3786,7 +4027,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3786
4027
  - &#8203;<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
3787
4028
  - &#8203;<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
3788
4029
  - &#8203;<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
3789
- - &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
4030
+ - &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
3790
4031
  - &#8203;<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
3791
4032
 
3792
4033
  All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
@@ -3870,7 +4111,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
3870
4111
  ### Docs
3871
4112
 
3872
4113
  - [docs] Fix a couple documentation errors (#35217) @danilo-leal
3873
- - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
4114
+ - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
3874
4115
  - [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
3875
4116
  - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
3876
4117
  - [docs] Fix typos in section titles (#35025) @iamxukai
@@ -3908,12 +4149,12 @@ _Nov 14, 2022_
3908
4149
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3909
4150
 
3910
4151
  - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
3911
- - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
4152
+ - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
3912
4153
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
3913
4154
 
3914
4155
  ### `@mui/material@5.10.14`
3915
4156
 
3916
- - [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
4157
+ - [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
3917
4158
  - [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
3918
4159
  - [IconButton] custom color causes type error (#34521) @kushagra010
3919
4160
 
@@ -3975,7 +4216,7 @@ _Nov 7, 2022_
3975
4216
 
3976
4217
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
3977
4218
 
3978
- - 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
4219
+ - 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
3979
4220
  - 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
3980
4221
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
3981
4222
 
@@ -4060,7 +4301,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4060
4301
  - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
4061
4302
  - &#8203;<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
4062
4303
  - &#8203;<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
4063
- - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
4304
+ - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
4064
4305
  - &#8203;<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
4065
4306
  - &#8203;<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
4066
4307
  - &#8203;<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
@@ -4072,7 +4313,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4072
4313
  - &#8203;<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
4073
4314
  - &#8203;<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
4074
4315
  - &#8203;<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
4075
- - &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
4316
+ - &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
4076
4317
  - &#8203;<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
4077
4318
  - &#8203;<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
4078
4319
  - &#8203;<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
@@ -4109,7 +4350,7 @@ _Oct 25, 2022_
4109
4350
 
4110
4351
  A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
4111
4352
 
4112
- - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
4353
+ - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
4113
4354
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4114
4355
 
4115
4356
  ### `@mui/material@5.10.11`
@@ -4157,7 +4398,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
4157
4398
  - Revert "[docs] Live demos (#34454)" @oliviertassinari
4158
4399
  - Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
4159
4400
  - [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
4160
- - [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
4401
+ - [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
4161
4402
  - [docs] Polish Crowdin config (#34852) @oliviertassinari
4162
4403
  - [docs] Fix a few style standard deviations @oliviertassinari
4163
4404
  - [docs] Enforce no trailing spaces (#34762) @oliviertassinari
@@ -4191,7 +4432,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4191
4432
 
4192
4433
  - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
4193
4434
  - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
4194
- - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
4435
+ - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
4195
4436
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
4196
4437
  - And more 🐛 bug fixes and 📚 documentation improvements.
4197
4438
 
@@ -4275,11 +4516,11 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4275
4516
 
4276
4517
  - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
4277
4518
 
4278
- The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
4519
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
4279
4520
 
4280
4521
  Migration:
4281
4522
 
4282
- - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
4523
+ - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
4283
4524
  - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
4284
4525
 
4285
4526
  #### Changes
@@ -4297,7 +4538,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4297
4538
  ### Docs
4298
4539
 
4299
4540
  - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
4300
- - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
4541
+ - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
4301
4542
  - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
4302
4543
  - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
4303
4544
  - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
@@ -4322,8 +4563,8 @@ _Oct 3, 2022_
4322
4563
 
4323
4564
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
4324
4565
 
4325
- - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
4326
- - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
4566
+ - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
4567
+ - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
4327
4568
  - And more 🐛 bug fixes and 📚 documentation improvements.
4328
4569
 
4329
4570
  ### `@mui/material@5.10.8`
@@ -4353,7 +4594,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4353
4594
  - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
4354
4595
  - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
4355
4596
  - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
4356
- - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
4597
+ - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
4357
4598
  - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
4358
4599
  - &#8203;<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
4359
4600
  - &#8203;<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
@@ -4388,7 +4629,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4388
4629
  - [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
4389
4630
  - [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
4390
4631
  - [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
4391
- - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
4632
+ - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
4392
4633
 
4393
4634
  ### `@mui/system@5.10.7`
4394
4635
 
@@ -4424,7 +4665,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4424
4665
 
4425
4666
  ### Docs
4426
4667
 
4427
- - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
4668
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
4428
4669
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
4429
4670
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
4430
4671
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -4436,7 +4677,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4436
4677
  - [docs] Fix Select `onChange` call (#34408) @siriwatknp
4437
4678
  - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
4438
4679
  - [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
4439
- - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
4680
+ - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
4440
4681
  - [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
4441
4682
  - [website] Adds Bilal to about page (#34412) @MBilalShafi
4442
4683
  - [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
@@ -4510,8 +4751,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
4510
4751
  - [docs] Fix 301 link to external projects @oliviertassinari
4511
4752
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
4512
4753
  - [docs] Fix broken links (#34320) @alexfauquette
4513
- - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
4514
- - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
4754
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
4755
+ - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
4515
4756
  - [website] Improve security header @oliviertassinari
4516
4757
 
4517
4758
  ### Core
@@ -4531,7 +4772,7 @@ _Sep 12, 2022_
4531
4772
 
4532
4773
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
4533
4774
 
4534
- - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
4775
+ - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
4535
4776
  - 🚀 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
4536
4777
  - And more 🐛 bug fixes and 📚 documentation improvements.
4537
4778
 
@@ -4554,7 +4795,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
4554
4795
 
4555
4796
  ### Docs
4556
4797
 
4557
- - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
4798
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
4558
4799
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
4559
4800
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
4560
4801
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -4634,7 +4875,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4634
4875
  ### `@mui/material@5.10.3`
4635
4876
 
4636
4877
  - [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
4637
- - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
4878
+ - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
4638
4879
  - [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
4639
4880
  - [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
4640
4881
 
@@ -4669,7 +4910,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4669
4910
  - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
4670
4911
  - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
4671
4912
  - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
4672
- - [website] Improve SEO meta description for MUI X @oliviertassinari
4913
+ - [website] Improve SEO meta description for MUI X @oliviertassinari
4673
4914
  - [website] Improve visual look of code demos (#34070) @oliviertassinari
4674
4915
  - [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
4675
4916
 
@@ -4762,7 +5003,7 @@ A big thanks to the 18 contributors who made this release possible. This release
4762
5003
 
4763
5004
  ### Docs
4764
5005
 
4765
- - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
5006
+ - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
4766
5007
  - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
4767
5008
  - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
4768
5009
  - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
@@ -4804,7 +5045,7 @@ _Aug 8, 2022_
4804
5045
 
4805
5046
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
4806
5047
 
4807
- - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5048
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
4808
5049
  - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
4809
5050
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4810
5051
 
@@ -4865,7 +5106,7 @@ _Aug 1, 2022_
4865
5106
 
4866
5107
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
4867
5108
 
4868
- - 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
5109
+ - 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
4869
5110
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4870
5111
 
4871
5112
  ### `@mui/material@5.9.3`
@@ -4877,7 +5118,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4877
5118
 
4878
5119
  ### `@mui/system@5.9.3`
4879
5120
 
4880
- - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
5121
+ - [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
4881
5122
 
4882
5123
  ### `@mui/codemod@5.9.3`
4883
5124
 
@@ -5027,8 +5268,8 @@ A big thanks to the 17 contributors who made this release possible. This release
5027
5268
  - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
5028
5269
  - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
5029
5270
  - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
5030
- - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
5031
- - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
5271
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
5272
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
5032
5273
  - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
5033
5274
  - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
5034
5275
 
@@ -5048,8 +5289,8 @@ _Jul 12, 2022_
5048
5289
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
5049
5290
 
5050
5291
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
5051
- - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5052
- - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
5292
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5293
+ - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
5053
5294
  - ⚠️ **[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
5054
5295
  - many other 🐛 bug fixes and 📚 documentation improvements
5055
5296
  - our documentation site is now running with React 18! (#33196) @mnajdova
@@ -5060,7 +5301,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5060
5301
  - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
5061
5302
  - [Grid] Export new grid as unstable (#33479) @siriwatknp
5062
5303
  - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
5063
- - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
5304
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
5064
5305
  - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
5065
5306
  - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
5066
5307
  - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
@@ -5076,7 +5317,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5076
5317
 
5077
5318
  - [lab] Remove the pickers (#33386) @flaviendelangle
5078
5319
 
5079
- The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
5320
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
5080
5321
 
5081
5322
  **Changes**
5082
5323
 
@@ -5091,7 +5332,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5091
5332
 
5092
5333
  ### `@mui/joy@5.0.0-alpha.36`
5093
5334
 
5094
- - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
5335
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
5095
5336
  - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
5096
5337
 
5097
5338
  ### Docs
@@ -5103,14 +5344,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5103
5344
  - [docs] Cleanup the migration (#33463) @siriwatknp
5104
5345
  - [docs] Fix broken Sponsoring services links @samuelsycamore
5105
5346
  - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
5106
- - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
5347
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
5107
5348
  - [docs] Update to React 18 (#33196) @mnajdova
5108
5349
  - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
5109
5350
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
5110
5351
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
5111
5352
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
5112
- - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5113
- - [examples] Add Base UI example (#33154) @siriwatknp
5353
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5354
+ - [examples] Add Base UI example (#33154) @siriwatknp
5114
5355
 
5115
5356
  ### Core
5116
5357
 
@@ -5129,8 +5370,8 @@ _Jul 4, 2022_
5129
5370
 
5130
5371
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
5131
5372
 
5132
- - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
5133
- - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
5373
+ - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
5374
+ - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
5134
5375
  - many other 🐛 bug fixes and 📚 documentation improvements
5135
5376
 
5136
5377
  ### `@mui/material@5.8.7`
@@ -5154,7 +5395,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5154
5395
  - [Joy] Add radio button documentation (#33254) @siriwatknp
5155
5396
  - [Joy] Add switch documentation (#33302) @siriwatknp
5156
5397
  - [Joy] Batch a couple of documentation refinements (#33158)
5157
- - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
5398
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
5158
5399
 
5159
5400
  ### `@mui/base@5.0.0-alpha.88`
5160
5401
 
@@ -5168,7 +5409,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5168
5409
  - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
5169
5410
  - [docs] Fix SEO issues (#33288) @oliviertassinari
5170
5411
  - [docs] Fix Slider's "player" demo (#33267) @xlianghang
5171
- - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
5412
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
5172
5413
 
5173
5414
  All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
5174
5415
 
@@ -5193,7 +5434,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5193
5434
 
5194
5435
  - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
5195
5436
  - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
5196
- - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
5437
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
5197
5438
 
5198
5439
  ### `@mui/system@5.8.6`
5199
5440
 
@@ -5219,9 +5460,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5219
5460
 
5220
5461
  ### Docs
5221
5462
 
5222
- - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
5463
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
5223
5464
  - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
5224
- - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
5465
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
5225
5466
  - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
5226
5467
  - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
5227
5468
  - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
@@ -5283,7 +5524,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5283
5524
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
5284
5525
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
5285
5526
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
5286
- - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
5527
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
5287
5528
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
5288
5529
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
5289
5530
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -5294,7 +5535,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5294
5535
 
5295
5536
  ### Core
5296
5537
 
5297
- - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
5538
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
5298
5539
  - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
5299
5540
  - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
5300
5541
  - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
@@ -5311,7 +5552,7 @@ _Jun 14, 2022_
5311
5552
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
5312
5553
 
5313
5554
  - 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
5314
- - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
5555
+ - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
5315
5556
  - many other 🐛 bug fixes and 📚 documentation improvements
5316
5557
 
5317
5558
  ### `@mui/material@5.8.4`
@@ -5360,8 +5601,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5360
5601
  - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
5361
5602
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
5362
5603
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
5363
- - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
5364
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
5604
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
5605
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
5365
5606
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
5366
5607
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
5367
5608
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -5435,10 +5676,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
5435
5676
  - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
5436
5677
  - [docs] Improve product identifier (#32707) @danilo-leal
5437
5678
  - [docs] Improve UX with back to top (#32896) @oliviertassinari
5438
- - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
5679
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
5439
5680
  - [docs] Redirect older URLs (#33037) @oliviertassinari
5440
5681
  - [docs] Remove pickers page from the Lab section (#32961) @DanailH
5441
- - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
5682
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
5442
5683
  - [docs] Throw on 301 links (#32939) @oliviertassinari
5443
5684
  - [website] Add Gerda to the about page (#33038) @danilo-leal
5444
5685
  - [website] Polish the pricing page (#32811) @oliviertassinari
@@ -5519,7 +5760,7 @@ _May 23, 2022_
5519
5760
 
5520
5761
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
5521
5762
 
5522
- - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
5763
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
5523
5764
  - And more 🐛 bug fixes and 📚 documentation improvements.
5524
5765
 
5525
5766
  ### `@mui/material@5.8.1`
@@ -5574,7 +5815,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
5574
5815
 
5575
5816
  ### Core
5576
5817
 
5577
- - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
5818
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
5578
5819
  - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
5579
5820
 
5580
5821
  All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
@@ -5587,7 +5828,7 @@ _May 17, 2022_
5587
5828
 
5588
5829
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
5589
5830
 
5590
- - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
5831
+ - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
5591
5832
  - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
5592
5833
  - And more 🐛 bug fixes and 📚 documentation improvements.
5593
5834
 
@@ -5621,7 +5862,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5621
5862
 
5622
5863
  ### Docs
5623
5864
 
5624
- - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
5865
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
5625
5866
  - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
5626
5867
  - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
5627
5868
  - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
@@ -5637,9 +5878,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5637
5878
  - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
5638
5879
  - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
5639
5880
  - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
5640
- - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
5881
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
5641
5882
  - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
5642
- - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
5883
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
5643
5884
  - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
5644
5885
 
5645
5886
  ### Core
@@ -5659,7 +5900,7 @@ _May 10, 2022_
5659
5900
 
5660
5901
  A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
5661
5902
 
5662
- 🛠 This release is all about supporting CSS variables in many Material UI components.
5903
+ 🛠 This release is all about supporting CSS variables in many Material UI components.
5663
5904
  Kudos to all contributors!
5664
5905
 
5665
5906
  ### `@mui/material@5.7.0`
@@ -5725,7 +5966,7 @@ Kudos to all contributors!
5725
5966
  - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
5726
5967
  - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
5727
5968
  - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
5728
- - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
5969
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
5729
5970
  - [docs] Show product identifier on new X pages (#32657) @cherniavskii
5730
5971
  - [docs] Fix copy button childNode not found (#32652) @siriwatknp
5731
5972
  - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
@@ -5760,7 +6001,7 @@ _May 2, 2022_
5760
6001
 
5761
6002
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
5762
6003
 
5763
- - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
6004
+ - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
5764
6005
  - And more 🐛 bug fixes and 📚 improvements.
5765
6006
 
5766
6007
  ### `@mui/material@5.6.4`
@@ -5791,18 +6032,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5791
6032
  - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
5792
6033
  - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
5793
6034
  - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
5794
- - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
6035
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
5795
6036
  - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
5796
6037
  - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
5797
6038
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
5798
6039
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
5799
6040
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
5800
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
6041
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
5801
6042
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
5802
6043
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
5803
6044
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
5804
6045
  - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
5805
- - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
6046
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
5806
6047
  - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
5807
6048
  - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
5808
6049
  - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
@@ -5813,7 +6054,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5813
6054
 
5814
6055
  ### Core
5815
6056
 
5816
- - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
6057
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
5817
6058
 
5818
6059
  All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
5819
6060
 
@@ -5825,7 +6066,7 @@ _Apr 25, 2022_
5825
6066
 
5826
6067
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
5827
6068
 
5828
- - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
6069
+ - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
5829
6070
  - And more 🐛 bug fixes and 📚 improvements.
5830
6071
 
5831
6072
  ### `@mui/material@5.6.3`
@@ -5969,7 +6210,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
5969
6210
  - [docs] Remove notifications temporary (#32192) @siriwatknp
5970
6211
  - [docs] Redirect to new urls (#32048) @siriwatknp
5971
6212
  - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
5972
- - [website] Fix wrong MUI X installation instruction link @oliviertassinari
6213
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
5973
6214
  - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
5974
6215
  - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
5975
6216
  - [website] Give up on promoting roles in our docs @oliviertassinari
@@ -5991,7 +6232,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
5991
6232
 
5992
6233
  - 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
5993
6234
  - 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
5994
- - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
6235
+ - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
5995
6236
  - Several 🐛 bug fixes and 📚 documentation improvements
5996
6237
 
5997
6238
  ### `@mui/material@5.6.0`
@@ -6051,7 +6292,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6051
6292
 
6052
6293
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
6053
6294
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
6054
- - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
6295
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
6055
6296
 
6056
6297
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
6057
6298
 
@@ -6099,7 +6340,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
6099
6340
 
6100
6341
  - &#8203;<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
6101
6342
 
6102
- Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
6343
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
6103
6344
 
6104
6345
  ```diff
6105
6346
  -import { Unstyled_TrapFocus } from '@mui/base';
@@ -6244,7 +6485,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
6244
6485
  - [docs] Refine the product identifier menu (#31262) @danilo-leal
6245
6486
  - [docs] Fix Search crash (#31386) @reckter
6246
6487
  - [docs] Update TextField multiline description (#31291) @jontewks
6247
- - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
6488
+ - [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
6248
6489
  - [docs] Test products search (#31351) @siriwatknp
6249
6490
  - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
6250
6491
  - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
@@ -6278,7 +6519,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6278
6519
 
6279
6520
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
6280
6521
 
6281
- `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:
6522
+ `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:
6282
6523
 
6283
6524
  ```diff
6284
6525
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -6443,7 +6684,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6443
6684
  - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
6444
6685
  - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
6445
6686
  - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
6446
- - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
6687
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
6447
6688
  - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
6448
6689
  - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
6449
6690
 
@@ -6498,7 +6739,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6498
6739
  - [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
6499
6740
  - [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
6500
6741
  - [docs] Improve Base component demos (#30884) @danilo-leal
6501
- - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
6742
+ - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
6502
6743
  - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
6503
6744
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
6504
6745
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
@@ -6515,7 +6756,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6515
6756
  - [core] Bump date-io version (#31016) @michaldudak
6516
6757
  - [core] Fix typo in useSlider (#31061) @ryohey
6517
6758
  - [core] Remove unused draft-js types package (#30993) @michaldudak
6518
- - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
6759
+ - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
6519
6760
  - [core] Remove dead code (#31064) @oliviertassinari
6520
6761
 
6521
6762
  All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
@@ -6600,7 +6841,7 @@ _Feb 1, 2022_
6600
6841
 
6601
6842
  A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
6602
6843
 
6603
- - 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
6844
+ - 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
6604
6845
  - Number of 🐛 bug fixes and 📚 documentation improvements.
6605
6846
 
6606
6847
  ### `@mui/material@5.4.0`
@@ -6663,7 +6904,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
6663
6904
 
6664
6905
  ### Core
6665
6906
 
6666
- - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
6907
+ - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
6667
6908
  - &#8203;<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
6668
6909
  - &#8203;<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
6669
6910
  - &#8203;<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
@@ -6779,7 +7020,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6779
7020
  - [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
6780
7021
  - [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
6781
7022
  - [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
6782
- - [docs] Fix integration with MUI X (#30593) @oliviertassinari
7023
+ - [docs] Fix integration with MUI X (#30593) @oliviertassinari
6783
7024
  - [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
6784
7025
  - [docs] Add missing quote in migration docs (#30587) @Atralbus
6785
7026
  - [docs] Update link to Doit sponsor (#30586) @oliviertassinari
@@ -6930,7 +7171,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6930
7171
 
6931
7172
  ### Core
6932
7173
 
6933
- - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
7174
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
6934
7175
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
6935
7176
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
6936
7177
 
@@ -7222,7 +7463,7 @@ _Nov 25, 2021_
7222
7463
 
7223
7464
  A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
7224
7465
 
7225
- This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
7466
+ This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
7226
7467
 
7227
7468
  - &#8203;<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
7228
7469
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
@@ -7293,7 +7534,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
7293
7534
 
7294
7535
  ### Docs
7295
7536
 
7296
- - [blog] MUI X v5 blog post (#29590) @DanailH
7537
+ - [blog] MUI X v5 blog post (#29590) @DanailH
7297
7538
  - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
7298
7539
  - [changelog] Explain why we do breaking changes @oliviertassinari
7299
7540
  - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
@@ -7345,7 +7586,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7345
7586
 
7346
7587
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
7347
7588
 
7348
- Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
7589
+ Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
7349
7590
 
7350
7591
  The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
7351
7592
 
@@ -7361,7 +7602,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7361
7602
 
7362
7603
  ### Docs
7363
7604
 
7364
- - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
7605
+ - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
7365
7606
  - &#8203;<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
7366
7607
  - &#8203;<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
7367
7608
  - &#8203;<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
@@ -7373,7 +7614,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7373
7614
  - &#8203;<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
7374
7615
  - &#8203;<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
7375
7616
  - &#8203;<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
7376
- - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
7617
+ - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
7377
7618
  - &#8203;<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
7378
7619
  - &#8203;<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
7379
7620
  - &#8203;<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
@@ -7487,7 +7728,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
7487
7728
  - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
7488
7729
  - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
7489
7730
  - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
7490
- - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
7731
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
7491
7732
  - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
7492
7733
  - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
7493
7734
  - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
@@ -7847,7 +8088,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7847
8088
  - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
7848
8089
  - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
7849
8090
  - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
7850
- - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
8091
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
7851
8092
  - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
7852
8093
  - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
7853
8094
  - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
@@ -7891,7 +8132,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
7891
8132
 
7892
8133
  _Sep 16, 2021_
7893
8134
 
7894
- After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
8135
+ After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
7895
8136
 
7896
8137
  Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
7897
8138
 
@@ -7926,10 +8167,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
7926
8167
 
7927
8168
  ### Docs
7928
8169
 
7929
- - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
8170
+ - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
7930
8171
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
7931
8172
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
7932
- - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
8173
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
7933
8174
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
7934
8175
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
7935
8176
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -7950,7 +8191,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
7950
8191
 
7951
8192
  ### Core
7952
8193
 
7953
- - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
8194
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
7954
8195
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
7955
8196
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
7956
8197
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -8011,7 +8252,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
8011
8252
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
8012
8253
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
8013
8254
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
8014
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
8255
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
8015
8256
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
8016
8257
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
8017
8258
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -8499,7 +8740,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
8499
8740
  ### Docs
8500
8741
 
8501
8742
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
8502
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
8743
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
8503
8744
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
8504
8745
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
8505
8746
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -8642,7 +8883,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8642
8883
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
8643
8884
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
8644
8885
  - [website] Open 4 new roles (#27123) @oliviertassinari
8645
- - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
8886
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
8646
8887
 
8647
8888
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
8648
8889
 
@@ -9079,7 +9320,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
9079
9320
 
9080
9321
  ### Docs
9081
9322
 
9082
- - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
9323
+ - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
9083
9324
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
9084
9325
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
9085
9326
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -9367,7 +9608,7 @@ We are progressively moving all modules that are relevant to styling custom desi
9367
9608
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
9368
9609
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
9369
9610
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
9370
- - [website] Add Material UI X page (#25794) @DanailH
9611
+ - [website] Add Material UI X page (#25794) @DanailH
9371
9612
  - [website] Add open application section (#26501) @oliviertassinari
9372
9613
  - [website] Add Siriwat to team page (#26406) @siriwatknp
9373
9614
 
@@ -9626,7 +9867,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
9626
9867
 
9627
9868
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
9628
9869
 
9629
- Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
9870
+ Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
9630
9871
 
9631
9872
  ```diff
9632
9873
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -10242,7 +10483,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
10242
10483
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
10243
10484
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
10244
10485
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
10245
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
10486
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
10246
10487
 
10247
10488
  ### Core
10248
10489
 
@@ -10746,7 +10987,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10746
10987
  2. @vicasas x5
10747
10988
  3. @kodai3 x4
10748
10989
 
10749
- - 📐 Add a subset of the system as flattened props on `Typography` (#24496) @mnajdova.
10990
+ - 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
10750
10991
  Now, you can do:
10751
10992
 
10752
10993
  ```jsx
@@ -10763,7 +11004,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10763
11004
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
10764
11005
 
10765
11006
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
10766
- We will not change the minimum supported version in a major version of Material UI.
11007
+ We will not change the minimum supported version in a major version of Material UI.
10767
11008
  However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
10768
11009
 
10769
11010
  #### Changes
@@ -10913,7 +11154,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
10913
11154
  - 👩‍🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
10914
11155
  - 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
10915
11156
  - 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
10916
- - 📐 Add a subset of the system as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
11157
+ - 📐 Add a subset of MUI System as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
10917
11158
 
10918
11159
  ```jsx
10919
11160
  <Box m={2}>
@@ -10996,7 +11237,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
10996
11237
  - &#8203;<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
10997
11238
  - &#8203;<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
10998
11239
  - &#8203;<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
10999
- - &#8203;<!-- 45 -->[docs] Mention the system props when available in the API pages (#24503) @mnajdova
11240
+ - &#8203;<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
11000
11241
  - &#8203;<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
11001
11242
  - &#8203;<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
11002
11243
  - &#8203;<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
@@ -11479,7 +11720,7 @@ _Dec 3, 2020_
11479
11720
 
11480
11721
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
11481
11722
 
11482
- - Fix most of the issues with the system (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
11723
+ - Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
11483
11724
  - And many more 🐛 bug fixes and 📚 improvements.
11484
11725
 
11485
11726
  ### `@material-ui/core@v5.0.0-alpha.18`
@@ -11572,7 +11813,7 @@ _Nov 23, 2020_
11572
11813
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
11573
11814
 
11574
11815
  - 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
11575
- You should now get a description for each property of the system. For instance with `mx`:
11816
+ You should now get a description for each property of MUI System. For instance with `mx`:
11576
11817
 
11577
11818
  ![system TypeScript](https://user-images.githubusercontent.com/3165635/99920493-20f60a00-2d24-11eb-8748-c5dd7fe85cbd.png)
11578
11819
 
@@ -11702,19 +11943,19 @@ A big thanks to the 18 contributors who made this release possible. Here are som
11702
11943
 
11703
11944
  ### Docs
11704
11945
 
11705
- - [docs] Add advanced page for the system (#23596) @mnajdova
11946
+ - [docs] Add advanced page for MUI System (#23596) @mnajdova
11706
11947
  - [docs] Add docs for typography in system (#23510) @oliviertassinari
11707
11948
  - [docs] API pages i18n (#23214) @mbrookes
11708
11949
  - [docs] Create pickers migration guide (#23605) @dmtrKovalenko
11709
11950
  - [docs] Enable TS language service for docs/src (#23576) @eps1lon
11710
- - [docs] Explain the information listed on the system properties page (#23566) @mnajdova
11951
+ - [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
11711
11952
  - [docs] Fix /api client-side routing (#23586) @eps1lon
11712
11953
  - [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
11713
11954
  - [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
11714
11955
  - [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
11715
11956
  - [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
11716
11957
  - [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
11717
- - [docs] Remove dead demos in the system basics page (#23565) @mnajdova
11958
+ - [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
11718
11959
  - [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
11719
11960
  - [docs] Sync translations (#23648) @l10nbot
11720
11961
 
@@ -11743,7 +11984,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
11743
11984
 
11744
11985
  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.
11745
11986
 
11746
- - 📚 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.
11987
+ - 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
11747
11988
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
11748
11989
  - And many more 🐛 bug fixes and 📚 improvements.
11749
11990
 
@@ -11810,12 +12051,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
11810
12051
  - [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
11811
12052
  - [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
11812
12053
  - [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
11813
- - [docs] Improve documentation of the system (#23294) @mnajdova
12054
+ - [docs] Improve documentation of MUI System (#23294) @mnajdova
11814
12055
  - [docs] Improve feedback a11y (#23459) @eps1lon
11815
- - [docs] Improve formatting of the system (#23509) @oliviertassinari
12056
+ - [docs] Improve formatting of MUI System (#23509) @oliviertassinari
11816
12057
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
11817
12058
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
11818
- - [docs] Prepare Material UI X (#1893) @oliviertassinari
12059
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
11819
12060
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
11820
12061
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
11821
12062
  - [docs] Sync translations (#23316) @l10nbot
@@ -11843,19 +12084,19 @@ _Nov 4, 2020_
11843
12084
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
11844
12085
 
11845
12086
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
11846
- 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`.
12087
+ 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`.
11847
12088
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
11848
12089
  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.
11849
12090
 
11850
12091
  **Why an unstyled package?**
11851
12092
 
11852
- While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
12093
+ While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
11853
12094
 
11854
12095
  The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
11855
12096
 
11856
12097
  Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
11857
12098
 
11858
- A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
12099
+ A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
11859
12100
 
11860
12101
  This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
11861
12102
 
@@ -11919,8 +12160,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
11919
12160
  ### Docs
11920
12161
 
11921
12162
  - [Transition] Document default appear value (#23221) @GuilleDF
11922
- - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
11923
- - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
12163
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
12164
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
11924
12165
  - [docs] Fix a few typos and add comma (#23284) @reedanders
11925
12166
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
11926
12167
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -11956,8 +12197,8 @@ A big thanks to the 23 contributors who made this release possible.
11956
12197
  Here are some highlights ✨:
11957
12198
 
11958
12199
  - 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
11959
- We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
11960
- You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
12200
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
12201
+ You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for MUI System two years ago.
11961
12202
 
11962
12203
  The system is meant to solve the following problems:
11963
12204
 
@@ -11966,10 +12207,10 @@ Here are some highlights ✨:
11966
12207
  3. Introducing a `makeStyles` for the first time in a component is daunting. For example, it's why https://github.com/vscodeshift/material-ui-codemorphs#add-usestyles-hook exists. What if we had less code to type, gaining velocity when writing styles?
11967
12208
  4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
11968
12209
 
11969
- This new iteration of the system brings two major improvements:
12210
+ This new iteration of MUI System brings two major improvements:
11970
12211
 
11971
12212
  - It moves from the support of a subset of CSS to the support of a superset of CSS.
11972
- Learning the shorthand is optional. It's no longer necessary to moving back to styled() when the system doesn't support a specific CSS property.
12213
+ Learning the shorthand is optional. It's no longer necessary to moving back to styled() when MUI System doesn't support a specific CSS property.
11973
12214
  - It moves from support on Box only to any core component (starting with the slider).
11974
12215
 
11975
12216
  ```jsx
@@ -12129,7 +12370,7 @@ A big thanks to the 25 contributors who made this release possible.
12129
12370
  Here are some highlights ✨:
12130
12371
 
12131
12372
  - 📦 Ship modern bundle (#22814) @eps1lon.
12132
- This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
12373
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
12133
12374
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
12134
12375
 
12135
12376
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -12480,7 +12721,7 @@ Here are some highlights ✨:
12480
12721
 
12481
12722
  - 👩‍🎨 A first iteration on the new styling solution.
12482
12723
 
12483
- You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
12724
+ You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [Emotion](https://emotion.sh/).
12484
12725
 
12485
12726
  In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/p/sandbox/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
12486
12727
 
@@ -12679,7 +12920,7 @@ More documentation are coming.
12679
12920
  - [docs] Add ui-schema in related projects (#22644) @elbakerino
12680
12921
  - [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
12681
12922
  - [docs] Batch small changes (#22646) @oliviertassinari
12682
- - [docs] Configuring redirects for MUI X (#22632) @dtassone
12923
+ - [docs] Configuring redirects for MUI X (#22632) @dtassone
12683
12924
  - [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
12684
12925
  - [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
12685
12926
  - [docs] Fix emotion broken in SSR (#22731) @mnajdova
@@ -12784,7 +13025,7 @@ Here are some highlights ✨:
12784
13025
 
12785
13026
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
12786
13027
 
12787
- The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
13028
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
12788
13029
  You can use `adaptV4Theme()` to restore the previous behavior.
12789
13030
 
12790
13031
  #### Changes
@@ -13202,7 +13443,7 @@ A big thanks to the 26 contributors who made this release possible.
13202
13443
  Here are some highlights ✨:
13203
13444
 
13204
13445
  - 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
13205
- This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
13446
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
13206
13447
  For instance with the Button:
13207
13448
 
13208
13449
  ```tsx