@mui/styled-engine-sc 6.0.0-alpha.12 → 6.0.0-alpha.14

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,256 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.7
4
+
5
+ <!-- generated comparing v5.15.6..master -->
6
+
7
+ _Jan 31, 2024_
8
+
9
+ A big thanks to the 21 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.15.7`
13
+
14
+ - &#8203;<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
15
+ - &#8203;<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
16
+ - &#8203;<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
17
+
18
+ ### `@mui/codemod@5.15.7`
19
+
20
+ - &#8203;<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
21
+
22
+ ### `@mui/system@5.15.7`
23
+
24
+ - &#8203;<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
25
+ - &#8203;<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
26
+ - &#8203;<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
27
+ - &#8203;<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
28
+
29
+ ### `@mui/utils@5.15.7`
30
+
31
+ - &#8203;<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
32
+ - &#8203;<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
33
+ - &#8203;<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
34
+
35
+ ### `@mui/base@5.0.0-beta.34`
36
+
37
+ - &#8203;<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
38
+ - &#8203;<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
39
+ - &#8203;<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
40
+
41
+ ### `@mui/joy@5.0.0-beta.25`
42
+
43
+ - &#8203;<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
44
+
45
+ ### `@mui/lab@5.0.0-alpha.163`
46
+
47
+ - &#8203;<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
48
+
49
+ ### Docs
50
+
51
+ - &#8203;<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
52
+ - &#8203;<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
53
+ - &#8203;<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
54
+ - &#8203;<!-- 30 -->Fix build @oliviertassinari
55
+ - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
56
+ - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
57
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
58
+ - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
59
+
60
+ ### Core
61
+
62
+ - &#8203;<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
63
+ - &#8203;<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
64
+ - &#8203;<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
65
+ - &#8203;<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
66
+ - &#8203;<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
67
+ - &#8203;<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
68
+ - &#8203;<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
69
+ - &#8203;<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
70
+ - &#8203;<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
71
+ - &#8203;<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
72
+ - &#8203;<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
73
+ - &#8203;<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
74
+ - &#8203;<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
75
+ - &#8203;<!-- 33 -->Clarify TODO instruction @oliviertassinari
76
+ - &#8203;<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
77
+ - &#8203;<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
78
+ - &#8203;<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
79
+ - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
80
+ - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
81
+ - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
82
+ - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
83
+ - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
84
+ - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
85
+ - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
86
+ - &#8203;<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
87
+ - &#8203;<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
88
+ - &#8203;<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
89
+ - &#8203;<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
90
+ - &#8203;<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
91
+ - &#8203;<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
92
+ - &#8203;<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
93
+ - &#8203;<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
94
+
95
+ All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
96
+
97
+ ## v5.15.6
98
+
99
+ <!-- generated comparing v5.15.5..master -->
100
+
101
+ _Jan 22, 2024_
102
+
103
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
104
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
105
+
106
+ ### `@mui/material@5.15.6`
107
+
108
+ - &#8203;<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
109
+ - &#8203;<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
110
+ - &#8203;<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
111
+ - &#8203;<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
112
+
113
+ ### `@mui/base@5.0.0-beta.33`
114
+
115
+ - &#8203;<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
116
+ - &#8203;<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
117
+ - &#8203;<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
118
+
119
+ ### `@mui/system@5.15.6`
120
+
121
+ - &#8203;<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
122
+ - &#8203;<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
123
+
124
+ ### `@mui/icons-material@5.15.6`
125
+
126
+ - &#8203;<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
127
+
128
+ ### Docs
129
+
130
+ - &#8203;<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
131
+ - &#8203;<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
132
+ - &#8203;<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
133
+ - &#8203;<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
134
+ - &#8203;<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
135
+ - &#8203;<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
136
+ - &#8203;<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
137
+ - &#8203;<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
138
+ - &#8203;<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
139
+ - &#8203;<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
140
+ - &#8203;<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
141
+
142
+ ### Core
143
+
144
+ - &#8203;<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
145
+ - &#8203;<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
146
+ - &#8203;<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
147
+ - &#8203;<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
148
+ - &#8203;<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
149
+ - &#8203;<!-- 19 -->[core] Polish issue templates @oliviertassinari
150
+ - &#8203;<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
151
+ - &#8203;<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
152
+ - &#8203;<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
153
+
154
+ 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
155
+
156
+ ## v5.15.5
157
+
158
+ <!-- generated comparing v5.15.4..master -->
159
+
160
+ _Jan 17, 2024_
161
+
162
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
163
+
164
+ - Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
165
+ - Bug fixes, and a lot of improvements to code and docs infra
166
+
167
+ ### `@mui/material@5.15.5`
168
+
169
+ - &#8203;<!-- 42 -->[Accordion] Deprecate \*Props props and classes for v6 (#40418) @DiegoAndai
170
+ - &#8203;<!-- 41 -->[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props (#40551) @2metres
171
+ - &#8203;<!-- 27 -->[Dialog] Remove deprecated onBackdropClick from Dialog tests (#40505) @sai6855
172
+ - &#8203;<!-- 26 -->[Divider] Deprecate props and classes for v6 (#40563) @sai6855
173
+
174
+ ### `@mui/material-next@6.0.0-alpha.118`
175
+
176
+ - &#8203;<!-- 36 -->[ButtonGroup] Apply MD3 style to `ButtonGroup` (#40124) @lhilgert9
177
+
178
+ ### `@mui/base@5.0.0-beta.32`
179
+
180
+ #### Breaking changes
181
+
182
+ - &#8203;<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
183
+
184
+ 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`)
185
+
186
+ To adapt your code to the new pattern:
187
+
188
+ - replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.),
189
+ - replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.).
190
+
191
+ #### Changes
192
+
193
+ - &#8203;<!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
194
+ - &#8203;<!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
195
+
196
+ ### `@mui/joy@5.0.0-beta.23`
197
+
198
+ - &#8203;<!-- 11 -->[ModalDialog] Fix ModalDialog layout prop override (#40512) @maakcode
199
+ - &#8203;<!-- 10 -->[RadioGroup] Allow zero number as a value (#40344) @aacevski
200
+
201
+ ### `@mui/codemod@5.15.5`
202
+
203
+ - &#8203;<!-- 31 -->Allow `json` files to be transformed (#40536) @ZeeshanTamboli
204
+
205
+ ### `@mui/lab@5.0.0-alpha.161`
206
+
207
+ - &#8203;<!-- 09 -->Update `@mui/material` peer dependency version (#40528) @ZeeshanTamboli
208
+
209
+ ### `@mui/material-nextjs@5.15.5`
210
+
211
+ - &#8203;<!-- 08 -->Fix release script (#40519) @petrovmiroslav
212
+ - &#8203;<!-- 07 -->Support Nonces in the App Router Provider (#40269) @josh-feldman
213
+ - &#8203;<!-- 06 -->Polish @mui/material-nextjs (#40473) @oliviertassinari
214
+
215
+ ### `@mui/system@5.15.5`
216
+
217
+ - &#8203;<!-- 05 -->Fix import path for @mui/system in vite apps (#40490) @brijeshb42
218
+ - &#8203;<!-- 02 -->Fix css vars generation and simplify the code (#40530) @siriwatknp
219
+ - &#8203;<!-- 01 -->Identify zero runtime styled path (#40555) @brijeshb42
220
+
221
+ ### Docs
222
+
223
+ - &#8203;<!-- 35 -->[joy-ui][Card] Fix text alignment in horizontal aligned card demo (#40562) @ZeeshanTamboli
224
+ - &#8203;<!-- 25 -->Improve instructions about peer dependencies (#40621) @danilo-leal
225
+ - &#8203;<!-- 24 -->Solve page description length @oliviertassinari
226
+ - &#8203;<!-- 23 -->Fix MUI Treasury links (#40561) @siriwatknp
227
+ - &#8203;<!-- 17 -->[material-ui] Update <ListItem button/> to ListItemButton in demos (#40564) @sai6855
228
+ - &#8203;<!-- 16 -->[material-ui] Revise the Snackbar page (#39298) @danilo-leal
229
+ - &#8203;<!-- 15 -->[material-ui] Sharpen Material 3 copy on demo pages (#40546) @samuelsycamore
230
+ - &#8203;<!-- 14 -->[material-ui] Fix typo on Next.js integration guide (#40538) @zanivan
231
+ - &#8203;<!-- 13 -->[material-ui][Snackbar] Remove unused `State` interface from Consecutive Snackbars demo (#40410)
232
+ @zinoroman
233
+ - &#8203;<!-- 12 -->[website] Resolve broken links reported by `docs:link-check` (#40547) @samuelsycamore
234
+
235
+ ### Core
236
+
237
+ - &#8203;<!-- 37 -->[blog] Fix 404 link to MUI Treasury @oliviertassinari
238
+ - &#8203;<!-- 34 -->[code-infra] Add `run` command to deploy docs (#40513) @siriwatknp
239
+ - &#8203;<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
240
+ - &#8203;<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
241
+ - &#8203;<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
242
+ - &#8203;<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
243
+ - &#8203;<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
244
+ - &#8203;<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
245
+ - &#8203;<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
246
+ - &#8203;<!-- 20 -->[docs-infra] Improve API page deprecation info (#40440) @DiegoAndai
247
+ - &#8203;<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
248
+ - &#8203;<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
249
+ - &#8203;<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
250
+ - &#8203;<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
251
+
252
+ 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
253
+
3
254
  ## 5.15.4
4
255
 
5
256
  <!-- generated comparing v5.15.3..master -->
@@ -8,7 +259,7 @@ _Jan 10, 2024_
8
259
 
9
260
  A big thanks to the 22 contributors who made this release possible. Here are some highlights:
10
261
 
11
- - ✨ 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
262
+ - ✨ 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
12
263
 
13
264
  ### `@mui/material@5.15.4`
14
265
 
@@ -50,7 +301,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
50
301
  - [base-ui] Update the overview page (#40412) @danilo-leal
51
302
  - [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
52
303
  - [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
53
- - [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
304
+ - [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
54
305
  - [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
55
306
  - [material-ui] Revise the Accordion page (#40284) @anle9650
56
307
  - [material-ui] Add docs for complementary Card components (#40346) @anle9650
@@ -76,7 +327,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
76
327
  - [core] Lock file maintenance (#34538) @renovate[bot]
77
328
  - [core] Remove duplicate devDependencies (#40438) @michaldudak
78
329
  - [core] Remove issue emoji @oliviertassinari
79
- - [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
330
+ - [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
80
331
  - [core] Change package manager to pnpm (#36287) @Janpot
81
332
  - [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
82
333
  - [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
@@ -137,8 +388,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
137
388
  - &#8203;<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
138
389
  - &#8203;<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
139
390
  - &#8203;<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
140
- - &#8203;<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
141
- - &#8203;<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
391
+ - &#8203;<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
392
+ - &#8203;<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
142
393
  - &#8203;<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
143
394
  - &#8203;<!-- 30 -->[docs] Remove old notifications @oliviertassinari
144
395
  - &#8203;<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
@@ -148,7 +399,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
148
399
  - &#8203;<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
149
400
  - &#8203;<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
150
401
  - &#8203;<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
151
- - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
402
+ - &#8203;<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
152
403
  - &#8203;<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
153
404
  - &#8203;<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
154
405
  - &#8203;<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
@@ -164,7 +415,7 @@ _Dec 25, 2023_
164
415
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
165
416
 
166
417
  - 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
167
- - 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
418
+ - 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
168
419
 
169
420
  ### `@mui/material@5.15.2`
170
421
 
@@ -188,7 +439,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
188
439
  ### Docs
189
440
 
190
441
  - &#8203;<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
191
- - &#8203;<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
442
+ - &#8203;<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
192
443
  - &#8203;<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
193
444
  - &#8203;<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
194
445
  - &#8203;<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
@@ -267,7 +518,7 @@ _Dec 11, 2023_
267
518
 
268
519
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
269
520
 
270
- - 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
521
+ - 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
271
522
 
272
523
  ### `@mui/material@5.15.0`
273
524
 
@@ -305,14 +556,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
305
556
  - &#8203;<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
306
557
  - &#8203;<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
307
558
  - &#8203;<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
308
- - &#8203;<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
559
+ - &#8203;<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
309
560
  - &#8203;<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
310
561
  - &#8203;<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
311
562
 
312
563
  ### Core
313
564
 
314
565
  - &#8203;<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
315
- - &#8203;<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
566
+ - &#8203;<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
316
567
  - &#8203;<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
317
568
 
318
569
  All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
@@ -349,7 +600,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
349
600
  - &#8203;<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
350
601
  - &#8203;<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
351
602
  - &#8203;<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
352
- - &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
603
+ - &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
353
604
  - &#8203;<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
354
605
 
355
606
  All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
@@ -362,7 +613,7 @@ _Nov 29, 2023_
362
613
 
363
614
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
364
615
 
365
- - 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
616
+ - 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
366
617
  - 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
367
618
 
368
619
  ### `@mui/material@5.14.19`
@@ -404,7 +655,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
404
655
 
405
656
  - &#8203;<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
406
657
  - &#8203;<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
407
- - &#8203;<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
658
+ - &#8203;<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
408
659
  - &#8203;<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
409
660
  - &#8203;<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
410
661
  - &#8203;<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
@@ -438,7 +689,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
438
689
  - &#8203;<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
439
690
  - &#8203;<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
440
691
  - &#8203;<!-- 02 -->[website] Fix 301 link @oliviertassinari
441
- - &#8203;<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
692
+ - &#8203;<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
442
693
 
443
694
  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
444
695
 
@@ -484,12 +735,12 @@ A big thanks to the 14 contributors who made this release possible. Here are som
484
735
  - &#8203;<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
485
736
  - &#8203;<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
486
737
  - &#8203;<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
487
- - &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
738
+ - &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
488
739
  - &#8203;<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
489
740
 
490
741
  ## Core
491
742
 
492
- - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
743
+ - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
493
744
  - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
494
745
  - &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
495
746
  - &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
@@ -557,7 +808,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
557
808
  - [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
558
809
  - [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
559
810
  - [core] Speed up the CI by removing the second build (#39684) @michaldudak
560
- - [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
811
+ - [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
561
812
  - [website] List benefits for sponsors (#39640) @oliviertassinari
562
813
  - [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
563
814
  - [test] Fix flaky screenshot (#39711) @oliviertassinari
@@ -744,9 +995,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
744
995
  ### Docs
745
996
 
746
997
  - &#8203;<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
747
- - &#8203;<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
998
+ - &#8203;<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
748
999
  - &#8203;<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
749
- - &#8203;<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
1000
+ - &#8203;<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
750
1001
  - &#8203;<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
751
1002
  - &#8203;<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
752
1003
  - &#8203;<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
@@ -981,7 +1232,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
981
1232
  - [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
982
1233
  - [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
983
1234
  - [docs-infra] Improve callouts design (#39084) @danilo-leal
984
- - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
1235
+ - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
985
1236
  - [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
986
1237
  - [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
987
1238
  - [test] Split the test package (#39061) @michaldudak
@@ -1060,7 +1311,7 @@ _Sep 13, 2023_
1060
1311
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1061
1312
 
1062
1313
  - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
1063
- - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
1314
+ - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
1064
1315
 
1065
1316
  ### `@mui/material@5.14.9`
1066
1317
 
@@ -1112,7 +1363,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1112
1363
  - &#8203;<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
1113
1364
  - &#8203;<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
1114
1365
  - &#8203;<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
1115
- - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
1366
+ - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
1116
1367
  - &#8203;<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
1117
1368
  - &#8203;<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
1118
1369
  - &#8203;<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
@@ -1133,7 +1384,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1133
1384
  ### Examples
1134
1385
 
1135
1386
  - &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
1136
- - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1387
+ - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
1137
1388
 
1138
1389
  ### Core
1139
1390
 
@@ -1152,7 +1403,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1152
1403
  - &#8203;<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
1153
1404
  - &#8203;<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
1154
1405
  - &#8203;<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
1155
- - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
1406
+ - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
1156
1407
 
1157
1408
  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
1158
1409
 
@@ -1188,7 +1439,7 @@ A big thanks to the 25 contributors who made this release possible.
1188
1439
 
1189
1440
  ### `@mui/lab@5.0.0-alpha.143`
1190
1441
 
1191
- - &#8203;<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
1442
+ - &#8203;<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
1192
1443
  - &#8203;<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
1193
1444
 
1194
1445
  ### `@mui/system@5.14.8`
@@ -1298,7 +1549,7 @@ _Aug 23, 2023_
1298
1549
 
1299
1550
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
1300
1551
 
1301
- - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
1552
+ - 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
1302
1553
  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.
1303
1554
  - 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
1304
1555
  - 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
@@ -1337,7 +1588,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1337
1588
  - [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
1338
1589
  - [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
1339
1590
  - [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
1340
- - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
1591
+ - [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
1341
1592
  - [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
1342
1593
  - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
1343
1594
  - [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
@@ -1364,7 +1615,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1364
1615
  - [docs] Clarify System peer dependencies @oliviertassinari
1365
1616
  - [docs] Fix horizontal scrollbar @oliviertassinari
1366
1617
  - [docs] Code style convention @oliviertassinari
1367
- - [docs] Fix typo in Base UI @oliviertassinari
1618
+ - [docs] Fix typo in Base UI @oliviertassinari
1368
1619
  - [docs] Update the backers page (#38505) @danilo-leal
1369
1620
  - [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
1370
1621
  - [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
@@ -1399,9 +1650,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1399
1650
  - [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
1400
1651
  - [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
1401
1652
  - [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
1402
- - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
1403
- - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
1404
- - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
1653
+ - [website] Improve the Base UI hero section demo (#38585) @danilo-leal
1654
+ - [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
1655
+ - [website] Fix mobile view Material UI page (#38568) @oliviertassinari
1405
1656
  - [website] Fix reference to the data grid @oliviertassinari
1406
1657
  - [website] Configure Apple Pay @oliviertassinari
1407
1658
  - [website] Fix template link on the homepage (#38471) @danilo-leal
@@ -1416,7 +1667,7 @@ _Aug 14, 2023_
1416
1667
 
1417
1668
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1418
1669
 
1419
- - @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)
1670
+ - @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)
1420
1671
 
1421
1672
  ### `@mui/material@5.14.5`
1422
1673
 
@@ -1442,7 +1693,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1442
1693
 
1443
1694
  ### Docs
1444
1695
 
1445
- - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
1696
+ - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
1446
1697
  - &#8203;<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
1447
1698
  - &#8203;<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
1448
1699
  - &#8203;<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
@@ -1471,7 +1722,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1471
1722
  - &#8203;<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
1472
1723
  - &#8203;<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
1473
1724
  - &#8203;<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
1474
- - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
1725
+ - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
1475
1726
  - &#8203;<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
1476
1727
  - &#8203;<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
1477
1728
  - &#8203;<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
@@ -1486,7 +1737,7 @@ _Aug 8, 2023_
1486
1737
 
1487
1738
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1488
1739
 
1489
- - 🎉 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
1740
+ - 🎉 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
1490
1741
 
1491
1742
  ### `@mui/material@5.14.4`
1492
1743
 
@@ -1503,7 +1754,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1503
1754
 
1504
1755
  - &#8203;<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
1505
1756
 
1506
- Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
1757
+ Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
1507
1758
  This was changed to improve consistency and avoid problems some bundlers have with default exports.
1508
1759
  See https://github.com/mui/material-ui/issues/21862 for more context.
1509
1760
 
@@ -1553,10 +1804,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1553
1804
  - &#8203;<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
1554
1805
 
1555
1806
  - &#8203;<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
1556
- - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
1807
+ - &#8203;<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
1557
1808
  - &#8203;<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
1558
1809
  - &#8203;<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
1559
- - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
1810
+ - &#8203;<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
1560
1811
  - &#8203;<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
1561
1812
  - &#8203;<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
1562
1813
  - &#8203;<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
@@ -1586,7 +1837,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1586
1837
 
1587
1838
  - 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
1588
1839
  - ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
1589
- - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
1840
+ - 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
1590
1841
  - 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
1591
1842
 
1592
1843
  ### `@mui/material@5.14.3`
@@ -1654,7 +1905,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1654
1905
 
1655
1906
  ### Core
1656
1907
 
1657
- - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
1908
+ - &#8203;<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
1658
1909
  - &#8203;<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
1659
1910
  - &#8203;<!-- 45 -->[core] Remove dead code @oliviertassinari
1660
1911
  - &#8203;<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
@@ -1694,7 +1945,7 @@ A big thanks to the 23 contributors who made this release possible.
1694
1945
  - &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
1695
1946
  - &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
1696
1947
  - &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
1697
- - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
1948
+ - &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
1698
1949
  - &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
1699
1950
  - &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
1700
1951
  - &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
@@ -1716,11 +1967,11 @@ A big thanks to the 23 contributors who made this release possible.
1716
1967
  - &#8203;<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
1717
1968
  - &#8203;<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
1718
1969
  - &#8203;<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
1719
- - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
1970
+ - &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
1720
1971
  - &#8203;<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
1721
1972
  - &#8203;<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
1722
1973
  - &#8203;<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
1723
- - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
1974
+ - &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
1724
1975
  - &#8203;<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
1725
1976
  - &#8203;<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
1726
1977
  - &#8203;<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
@@ -1738,7 +1989,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1738
1989
  - 💫 Introducing some new components for Joy UI:
1739
1990
  - [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
1740
1991
  - [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
1741
- - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
1992
+ - 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
1742
1993
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
1743
1994
 
1744
1995
  ### `@mui/material@5.14.1`
@@ -1770,14 +2021,14 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1770
2021
  ### Docs
1771
2022
 
1772
2023
  - &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
1773
- - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
1774
- - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
2024
+ - &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
2025
+ - &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
1775
2026
  - &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
1776
2027
  - &#8203;<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
1777
2028
  - &#8203;<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
1778
- - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
2029
+ - &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
1779
2030
  - &#8203;<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
1780
- - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
2031
+ - &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
1781
2032
  - &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
1782
2033
  - &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
1783
2034
  - &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
@@ -1787,7 +2038,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1787
2038
  ### Core
1788
2039
 
1789
2040
  - &#8203;<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
1790
- - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
2041
+ - &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
1791
2042
  - &#8203;<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
1792
2043
  - &#8203;<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
1793
2044
  - &#8203;<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
@@ -1803,15 +2054,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
1803
2054
  - &#8203;<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
1804
2055
  - &#8203;<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
1805
2056
  - &#8203;<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
1806
- - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
2057
+ - &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
1807
2058
  - &#8203;<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
1808
2059
  - &#8203;<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
1809
2060
  - &#8203;<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
1810
2061
  - &#8203;<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
1811
2062
  - &#8203;<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
1812
2063
  - &#8203;<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
1813
- - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
1814
- - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
2064
+ - &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
2065
+ - &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
1815
2066
  - &#8203;<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
1816
2067
  - &#8203;<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
1817
2068
  - &#8203;<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
@@ -1826,11 +2077,11 @@ _Jul 11, 2023_
1826
2077
 
1827
2078
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1828
2079
 
1829
- - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
2080
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
1830
2081
  - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
1831
- - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
2082
+ - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
1832
2083
  - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
1833
- - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
2084
+ - 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
1834
2085
  - 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
1835
2086
 
1836
2087
  ### `@mui/material@5.14.0`
@@ -1875,7 +2126,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1875
2126
 
1876
2127
  ### Core
1877
2128
 
1878
- - [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
2129
+ - [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
1879
2130
  - [core] Fix imports to React (#37863) @oliviertassinari
1880
2131
  - [core] Disambiguate eslint plugin name @oliviertassinari
1881
2132
  - [core] Sync the lint script name with the other repositories @oliviertassinari
@@ -1925,16 +2176,16 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
1925
2176
 
1926
2177
  - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
1927
2178
  - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
1928
- - [docs][base] Make Base UI input demos denser (#37750) @zanivan
1929
- - [docs][base] Make Base UI button demos denser (#37689) @zanivan
2179
+ - [docs][base] Make Base UI input demos denser (#37750) @zanivan
2180
+ - [docs][base] Make Base UI button demos denser (#37689) @zanivan
1930
2181
  - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
1931
2182
  - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
1932
- - [docs] Improve Base UI index page (#37761) @oliviertassinari
2183
+ - [docs] Improve Base UI index page (#37761) @oliviertassinari
1933
2184
  - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
1934
2185
  - [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
1935
2186
  - [docs] Shorten overview page URLs (#37660) @oliviertassinari
1936
2187
  - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
1937
- - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
2188
+ - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
1938
2189
  - [docs] Rename product to productId (#37801) @siriwatknp
1939
2190
  - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
1940
2191
 
@@ -1963,7 +2214,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
1963
2214
  - [test] Fix test:e2e local run (#37719) @oliviertassinari
1964
2215
  - [test] Remove failing test in dev @oliviertassinari
1965
2216
  - [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
1966
- - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
2217
+ - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
1967
2218
  - [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
1968
2219
  - [website] Match Copyright with the rest of the website @oliviertassinari
1969
2220
  - [website] Support deep linking to pricing FAQ @oliviertassinari
@@ -1977,12 +2228,12 @@ _Jun 21, 2023_
1977
2228
  A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
1978
2229
 
1979
2230
  - 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
1980
- - 📚 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
2231
+ - 📚 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
1981
2232
 
1982
2233
  ### `@mui/material@5.13.6`
1983
2234
 
1984
2235
  - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
1985
- - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
2236
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
1986
2237
  - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
1987
2238
  - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
1988
2239
  - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
@@ -2013,15 +2264,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2013
2264
 
2014
2265
  ### Docs
2015
2266
 
2016
- - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
2267
+ - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
2017
2268
  - &#8203;<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
2018
2269
  - &#8203;<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
2019
- - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
2270
+ - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
2020
2271
  - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
2021
2272
  - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
2022
2273
  - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
2023
2274
  - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
2024
- - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
2275
+ - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
2025
2276
  - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
2026
2277
  - &#8203;<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
2027
2278
  - &#8203;<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
@@ -2029,17 +2280,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2029
2280
  - &#8203;<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
2030
2281
  - &#8203;<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
2031
2282
  - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
2032
- - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
2283
+ - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
2033
2284
  - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
2034
2285
  - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
2035
2286
  - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
2036
- - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
2287
+ - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
2037
2288
  - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
2038
2289
  - &#8203;<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
2039
2290
  - &#8203;<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
2040
2291
  - &#8203;<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
2041
2292
  - &#8203;<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
2042
- - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
2293
+ - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
2043
2294
 
2044
2295
  ### Core
2045
2296
 
@@ -2077,7 +2328,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
2077
2328
  - &#8203;<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
2078
2329
  - &#8203;<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
2079
2330
  - &#8203;<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
2080
- - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
2331
+ - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
2081
2332
  - &#8203;<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
2082
2333
  - &#8203;<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
2083
2334
  - &#8203;<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
@@ -2125,11 +2376,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
2125
2376
  - &#8203;<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
2126
2377
  - &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
2127
2378
  - &#8203;<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
2128
- - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
2379
+ - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
2129
2380
  - &#8203;<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
2130
2381
  - &#8203;<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
2131
- - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
2132
- - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
2382
+ - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
2383
+ - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
2133
2384
  - &#8203;<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
2134
2385
  - &#8203;<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
2135
2386
 
@@ -2176,7 +2427,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
2176
2427
  ### Docs
2177
2428
 
2178
2429
  - &#8203;<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
2179
- - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
2430
+ - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
2180
2431
  - &#8203;<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
2181
2432
  - &#8203;<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
2182
2433
  - &#8203;<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
@@ -2215,7 +2466,7 @@ A big thanks to the 12 contributors who made this release possible.
2215
2466
  - [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
2216
2467
  - [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
2217
2468
  - [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
2218
- - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
2469
+ - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
2219
2470
  - [docs] Prefer to link GitHub repository @oliviertassinari
2220
2471
  - [docs] Move product versions to page context (#35078) @m4theushw
2221
2472
  - [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
@@ -2280,8 +2531,8 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2280
2531
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2281
2532
  - [docs] Update theme customization typescript (#35551) @siriwatknp
2282
2533
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
2283
- - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2284
- - [docs] Improve Base UI overview page (#37227) @mnajdova
2534
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2535
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
2285
2536
  - [docs] Update Joy + Material guide (#36911) @cherniavskii
2286
2537
 
2287
2538
  ### Core
@@ -2303,7 +2554,7 @@ _May 10, 2023_
2303
2554
 
2304
2555
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2305
2556
 
2306
- - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2557
+ - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2307
2558
  - 🗺 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.
2308
2559
  - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
2309
2560
 
@@ -2336,10 +2587,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2336
2587
 
2337
2588
  ### Docs
2338
2589
 
2339
- - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
2590
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
2340
2591
  - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
2341
2592
  - [docs] Improve "Example projects" page design (#37007) @danilo-leal
2342
- - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
2593
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
2343
2594
  - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
2344
2595
  - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
2345
2596
  - [docs] Update links to the public roadmap (#36995) @mnajdova
@@ -2348,7 +2599,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2348
2599
 
2349
2600
  ### Core
2350
2601
 
2351
- - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
2602
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
2352
2603
  - [core] Add VSCode extensions recommendations (#37166) @michaldudak
2353
2604
  - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
2354
2605
  - [website] Update the active positions (#37075) @DanailH
@@ -2365,7 +2616,7 @@ _May 2, 2023_
2365
2616
 
2366
2617
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2367
2618
 
2368
- - all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
2619
+ - all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
2369
2620
  - 🐛 bug fixes and 📚 documentation improvements.
2370
2621
 
2371
2622
  ### `@mui/material@5.12.3`
@@ -2435,7 +2686,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2435
2686
 
2436
2687
  - &#8203;<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
2437
2688
 
2438
- Brought consistency to Base UI components and hooks' parameters and return values:
2689
+ Brought consistency to Base UI components and hooks' parameters and return values:
2439
2690
 
2440
2691
  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.
2441
2692
  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.
@@ -2449,11 +2700,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2449
2700
 
2450
2701
  ### Docs
2451
2702
 
2452
- - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
2453
- - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
2703
+ - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
2704
+ - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
2454
2705
  - &#8203;<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
2455
2706
  - &#8203;<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
2456
- - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
2707
+ - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
2457
2708
  - &#8203;<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
2458
2709
  - &#8203;<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
2459
2710
  - &#8203;<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
@@ -2485,7 +2736,7 @@ _Apr 25, 2023_
2485
2736
 
2486
2737
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
2487
2738
 
2488
- - ⚠️ **[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.
2739
+ - ⚠️ **[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.
2489
2740
  - 🐛 bug fixes and 📚 documentation improvements.
2490
2741
 
2491
2742
  ### `@mui/material@5.12.2`
@@ -2500,7 +2751,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
2500
2751
 
2501
2752
  - &#8203;<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
2502
2753
 
2503
- The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
2754
+ The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
2504
2755
 
2505
2756
  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:
2506
2757
 
@@ -2606,7 +2857,7 @@ A big thanks to the 16 contributors who made this release possible. This release
2606
2857
  - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
2607
2858
  - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
2608
2859
  - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
2609
- - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
2860
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
2610
2861
  - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
2611
2862
  - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
2612
2863
  - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
@@ -2653,7 +2904,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
2653
2904
  - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
2654
2905
  - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
2655
2906
  - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
2656
- - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
2907
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
2657
2908
  - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
2658
2909
  - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
2659
2910
  - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
@@ -2663,7 +2914,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
2663
2914
  ### Core
2664
2915
 
2665
2916
  - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
2666
- - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
2917
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
2667
2918
  - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
2668
2919
  - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
2669
2920
  - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
@@ -2678,7 +2929,7 @@ _Apr 4, 2023_
2678
2929
 
2679
2930
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2680
2931
 
2681
- - 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
2932
+ - 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
2682
2933
  - 🐛 bug fixes and 📚 documentation improvements.
2683
2934
 
2684
2935
  ### `@mui/material@5.11.16`
@@ -2718,7 +2969,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2718
2969
  - [docs] Fix small typo (#36727) @RBerthier
2719
2970
  - [docs] Fix Joy UI template broken image loading @oliviertassinari
2720
2971
  - [docs] Hide the default API column if it's empty (#36715) @mnajdova
2721
- - [docs] Update Material UI Related Projects page (#34203) @viclafouch
2972
+ - [docs] Update Material UI Related Projects page (#34203) @viclafouch
2722
2973
  - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
2723
2974
  - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
2724
2975
  - [docs] Support Google Analytics 4 (#36123) @alexfauquette
@@ -2840,7 +3091,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
2840
3091
  - [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
2841
3092
  - [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
2842
3093
  - [website] Designer role changes (#36528) @danilo-leal
2843
- - [website] No association between showcase and MUI @oliviertassinari
2844
3094
  - [website] Open Head of Operations role (#36501) @oliviertassinari
2845
3095
  - [website] Limit sponsors description to two rows @oliviertassinari
2846
3096
 
@@ -2860,13 +3110,13 @@ _Mar 14, 2023_
2860
3110
 
2861
3111
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
2862
3112
 
2863
- - @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)
3113
+ - @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)
2864
3114
  - other 🐛 bug fixes and 📚 documentation improvements.
2865
3115
 
2866
3116
  ### `@mui/material@5.11.13`
2867
3117
 
2868
- - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
2869
- - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
3118
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
3119
+ - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
2870
3120
  - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
2871
3121
 
2872
3122
  ### `@mui/base@5.0.0-alpha.121`
@@ -2881,12 +3131,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2881
3131
 
2882
3132
  - &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
2883
3133
  - &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
2884
- - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
3134
+ - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
2885
3135
  - &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
2886
3136
  - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
2887
3137
  - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
2888
3138
  - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
2889
- - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
3139
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
2890
3140
  - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
2891
3141
  - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
2892
3142
  - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
@@ -2922,7 +3172,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2922
3172
 
2923
3173
  - &#8203;<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
2924
3174
 
2925
- 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:
3175
+ 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:
2926
3176
 
2927
3177
  ```diff
2928
3178
  import {
@@ -3011,11 +3261,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3011
3261
  ### Docs
3012
3262
 
3013
3263
  - &#8203;<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
3014
- - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
3264
+ - &#8203;<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
3015
3265
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
3016
3266
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
3017
- - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
3018
- - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
3267
+ - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
3268
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
3019
3269
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
3020
3270
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
3021
3271
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -3045,14 +3295,14 @@ _Feb 27, 2023_
3045
3295
 
3046
3296
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3047
3297
 
3048
- - 📚 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)
3298
+ - 📚 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)
3049
3299
  - other 🐛 bug fixes and 📚 documentation improvements.
3050
3300
 
3051
3301
  ### `@mui/material@5.11.11`
3052
3302
 
3053
3303
  - &#8203;<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
3054
3304
  - &#8203;<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
3055
- - &#8203;<!-- 10 -->[Stack][material] Use createStack from the system (#33795) @mnajdova
3305
+ - &#8203;<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
3056
3306
  - &#8203;<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
3057
3307
  - &#8203;<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
3058
3308
  - &#8203;<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
@@ -3109,7 +3359,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3109
3359
  - &#8203;<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
3110
3360
  - &#8203;<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
3111
3361
  - &#8203;<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
3112
- - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
3362
+ - &#8203;<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
3113
3363
  - &#8203;<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
3114
3364
  - &#8203;<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
3115
3365
  - &#8203;<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
@@ -3276,13 +3526,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3276
3526
  ### Docs
3277
3527
 
3278
3528
  - &#8203;<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
3279
- - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
3529
+ - &#8203;<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
3280
3530
  - &#8203;<!-- 18 -->[docs] Revert unintended change @oliviertassinari
3281
3531
  - &#8203;<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
3282
3532
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
3283
3533
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
3284
3534
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
3285
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
3535
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
3286
3536
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
3287
3537
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
3288
3538
 
@@ -3365,7 +3615,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3365
3615
  - &#8203;<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
3366
3616
  - &#8203;<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
3367
3617
  - &#8203;<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
3368
- - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
3618
+ - &#8203;<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
3369
3619
  - &#8203;<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
3370
3620
  - &#8203;<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
3371
3621
  - &#8203;<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
@@ -3469,7 +3719,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3469
3719
 
3470
3720
  ### `@mui/material@5.11.5`
3471
3721
 
3472
- - [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
3722
+ - [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
3473
3723
  - [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
3474
3724
  - [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
3475
3725
  - [l10n] Add Belarusian translation (#35742) @volhalink
@@ -3498,7 +3748,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3498
3748
 
3499
3749
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
3500
3750
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
3501
- - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
3751
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
3502
3752
  - [docs] Fix typos (#35814) @alexfauquette
3503
3753
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
3504
3754
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -3512,7 +3762,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3512
3762
  - [website] Improve pricing page (#35767) @oliviertassinari
3513
3763
  - [website] Add Greg in about page (#35816) @oliviertassinari
3514
3764
  - [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
3515
- - [website] Add docs for MUI for Figma @oliviertassinari
3765
+ - [website] Add docs for MUI for Figma @oliviertassinari
3516
3766
 
3517
3767
  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
3518
3768
 
@@ -3556,7 +3806,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
3556
3806
 
3557
3807
  ### Core
3558
3808
 
3559
- - [core] Close 2022 developer survey @oliviertassinari
3809
+ - [core] Close 2022 Developer Survey @oliviertassinari
3560
3810
  - [core] Fix the product license reference name (#35703) @oliviertassinari
3561
3811
  - [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
3562
3812
  - [test] Always use & for nesting styles (#35702) @oliviertassinari
@@ -3609,7 +3859,7 @@ _Dec 26, 2022_
3609
3859
 
3610
3860
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
3611
3861
 
3612
- - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
3862
+ - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
3613
3863
  - Many other 🐛 bug fixes abd 📚 documentation improvements.
3614
3864
 
3615
3865
  ### `@mui/material@5.11.2`
@@ -3629,7 +3879,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
3629
3879
  - &#8203;<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
3630
3880
  - &#8203;<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
3631
3881
  - &#8203;<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
3632
- - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
3882
+ - &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
3633
3883
 
3634
3884
  ### `@mui/joy@5.0.0-alpha.60`
3635
3885
 
@@ -3786,11 +4036,11 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3786
4036
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
3787
4037
  - [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
3788
4038
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
3789
- - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
4039
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
3790
4040
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
3791
4041
  - [docs] Update callouts design (#35390) @danilo-leal
3792
4042
  - [website] New wave of open roles (#35240) @mnajdova
3793
- - [website] Developer survey 2022 (#35407) @joserodolfofreitas
4043
+ - [website] Developer Survey 2022 (#35407) @joserodolfofreitas
3794
4044
 
3795
4045
  ### Core
3796
4046
 
@@ -3861,9 +4111,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3861
4111
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
3862
4112
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
3863
4113
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
3864
- - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
4114
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
3865
4115
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
3866
- - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
4116
+ - &#8203;<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
3867
4117
 
3868
4118
  ### Core
3869
4119
 
@@ -3871,7 +4121,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3871
4121
  - &#8203;<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
3872
4122
  - &#8203;<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
3873
4123
  - &#8203;<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
3874
- - &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
4124
+ - &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
3875
4125
  - &#8203;<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
3876
4126
 
3877
4127
  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
@@ -3955,7 +4205,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
3955
4205
  ### Docs
3956
4206
 
3957
4207
  - [docs] Fix a couple documentation errors (#35217) @danilo-leal
3958
- - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
4208
+ - [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
3959
4209
  - [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
3960
4210
  - [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
3961
4211
  - [docs] Fix typos in section titles (#35025) @iamxukai
@@ -3993,12 +4243,12 @@ _Nov 14, 2022_
3993
4243
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3994
4244
 
3995
4245
  - 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
3996
- - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
4246
+ - ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
3997
4247
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
3998
4248
 
3999
4249
  ### `@mui/material@5.10.14`
4000
4250
 
4001
- - [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
4251
+ - [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
4002
4252
  - [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
4003
4253
  - [IconButton] custom color causes type error (#34521) @kushagra010
4004
4254
 
@@ -4060,7 +4310,7 @@ _Nov 7, 2022_
4060
4310
 
4061
4311
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
4062
4312
 
4063
- - 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
4313
+ - 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
4064
4314
  - 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
4065
4315
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
4066
4316
 
@@ -4145,7 +4395,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4145
4395
  - &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
4146
4396
  - &#8203;<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
4147
4397
  - &#8203;<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
4148
- - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
4398
+ - &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
4149
4399
  - &#8203;<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
4150
4400
  - &#8203;<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
4151
4401
  - &#8203;<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
@@ -4157,7 +4407,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4157
4407
  - &#8203;<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
4158
4408
  - &#8203;<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
4159
4409
  - &#8203;<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
4160
- - &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
4410
+ - &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
4161
4411
  - &#8203;<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
4162
4412
  - &#8203;<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
4163
4413
  - &#8203;<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
@@ -4194,7 +4444,7 @@ _Oct 25, 2022_
4194
4444
 
4195
4445
  A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
4196
4446
 
4197
- - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
4447
+ - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
4198
4448
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4199
4449
 
4200
4450
  ### `@mui/material@5.10.11`
@@ -4242,7 +4492,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
4242
4492
  - Revert "[docs] Live demos (#34454)" @oliviertassinari
4243
4493
  - Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
4244
4494
  - [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
4245
- - [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
4495
+ - [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
4246
4496
  - [docs] Polish Crowdin config (#34852) @oliviertassinari
4247
4497
  - [docs] Fix a few style standard deviations @oliviertassinari
4248
4498
  - [docs] Enforce no trailing spaces (#34762) @oliviertassinari
@@ -4276,7 +4526,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4276
4526
 
4277
4527
  - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
4278
4528
  - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
4279
- - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
4529
+ - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
4280
4530
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
4281
4531
  - And more 🐛 bug fixes and 📚 documentation improvements.
4282
4532
 
@@ -4360,11 +4610,11 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4360
4610
 
4361
4611
  - &#8203;<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
4362
4612
 
4363
- The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
4613
+ The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
4364
4614
 
4365
4615
  Migration:
4366
4616
 
4367
- - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
4617
+ - **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
4368
4618
  - **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
4369
4619
 
4370
4620
  #### Changes
@@ -4382,7 +4632,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
4382
4632
  ### Docs
4383
4633
 
4384
4634
  - &#8203;<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
4385
- - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
4635
+ - &#8203;<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
4386
4636
  - &#8203;<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
4387
4637
  - &#8203;<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
4388
4638
  - &#8203;<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
@@ -4407,8 +4657,8 @@ _Oct 3, 2022_
4407
4657
 
4408
4658
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
4409
4659
 
4410
- - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
4411
- - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
4660
+ - 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
4661
+ - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
4412
4662
  - And more 🐛 bug fixes and 📚 documentation improvements.
4413
4663
 
4414
4664
  ### `@mui/material@5.10.8`
@@ -4438,7 +4688,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4438
4688
  - &#8203;<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
4439
4689
  - &#8203;<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
4440
4690
  - &#8203;<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
4441
- - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
4691
+ - &#8203;<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
4442
4692
  - &#8203;<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
4443
4693
  - &#8203;<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
4444
4694
  - &#8203;<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
@@ -4473,7 +4723,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4473
4723
  - [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
4474
4724
  - [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
4475
4725
  - [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
4476
- - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
4726
+ - Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
4477
4727
 
4478
4728
  ### `@mui/system@5.10.7`
4479
4729
 
@@ -4509,7 +4759,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4509
4759
 
4510
4760
  ### Docs
4511
4761
 
4512
- - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
4762
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
4513
4763
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
4514
4764
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
4515
4765
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -4521,7 +4771,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4521
4771
  - [docs] Fix Select `onChange` call (#34408) @siriwatknp
4522
4772
  - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
4523
4773
  - [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
4524
- - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
4774
+ - [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
4525
4775
  - [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
4526
4776
  - [website] Adds Bilal to about page (#34412) @MBilalShafi
4527
4777
  - [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
@@ -4595,8 +4845,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
4595
4845
  - [docs] Fix 301 link to external projects @oliviertassinari
4596
4846
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
4597
4847
  - [docs] Fix broken links (#34320) @alexfauquette
4598
- - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
4599
- - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
4848
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
4849
+ - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
4600
4850
  - [website] Improve security header @oliviertassinari
4601
4851
 
4602
4852
  ### Core
@@ -4616,7 +4866,7 @@ _Sep 12, 2022_
4616
4866
 
4617
4867
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
4618
4868
 
4619
- - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
4869
+ - 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
4620
4870
  - 🚀 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
4621
4871
  - And more 🐛 bug fixes and 📚 documentation improvements.
4622
4872
 
@@ -4639,7 +4889,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
4639
4889
 
4640
4890
  ### Docs
4641
4891
 
4642
- - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
4892
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
4643
4893
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
4644
4894
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
4645
4895
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -4719,7 +4969,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4719
4969
  ### `@mui/material@5.10.3`
4720
4970
 
4721
4971
  - [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
4722
- - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
4972
+ - [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
4723
4973
  - [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
4724
4974
  - [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
4725
4975
 
@@ -4754,7 +5004,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
4754
5004
  - [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
4755
5005
  - [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
4756
5006
  - [website] Add Toolpad to Navigation (#33937) @bharatkashyap
4757
- - [website] Improve SEO meta description for MUI X @oliviertassinari
5007
+ - [website] Improve SEO meta description for MUI X @oliviertassinari
4758
5008
  - [website] Improve visual look of code demos (#34070) @oliviertassinari
4759
5009
  - [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
4760
5010
 
@@ -4847,7 +5097,7 @@ A big thanks to the 18 contributors who made this release possible. This release
4847
5097
 
4848
5098
  ### Docs
4849
5099
 
4850
- - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
5100
+ - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
4851
5101
  - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
4852
5102
  - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
4853
5103
  - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
@@ -4889,7 +5139,7 @@ _Aug 8, 2022_
4889
5139
 
4890
5140
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
4891
5141
 
4892
- - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
5142
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
4893
5143
  - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
4894
5144
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4895
5145
 
@@ -4950,7 +5200,7 @@ _Aug 1, 2022_
4950
5200
 
4951
5201
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
4952
5202
 
4953
- - 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
5203
+ - 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
4954
5204
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
4955
5205
 
4956
5206
  ### `@mui/material@5.9.3`
@@ -4962,7 +5212,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4962
5212
 
4963
5213
  ### `@mui/system@5.9.3`
4964
5214
 
4965
- - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
5215
+ - [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
4966
5216
 
4967
5217
  ### `@mui/codemod@5.9.3`
4968
5218
 
@@ -5112,8 +5362,8 @@ A big thanks to the 17 contributors who made this release possible. This release
5112
5362
  - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
5113
5363
  - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
5114
5364
  - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
5115
- - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
5116
- - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
5365
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
5366
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
5117
5367
  - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
5118
5368
  - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
5119
5369
 
@@ -5133,8 +5383,8 @@ _Jul 12, 2022_
5133
5383
  A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
5134
5384
 
5135
5385
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
5136
- - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5137
- - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
5386
+ - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
5387
+ - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
5138
5388
  - ⚠️ **[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
5139
5389
  - many other 🐛 bug fixes and 📚 documentation improvements
5140
5390
  - our documentation site is now running with React 18! (#33196) @mnajdova
@@ -5145,7 +5395,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5145
5395
  - [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
5146
5396
  - [Grid] Export new grid as unstable (#33479) @siriwatknp
5147
5397
  - [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
5148
- - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
5398
+ - [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
5149
5399
  - [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
5150
5400
  - [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
5151
5401
  - [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
@@ -5161,7 +5411,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5161
5411
 
5162
5412
  - [lab] Remove the pickers (#33386) @flaviendelangle
5163
5413
 
5164
- The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
5414
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
5165
5415
 
5166
5416
  **Changes**
5167
5417
 
@@ -5176,7 +5426,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5176
5426
 
5177
5427
  ### `@mui/joy@5.0.0-alpha.36`
5178
5428
 
5179
- - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
5429
+ - [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
5180
5430
  - [Joy] Fix variants color palette regressions (#33394) @danilo-leal
5181
5431
 
5182
5432
  ### Docs
@@ -5188,14 +5438,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
5188
5438
  - [docs] Cleanup the migration (#33463) @siriwatknp
5189
5439
  - [docs] Fix broken Sponsoring services links @samuelsycamore
5190
5440
  - [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
5191
- - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
5441
+ - [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
5192
5442
  - [docs] Update to React 18 (#33196) @mnajdova
5193
5443
  - [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
5194
5444
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
5195
5445
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
5196
5446
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
5197
- - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5198
- - [examples] Add Base UI example (#33154) @siriwatknp
5447
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
5448
+ - [examples] Add Base UI example (#33154) @siriwatknp
5199
5449
 
5200
5450
  ### Core
5201
5451
 
@@ -5214,8 +5464,8 @@ _Jul 4, 2022_
5214
5464
 
5215
5465
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
5216
5466
 
5217
- - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
5218
- - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
5467
+ - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
5468
+ - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
5219
5469
  - many other 🐛 bug fixes and 📚 documentation improvements
5220
5470
 
5221
5471
  ### `@mui/material@5.8.7`
@@ -5239,7 +5489,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5239
5489
  - [Joy] Add radio button documentation (#33254) @siriwatknp
5240
5490
  - [Joy] Add switch documentation (#33302) @siriwatknp
5241
5491
  - [Joy] Batch a couple of documentation refinements (#33158)
5242
- - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
5492
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
5243
5493
 
5244
5494
  ### `@mui/base@5.0.0-alpha.88`
5245
5495
 
@@ -5253,7 +5503,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5253
5503
  - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
5254
5504
  - [docs] Fix SEO issues (#33288) @oliviertassinari
5255
5505
  - [docs] Fix Slider's "player" demo (#33267) @xlianghang
5256
- - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
5506
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
5257
5507
 
5258
5508
  All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
5259
5509
 
@@ -5278,7 +5528,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5278
5528
 
5279
5529
  - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
5280
5530
  - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
5281
- - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
5531
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
5282
5532
 
5283
5533
  ### `@mui/system@5.8.6`
5284
5534
 
@@ -5304,9 +5554,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5304
5554
 
5305
5555
  ### Docs
5306
5556
 
5307
- - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
5557
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
5308
5558
  - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
5309
- - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
5559
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
5310
5560
  - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
5311
5561
  - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
5312
5562
  - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
@@ -5368,7 +5618,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5368
5618
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
5369
5619
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
5370
5620
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
5371
- - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
5621
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
5372
5622
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
5373
5623
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
5374
5624
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -5379,7 +5629,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5379
5629
 
5380
5630
  ### Core
5381
5631
 
5382
- - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
5632
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
5383
5633
  - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
5384
5634
  - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
5385
5635
  - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
@@ -5396,7 +5646,7 @@ _Jun 14, 2022_
5396
5646
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
5397
5647
 
5398
5648
  - 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
5399
- - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
5649
+ - 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
5400
5650
  - many other 🐛 bug fixes and 📚 documentation improvements
5401
5651
 
5402
5652
  ### `@mui/material@5.8.4`
@@ -5445,8 +5695,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5445
5695
  - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
5446
5696
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
5447
5697
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
5448
- - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
5449
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
5698
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
5699
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
5450
5700
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
5451
5701
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
5452
5702
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -5520,10 +5770,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
5520
5770
  - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
5521
5771
  - [docs] Improve product identifier (#32707) @danilo-leal
5522
5772
  - [docs] Improve UX with back to top (#32896) @oliviertassinari
5523
- - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
5773
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
5524
5774
  - [docs] Redirect older URLs (#33037) @oliviertassinari
5525
5775
  - [docs] Remove pickers page from the Lab section (#32961) @DanailH
5526
- - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
5776
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
5527
5777
  - [docs] Throw on 301 links (#32939) @oliviertassinari
5528
5778
  - [website] Add Gerda to the about page (#33038) @danilo-leal
5529
5779
  - [website] Polish the pricing page (#32811) @oliviertassinari
@@ -5604,7 +5854,7 @@ _May 23, 2022_
5604
5854
 
5605
5855
  A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
5606
5856
 
5607
- - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
5857
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
5608
5858
  - And more 🐛 bug fixes and 📚 documentation improvements.
5609
5859
 
5610
5860
  ### `@mui/material@5.8.1`
@@ -5659,7 +5909,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
5659
5909
 
5660
5910
  ### Core
5661
5911
 
5662
- - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
5912
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
5663
5913
  - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
5664
5914
 
5665
5915
  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
@@ -5672,7 +5922,7 @@ _May 17, 2022_
5672
5922
 
5673
5923
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
5674
5924
 
5675
- - 🚀 [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.
5925
+ - 🚀 [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.
5676
5926
  - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
5677
5927
  - And more 🐛 bug fixes and 📚 documentation improvements.
5678
5928
 
@@ -5706,7 +5956,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5706
5956
 
5707
5957
  ### Docs
5708
5958
 
5709
- - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
5959
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
5710
5960
  - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
5711
5961
  - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
5712
5962
  - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
@@ -5722,9 +5972,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5722
5972
  - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
5723
5973
  - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
5724
5974
  - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
5725
- - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
5975
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
5726
5976
  - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
5727
- - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
5977
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
5728
5978
  - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
5729
5979
 
5730
5980
  ### Core
@@ -5744,7 +5994,7 @@ _May 10, 2022_
5744
5994
 
5745
5995
  A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
5746
5996
 
5747
- 🛠 This release is all about supporting CSS variables in many Material UI components.
5997
+ 🛠 This release is all about supporting CSS variables in many Material UI components.
5748
5998
  Kudos to all contributors!
5749
5999
 
5750
6000
  ### `@mui/material@5.7.0`
@@ -5810,7 +6060,7 @@ Kudos to all contributors!
5810
6060
  - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
5811
6061
  - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
5812
6062
  - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
5813
- - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
6063
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
5814
6064
  - [docs] Show product identifier on new X pages (#32657) @cherniavskii
5815
6065
  - [docs] Fix copy button childNode not found (#32652) @siriwatknp
5816
6066
  - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
@@ -5845,7 +6095,7 @@ _May 2, 2022_
5845
6095
 
5846
6096
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
5847
6097
 
5848
- - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
6098
+ - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
5849
6099
  - And more 🐛 bug fixes and 📚 improvements.
5850
6100
 
5851
6101
  ### `@mui/material@5.6.4`
@@ -5876,18 +6126,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5876
6126
  - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
5877
6127
  - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
5878
6128
  - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
5879
- - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
6129
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
5880
6130
  - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
5881
6131
  - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
5882
6132
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
5883
6133
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
5884
6134
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
5885
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
6135
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
5886
6136
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
5887
6137
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
5888
6138
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
5889
6139
  - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
5890
- - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
6140
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
5891
6141
  - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
5892
6142
  - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
5893
6143
  - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
@@ -5898,7 +6148,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5898
6148
 
5899
6149
  ### Core
5900
6150
 
5901
- - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
6151
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
5902
6152
 
5903
6153
  All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
5904
6154
 
@@ -5910,7 +6160,7 @@ _Apr 25, 2022_
5910
6160
 
5911
6161
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
5912
6162
 
5913
- - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
6163
+ - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
5914
6164
  - And more 🐛 bug fixes and 📚 improvements.
5915
6165
 
5916
6166
  ### `@mui/material@5.6.3`
@@ -6054,7 +6304,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
6054
6304
  - [docs] Remove notifications temporary (#32192) @siriwatknp
6055
6305
  - [docs] Redirect to new urls (#32048) @siriwatknp
6056
6306
  - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
6057
- - [website] Fix wrong MUI X installation instruction link @oliviertassinari
6307
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
6058
6308
  - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
6059
6309
  - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
6060
6310
  - [website] Give up on promoting roles in our docs @oliviertassinari
@@ -6076,7 +6326,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6076
6326
 
6077
6327
  - 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
6078
6328
  - 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
6079
- - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
6329
+ - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
6080
6330
  - Several 🐛 bug fixes and 📚 documentation improvements
6081
6331
 
6082
6332
  ### `@mui/material@5.6.0`
@@ -6136,7 +6386,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6136
6386
 
6137
6387
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
6138
6388
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
6139
- - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
6389
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
6140
6390
 
6141
6391
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
6142
6392
 
@@ -6184,7 +6434,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
6184
6434
 
6185
6435
  - &#8203;<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
6186
6436
 
6187
- Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
6437
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
6188
6438
 
6189
6439
  ```diff
6190
6440
  -import { Unstyled_TrapFocus } from '@mui/base';
@@ -6329,7 +6579,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
6329
6579
  - [docs] Refine the product identifier menu (#31262) @danilo-leal
6330
6580
  - [docs] Fix Search crash (#31386) @reckter
6331
6581
  - [docs] Update TextField multiline description (#31291) @jontewks
6332
- - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
6582
+ - [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
6333
6583
  - [docs] Test products search (#31351) @siriwatknp
6334
6584
  - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
6335
6585
  - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
@@ -6363,7 +6613,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6363
6613
 
6364
6614
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
6365
6615
 
6366
- `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:
6616
+ `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:
6367
6617
 
6368
6618
  ```diff
6369
6619
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -6528,7 +6778,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6528
6778
  - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
6529
6779
  - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
6530
6780
  - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
6531
- - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
6781
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
6532
6782
  - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
6533
6783
  - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
6534
6784
 
@@ -6583,7 +6833,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6583
6833
  - [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
6584
6834
  - [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
6585
6835
  - [docs] Improve Base component demos (#30884) @danilo-leal
6586
- - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
6836
+ - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
6587
6837
  - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
6588
6838
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
6589
6839
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
@@ -6600,7 +6850,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6600
6850
  - [core] Bump date-io version (#31016) @michaldudak
6601
6851
  - [core] Fix typo in useSlider (#31061) @ryohey
6602
6852
  - [core] Remove unused draft-js types package (#30993) @michaldudak
6603
- - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
6853
+ - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
6604
6854
  - [core] Remove dead code (#31064) @oliviertassinari
6605
6855
 
6606
6856
  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
@@ -6685,7 +6935,7 @@ _Feb 1, 2022_
6685
6935
 
6686
6936
  A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
6687
6937
 
6688
- - 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
6938
+ - 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
6689
6939
  - Number of 🐛 bug fixes and 📚 documentation improvements.
6690
6940
 
6691
6941
  ### `@mui/material@5.4.0`
@@ -6748,7 +6998,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
6748
6998
 
6749
6999
  ### Core
6750
7000
 
6751
- - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
7001
+ - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
6752
7002
  - &#8203;<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
6753
7003
  - &#8203;<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
6754
7004
  - &#8203;<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
@@ -6864,7 +7114,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
6864
7114
  - [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
6865
7115
  - [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
6866
7116
  - [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
6867
- - [docs] Fix integration with MUI X (#30593) @oliviertassinari
7117
+ - [docs] Fix integration with MUI X (#30593) @oliviertassinari
6868
7118
  - [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
6869
7119
  - [docs] Add missing quote in migration docs (#30587) @Atralbus
6870
7120
  - [docs] Update link to Doit sponsor (#30586) @oliviertassinari
@@ -7015,7 +7265,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7015
7265
 
7016
7266
  ### Core
7017
7267
 
7018
- - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
7268
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
7019
7269
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
7020
7270
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
7021
7271
 
@@ -7307,13 +7557,13 @@ _Nov 25, 2021_
7307
7557
 
7308
7558
  A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
7309
7559
 
7310
- This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
7560
+ This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
7311
7561
 
7312
7562
  - &#8203;<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
7313
7563
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
7314
7564
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
7315
7565
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
7316
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
7566
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
7317
7567
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
7318
7568
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
7319
7569
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
@@ -7378,7 +7628,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
7378
7628
 
7379
7629
  ### Docs
7380
7630
 
7381
- - [blog] MUI X v5 blog post (#29590) @DanailH
7631
+ - [blog] MUI X v5 blog post (#29590) @DanailH
7382
7632
  - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
7383
7633
  - [changelog] Explain why we do breaking changes @oliviertassinari
7384
7634
  - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
@@ -7430,7 +7680,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7430
7680
 
7431
7681
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
7432
7682
 
7433
- 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.
7683
+ 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.
7434
7684
 
7435
7685
  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.
7436
7686
 
@@ -7446,7 +7696,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7446
7696
 
7447
7697
  ### Docs
7448
7698
 
7449
- - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
7699
+ - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
7450
7700
  - &#8203;<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
7451
7701
  - &#8203;<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
7452
7702
  - &#8203;<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
@@ -7458,7 +7708,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
7458
7708
  - &#8203;<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
7459
7709
  - &#8203;<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
7460
7710
  - &#8203;<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
7461
- - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
7711
+ - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
7462
7712
  - &#8203;<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
7463
7713
  - &#8203;<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
7464
7714
  - &#8203;<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
@@ -7572,7 +7822,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
7572
7822
  - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
7573
7823
  - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
7574
7824
  - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
7575
- - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
7825
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
7576
7826
  - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
7577
7827
  - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
7578
7828
  - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
@@ -7932,7 +8182,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
7932
8182
  - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
7933
8183
  - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
7934
8184
  - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
7935
- - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
8185
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
7936
8186
  - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
7937
8187
  - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
7938
8188
  - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
@@ -7976,7 +8226,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
7976
8226
 
7977
8227
  _Sep 16, 2021_
7978
8228
 
7979
- 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/)!
8229
+ 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/)!
7980
8230
 
7981
8231
  Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
7982
8232
 
@@ -8011,10 +8261,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
8011
8261
 
8012
8262
  ### Docs
8013
8263
 
8014
- - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
8264
+ - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
8015
8265
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
8016
8266
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
8017
- - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
8267
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
8018
8268
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
8019
8269
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
8020
8270
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -8035,7 +8285,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
8035
8285
 
8036
8286
  ### Core
8037
8287
 
8038
- - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
8288
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
8039
8289
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
8040
8290
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
8041
8291
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -8096,7 +8346,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
8096
8346
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
8097
8347
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
8098
8348
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
8099
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
8349
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
8100
8350
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
8101
8351
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
8102
8352
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -8584,7 +8834,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
8584
8834
  ### Docs
8585
8835
 
8586
8836
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
8587
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
8837
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
8588
8838
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
8589
8839
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
8590
8840
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -8727,7 +8977,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8727
8977
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
8728
8978
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
8729
8979
  - [website] Open 4 new roles (#27123) @oliviertassinari
8730
- - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
8980
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
8731
8981
 
8732
8982
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
8733
8983
 
@@ -9164,7 +9414,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
9164
9414
 
9165
9415
  ### Docs
9166
9416
 
9167
- - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
9417
+ - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
9168
9418
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
9169
9419
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
9170
9420
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -9452,7 +9702,7 @@ We are progressively moving all modules that are relevant to styling custom desi
9452
9702
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
9453
9703
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
9454
9704
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
9455
- - [website] Add Material UI X page (#25794) @DanailH
9705
+ - [website] Add Material UI X page (#25794) @DanailH
9456
9706
  - [website] Add open application section (#26501) @oliviertassinari
9457
9707
  - [website] Add Siriwat to team page (#26406) @siriwatknp
9458
9708
 
@@ -9711,7 +9961,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
9711
9961
 
9712
9962
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
9713
9963
 
9714
- 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:
9964
+ 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:
9715
9965
 
9716
9966
  ```diff
9717
9967
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -10327,7 +10577,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
10327
10577
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
10328
10578
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
10329
10579
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
10330
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
10580
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
10331
10581
 
10332
10582
  ### Core
10333
10583
 
@@ -10831,7 +11081,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10831
11081
  2. @vicasas x5
10832
11082
  3. @kodai3 x4
10833
11083
 
10834
- - 📐 Add a subset of the system as flattened props on `Typography` (#24496) @mnajdova.
11084
+ - 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
10835
11085
  Now, you can do:
10836
11086
 
10837
11087
  ```jsx
@@ -10848,7 +11098,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
10848
11098
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
10849
11099
 
10850
11100
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
10851
- We will not change the minimum supported version in a major version of Material UI.
11101
+ We will not change the minimum supported version in a major version of Material UI.
10852
11102
  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).
10853
11103
 
10854
11104
  #### Changes
@@ -10998,7 +11248,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
10998
11248
  - 👩‍🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
10999
11249
  - 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
11000
11250
  - 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
11001
- - 📐 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.
11251
+ - 📐 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.
11002
11252
 
11003
11253
  ```jsx
11004
11254
  <Box m={2}>
@@ -11081,7 +11331,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
11081
11331
  - &#8203;<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
11082
11332
  - &#8203;<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
11083
11333
  - &#8203;<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
11084
- - &#8203;<!-- 45 -->[docs] Mention the system props when available in the API pages (#24503) @mnajdova
11334
+ - &#8203;<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
11085
11335
  - &#8203;<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
11086
11336
  - &#8203;<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
11087
11337
  - &#8203;<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
@@ -11564,7 +11814,7 @@ _Dec 3, 2020_
11564
11814
 
11565
11815
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
11566
11816
 
11567
- - Fix most of the issues with the system (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
11817
+ - Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
11568
11818
  - And many more 🐛 bug fixes and 📚 improvements.
11569
11819
 
11570
11820
  ### `@material-ui/core@v5.0.0-alpha.18`
@@ -11657,7 +11907,7 @@ _Nov 23, 2020_
11657
11907
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
11658
11908
 
11659
11909
  - 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
11660
- You should now get a description for each property of the system. For instance with `mx`:
11910
+ You should now get a description for each property of MUI System. For instance with `mx`:
11661
11911
 
11662
11912
  ![system TypeScript](https://user-images.githubusercontent.com/3165635/99920493-20f60a00-2d24-11eb-8748-c5dd7fe85cbd.png)
11663
11913
 
@@ -11787,19 +12037,19 @@ A big thanks to the 18 contributors who made this release possible. Here are som
11787
12037
 
11788
12038
  ### Docs
11789
12039
 
11790
- - [docs] Add advanced page for the system (#23596) @mnajdova
12040
+ - [docs] Add advanced page for MUI System (#23596) @mnajdova
11791
12041
  - [docs] Add docs for typography in system (#23510) @oliviertassinari
11792
12042
  - [docs] API pages i18n (#23214) @mbrookes
11793
12043
  - [docs] Create pickers migration guide (#23605) @dmtrKovalenko
11794
12044
  - [docs] Enable TS language service for docs/src (#23576) @eps1lon
11795
- - [docs] Explain the information listed on the system properties page (#23566) @mnajdova
12045
+ - [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
11796
12046
  - [docs] Fix /api client-side routing (#23586) @eps1lon
11797
12047
  - [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
11798
12048
  - [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
11799
12049
  - [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
11800
12050
  - [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
11801
12051
  - [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
11802
- - [docs] Remove dead demos in the system basics page (#23565) @mnajdova
12052
+ - [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
11803
12053
  - [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
11804
12054
  - [docs] Sync translations (#23648) @l10nbot
11805
12055
 
@@ -11828,7 +12078,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
11828
12078
 
11829
12079
  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.
11830
12080
 
11831
- - 📚 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.
12081
+ - 📚 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.
11832
12082
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
11833
12083
  - And many more 🐛 bug fixes and 📚 improvements.
11834
12084
 
@@ -11895,12 +12145,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
11895
12145
  - [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
11896
12146
  - [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
11897
12147
  - [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
11898
- - [docs] Improve documentation of the system (#23294) @mnajdova
12148
+ - [docs] Improve documentation of MUI System (#23294) @mnajdova
11899
12149
  - [docs] Improve feedback a11y (#23459) @eps1lon
11900
- - [docs] Improve formatting of the system (#23509) @oliviertassinari
12150
+ - [docs] Improve formatting of MUI System (#23509) @oliviertassinari
11901
12151
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
11902
12152
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
11903
- - [docs] Prepare Material UI X (#1893) @oliviertassinari
12153
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
11904
12154
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
11905
12155
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
11906
12156
  - [docs] Sync translations (#23316) @l10nbot
@@ -11928,19 +12178,19 @@ _Nov 4, 2020_
11928
12178
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
11929
12179
 
11930
12180
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
11931
- 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`.
12181
+ 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`.
11932
12182
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
11933
12183
  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.
11934
12184
 
11935
12185
  **Why an unstyled package?**
11936
12186
 
11937
- 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.
12187
+ 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.
11938
12188
 
11939
12189
  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).
11940
12190
 
11941
12191
  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).
11942
12192
 
11943
- 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).
12193
+ 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).
11944
12194
 
11945
12195
  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.
11946
12196
 
@@ -12004,8 +12254,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
12004
12254
  ### Docs
12005
12255
 
12006
12256
  - [Transition] Document default appear value (#23221) @GuilleDF
12007
- - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
12008
- - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
12257
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
12258
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
12009
12259
  - [docs] Fix a few typos and add comma (#23284) @reedanders
12010
12260
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
12011
12261
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -12041,8 +12291,8 @@ A big thanks to the 23 contributors who made this release possible.
12041
12291
  Here are some highlights ✨:
12042
12292
 
12043
12293
  - 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
12044
- We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
12045
- 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.
12294
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
12295
+ 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.
12046
12296
 
12047
12297
  The system is meant to solve the following problems:
12048
12298
 
@@ -12051,10 +12301,10 @@ Here are some highlights ✨:
12051
12301
  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?
12052
12302
  4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
12053
12303
 
12054
- This new iteration of the system brings two major improvements:
12304
+ This new iteration of MUI System brings two major improvements:
12055
12305
 
12056
12306
  - It moves from the support of a subset of CSS to the support of a superset of CSS.
12057
- 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.
12307
+ 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.
12058
12308
  - It moves from support on Box only to any core component (starting with the slider).
12059
12309
 
12060
12310
  ```jsx
@@ -12214,7 +12464,7 @@ A big thanks to the 25 contributors who made this release possible.
12214
12464
  Here are some highlights ✨:
12215
12465
 
12216
12466
  - 📦 Ship modern bundle (#22814) @eps1lon.
12217
- This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
12467
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
12218
12468
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
12219
12469
 
12220
12470
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -12764,7 +13014,7 @@ More documentation are coming.
12764
13014
  - [docs] Add ui-schema in related projects (#22644) @elbakerino
12765
13015
  - [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
12766
13016
  - [docs] Batch small changes (#22646) @oliviertassinari
12767
- - [docs] Configuring redirects for MUI X (#22632) @dtassone
13017
+ - [docs] Configuring redirects for MUI X (#22632) @dtassone
12768
13018
  - [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
12769
13019
  - [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
12770
13020
  - [docs] Fix emotion broken in SSR (#22731) @mnajdova
@@ -12869,7 +13119,7 @@ Here are some highlights ✨:
12869
13119
 
12870
13120
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
12871
13121
 
12872
- The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
13122
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
12873
13123
  You can use `adaptV4Theme()` to restore the previous behavior.
12874
13124
 
12875
13125
  #### Changes
@@ -13287,7 +13537,7 @@ A big thanks to the 26 contributors who made this release possible.
13287
13537
  Here are some highlights ✨:
13288
13538
 
13289
13539
  - 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
13290
- This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
13540
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
13291
13541
  For instance with the Button:
13292
13542
 
13293
13543
  ```tsx