@mui/types 7.0.0-rc.0 → 7.1.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1629 -101
  2. package/README.md +1 -1
  3. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,4 +1,1528 @@
1
- ### [Versions](https://material-ui.com/versions/)
1
+ # [Versions](https://mui.com/versions/)
2
+
3
+ ## 5.4.1
4
+
5
+ <!-- generated comparing v5.4.0..master -->
6
+
7
+ _Feb 8, 2022_
8
+
9
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ♿️ Snackbar messages are now announced by NVDA when using Firefox (#30774) @eps1lon
12
+ - Several 🐛 bug fixes and 📚 documentation improvements.
13
+
14
+ ### `@mui/material@5.4.1`
15
+
16
+ - &#8203;<!-- 37 -->[AvatarGroup] Enable targeting of additional Avatar when max props is passed (#30794) @mogrady88
17
+ - &#8203;<!-- 36 -->[Badge] Fix showzero and invisible condition (#30899) @alisasanib
18
+ - &#8203;<!-- 35 -->[ButtonBase] Expose ref to TouchRipple (#30901) @m4theushw
19
+ - &#8203;<!-- 15 -->[Fab] Add support for the default theme colors (#30846) @alisasanib
20
+ - &#8203;<!-- 11 -->[SelectInput] Only attach click handler to label if a labelId is passed (#30239) @johsunds
21
+ - &#8203;<!-- 09 -->[Snackbar] Ensure messages are announced in NVDA+FF (#30774) @eps1lon
22
+
23
+ ### `@mui/base@5.0.0-alpha.68`
24
+
25
+ - &#8203;<!-- 10 -->[SelectUnstyled] Improve exported types (#30895) @michaldudak
26
+
27
+ ### `@mui/lab@5.0.0-alpha.68`
28
+
29
+ - &#8203;<!-- 12 -->[Pickers] Fix `onDismiss` handler in `MobileDatePicker` (#30768) @Ashish2097
30
+ - &#8203;<!-- 06 -->[TimePicker] Add font family for clock numbers (#30738) @alisasanib
31
+
32
+ ### `@mui/joy@5.0.0-alpha.14`
33
+
34
+ - &#8203;<!-- 14 -->[Joy] Add `IconButton` component (#30864) @siriwatknp
35
+ - &#8203;<!-- 13 -->[Joy] Use icon inside a Button (#30803) @siriwatknp
36
+
37
+ ### Docs
38
+
39
+ - &#8203;<!-- 16 -->[examples] Fix vitejs example and improve HMR (#30897) @mihailgaberov
40
+ - &#8203;<!-- 33 -->[docs] Improve autocomplete "limit tags" demo (#30910) @danilo-leal
41
+ - &#8203;<!-- 34 -->[docs] Sync translations with Crowdin (#30950) @l10nbot
42
+ - &#8203;<!-- 38 -->[docs] Improve description of the disableRestoreFocus prop of the `TrapFocus` (#30912) @flaviendelangle
43
+ - &#8203;<!-- 32 -->[docs] Remove ul with div children and replace with nav element (#30534) @joeframbach
44
+ - &#8203;<!-- 31 -->[docs] Add Saleor to showcase (#30924) @cherniavskii
45
+ - &#8203;<!-- 30 -->[docs] Include JSS in styling solution interoperability guide (#30736) @garronej
46
+ - &#8203;<!-- 29 -->[docs] Fix contents of link-underline-hover (#30904) @pppp606
47
+ - &#8203;<!-- 28 -->[docs] Fix markdown table format (#30947) @oliviertassinari
48
+ - &#8203;<!-- 27 -->[docs] Add missing import to RTL guide (#30891) @CFarhad
49
+ - &#8203;<!-- 26 -->[docs] Fix WithStyles import statement for @mui/styles (#30942) @altruity
50
+ - &#8203;<!-- 25 -->[docs] Fix broken roadmap table (#30943) @cherniavskii
51
+ - &#8203;<!-- 24 -->[docs] Fix broken URL in "Edit this page" button (#30923) @cherniavskii
52
+ - &#8203;<!-- 23 -->[docs] Migrate content to the new location (#30757) @siriwatknp
53
+ - &#8203;<!-- 22 -->[docs] Fix the link to the Vite.js example project (#30872) @GneyHabub
54
+ - &#8203;<!-- 21 -->[docs] Clarify the minimum configuration for TypeScript (#30790) @mnajdova
55
+ - &#8203;<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
56
+ - &#8203;<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
57
+ - &#8203;<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
58
+ - &#8203;<!-- 17 -->[docs] Hotfix notification <b> (#30862) @siriwatknp
59
+ - &#8203;<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
60
+ - &#8203;<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
61
+ - &#8203;<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
62
+ - &#8203;<!-- 01 -->[website] Close the Developer Advocate role (#30867) @oliviertassinari
63
+
64
+ ### Core
65
+
66
+ - &#8203;<!-- 37 -->[core] Batch small fixes (#30952) @oliviertassinari
67
+ - &#8203;<!-- 34 -->[core] Rename the GitHub org (#30944) @oliviertassinari
68
+ - &#8203;<!-- 33 -->[core] Fix propTypes in components where OverridableStringUnion is used (#30682) @paales
69
+ - &#8203;<!-- 08 -->[test] Codify the difference between keyup and keydown in SelectUnstyled (#30857) @eps1lon
70
+ - &#8203;<!-- 07 -->[test] Fix typo (#30841) @caioagiani
71
+ - &#8203;<!-- 05 -->[utils] Use built-in hook when available for useId (#30654) @eps1lon
72
+
73
+ All contributors of this release in alphabetical order: @alisasanib, @altruity, @Ashish2097, @caioagiani, @CFarhad, @cherniavskii, @danilo-leal, @eps1lon, @flaviendelangle, @garronej, @GneyHabub, @joeframbach, @johsunds, @kjschabra, @m4theushw, @michaldudak, @mihailgaberov, @mnajdova, @mogrady88, @oliviertassinari, @paales, @pppp606, @siriwatknp, @theiliad
74
+
75
+ ## 5.4.0
76
+
77
+ <!-- generated comparing v5.3.1..master -->
78
+
79
+ _Feb 1, 2022_
80
+
81
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
82
+
83
+ - 🛠 @goncalovf added an example project using [MUI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) (#28241)
84
+ - Number of 🐛 bug fixes and 📚 documentation improvements.
85
+
86
+ ### `@mui/material@5.4.0`
87
+
88
+ #### Breaking changes
89
+
90
+ - &#8203;<!-- 27 -->[core] Do not reexport Base from Material (#30853) @michaldudak
91
+
92
+ All Base components were exported from the `@mui/material` package and treated as stable even though the `@mui/base` package is in development. It could create a lot of confusion if developers start using Base components, depend on them, and demand quality found in "proper" Material components. We admit it was a mistake to reexport these components without marking them as unstable.
93
+
94
+ Developers are still encouraged to evaluate the Base components, but they should do so by explicitly installing the `@mui/base` package.
95
+
96
+ This is technically a breaking change as it removes a number of components from the `@mui/material` package. However, we believe that removing the components now and potentially breaking the codebases will do less harm than introducing "silent" breaking changes to Base components while continuing reexporting them from `@mui/material`.
97
+
98
+ Note: the utility components, such as ClickAwayListener, NoSsr, Portal, and TextareaAutosize continue to be exported from both `@mui/material` and `@mui/base`.
99
+
100
+ If you're encountering build errors after upgrading @mui/material, do the following:
101
+
102
+ 1. Install @mui/base: npm install @mui/base or yarn add @mui/base
103
+ 2. Make sure the version of @mui/base match the version of @mui/material
104
+ 3. Change the import paths of unstyled components from @mui/material to @mui/base, e.g.:
105
+
106
+ ```diff
107
+ - @import ButtonUnstyled from '@mui/material/ButtonUnstyled';
108
+ + @import ButtonUnstyled from '@mui/base/ButtonUnstyled';
109
+ ```
110
+
111
+ #### Changes
112
+
113
+ - &#8203;<!-- 30 -->[Autocomplete] Add `readOnly` prop (#30706) @ZeeshanTamboli
114
+ - &#8203;<!-- 29 -->[Autocomplete] Fix typos in the page (#30737) @austinewuncler
115
+ - &#8203;<!-- 14 -->[FormControlLabel][formgroup] add Mui-error class (#30656) @alisasanib
116
+ - &#8203;<!-- 13 -->[Grid] Fix prop check for applying wrap-reverse (#30813) @Hubbz
117
+ - &#8203;<!-- 07 -->[TextField] Remove notch when no label is added (#30560) @alisasanib
118
+ - &#8203;<!-- 06 -->[TextField] Remove usage of dangerouslySetInnerHTML (#30776) @Jack-Works
119
+ - &#8203;<!-- 05 -->[TreeView] Select node when key `Enter` is pressed (#30795) @dryrainbow
120
+ - &#8203;<!-- 04 -->[useMediaQuery] Ensure no tearing in React 18 (#30655) @eps1lon
121
+
122
+ ### `@mui/base@5.0.0-alpha.67`
123
+
124
+ - &#8203;<!-- 11 -->[SelectUnstyled] Create unstyled select (+ hook) (#30113) @michaldudak
125
+
126
+ ### `@mui/lab@5.0.0-alpha.67`
127
+
128
+ - &#8203;<!-- 23 -->[DateTimePicker] Fix month view highlight wrong tab (#30773) @DiegoYungh
129
+ - &#8203;<!-- 12 -->[pickers] Enable the sx props on all components (#30749) @boutahlilsoufiane
130
+
131
+ ### Docs
132
+
133
+ - &#8203;<!-- 28 -->[blog] Introducing callback support in style overrides (#30668) @siriwatknp
134
+ - &#8203;<!-- 23 -->[docs] Add notifications for the blog posts (#30852) @siriwatknp
135
+ - &#8203;<!-- 22 -->[docs] Improve the interoperability guide (#30785) @mnajdova
136
+ - &#8203;<!-- 21 -->[docs] Improve the Getting Started documentation content (#30808) @mnajdova
137
+ - &#8203;<!-- 20 -->[docs] Fix typo in ad fallback (#30823) @cherniavskii
138
+ - &#8203;<!-- 19 -->[docs] Change ThemeProvider API links (#30705) @atakanzen
139
+ - &#8203;<!-- 18 -->[docs] Retain vendor prefixing in rtl example (#30710) @ryancogswell
140
+ - &#8203;<!-- 17 -->[docs] Fix typo in the Popper ScrollPlayground demo (#30780) @tanyabouman
141
+ - &#8203;<!-- 16 -->[docs] Small fixes on the jss-to-tss migration guide (#30734) @garronej
142
+ - &#8203;<!-- 15 -->[examples] Add Vite.js example (#28241) @goncalovf
143
+
144
+ ### Core
145
+
146
+ - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
147
+ - &#8203;<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
148
+ - &#8203;<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
149
+ - &#8203;<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
150
+ - &#8203;<!-- 10 -->[test] Fix tests on Node 16 (#30819) @michaldudak
151
+ - &#8203;<!-- 09 -->[test] Add explicit types to support noImplicityAny=false (#30798) @m4theushw
152
+ - &#8203;<!-- 08 -->[test] Support React.useId format in \*DescriptionOf (#30657) @eps1lon
153
+ - &#8203;<!-- 03 -->[website] Fix SEO issues (#30829) @oliviertassinari
154
+ - &#8203;<!-- 02 -->[website] Add designer position page (#30708) @danilo-leal
155
+ - &#8203;<!-- 01 -->[website] Polish /about page (#30747) @oliviertassinari
156
+
157
+ All contributors of this release in alphabetical order: @aefox, @alisasanib, @atakanzen, @austinewuncler, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @DiegoYungh, @dryrainbow, @eps1lon, @garronej, @goncalovf, @Hubbz, @Jack-Works, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @siriwatknp, @tanyabouman, @ZeeshanTamboli
158
+
159
+ ## 5.3.1
160
+
161
+ <!-- generated comparing v5.3.0..master -->
162
+
163
+ _Jan 24, 2022_
164
+
165
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
166
+
167
+ - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
168
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
169
+
170
+ ### `@mui/icons-material@5.3.1`
171
+
172
+ - &#8203;<!-- 04 -->[icons] Fix naming typos (#30512) @MrHBS
173
+ - &#8203;<!-- 03 -->[icons] Makes material-icons work with Joy (#30681) @siriwatknp
174
+
175
+ ### `@mui/base@5.0.0-alpha.66`
176
+
177
+ - &#8203;<!-- 02 -->[SliderUnstyled] Improve typings on some internal utils (#30614) @mnajdova
178
+
179
+ ### Core
180
+
181
+ - &#8203;<!-- 24 -->[core] Batch small changes (#30690) @oliviertassinari
182
+ - &#8203;<!-- 23 -->[core] Add new structure to ignore list crowdin (#30608) @siriwatknp
183
+ - &#8203;<!-- 22 -->[core] Correct version in package.json (#30677) @michaldudak
184
+ - &#8203;<!-- 01 -->[test] Fix buildApiUtils tests on Windows (#30698) @michaldudak
185
+
186
+ ### Docs
187
+
188
+ - &#8203;<!-- 26 -->[blog] Enable blog index (#30724) @siriwatknp
189
+ - &#8203;<!-- 25 -->[blog] Introducing the Row Grouping feature (#30598) @alexfauquette
190
+ - &#8203;<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
191
+ - &#8203;<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
192
+ - &#8203;<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
193
+ - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
194
+ - &#8203;<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
195
+ - &#8203;<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
196
+ - &#8203;<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
197
+ - &#8203;<!-- 14 -->[docs] Update remix example to restore from error pages (#30592) @mnajdova
198
+ - &#8203;<!-- 13 -->[docs] Use new URLs when enable_redirects is true (#30704) @siriwatknp
199
+ - &#8203;<!-- 12 -->[docs] Add a missing bracket in the migration-v4 guide (#30616) @chaosmirage
200
+ - &#8203;<!-- 11 -->[docs] Add Checkbox color prop change (#30697) @aaneitchik
201
+ - &#8203;<!-- 10 -->[docs] Fix migration to have singular urls (#30695) @siriwatknp
202
+ - &#8203;<!-- 09 -->[docs] Update UXPin link to new landing page (#30691) @Evomatic
203
+ - &#8203;<!-- 08 -->[docs] Close user menu on click in the responsive app bar demo (#30664) @NoahYarian
204
+ - &#8203;<!-- 07 -->[docs] Clear the difference between UI and React components (#29930) @oliviertassinari
205
+ - &#8203;<!-- 06 -->[docs] Make Autocomplete docs gender neutral (#30679) @exequielbc
206
+ - &#8203;<!-- 05 -->[docs] Update doc structure for X components (#30684) @siriwatknp
207
+
208
+ All contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
209
+
210
+ ## 5.3.0
211
+
212
+ <!-- generated comparing v5.2.8..master -->
213
+
214
+ _Jan 17, 2022_
215
+
216
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
217
+
218
+ - 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524)
219
+ - 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
220
+ - 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
221
+ - 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121)
222
+
223
+ ### `@mui/material@5.3.0`
224
+
225
+ - [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli
226
+ - [Select] Add defaultOpen prop (#30212) @VicHofs
227
+
228
+ ### `@mui/system@5.3.0`
229
+
230
+ - [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj
231
+ - [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp
232
+
233
+ ### `@mui/lab@5.0.0-alpha.65`
234
+
235
+ - [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj
236
+ - [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib
237
+
238
+ ### `@mui/codemod@5.3.0`
239
+
240
+ - [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp
241
+
242
+ ### `@mui/styled-engine-sc@5.3.0`
243
+
244
+ - [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova
245
+
246
+ ### `@mui/joy@5.0.0-alpha.11`
247
+
248
+ - [Joy] Add `SvgIcon` component (#30570) @hbjORbj
249
+
250
+ ### `@mui/base@5.0.0-alpha.65`
251
+
252
+ - [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova
253
+
254
+ ### Docs
255
+
256
+ - [docs] End code block in test/README.md (#30531) @yaboi
257
+ - [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon
258
+ - [docs] Update migration scripts and e2e tests (#30583) @siriwatknp
259
+ - [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
260
+ - [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
261
+ - [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
262
+ - [docs] Fix integration with MUI X (#30593) @oliviertassinari
263
+ - [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
264
+ - [docs] Add missing quote in migration docs (#30587) @Atralbus
265
+ - [docs] Update link to Doit sponsor (#30586) @oliviertassinari
266
+ - [docs] Add products identifier and drawer (#30283) @siriwatknp
267
+ - [website] Fix code button with installation command (#30622) @danilo-leal
268
+ - [website] Add a Blog index page (#30121) @danilo-leal
269
+ - [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari
270
+ - [website] Add Andrii to the About Us page (#30581) @cherniavskii
271
+
272
+ ### Core
273
+
274
+ - [core] Revert changes to peer dependencies (#30662) @oliviertassinari
275
+ - [core] Renovate should not try to update node (#30659) @oliviertassinari
276
+ - [core] Remove dead files (#30663) @oliviertassinari
277
+ - [core] Fix outdated TypeScript template (#30596) @oliviertassinari
278
+ - [core] Remove extra `</p>` from header of README.md (#30530) @yaboi
279
+ - [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli
280
+
281
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli
282
+
283
+ ## 5.2.8
284
+
285
+ <!-- generated comparing v5.2.7..master -->
286
+
287
+ _Jan 10, 2022_
288
+
289
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
290
+
291
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
292
+
293
+ ### `@mui/material@5.2.8`
294
+
295
+ - &#8203;<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
296
+ - &#8203;<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
297
+
298
+ ### `@mui/joy@5.0.0-alpha.10`
299
+
300
+ - &#8203;<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
301
+ - &#8203;<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
302
+
303
+ ### Docs
304
+
305
+ - &#8203;<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
306
+ - &#8203;<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
307
+ - &#8203;<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
308
+ - &#8203;<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
309
+ - &#8203;<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
310
+ - &#8203;<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
311
+ - &#8203;<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
312
+ - &#8203;<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
313
+ - &#8203;<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
314
+ - &#8203;<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
315
+ - &#8203;<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
316
+ - &#8203;<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
317
+ - &#8203;<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
318
+ - &#8203;<!-- 01 -->[website] Add José on the /about page (#30492) @danilo-leal
319
+
320
+ All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
321
+
322
+ ## 5.2.7
323
+
324
+ <!-- generated comparing v5.2.6..master -->
325
+
326
+ _Jan 3, 2022_
327
+
328
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
329
+
330
+ - 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
331
+ - And more 🐛 bug fixes and 📚 documentation improvements.
332
+
333
+ ### `@mui/material@5.2.7`
334
+
335
+ - &#8203;<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
336
+ - &#8203;<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
337
+ - &#8203;<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
338
+ - &#8203;<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
339
+ - &#8203;<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
340
+
341
+ ### Docs
342
+
343
+ - &#8203;<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
344
+ - &#8203;<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
345
+ - &#8203;<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
346
+ - &#8203;<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
347
+ - &#8203;<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
348
+ - &#8203;<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
349
+ - &#8203;<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
350
+ - &#8203;<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
351
+ - &#8203;<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
352
+ - &#8203;<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
353
+ - &#8203;<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
354
+
355
+ ### Core
356
+
357
+ - &#8203;<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
358
+ - &#8203;<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
359
+
360
+ All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
361
+
362
+ ## 5.2.6
363
+
364
+ <!-- generated comparing v5.2.5..master -->
365
+
366
+ _Dec 27, 2021_
367
+
368
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
369
+
370
+ - 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
371
+ - 🛠 Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
372
+ - And more 🐛 bug fixes and 📚 documentation improvements.
373
+
374
+ ### `@mui/material@5.2.6`
375
+
376
+ - &#8203;<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
377
+ - &#8203;<!-- 03 -->[l10n] Add Norwegian Bokmål (nb-NO) locale (#27520) @wogsland
378
+
379
+ ### `@mui/base@5.0.0-alpha.62`
380
+
381
+ - &#8203;<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
382
+
383
+ ### `@mui/joy@5.0.0-alpha.8`
384
+
385
+ - &#8203;<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
386
+
387
+ ### Docs
388
+
389
+ - &#8203;<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
390
+ - &#8203;<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
391
+ - &#8203;<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
392
+ - &#8203;<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
393
+ - &#8203;<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
394
+ - &#8203;<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
395
+ - &#8203;<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
396
+ - &#8203;<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
397
+ - &#8203;<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
398
+ - &#8203;<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
399
+ - &#8203;<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
400
+ - &#8203;<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
401
+ - &#8203;<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
402
+ - &#8203;<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
403
+ - &#8203;<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
404
+ - &#8203;<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
405
+ - &#8203;<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
406
+ - &#8203;<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
407
+ - &#8203;<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
408
+ - &#8203;<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
409
+ - &#8203;<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
410
+
411
+ ### Core
412
+
413
+ - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
414
+ - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
415
+ - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
416
+
417
+ All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
418
+
419
+ ## 5.2.5
420
+
421
+ <!-- generated comparing v5.2.4..master -->
422
+
423
+ _Dec 20, 2021_
424
+
425
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
426
+
427
+ - 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
428
+ - 📓 Danish (da-DK) locale was added (#29485) @mikk5829
429
+ - 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
430
+ - 📚 Many additions and improvements to the documentation were made
431
+
432
+ ### `@mui/material@5.2.5`
433
+
434
+ - [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
435
+ - [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
436
+ - [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
437
+
438
+ ### `@mui/system@5.2.5`
439
+
440
+ - [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
441
+
442
+ ### `@mui/lab@5.0.0-alpha.61`
443
+
444
+ - [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
445
+
446
+ ### Docs
447
+
448
+ - [docs] Run JS compiler on markdown output (#29732) @Janpot
449
+ - [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
450
+ - [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
451
+ - [docs] Remove extra word in Select component code example comments (#30281) @KThompso
452
+ - [docs] Improve the description of the Accordion (#30253) @jamesmelzer
453
+ - [docs] Heading capitalization convention @oliviertassinari
454
+ - [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
455
+ - [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
456
+ - [docs] Add script to clone pages (#30107) @siriwatknp
457
+ - [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
458
+ - [docs] Sync icon search UI state with the url (#30075) @Janpot
459
+ - [docs] Base components demos design polish (#30149) @danilo-leal
460
+ - [docs] General documentation polish (#29994) @danilo-leal
461
+ - [examples] Fix typo in the remix example's README (#30289) @lemol
462
+ - [website] Remove expired gold sponsor (#30222) @oliviertassinari
463
+ - [website] Remove broken showcase links (#30217) @mnajdova
464
+
465
+ ### Core
466
+
467
+ - [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
468
+ - [core] make snapshot comparison more resilient (#30183) @Janpot
469
+ - [core] update formatted ts demo to support new structure (#30248) @siriwatknp
470
+ - [core] cache dependencies in github actions (#30211) @siriwatknp
471
+ - [core] fix root package version (#30204) @siriwatknp
472
+ - [core] Fail the build when the dangerjs script errors (#30186) @Janpot
473
+ - [test] Add E2E website tests (#30128) @siriwatknp
474
+
475
+ All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli
476
+
477
+ ## 5.2.4
478
+
479
+ <!-- generated comparing v5.2.3..master -->
480
+
481
+ _Dec 14, 2021_
482
+
483
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
484
+
485
+ - ✨ Add `not` operator to `theme.breakpoints` (#29311) @Philipp000
486
+
487
+ ```js
488
+ const styles = (theme) => ({
489
+ root: {
490
+ backgroundColor: 'blue',
491
+ // Match [xs, md) and [md + 1, ∞)
492
+ // [xs, md) and [lg, ∞)
493
+ // [0px, 900px) and [1200px, ∞)
494
+ [theme.breakpoints.not('md')]: {
495
+ backgroundColor: 'red',
496
+ },
497
+ },
498
+ });
499
+ ```
500
+
501
+ - And many more 🐛 bug fixes and 📚 improvements.
502
+
503
+ ### `@mui/material@5.2.4`
504
+
505
+ - &#8203;<!-- 14 -->[esm] Correct a styles imports (#29976) @Janpot
506
+ - &#8203;<!-- 12 -->[GlobalStyles] Fix `theme` type (#30072) @mnajdova
507
+ - &#8203;<!-- 11 -->[Grid] Fix grid items to respond to the container's responsive columns (#29715) @kkorach
508
+ - &#8203;<!-- 04 -->[TextField] Fix missing space before asterisk in `OutlinedInput`'s label (#29630) @alisasanib
509
+ - &#8203;<!-- 03 -->[Transition] Allow any valid HTML attribute to be passed (#29888) @Janpot
510
+ - &#8203;<!-- 02 -->[types] Fix discrepancy between core and system `ThemeOptions` (#30095) @fmeum
511
+ - &#8203;<!-- 09 -->[InputBase] Add prop for disabling global styles (#29213) @bryan-hunter
512
+ - &#8203;<!-- 08 -->[Select] Improve multiple logic (#30135) @ladygo93
513
+
514
+ ### `@mui/system@5.2.4`
515
+
516
+ - &#8203;<!-- 06 -->[system] Don't transition when re-appearing (#30108) @eps1lon
517
+ - &#8203;<!-- 05 -->[system] Add `not` operator to `breakpoints` (#29311) @Philipp000
518
+
519
+ ### `@mui/base@5.0.0-alpha.60`
520
+
521
+ - &#8203;<!-- 25 -->[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova
522
+
523
+ ### `@mui/icons-material@5.2.4`
524
+
525
+ - &#8203;<!-- 10 -->[icons] Correct location of icon download folder (#29839) @yaboi
526
+
527
+ ### Docs
528
+
529
+ - &#8203;<!-- 22 -->[docs] Explain the use of Select's label in FormControl (#30189) @michaldudak
530
+ - &#8203;<!-- 21 -->[docs] Don't run nprogress on shallow routing (#30087) @Janpot
531
+ - &#8203;<!-- 20 -->[docs] Add Data Driven Forms to related projects (#30078) @rvsia
532
+ - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
533
+ - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
534
+ - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
535
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
536
+ - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
537
+ - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
538
+ - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
539
+
540
+ ### Core
541
+
542
+ - &#8203;<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
543
+ - &#8203;<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
544
+ - &#8203;<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
545
+ - &#8203;<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
546
+
547
+ All contributors of this release in alphabetical order: @alisasanib, @bryan-hunter, @danilo-leal, @eps1lon, @fmeum, @Janpot, @kkorach, @l10nbot, @ladygo93, @michaldudak, @mnajdova, @oliviertassinari, @Philipp000, @rvsia, @TheodosiouTh, @yaboi
548
+
549
+ ## 5.2.3
550
+
551
+ <!-- generated comparing v5.2.2..master -->
552
+
553
+ _Dec 6, 2021_
554
+
555
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
556
+
557
+ - ✨ We have introduced a new unstyled component in `@mui/base`: `TablePagination` (#29759) @mnajdova
558
+
559
+ <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
560
+
561
+ You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
562
+
563
+ - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
564
+
565
+ - And many more 🐛 bug fixes and 📚 improvements.
566
+
567
+ ### `@mui/material@5.2.3`
568
+
569
+ - &#8203;<!-- 33 -->[Accordion] Add a test for handling `square` prop (#29972) @daniel-sachs
570
+ - &#8203;<!-- 32 -->[Alert] Fix `square` Paper prop (#30027) @ZeeshanTamboli
571
+ - &#8203;<!-- 31 -->[AvatarGroup] Allow specifying total number of avatars (#29898) @eduardomcv
572
+ - &#8203;<!-- 29 -->[Button] Fix regression from context API (#29982) @siriwatknp
573
+ - &#8203;<!-- 13 -->[Grid] Fix generated classes for `spacing` prop when the value is object (#29880) @jayeclark
574
+ - &#8203;<!-- 10 -->[Select] Should not crash when an empty array is passed with `multiple` enabled (#29957) @Domino987
575
+
576
+ ### `@mui/system@5.2.3`
577
+
578
+ - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
579
+ - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
580
+
581
+ ### `@mui/utils@5.2.3`
582
+
583
+ - &#8203;<!-- 03 -->[utils] Add typings for `@mui-material/styles/cssUtils` (#29621) @Semigradsky
584
+
585
+ ### `@mui/icons-material@5.2.1`
586
+
587
+ - &#8203;<!-- 12 -->[icons] Consolidate ignored icons into one list (#29843) @chao813
588
+
589
+ ### `@mui/base@5.0.0-alpha.59`
590
+
591
+ - &#8203;<!-- 30 -->[base] Fix missing ClickAwayListener barrel index export (#30000) @oliviertassinari
592
+ - &#8203;<!-- 04 -->[TablePaginationUnstyled] Introduce new component (#29759) @mnajdova
593
+
594
+ ### `@mui/lab@5.0.0-alpha.59`
595
+
596
+ - &#8203;<!-- 27 -->[DateRangePicker] Fix `DateRangePickerDayProps` interface (#29067) @jonathanrtuck
597
+ - &#8203;<!-- 10 -->[Pickers] Remove propagation of custom props to the `MonthPicker` component's DOM element (#30021) @ZeeshanTamboli
598
+ - &#8203;<!-- 08 -->[StaticDatePicker] Add className and slot to PickerStaticWrapper (#29619) @kkorach
599
+
600
+ ### `@mui/joy@5.0.0-alpha.5`
601
+
602
+ - &#8203;<!-- 11 -->[Joy] Theme setup (#29846) @siriwatknp
603
+
604
+ ### Docs
605
+
606
+ - &#8203;<!-- 34 -->[docs] Fix link in TypeScript doc page (#30044) @genzyy
607
+ - &#8203;<!-- 26 -->[docs] Remove the 'WIP' icon from the 'Group & Pivot' page title (#30077) @flaviendelangle
608
+ - &#8203;<!-- 25 -->[docs] Add warning that `@mui/styled-engine-sc` does not work in SSR (#30026) @mnajdova
609
+ - &#8203;<!-- 24 -->[docs] Add section for CSS specificity in the migration guide (#30008) @hbjORbj
610
+ - &#8203;<!-- 28 -->[docs] Clarify comment in migration doc (#30076) @hbjORbj
611
+ - &#8203;<!-- 23 -->[docs] Sync translations with Crowdin (#30041) @l10nbot
612
+ - &#8203;<!-- 22 -->[docs] Explain how Paper changes shade in dark mode (#30003) @michaldudak
613
+ - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
614
+ - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
615
+ - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
616
+ - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
617
+ - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
618
+ - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
619
+ - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
620
+ - &#8203;<!-- 14 -->[examples] Fix lint issue for displayName missing in the Next.js examples (#29985) @ZeeshanTamboli
621
+ - &#8203;<!-- 09 -->[Stack] Document system props in Stack API (#30069) @ThewBear
622
+ - &#8203;<!-- 07 -->[survey] Add a banner and card for promoting the 2021 survey (#29950) @danilo-leal
623
+ - &#8203;<!-- 02 -->[website] Correct the Careers page description (#30073) @michaldudak
624
+ - &#8203;<!-- 01 -->[website] Fix 301 links (#30040) @oliviertassinari
625
+
626
+ ### Core
627
+
628
+ - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
629
+ - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
630
+
631
+ All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
632
+
633
+ ## 5.2.2
634
+
635
+ <!-- generated comparing v5.2.1..master -->
636
+
637
+ _Nov 29, 2021_
638
+
639
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
640
+
641
+ - ♿️ Improved accessibility of `Snackbar` and `TextField` in `@mui/material` (#29782) (#29850) (#29852) @eps1lon.
642
+ - 🎉 Added support for `sx` syntax inside `styled()` utility (#29833) @mnajdova.
643
+ - 🎉 Added support for more options for `createCssVarsProvider` in `@mui/system` (#29845) (#29857) @hbjORbj.
644
+ - And many more 🐛 bug fixes and 📚 improvements.
645
+
646
+ ### `@mui/material@5.2.2`
647
+
648
+ - &#8203;<!-- 14 -->[MenuList] Add component prop (#29882) @Harshikerfuffle
649
+ - &#8203;<!-- 13 -->[Snackbar] Interrupt auto-hide on keyboard interaction (#29852) @eps1lon
650
+ - &#8203;<!-- 12 -->[Snackbar] Dismiss on Escape press (#29850) @eps1lon
651
+ - &#8203;<!-- 06 -->[TextField] Associate accessible name and description by default (#29782) @eps1lon
652
+
653
+ ### `@mui/joy@5.0.0-alpha.4`
654
+
655
+ - &#8203;<!-- 15 -->[Joy] Add `Button` - 1st iteration (#29464) @siriwatknp
656
+
657
+ ### `@mui/codemod@5.2.1`
658
+
659
+ - &#8203;<!-- 28 -->[codemod] Fix alias import for box-sx-prop (#29902) @siriwatknp
660
+
661
+ ### `@mui/system@5.2.2`
662
+
663
+ - &#8203;<!-- 11 -->[system] CSSVarsProvider cleans up `html[style]` when unmounting (#29946) @eps1lon
664
+ - &#8203;<!-- 10 -->[system] Add support for `disableTransitionOnChange` in `createCssVarsProvider` (#29857) @hbjORbj
665
+ - &#8203;<!-- 09 -->[system] Add support for `enableColorScheme` in `createCssVarsProvider` (#29845) @hbjORbj
666
+
667
+ ### `@mui/utils@5.2.2`
668
+
669
+ - &#8203;<!-- 05 -->[useId] Trade random collisions for collisions on overflow (#29781) @eps1lon
670
+ - &#8203;<!-- 04 -->[useIsFocusVisible] Convert to TypeScript (#29779) @eps1lon
671
+
672
+ ### Docs
673
+
674
+ - &#8203;<!-- 24 -->[docs] Fix v5-beta confusing example description (#29932) @oliviertassinari
675
+ - &#8203;<!-- 23 -->[docs] Apply the z-index on the right DOM element (#29934) @oliviertassinari
676
+ - &#8203;<!-- 22 -->[docs] Improve git diff format (#29935) @oliviertassinari
677
+ - &#8203;<!-- 21 -->[docs] Fix typo (#29866) @sinclairity
678
+ - &#8203;<!-- 20 -->[docs] Fix key display (#29933) @oliviertassinari
679
+ - &#8203;<!-- 19 -->[docs] Fix outdated link to next/link docs (#29937) @radlinskii
680
+ - &#8203;<!-- 18 -->[docs] Add how to pass `sx` prop (#29905) @siriwatknp
681
+ - &#8203;<!-- 17 -->[docs] Fix typo in notifications @mbrookes
682
+ - &#8203;<!-- 16 -->[docs] Black Friday sale notification @mbrookes
683
+ - &#8203;<!-- 03 -->[website] Fix canonical links (#29938) @oliviertassinari
684
+ - &#8203;<!-- 02 -->[website] Fix SEO issues (#29939) @oliviertassinari
685
+ - &#8203;<!-- 01 -->[website] Improvements to the /x product page (#28964) @danilo-leal
686
+
687
+ ### Core
688
+
689
+ - &#8203;<!-- 27 -->[core] Remove dead code (#29940) @oliviertassinari
690
+ - &#8203;<!-- 26 -->[core] Move benchmark CI job from AZP to CircleCI (#29894) @eps1lon
691
+ - &#8203;<!-- 25 -->[core] Fix PR detection pattern in test_bundle_size_monitor (#29895) @eps1lon
692
+ - &#8203;<!-- 08 -->[test] Fix browser tests (#29929) @eps1lon
693
+ - &#8203;<!-- 07 -->[test] Reject shorthand properties in style matchers (#29893) @eps1lon
694
+
695
+ All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
696
+
697
+ ## 5.2.1
698
+
699
+ <!-- generated comparing v5.2.0..master -->
700
+
701
+ _Nov 25, 2021_
702
+
703
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
704
+
705
+ This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
706
+
707
+ - &#8203;<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
708
+ - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
709
+ - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
710
+ - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
711
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
712
+ - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
713
+ - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
714
+ - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
715
+ - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
716
+ - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
717
+
718
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
719
+
720
+ ## 5.2.0
721
+
722
+ <!-- generated comparing v5.1.1..master -->
723
+
724
+ _Nov 23, 2021_
725
+
726
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
727
+
728
+ - 🧪 Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
729
+ - 🎉 Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
730
+ This update adds 200 new icons and tweaks the appearance of many more.
731
+ With it, we're getting close to having 2000 icons in our set.
732
+ - 🐛 Fixed bugs and improved the infrastructure and documentation 📚.
733
+
734
+ ### `@mui/material@5.2.0`
735
+
736
+ - [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
737
+ - [i18n] Add the amharic language (#29153) @NatiG100
738
+ - [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
739
+ - [Popper] Simplify prop types (#29680) @michaldudak
740
+ - [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
741
+ - [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
742
+ - [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
743
+
744
+ ### `@mui/codemod@5.2.0`
745
+
746
+ - [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
747
+
748
+ ### `@mui/icons-material@5.2.0`
749
+
750
+ - [icons] Sync new Google Material Icons (#29818) @chao813
751
+ - [icons] Sync recent Material Icons from Google (#29328) @michaldudak
752
+
753
+ ### `@mui/system@5.2.0`
754
+
755
+ - [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
756
+ - [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
757
+ - [system] Fix minor CssVars issues (#29747) @siriwatknp
758
+
759
+ ### `@mui/styled-engine@5.2.0`
760
+
761
+ - [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
762
+
763
+ ### `@mui/base@5.0.0-alpha.56`
764
+
765
+ - [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
766
+ - [TabsUnstyled] Introduce new component (#29597) @mnajdova
767
+
768
+ ### `@mui/lab@5.0.0-alpha.56`
769
+
770
+ - [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
771
+ - [Masonry] exports from root package (#29754) @abhinav-22-tech
772
+ - [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
773
+
774
+ ### Docs
775
+
776
+ - [blog] MUI X v5 blog post (#29590) @DanailH
777
+ - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
778
+ - [CHANGELOG] Explain why we do breaking changes @oliviertassinari
779
+ - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
780
+ - [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
781
+ - [docs] Fix broken Next and Previous links (#29711) @scallaway
782
+ - [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
783
+ - [docs] Update the list of supported locales (#29831) @michaldudak
784
+ - [docs] Update tooltip doc to better define touch action (#29717) @gnowland
785
+ - [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
786
+ - [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
787
+ - [website] Add about page entry for jan (#29701) @Janpot
788
+ - [website] Adding Prakhar to the about page (#29737) @danilo-leal
789
+
790
+ ### Core
791
+
792
+ - [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
793
+ - [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
794
+ - [test] Only mock Date in regression tests (#29763) @eps1lon
795
+ - [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
796
+ - [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
797
+ - [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
798
+ - [utils] Use built-in hook when available for useId (#26489) @eps1lon
799
+
800
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @adamfitzgibbon, @bharatkashyap, @chao813, @DanailH, @danilo-leal, @eps1lon, @gnowland, @Janpot, @longzheng, @michaldudak, @mmacu, @mnajdova, @mwilkins91, @NatiG100, @oliviertassinari, @scallaway, @siriwatknp
801
+
802
+ ## 5.1.1
803
+
804
+ <!-- generated comparing v5.1.0..master -->
805
+
806
+ _Nov 16, 2021_
807
+
808
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
809
+
810
+ - 🛠 Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
811
+ - And many more 🐛 bug fixes and 📚 improvements.
812
+
813
+ ### `@mui/material@5.1.1`
814
+
815
+ - &#8203;<!-- 34 -->[Breadcrumbs][divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
816
+ - &#8203;<!-- 10 -->[Select][nativeselect] Add `multiple` class (#29566) @aaronholla
817
+ - &#8203;<!-- 09 -->[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
818
+ - &#8203;<!-- 08 -->[Select] Make it clear that `Select` is not a root component (#29593) @hbjORbj
819
+ - &#8203;<!-- 13 -->[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
820
+ - &#8203;<!-- 10 -->[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal
821
+
822
+ ### `@mui/base@5.0.0-alpha.55`
823
+
824
+ #### Breaking changes
825
+
826
+ - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
827
+
828
+ 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.
829
+
830
+ 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.
831
+
832
+ ```diff
833
+ -import { useSwitch } from '@mui/core/SwitchUnstyled';
834
+ +import { useSwitch } from '@mui/base/SwitchUnstyled';
835
+ ```
836
+
837
+ ### `@mui/lab@5.0.0-alpha.55`
838
+
839
+ - &#8203;<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
840
+ - &#8203;<!-- 11 -->[Masonry] Check if container or child exists to prevent error (#29452) @hbjORbj
841
+
842
+ ### Docs
843
+
844
+ - &#8203;<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
845
+ - &#8203;<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
846
+ - &#8203;<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
847
+ - &#8203;<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
848
+ - &#8203;<!-- 21 -->[docs] Fix link locale handling (#29624) @oliviertassinari
849
+ - &#8203;<!-- 20 -->[docs] Fix Search navigation (#29623) @oliviertassinari
850
+ - &#8203;<!-- 19 -->[docs] Fix broken link & update MUI packages explanation (#29583) @siriwatknp
851
+ - &#8203;<!-- 18 -->[docs] Do not repeat language snippet in url in Algolia search (#29483) @hbjORbj
852
+ - &#8203;<!-- 17 -->[docs] Update `ThemeProvider` API link (#29573) @siriwatknp
853
+ - &#8203;<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
854
+ - &#8203;<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
855
+ - &#8203;<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
856
+ - &#8203;<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
857
+ - &#8203;<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
858
+ - &#8203;<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
859
+ - &#8203;<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
860
+
861
+ ### Core
862
+
863
+ - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
864
+ - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
865
+ - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
866
+ - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
867
+ - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
868
+ - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
869
+ - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
870
+ - &#8203;<!-- 07 -->[test] Correctly identify what the `raf` helper is for (#29683) @eps1lon
871
+ - &#8203;<!-- 06 -->[test] Verify a quilted ImageList is created as test title suggests (#29565) @daniel-sachs
872
+ - &#8203;<!-- 05 -->[test] Replace `createServerRender` with `createRenderer` (#29503) @eps1lon
873
+ - &#8203;<!-- 04 -->[test] Always ignore "useLayoutEffect has no effect on the server"-warning (#29502) @eps1lon
874
+ - &#8203;<!-- 03 -->[test] Restore StrictMode by default (#29589) @eps1lon
875
+ - &#8203;<!-- 02 -->[test] createPickerRender -> createPickerRenderer (#29575) @eps1lon
876
+ - &#8203;<!-- 09 -->[test] Allow experimental CLI to run exact test (#29685) @eps1lon
877
+
878
+ All contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli
879
+
880
+ ## 5.1.0
881
+
882
+ <!-- generated comparing v5.0.6..master -->
883
+
884
+ _Nov 8, 2021_
885
+
886
+ A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
887
+
888
+ - 🎉 Support custom elements under `ButtonGroup` (#28645) @ZeeshanTamboli
889
+ - 🛠 Add support for arrays in the `sx` prop (#29297) @siriwatknp
890
+ - And many more 🐛 bug fixes and 📚 improvements.
891
+
892
+ ### `@mui/material@5.1.0`
893
+
894
+ - &#8203;<!-- 68 -->[Autocomplete] Fix `hiddenLabel` prop of `TextField variant={filled}` inside Autocomplete (#29234) @jatinsandilya
895
+ - &#8203;<!-- 67 -->[Box] Support generateClassName and defaultClassName (#29347) @siriwatknp
896
+ - &#8203;<!-- 66 -->[ButtonGroup] Fix variant outlined always has primary color borders on hover (#29487) @ZeeshanTamboli
897
+ - &#8203;<!-- 65 -->[ButtonGroup] Support different elements under ButtonGroup (#28645) @ZeeshanTamboli
898
+ - &#8203;<!-- 62 -->[CssBaseline] Add `enableColorScheme` prop so enable using `color-scheme` property to deal with dark mode (#29454) @alexfauquette
899
+ - &#8203;<!-- 29 -->[FormControlLabel] Narrow the label type (#29324) @michaldudak
900
+ - &#8203;<!-- 28 -->[Grid] Fix usage when columns > 12 (#29196) @tanay123456789
901
+ - &#8203;<!-- 27 -->[InputBase] Do not repeat the same classname (#29353) @hbjORbj
902
+ - &#8203;<!-- 30 -->[InputBase] Remove WebkitAppearance from search type (#29383) @nicbarajas
903
+ - &#8203;<!-- 25 -->[ListItem] Add missing exports (#29571) @robcaldecott
904
+ - &#8203;<!-- 22 -->[Pagination] Allow customization of icons (#29336) @mbeltramin
905
+ - &#8203;<!-- 11 -->[TextField] Fix bootstrap, normalize.css, sanitize.css conflicts (#28674) @ChrisClaude
906
+ - &#8203;<!-- 10 -->[TextField] Fix invisible wrap within notched inputs (#29088) @DASPRiD
907
+ - &#8203;<!-- 09 -->[Tooltip] `open` prop in `componentsProps.popper` can be optional (#29370) @ZeeshanTamboli
908
+ - &#8203;<!-- 08 -->[Tooltip] Fix `className` not getting applied from PopperProps (#29023) @ZeeshanTamboli
909
+ - &#8203;<!-- 07 -->[useRadioGroup] Convert to TypeScript (#29326) @eps1lon
910
+
911
+ ### `@mui/system@5.1.0`
912
+
913
+ - &#8203;<!-- 21 -->[system] Introduce `mode` to CssVarsProvider (#29418) @siriwatknp
914
+ - &#8203;<!-- 20 -->[system] Improve breakpoints resolver function (#29300) @hbjORbj
915
+ - &#8203;<!-- 19 -->[system] Add array support for `sx` prop (#29297) @siriwatknp
916
+
917
+ ### `@mui/codemod@5.1.0`
918
+
919
+ - &#8203;<!-- 64 -->[codemod] Add codemod parser flag (#29059) (#29229) @ElonVolo
920
+
921
+ ### `@mui/lab@5.0.0-alpha.54`
922
+
923
+ - &#8203;<!-- 52 -->[DatePicker] Fix disabled/readOnly for view components (#28815) @adamfitzgibbon
924
+ - &#8203;<!-- 24 -->[Masonry] Fix crash on unmount when using React 18 (#29358) @eps1lon
925
+ - &#8203;<!-- 23 -->[Masonry] Improve height computation and detect changes in `children` (#29351) @hbjORbj
926
+
927
+ ### `@mui/joy@5.0.0-alpha.0`
928
+
929
+ - &#8203;<!-- 28 -->[Joy] Update default theme (#29478) @siriwatknp
930
+ - &#8203;<!-- 26 -->[Joy] Export CssVarsProvider with default theme (#29150) @siriwatknp
931
+ - &#8203;<!-- 25 -->[Joy] Remove `private` to leverage CodeSandbox (#29280) @siriwatknp
932
+
933
+ ### Docs
934
+
935
+ - &#8203;<!-- 51 -->[docs] Add differences between styled and sx (#28685) @eric-burel
936
+ - &#8203;<!-- 50 -->[docs] Track usage of dark mode in Google Analytics (#29419) @oliviertassinari
937
+ - &#8203;<!-- 49 -->[docs] Remove create-mui-theme as it is no longer working (#29472) @IPJT
938
+ - &#8203;<!-- 48 -->[docs] Fix warnings in AppSearch (#29459) @eps1lon
939
+ - &#8203;<!-- 47 -->[docs] Add framework example for ClassNameGenerator (#29453) @siriwatknp
940
+ - &#8203;<!-- 46 -->[docs] Fix layout shift when scrolling (#29436) @oliviertassinari
941
+ - &#8203;<!-- 45 -->[docs] Fix layout-shift on id='main-content' (#29425) @oliviertassinari
942
+ - &#8203;<!-- 44 -->[docs] Remove usage of `process.browser` (#29438) @oliviertassinari
943
+ - &#8203;<!-- 43 -->[docs] Add instruction on how to use the child selector API with emotion (#29350) @mnajdova
944
+ - &#8203;<!-- 42 -->[docs] Fix small typos (#29424) @oliviertassinari
945
+ - &#8203;<!-- 41 -->[docs] Fix TOC highlighting logic (#29435) @oliviertassinari
946
+ - &#8203;<!-- 40 -->[docs] Fix about page flags (#29314) @mbrookes
947
+ - &#8203;<!-- 39 -->[docs] Fix Box JS docs (#29282) @Pablion
948
+ - &#8203;<!-- 38 -->[docs] Update storybook section in migration to v5 docs (#28800) @siriwatknp
949
+ - &#8203;<!-- 37 -->[docs] Document how to enable color on dark mode (#29340) @Wimukti
950
+ - &#8203;<!-- 36 -->[docs] Display search functionality in all viewports (#28819) @eps1lon
951
+ - &#8203;<!-- 35 -->[docs] Query heading for ToC on demand (#29204) @eps1lon
952
+ - &#8203;<!-- 34 -->[docs] Add next.js styled-component guide and update links to example (#29118) @Jareechang
953
+ - &#8203;<!-- 33 -->[docs] Fix overriding `MuiTextField`'s default props in the migration guide (#29174) @tm1000
954
+ - &#8203;<!-- 32 -->[docs] Fix "clickable" and "deletable" typos (#28702) @jacklaurencegaray
955
+ - &#8203;<!-- 31 -->[docs] Update migration-v4 docs for wrong import path (#29042) @busches
956
+ - &#8203;<!-- 30 -->[docs] Add GitHub icon change to "Migration from v4 to v5" guide (#29182) @dan-mba
957
+ - &#8203;<!-- 06 -->[website] Benny Joo joining MUI (#29499) @mnajdova
958
+ - &#8203;<!-- 05 -->[website] Update the `Print export` feature info on the pricing page (#29484) @DanailH
959
+ - &#8203;<!-- 04 -->[website] Improve the dev rel role description (#29477) @oliviertassinari
960
+ - &#8203;<!-- 03 -->[website] Add customers section on Design Kits and Templates marketing pages (#29168) @danilo-leal
961
+ - &#8203;<!-- 02 -->[website] Improvements to the /core product page @danilo-leal
962
+ - &#8203;<!-- 01 -->[website] Fix typo on the About Page (#29286) @gssakash
963
+
964
+ ### Core
965
+
966
+ - &#8203;<!-- 63 -->[core] Handle RecordType and FieldType in generatePropDescription.ts (#29467) @flaviendelangle
967
+ - &#8203;<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
968
+ - &#8203;<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
969
+ - &#8203;<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
970
+ - &#8203;<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
971
+ - &#8203;<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
972
+ - &#8203;<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
973
+ - &#8203;<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
974
+ - &#8203;<!-- 54 -->[core] Use cross-env to set env variables in material-icons scripts (#29327) @michaldudak
975
+ - &#8203;<!-- 53 -->[core] Don't bump peer dependency ranges on dependency updates (#29303) @eps1lon
976
+ - &#8203;<!-- 18 -->[test] Fix browser tests (#29505) @eps1lon
977
+ - &#8203;<!-- 69 -->[test] Fix missing act warnings in latest React 18 alpha (#29357) @eps1lon
978
+ - &#8203;<!-- 17 -->[test] Replace `createClientRender` with new `createRenderer` API (#29471) @eps1lon
979
+ - &#8203;<!-- 16 -->[test] Fix possible "missing act" warning (#29463) @eps1lon
980
+ - &#8203;<!-- 15 -->[test] Remove render#baseElement (#29462) @eps1lon
981
+ - &#8203;<!-- 14 -->[test] Expose `AbortController` on global (#29360) @eps1lon
982
+ - &#8203;<!-- 13 -->[test] Add internal test for uniqe `name` in `Rating` (#29329) @eps1lon
983
+ - &#8203;<!-- 12 -->[test] Fix browser tests (#29305) @eps1lon
984
+
985
+ All contributors of this release in alphabetical order: @adamfitzgibbon, @ainatenhi, @alexfauquette, @busches, @ChrisClaude, @dan-mba, @DanailH, @danilo-leal, @DASPRiD, @ElonVolo, @eps1lon, @eric-burel, @flaviendelangle, @gssakash, @hbjORbj, @IPJT, @jacklaurencegaray, @Jareechang, @jatinsandilya, @m4theushw, @mbeltramin, @mbrookes, @michaldudak, @mnajdova, @nicbarajas, @oliviertassinari, @Pablion, @robcaldecott, @siriwatknp, @tanay123456789, @tm1000, @Wimukti, @ZeeshanTamboli
986
+
987
+ ## 5.0.6
988
+
989
+ <!-- generated comparing v5.0.5..master -->
990
+
991
+ _Oct 27, 2021_
992
+
993
+ A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
994
+
995
+ - 🔧 Fix reported TypeScript issues on the `@mui/system` package because some packages were not released
996
+
997
+ ### `@mui/material@5.0.6`
998
+
999
+ - &#8203;<!-- 4 -->[Autocomplete] Fix `clearOnBlur` prop (#29208) @hbjORbj
1000
+ - &#8203;<!-- 2 -->[Rating] Remove z-index from decimal stars (#29295) @williamhaley
1001
+
1002
+ ### `@mui/system@5.0.6`
1003
+
1004
+ - &#8203;<!-- 5 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
1005
+ - &#8203;<!-- 1 -->[system] Fix executing server-side Emotion component as function interpolation (#29290) @Andarist
1006
+
1007
+ ### Docs
1008
+
1009
+ - &#8203;<!-- 3 -->[blog] Q3 2021 Update (#28970) @oliviertassinari
1010
+
1011
+ All contributors of this release in alphabetical order: @Andarist, @hbjORbj, @oliviertassinari, @williamhaley
1012
+
1013
+ ## 5.0.5
1014
+
1015
+ <!-- generated comparing v5.0.4..master -->
1016
+
1017
+ _Oct 26, 2021_
1018
+
1019
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
1020
+
1021
+ - 🔧 Implement `Masonry` using Flexbox by @hbjORbj.
1022
+ - 🧪 Add three components to `@mui/base` by @rebeccahongsf and @hbjORbj.
1023
+
1024
+ ### `@mui/codemod@5.0.5`
1025
+
1026
+ - &#8203;<!-- 38 -->[codemod] Support new package name in `link-underline-hover` transformer (#29214) @siriwatknp
1027
+
1028
+ ### `@mui/base@5.0.0-alpha.52`
1029
+
1030
+ - &#8203;<!-- 39 -->[ClickAwayListener] Move to the core package (#29186) @hbjORbj
1031
+ - &#8203;<!-- 13 -->[Popper] Move from mui-material to mui-base (#28923) @rebeccahongsf
1032
+ - &#8203;<!-- 04 -->[TextareaAutosize] Move to the core package (#29148) @hbjORbj
1033
+
1034
+ ### `@mui/lab@5.0.0-alpha.52`
1035
+
1036
+ - &#8203;<!-- 16 -->[Masonry] Improve demo styles (#29218) @hbjORbj
1037
+ - &#8203;<!-- 15 -->[Masonry] Implement Masonry using Flexbox (#28059) @hbjORbj
1038
+
1039
+ ### `@mui/icons@5.0.5`
1040
+
1041
+ - &#8203;<!-- 19 -->[icons] Add TipsAndUpdates icon (#29004) @hbjORbj
1042
+
1043
+ ### `@mui/material@5.0.5`
1044
+
1045
+ - &#8203;<!-- 40 -->[CardMedia] Apply specified `img` role instead of custom `image` role (#29172) @eps1lon
1046
+ - &#8203;<!-- 32 -->[CSSBaseline] Remove incorrect @deprecated annotation (#29069) @adamfitzgibbon
1047
+ - &#8203;<!-- 20 -->[Grid] Support custom columns with nested grid (#28743) @Devesh21700Kumar
1048
+ - &#8203;<!-- 18 -->[InputBase] Remove wrong theme overriding with MUI's default theme (#29157) @hbjORbj
1049
+ - &#8203;<!-- 17 -->[LoadingButton] Fix `fullWidth` styling (#28652) @nikitabobers
1050
+ - &#8203;<!-- 16 -->[Popper] make Popper display:none whenever it's closed (#29233) @adamfitzgibbon
1051
+ - &#8203;<!-- 14 -->[Menu] Reduce min-height & padding in menu-item with dense property (#29180) @jatinsandilya
1052
+ - &#8203;<!-- 07 -->[Tab] `iconPosition` prop added in Tab (#28764) @deepanshu2506
1053
+ - &#8203;<!-- 03 -->[Tooltip] Correct inconsistent prop precedence (#29132) @michaldudak
1054
+
1055
+ ### `@mui/system@5.0.5`
1056
+
1057
+ - &#8203;<!-- 11 -->[system] Allow function type for `sx` prop (#29198) @hbjORbj
1058
+ - &#8203;<!-- 10 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
1059
+ - &#8203;<!-- 09 -->[system] Fix `colorScheme` conflict between application (#29139) @siriwatknp
1060
+ - &#8203;<!-- 08 -->[system] Add `unstable_createCssVarsProvider` api (#28965) @siriwatknp
1061
+
1062
+ ### Documentation
1063
+
1064
+ - &#8203;<!-- 31 -->[docs] Fix path to `DataGrid` CSV export options page (#29220) @DanailH
1065
+ - &#8203;<!-- 30 -->[docs] Give anonymous components a name (#29189) @eps1lon
1066
+ - &#8203;<!-- 29 -->[docs] Add deploy context variables (#29195) @siriwatknp
1067
+ - &#8203;<!-- 28 -->[docs] Add MUI packages explanation (#29073) @siriwatknp
1068
+ - &#8203;<!-- 27 -->[docs] Fix typo in CSP policy (#29187) @JuliaNeumann
1069
+ - &#8203;<!-- 26 -->[docs] Dark mode conditional content rendering (#28665) @michal-perlakowski
1070
+ - &#8203;<!-- 25 -->[docs] Fix ClassNameGenerator introduced version #29177 @siriwatknp
1071
+ - &#8203;<!-- 24 -->[docs] Add missing `justifyContent` values and update box styling (#29117) @omarmosid
1072
+ - &#8203;<!-- 23 -->[docs] Make landing page hero section scrollable (#29141) @waxidiotic
1073
+ - &#8203;<!-- 22 -->[docs] Discourage importing different bundles directly (#29133) @eps1lon
1074
+ - &#8203;<!-- 21 -->[docs] Update module augmentation reference url (#29064) @gnowland
1075
+ - &#8203;<!-- 12 -->[pricing] Add tooltip to pricing icon (#28959) @siriwatknp
1076
+ - &#8203;<!-- 07 -->[Team] Add Alexandre in the about page (#29289)
1077
+ - &#8203;<!-- 02 -->[website] Fix status label overflow in AdvancedShowcase (#29143) @LorenzHenk
1078
+ - &#8203;<!-- 01 -->[website] Update legacy logos (#28908) @michaldudak
1079
+
1080
+ ### Core
1081
+
1082
+ - &#8203;<!-- 37 -->[core] Order repro methods by preference (#29156) @eps1lon
1083
+ - &#8203;<!-- 36 -->[core] Remove unnecessary usages of `useEventCallback` (#28910) @NMinhNguyen
1084
+ - &#8203;<!-- 35 -->[core] add `unstable_ClassNameGenerator` API (#29051) @siriwatknp
1085
+ - &#8203;<!-- 34 -->[core] Fix issues when using styled-components (#29048) @mnajdova
1086
+ - &#8203;<!-- 33 -->[core] replace hard-coded classname with classes (#29070) @siriwatknp
1087
+ - &#8203;<!-- 06 -->[test] Add documentation for visual regression tests (#29154) @eps1lon
1088
+ - &#8203;<!-- 05 -->[test] Enable "missing act" warnings using new proposal (#29167) @eps1lon
1089
+
1090
+ All contributors of this release in alphabetical order: @adamfitzgibbon, @DanailH, @deepanshu2506, @Devesh21700Kumar, @eps1lon, @gnowland, @hbjORbj, @jatinsandilya, @JuliaNeumann, @LorenzHenk, @michal-perlakowski, @michaldudak, @mnajdova, @nikitabobers, @NMinhNguyen, @omarmosid, @rebeccahongsf, @siriwatknp, @waxidiotic
1091
+
1092
+ ## 5.0.4
1093
+
1094
+ <!-- generated comparing v5.0.3..master -->
1095
+
1096
+ _Oct 14, 2021_
1097
+
1098
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1099
+
1100
+ - 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/base package @michaldudak (#28053)
1101
+ - 🐛 Fixed many bugs and improved the documentation 📚.
1102
+
1103
+ ### `@mui/material@5.0.4`
1104
+
1105
+ - &#8203;<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
1106
+ - &#8203;<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
1107
+ - &#8203;<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
1108
+ - &#8203;<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
1109
+ - &#8203;<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
1110
+
1111
+ ### `@mui/system@5.0.4`
1112
+
1113
+ - &#8203;<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
1114
+
1115
+ ### `@mui/base@5.0.0-alpha.51`
1116
+
1117
+ - &#8203;<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
1118
+
1119
+ ### `@mui/lab@5.0.0-alpha.51`
1120
+
1121
+ - &#8203;<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
1122
+
1123
+ ### Docs
1124
+
1125
+ - &#8203;<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
1126
+ - &#8203;<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
1127
+ - &#8203;<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
1128
+ - &#8203;<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
1129
+ - &#8203;<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
1130
+ - &#8203;<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
1131
+ - &#8203;<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
1132
+ - &#8203;<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
1133
+ - &#8203;<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
1134
+ - &#8203;<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
1135
+ - &#8203;<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
1136
+ - &#8203;<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
1137
+ - &#8203;<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
1138
+ - &#8203;<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
1139
+ - &#8203;<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
1140
+ - &#8203;<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
1141
+ - &#8203;<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
1142
+
1143
+ ### Core
1144
+
1145
+ - &#8203;<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
1146
+ - &#8203;<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
1147
+ - &#8203;<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
1148
+ - &#8203;<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
1149
+ - &#8203;<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
1150
+ - &#8203;<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
1151
+
1152
+ All contributors of this release in alphabetical order: @amen-souissi, @benmneb, @epodol, @eps1lon, @goncalovf, @hbjORbj, @Jareechang, @kgregory, @michaldudak, @mnajdova, @mottox2, @officialpiyush, @phudekar, @siriwatknp, @tanyabouman, @visualfanatic, @ZeeshanTamboli
1153
+
1154
+ ## 5.0.3
1155
+
1156
+ <!-- generated comparing v5.0.2..master -->
1157
+
1158
+ _Oct 7, 2021_
1159
+
1160
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
1161
+
1162
+ - 🧪 Created the first component in @mui/material-next - our v6 prototype package.
1163
+ - 🐛 Fixed many bugs and improved the documentation 📚.
1164
+
1165
+ ### `@mui/material@5.0.3`
1166
+
1167
+ - &#8203;<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
1168
+ - &#8203;<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
1169
+ - &#8203;<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
1170
+ - &#8203;<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
1171
+
1172
+ ### `@mui/codemod@5.0.3`
1173
+
1174
+ - &#8203;<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
1175
+
1176
+ ### `@mui/system@5.0.3`
1177
+
1178
+ - &#8203;<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
1179
+
1180
+ ### `@mui/styled-engine-sc@5.0.3`
1181
+
1182
+ - &#8203;<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
1183
+
1184
+ ### `@mui/base@5.0.0-alpha.50`
1185
+
1186
+ - &#8203;<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
1187
+ - &#8203;<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
1188
+
1189
+ ### `@mui/lab@5.0.0-alpha.50`
1190
+
1191
+ - &#8203;<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
1192
+
1193
+ ### `@mui/material-next@6.0.0-alpha.4`
1194
+
1195
+ - &#8203;<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
1196
+
1197
+ ### Docs
1198
+
1199
+ - &#8203;<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
1200
+ - &#8203;<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
1201
+ - &#8203;<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
1202
+ - &#8203;<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
1203
+ - &#8203;<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
1204
+ - &#8203;<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
1205
+ - &#8203;<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
1206
+ - &#8203;<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
1207
+ - &#8203;<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
1208
+ - &#8203;<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
1209
+ - &#8203;<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
1210
+ - &#8203;<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
1211
+ - &#8203;<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
1212
+ - &#8203;<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
1213
+ - &#8203;<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
1214
+ - &#8203;<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
1215
+ - &#8203;<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
1216
+ - &#8203;<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
1217
+ - &#8203;<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
1218
+ - &#8203;<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
1219
+ - &#8203;<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
1220
+ - &#8203;<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
1221
+ - &#8203;<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
1222
+ - &#8203;<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
1223
+ - &#8203;<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
1224
+ - &#8203;<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
1225
+ - &#8203;<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
1226
+ - &#8203;<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
1227
+
1228
+ ### Core
1229
+
1230
+ - &#8203;<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
1231
+ - &#8203;<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
1232
+ - &#8203;<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
1233
+ - &#8203;<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
1234
+ - &#8203;<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
1235
+
1236
+ All contributors of this release in alphabetical order: @AnilSeervi, @avranju94, @cacpgomes, @danilo-leal, @epodol, @eps1lon, @hbjORbj, @iamsergo, @michaldudak, @mnajdova, @owais635, @saeedseyfi, @Sharry0, @siriwatknp, @smmoosavi, @taghi-khavari, @veerreshr, @yevheniiminin, @ZeeshanTamboli
1237
+
1238
+ ## 5.0.2
1239
+
1240
+ <!-- generated comparing v5.0.1..master -->
1241
+
1242
+ _Sep 29, 2021_
1243
+
1244
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
1245
+
1246
+ - 🔧 Improve `jss-to-styled` codemod to use new package names.
1247
+ - And many more 🐛 bug fixes and 📚 improvements.
1248
+
1249
+ ### `@mui/material@5.0.2`
1250
+
1251
+ - &#8203;<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
1252
+ - &#8203;<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
1253
+ - &#8203;<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
1254
+ - &#8203;<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
1255
+
1256
+ ### `@mui/codemod@5.0.2`
1257
+
1258
+ - &#8203;<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
1259
+ - &#8203;<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
1260
+
1261
+ ### `@mui/system@5.0.2`
1262
+
1263
+ - &#8203;<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
1264
+
1265
+ ### Docs
1266
+
1267
+ - &#8203;<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
1268
+ - &#8203;<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
1269
+ - &#8203;<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
1270
+ - &#8203;<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
1271
+ - &#8203;<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
1272
+ - &#8203;<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
1273
+ - &#8203;<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
1274
+ - &#8203;<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
1275
+ - &#8203;<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
1276
+ - &#8203;<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
1277
+ - &#8203;<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
1278
+ - &#8203;<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
1279
+ - &#8203;<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
1280
+ - &#8203;<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
1281
+ - &#8203;<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
1282
+ - &#8203;<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
1283
+ - &#8203;<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
1284
+
1285
+ ### Core
1286
+
1287
+ - &#8203;<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
1288
+ - &#8203;<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
1289
+ - &#8203;<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
1290
+ - &#8203;<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
1291
+
1292
+ All contributors of this release in alphabetical order: @adamthewebguy, @alexeagleson, @Brlaney, @chetrit, @danilo-leal, @dmitry-yudakov, @eps1lon, @fxlemire, @garronej, @kiznick, @mnajdova, @naveen-bharathi, @oliviertassinari, @praveenkumar-kalidass, @siriwatknp
1293
+
1294
+ ## 5.0.1
1295
+
1296
+ <!-- generated comparing v5.0.0..master -->
1297
+
1298
+ _Sep 22, 2021_
1299
+
1300
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
1301
+
1302
+ - 🔎 Improve the search on the documentation.
1303
+ - 📚 Improve the v4 to v5 migration guide.
1304
+ - And many more 🐛 bug fixes and 📚 improvements.
1305
+
1306
+ ### `@mui/material@5.0.1`
1307
+
1308
+ - &#8203;<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
1309
+ - &#8203;<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
1310
+
1311
+ ### `@mui/codemod@5.0.1`
1312
+
1313
+ - &#8203;<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
1314
+
1315
+ ### `@mui/lab@5.0.0-alpha.48`
1316
+
1317
+ - &#8203;<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
1318
+ - &#8203;<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
1319
+
1320
+ ### Docs
1321
+
1322
+ - &#8203;<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
1323
+ - &#8203;<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
1324
+ - &#8203;<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
1325
+ - &#8203;<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
1326
+ - &#8203;<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
1327
+ - &#8203;<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
1328
+ - &#8203;<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
1329
+ - &#8203;<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
1330
+ - &#8203;<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
1331
+ - &#8203;<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
1332
+ - &#8203;<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
1333
+ - &#8203;<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
1334
+ - &#8203;<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
1335
+ - &#8203;<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
1336
+ - &#8203;<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
1337
+ - &#8203;<!-- 20 -->[docs] Fix typo (#28521) @valse
1338
+ - &#8203;<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
1339
+ - &#8203;<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
1340
+ - &#8203;<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
1341
+ - &#8203;<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
1342
+ - &#8203;<!-- 08 -->[website] Optimize images (#28486) @michaldudak
1343
+ - &#8203;<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
1344
+ - &#8203;<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
1345
+ - &#8203;<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
1346
+ - &#8203;<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
1347
+ - &#8203;<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
1348
+ - &#8203;<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
1349
+ - &#8203;<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
1350
+
1351
+ ### Core
1352
+
1353
+ - &#8203;<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
1354
+ - &#8203;<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
1355
+ - &#8203;<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
1356
+ - &#8203;<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
1357
+ - &#8203;<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
1358
+ - &#8203;<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
1359
+ - &#8203;<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
1360
+ - &#8203;<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
1361
+ - &#8203;<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
1362
+ - &#8203;<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
1363
+ - &#8203;<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
1364
+ - &#8203;<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
1365
+
1366
+ All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
1367
+
1368
+ ## 5.0.0
1369
+
1370
+ <!-- generated comparing v5.0.0-rc.1..next -->
1371
+
1372
+ _Sep 16, 2021_
1373
+
1374
+ 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/)!
1375
+
1376
+ Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
1377
+
1378
+ - 5,832 new commits
1379
+ - From 2M downloads/month to 9.5M downloads/month on npm
1380
+ - From 350k users/month to 700k users/month on the documentation
1381
+
1382
+ A big thanks to the 600+ contributors who made the release possible!
1383
+
1384
+ The 5.0.0 version includes all changes done in the alpha, beta, and rc releases listed below.
1385
+ These are the changes done from the last release candidate version (5.0.0-rc.1):
1386
+
1387
+ ### `@mui/material@5.0.0`
1388
+
1389
+ - &#8203;<!-- 15 -->[Autocomplete] Fix reset value on blur for freeSolo input (#28190) @praveenkumar-kalidass
1390
+ - &#8203;<!-- 14 -->[ButtonBase] Revert to the pre-unstyled implementation (#28225) @michaldudak
1391
+ - &#8203;<!-- 13 -->[Checkbox] Fix color proptype typo (#28265) @sydneyjodon-wk
1392
+ - &#8203;<!-- 40 -->[Tooltip] Ensure user-select CSS property is reverted after touch end (#28372) @tholman
1393
+
1394
+ ### `@mui/system@5.0.0`
1395
+
1396
+ - &#8203;<!-- 25 -->[system] Fix missing typings for createSpacing (#28361) @eps1lon
1397
+
1398
+ ### `@mui/codemod@5.0.0`
1399
+
1400
+ - &#8203;<!-- 21 -->[codemod] Fix jss-to-styled to support other export class, function etc. (#28321) @jedwards1211
1401
+
1402
+ ### `@mui/lab@5.0.0-alpha.46`
1403
+
1404
+ - &#8203;<!-- 09 -->[DateTimePicker] Change bottom position of AM/PM buttons (#27534) @nikitabobers
1405
+ - &#8203;<!-- 02 -->[pickers] Add visual regression tests for open views (#28224) @eps1lon
1406
+
1407
+ ### Docs
1408
+
1409
+ - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
1410
+ - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
1411
+ - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
1412
+ - &#8203;<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
1413
+ - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
1414
+ - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
1415
+ - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
1416
+ - &#8203;<!-- 32 -->[docs] Fix typo in v4 to v5 migration guide (#28353) @zadeviggers
1417
+ - &#8203;<!-- 17 -->[docs] Fix typo in transition docs (#28312) @tamboliasir1
1418
+ - &#8203;<!-- 20 -->[docs] Use https for material-ui & reactcommunity links (#28304) @aghArdeshir
1419
+ - &#8203;<!-- 22 -->[docs] Add IBM Plex font locally (#28325) @siriwatknp
1420
+ - &#8203;<!-- 26 -->[docs] Fix failing client-side navigation for /api routes (#28356) @eps1lon
1421
+ - &#8203;<!-- 29 -->[docs] Update the nav order (#28323) @mbrookes
1422
+ - &#8203;<!-- 30 -->[docs] Compress images with ImageOptim @oliviertassinari
1423
+ - &#8203;<!-- 34 -->[docs] Replace remaining unstyled package reference (#28351) @michaldudak
1424
+ - &#8203;<!-- 35 -->[docs] No import from react-router (#28329) @eps1lon
1425
+ - &#8203;<!-- 36 -->[website] Refine website before go-live (#28081) @siriwatknp
1426
+ - &#8203;<!-- 31 -->[website] Update manifest to new logo (#28355) @siriwatknp
1427
+ - &#8203;<!-- 01 -->[website] Add product-x page (#28106) @siriwatknp
1428
+ - &#8203;<!-- 24 -->[website] Revert store URL to material-ui.com/store (#28365) @michaldudak
1429
+ - &#8203;<!-- 33 -->[website] Rename domain to mui.com (#28332) @mnajdova
1430
+
1431
+ ### Core
1432
+
1433
+ - &#8203;<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
1434
+ - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
1435
+ - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
1436
+ - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
1437
+ - &#8203;<!-- 23 -->[core] Remove experimental bundle size tracking page (#28334) @eps1lon
1438
+ - &#8203;<!-- 27 -->[core] Support release:build with cmd.exe (#28318) @michaldudak
1439
+ - &#8203;<!-- 28 -->[core] Remove unnecessary titleize warning (#28349) @eps1lon
1440
+ - &#8203;<!-- 37 -->[core] Batch small fixes (#28381) @oliviertassinari
1441
+ - &#8203;<!-- 16 -->[test] Recommend yarn t over test:watch (#28254) @eps1lon
1442
+ - &#8203;<!-- 19 -->[test] Lazily import fixtures (#28239) @eps1lon
1443
+ - &#8203;<!-- 39 -->[test] Assert on user-select that has the same value across browsers (#28378) @eps1lon
1444
+
1445
+ All contributors of this release in alphabetical order: @aghArdeshir, @Aurelain, @eps1lon, @goncalovf, @jedwards1211, @m4theushw, @mbrookes, @michald
1446
+ udak, @mnajdova, @nikitabobers, @praveenkumar-kalidass, @siriwatknp, @sydneyjodon-wk, @tamboliasir1, @tholman, @zadeviggers, @ZeeshanTamboli
1447
+
1448
+ ## 5.0.0-rc.1
1449
+
1450
+ <!-- generated comparing v5.0.0-rc.0..next -->
1451
+
1452
+ _Sep 8, 2021_
1453
+
1454
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
1455
+
1456
+ - 📚 Improved the codemod and migration guide for upgrading to v5
1457
+ - 🐛 Fixed some bugs and regressions
1458
+
1459
+ ### `@mui/material@5.0.0-rc.1`
1460
+
1461
+ - &#8203;<!-- 46 -->[Autocomplete] Fix virtualization regression (#28129) @oliviertassinari
1462
+ - &#8203;<!-- 45 -->[Button] Use deeper imports from unstyled, correct docs (#28074) @michaldudak
1463
+ - &#8203;<!-- 44 -->[ButtonBase] Fix ripple persisting on blur (#28186) @michaldudak
1464
+ - &#8203;<!-- 14 -->[Link] Infer `ref` type from `component` (#28101) @eps1lon
1465
+ - &#8203;<!-- 11 -->[Popper] Fix bundle size regression (#27910) @oliviertassinari
1466
+ - &#8203;<!-- 10 -->[Select] Merge `ref` of `Select` and `input` element (#28054) @DouglasPds
1467
+ - &#8203;<!-- 07 -->[Tabs] Improve error message formatting for invalid `value` (#28172) @eps1lon
1468
+
1469
+ ### `@mui/system@5.0.0-rc.1`
1470
+
1471
+ - &#8203;<!-- 47 -->[system] Change type of return value of overridesResolver (#28220) @hbjORbj
1472
+ - &#8203;<!-- 09 -->[system] Fix zero value condition (#28219) @siriwatknp
1473
+ - &#8203;<!-- 08 -->[system] Shorten class names in production (#27932) @oliviertassinari
1474
+
1475
+ ### `@mui/codemod@5.0.0-rc.1`
1476
+
1477
+ - &#8203;<!-- 42 -->[codemod] Fix various reported issues on `preset-safe` (#28183) @mnajdova
1478
+
1479
+ ### `@mui/lab@5.0.0-alpha.46`
1480
+
1481
+ - &#8203;<!-- 43 -->[ClockPicker] Fix to narrow hover area for am hours in am/pm clock (#28207) @eps1lon
1482
+ - &#8203;<!-- 13 -->[Masonry] Improve the styling on the demos (#27957) @hbjORbj
1483
+ - &#8203;<!-- 12 -->[MasonryItem] Fix crash on unmount when using React 18 (#28202) @eps1lon
1484
+
1485
+ ### Docs
1486
+
1487
+ - &#8203;<!-- 33 -->[docs] Fixes makeStyles migration example (#28213) @RomarQ
1488
+ - &#8203;<!-- 32 -->[docs] Fix some outdated migration guide (#28222) @siriwatknp
1489
+ - &#8203;<!-- 31 -->[docs] Update previews (#28223) @eps1lon
1490
+ - &#8203;<!-- 30 -->[docs] Demo how to use a specific slide direction for Snackbar (#28211) @goncalovf
1491
+ - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
1492
+ - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
1493
+ - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
1494
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
1495
+ - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
1496
+ - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
1497
+ - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
1498
+ - &#8203;<!-- 22 -->[docs] Fix wrong package name in codemod (#28118) @aleccaputo
1499
+ - &#8203;<!-- 21 -->[docs] Cancelled subscription @oliviertassinari
1500
+ - &#8203;<!-- 20 -->[docs] Remove style duplication (#28087) @oliviertassinari
1501
+ - &#8203;<!-- 19 -->[docs] Fix migration guide typo (#28113) @paullaros
1502
+ - &#8203;<!-- 18 -->[docs] Reorder app bar actions (#28089) @mnajdova
1503
+ - &#8203;<!-- 17 -->[docs] Support Material design theme in MarkdownElement (#28109) @eps1lon
1504
+ - &#8203;<!-- 16 -->[docs] Improve diamond sponsors in the navigation (#28090) @mnajdova
1505
+ - &#8203;<!-- 15 -->[docs] Remove unnecessary comma (#28072) @michaldudak
1506
+ - &#8203;<!-- 04 -->[website] Add new careers page (#28184) @hbjORbj
1507
+ - &#8203;<!-- 03 -->[website] Disable Next.js font optimization (#28128) @michaldudak
1508
+ - &#8203;<!-- 02 -->[website] Polish design-kits & templates (#28131) @siriwatknp
1509
+ - &#8203;<!-- 01 -->[website] Update utm referral params #28040 @siriwatknp
1510
+
1511
+ ### Core
1512
+
1513
+ - &#8203;<!-- 41 -->[core] Misc bundle size tracking improvements (#28205) @eps1lon
1514
+ - &#8203;<!-- 40 -->[core] Ensure code preview is valid JavaScript (#28215) @eps1lon
1515
+ - &#8203;<!-- 39 -->[core] Create @mui/material-next package (#28200) @michaldudak
1516
+ - &#8203;<!-- 38 -->[core] Rename directories to match the new package names (#28185) @mnajdova
1517
+ - &#8203;<!-- 37 -->[core] Remove unused include (#28187) @eps1lon
1518
+ - &#8203;<!-- 36 -->[core] Fix PR detection mechanism for upstream PRs (#28171) @eps1lon
1519
+ - &#8203;<!-- 35 -->[core] Simplify ResizeObserver logic (#28037) @oliviertassinari
1520
+ - &#8203;<!-- 34 -->[core] Include TS modules in rollup import resolution (#28094) @michaldudak
1521
+ - &#8203;<!-- 06 -->[test] Update test to consider unsuppressed double render logs in React 18 (#28068) @eps1lon
1522
+ - &#8203;<!-- 05 -->[typescript] Make types of componentsProps consistent (#27499) @michaldudak
1523
+
1524
+ All contributors of this release in alphabetical order: @akashshyamdev, @aleccaputo, @DouglasPds, @eps1lon, @goncalovf,
1525
+ @hbjORbj, @michaldudak, @mnajdova, @oliviertassinari, @outofgamut, @paullaros, @RomarQ, @siriwatknp
2
1526
 
3
1527
  ## 5.0.0-rc.0
4
1528
 
@@ -8,9 +1532,9 @@ _Sep 1, 2021_
8
1532
 
9
1533
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
10
1534
 
11
- - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui-org/material-ui/discussions/27803).
12
- - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/material-ui-codemod/README.md#mui-replace) or head to [migration guide](https://next.material-ui.com/guides/migration-v4/#preset-safe)
13
- - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://next.material-ui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
1535
+ - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
1536
+ - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
1537
+ - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
14
1538
 
15
1539
  ### `@mui/material@5.0.0-rc.0`
16
1540
 
@@ -20,7 +1544,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
20
1544
 
21
1545
  replace `@material-ui/*` prefix with `@mui/*`:
22
1546
 
23
- ```
1547
+ ```sh
24
1548
  @material-ui/system -> @mui/system
25
1549
  @material-ui/styles -> @mui/styles
26
1550
  @material-ui/lab -> @mui/lab
@@ -33,15 +1557,15 @@ A big thanks to the 18 contributors who made this release possible. Here are som
33
1557
 
34
1558
  except these 3 packages that are renamed.
35
1559
 
36
- ```
1560
+ ```sh
37
1561
  @material-ui/core => @mui/material // represents Material Design components.
38
1562
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
39
- @material-ui/unstyled => @mui/core // fully functional components with minimum styles.
1563
+ @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
40
1564
  ```
41
1565
 
42
- > **Note**: `@mui/core` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
1566
+ > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
43
1567
 
44
- We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/material-ui-codemod/README.md#mui-replace) for smooth migration.
1568
+ We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
45
1569
 
46
1570
  #### Changes
47
1571
 
@@ -54,7 +1578,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
54
1578
  - &#8203;<!-- 05 -->[ToggleButtonGroup] Add "disabled" prop (#27998) @chetas411
55
1579
  - &#8203;<!-- 34 -->[core] Export types for module augmentation (#28078) @m4theushw
56
1580
 
57
- ### `@mui/core@5.0.0-alpha.45`
1581
+ ### `@mui/base@5.0.0-alpha.45`
58
1582
 
59
1583
  - &#8203;<!-- 38 -->[Button] Create ButtonUnstyled and useButton (#27600) @michaldudak
60
1584
 
@@ -97,7 +1621,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
97
1621
  - &#8203;<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
98
1622
  - &#8203;<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
99
1623
  - &#8203;<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
100
- - &#8203;<!-- 07 -->[test] Disable browserstack for PRs (#28041) @eps1lon
1624
+ - &#8203;<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
101
1625
 
102
1626
  All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
103
1627
 
@@ -109,7 +1633,7 @@ _Aug 24, 2021_
109
1633
 
110
1634
  A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
111
1635
 
112
- - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui-org/material-ui/milestone/44)
1636
+ - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui/material-ui/milestone/44)
113
1637
  - 📚 Improved the docs and the migration guide for upgrading to v5
114
1638
 
115
1639
  ### `@material-ui/core@5.0.0-beta.5`
@@ -500,16 +2024,16 @@ _Jul 14, 2021_
500
2024
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
501
2025
 
502
2026
  - ✨ We have introduced a new unstyled component: the Switch (#26688) @michaldudak
503
- You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://next.material-ui.com/components/switches/#unstyled-switches), and a hook: [`useSwitch`](https://next.material-ui.com/components/switches/#useswitch-hook).
2027
+ You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://mui.com/components/switches/#unstyled), and a hook: [`useSwitch`](https://mui.com/components/switches/#useswitch-hook).
504
2028
 
505
- <a href="https://next.material-ui.com/components/switches/#unstyled-switches"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
2029
+ <a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
506
2030
 
507
- You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
2031
+ You can follow our progress at https://github.com/mui/material-ui/issues/27170.
508
2032
 
509
2033
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
510
- You can find the new [default values](https://next.material-ui.com/customization/palette/#default-values) in the documentation.
2034
+ You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
511
2035
 
512
- <a href="https://next.material-ui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
2036
+ <a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
513
2037
 
514
2038
  ### `@material-ui/core@5.0.0-beta.1`
515
2039
 
@@ -610,9 +2134,9 @@ _Jul 01, 2021_
610
2134
 
611
2135
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
612
2136
 
613
- - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui-org/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
2137
+ - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
614
2138
  - 🚀 We have completed all the planned breaking changes.
615
- - ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-codemod).
2139
+ - ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod).
616
2140
  - 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
617
2141
 
618
2142
  ### `@material-ui/core@5.0.0-beta.0`
@@ -621,7 +2145,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
621
2145
 
622
2146
  - [Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
623
2147
 
624
- `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2148
+ `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
625
2149
 
626
2150
  ```diff
627
2151
  <button class="MuiTab-root">
@@ -634,7 +2158,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
634
2158
 
635
2159
  - [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
636
2160
 
637
- `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2161
+ `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
638
2162
 
639
2163
  ```diff
640
2164
  <button class="MuiBottomNavigationAction-root">
@@ -746,15 +2270,15 @@ _Jun 23, 2021_
746
2270
 
747
2271
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
748
2272
 
749
- - 🚀 We have only 2 left in the [breaking changes](https://github.com/mui-org/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
2273
+ - 🚀 We have only 2 left in the [breaking changes](https://github.com/mui/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
750
2274
  - 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
751
2275
 
752
- <a href="https://next.material-ui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
2276
+ <a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
753
2277
 
754
- - 💡 `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://next.material-ui.com/components/buttons/#sizes-2).
2278
+ - 💡 `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://mui.com/components/buttons/#sizes-2).
755
2279
  - ♿️ We have improved the default style of the `Link` to be more accessible (#26145) @ahmed-28
756
2280
 
757
- <a href="https://next.material-ui.com/components/links/"><img width="543" alt="" src="https://user-images.githubusercontent.com/3165635/123097983-ef1b6200-d430-11eb-97da-b491fba5df49.png"></a>
2281
+ <a href="https://mui.com/components/links/"><img width="543" alt="" src="https://user-images.githubusercontent.com/3165635/123097983-ef1b6200-d430-11eb-97da-b491fba5df49.png"></a>
758
2282
 
759
2283
  ### `@material-ui/core@5.0.0-alpha.38`
760
2284
 
@@ -788,7 +2312,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
788
2312
 
789
2313
  - &#8203;<!-- 09 -->[theme] Improve default breakpoints (#26746) @siriwatknp
790
2314
 
791
- The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui-org/material-ui/issues/21902).
2315
+ The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui/material-ui/issues/21902).
792
2316
 
793
2317
  ```diff
794
2318
  {
@@ -832,17 +2356,17 @@ A big thanks to the 18 contributors who made this release possible. Here are som
832
2356
 
833
2357
  - &#8203;<!-- 08 -->[Slider] Adjust css to match the specification (#26632) @siriwatknp
834
2358
 
835
- Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://next.material-ui.com/components/slider/).
2359
+ Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://mui.com/components/slider/).
836
2360
 
837
- <a href="https://next.material-ui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
2361
+ <a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
838
2362
 
839
- You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://next.material-ui.com/components/slider/#sizes).
2363
+ You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://mui.com/components/slider/#sizes).
840
2364
 
841
- <a href="https://next.material-ui.com/components/slider/#sizes"><img width="330" alt="" src="https://user-images.githubusercontent.com/3165635/123076549-8aa0d880-d419-11eb-8835-06cd2b21b2d3.png" style="margin: auto"></a>
2365
+ <a href="https://mui.com/components/slider/#sizes"><img width="330" alt="" src="https://user-images.githubusercontent.com/3165635/123076549-8aa0d880-d419-11eb-8835-06cd2b21b2d3.png" style="margin: auto"></a>
842
2366
 
843
2367
  - &#8203;<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
844
2368
 
845
- `span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2369
+ `span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
846
2370
 
847
2371
  ```diff
848
2372
  <button class="MuiIconButton-root">
@@ -959,11 +2483,11 @@ A big thanks to the 11 contributors who made this release possible. Here are som
959
2483
  </Grid>
960
2484
  ```
961
2485
 
962
- Head to the [documentation](https://next.material-ui.com/components/grid/#responsive-values) for more details.
2486
+ Head to the [documentation](https://mui.com/components/grid/#responsive-values) for more details.
963
2487
 
964
2488
  - ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
965
2489
  We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
966
- - 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
2490
+ - 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
967
2491
  - And many more 🐛 bug fixes and 📚 improvements.
968
2492
 
969
2493
  ### `@material-ui/core@5.0.0-alpha.37`
@@ -1069,10 +2593,10 @@ A big thanks to the 14 contributors who made this release possible. Here are som
1069
2593
  We're confident that its API shouldn't receive any major changes until the stable release of v5 (#26558) @mnajdova.
1070
2594
  - 📦 `@material-ui/icons` only ships ES modules and no longer CommonJS modules.
1071
2595
  This reduces the download size of the package from 1.7 MB to 1.2 MB and install size from 15.6 MB to 6.7 MB (#26310) @eps1lon.
1072
- - 💄 Add support for [row and column spacing](https://next.material-ui.com/components/grid/#row-amp-column-spacing) in the Grid component (#26559) @likitarai1.
2596
+ - 💄 Add support for [row and column spacing](https://mui.com/components/grid/#row-amp-column-spacing) in the Grid component (#26559) @likitarai1.
1073
2597
  <img width="549" alt="grid spacing demo" src="https://user-images.githubusercontent.com/3165635/121089288-383fa500-c7e7-11eb-8c43-53457b7430f1.png">
1074
2598
 
1075
- Note that this feature was already available for [CSS grid users](https://next.material-ui.com/components/grid/#css-grid-layout) with the `rowGap` and `columnGap` props.
2599
+ Note that this feature was already available for [CSS grid users](https://mui.com/components/grid/#css-grid-layout) with the `rowGap` and `columnGap` props.
1076
2600
 
1077
2601
  ### `@material-ui/core@5.0.0-alpha.36`
1078
2602
 
@@ -1174,8 +2698,8 @@ _May 31, 2021_
1174
2698
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
1175
2699
 
1176
2700
  - 👩‍🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
1177
- - 📦 Save [10 kB gzipped](https://bundlephobia.com/result?p=@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
1178
- - ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/material-ui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
2701
+ - 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
2702
+ - ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
1179
2703
  - And many more 🐛 bug fixes and 📚 improvements.
1180
2704
 
1181
2705
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -1336,7 +2860,7 @@ _May 18, 2021_
1336
2860
 
1337
2861
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
1338
2862
 
1339
- - 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
2863
+ - 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
1340
2864
  - 🚀 Make progress with components migration to emotion. We have done 153 of the 168 components (almost there!)
1341
2865
  - And many more 🐛 bug fixes and 📚 improvements.
1342
2866
 
@@ -1406,6 +2930,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1406
2930
  ```
1407
2931
 
1408
2932
  - &#8203;<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
2933
+
1409
2934
  ```diff
1410
2935
  <Autocomplete
1411
2936
  - getOptionSelected={(option, value) => option.title === value.title}
@@ -1413,7 +2938,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1413
2938
  />
1414
2939
  ```
1415
2940
 
1416
- > Follow [this link](https://next.material-ui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
2941
+ > Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
1417
2942
 
1418
2943
  #### Changes
1419
2944
 
@@ -1481,7 +3006,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
1481
3006
 
1482
3007
  - &#8203;<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
1483
3008
  - &#8203;<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
1484
- - &#8203;<!-- 55 -->[core] Include human readable target in the browserstack build (#26322) @eps1lon
3009
+ - &#8203;<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
1485
3010
  - &#8203;<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
1486
3011
  - &#8203;<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
1487
3012
  - &#8203;<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
@@ -1499,7 +3024,7 @@ _May 9, 2021_
1499
3024
 
1500
3025
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1501
3026
 
1502
- - 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
3027
+ - 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
1503
3028
  - And many more 🐛 bug fixes and 📚 improvements.
1504
3029
 
1505
3030
  ### `@material-ui/core@5.0.0-alpha.33`
@@ -1664,7 +3189,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1664
3189
 
1665
3190
  - &#8203;<!-- 64 -->[withWidth] Remove API (#26136) @m4theushw
1666
3191
 
1667
- Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://next.material-ui.com/components/use-media-query/#migrating-from-withwidth).
3192
+ Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://mui.com/components/use-media-query/#migrating-from-withwidth).
1668
3193
 
1669
3194
  - &#8203;<!-- 75 -->[Autocomplete] Rename values of the reason argument (#26172) @m4theushw
1670
3195
 
@@ -2004,7 +3529,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2004
3529
  #### Breaking changes
2005
3530
 
2006
3531
  - [FormControl] Change default variant from standard to outlined (#24895) @petyosi
2007
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code.
3532
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
2008
3533
 
2009
3534
  ```diff
2010
3535
  -<FormControl value="Standard" />
@@ -2016,7 +3541,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2016
3541
  - [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
2017
3542
  - [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
2018
3543
  - [Select] Change default variant from standard to outlined (#24895) @petyosi
2019
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code.
3544
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
2020
3545
 
2021
3546
  ```diff
2022
3547
  -<Select value="Standard" />
@@ -2220,7 +3745,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
2220
3745
  ```
2221
3746
 
2222
3747
  This feature was made possible by the recent migration to emotion.
2223
- You can [find the other issues](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
3748
+ You can [find the other issues](https://github.com/mui/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
2224
3749
 
2225
3750
  - 👩‍🎤 Convert 3 components to emotion (#25541, #25516, #25521) @rajzik, @praveenkumar-kalidass, @siriwatknp.
2226
3751
  - 📚 Migrate 8 component demo pages to the `sx`, `Stack`, and `styled` API @vicasas.
@@ -2303,7 +3828,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
2303
3828
 
2304
3829
  <img width="830" alt="stack" src="https://user-images.githubusercontent.com/3165635/112068427-29434200-8b6a-11eb-94e8-057535423b0f.png">
2305
3830
 
2306
- See the documentation for [more details](https://next.material-ui.com/components/stack/).
3831
+ See the documentation for [more details](https://mui.com/components/stack/).
2307
3832
 
2308
3833
  - And many more 🐛 bug fixes and 📚 improvements.
2309
3834
 
@@ -2704,7 +4229,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
2704
4229
  ```
2705
4230
 
2706
4231
  - 📅 Focus on the date pickers, 5 fixes and 3 docs improvements.
2707
- - 💅 Provide a new [`darkScrollbar()`](https://next.material-ui.com/components/css-baseline/#scrollbars) CSS utility to improve the native scrollbar in dark mode. The documentation uses it.
4232
+ - 💅 Provide a new [`darkScrollbar()`](https://mui.com/components/css-baseline/#scrollbars) CSS utility to improve the native scrollbar in dark mode. The documentation uses it.
2708
4233
 
2709
4234
  ### `@material-ui/core@5.0.0-alpha.25`
2710
4235
 
@@ -2979,7 +4504,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
2979
4504
 
2980
4505
  ## 5.0.0-alpha.23
2981
4506
 
2982
- ###### _Jan 14, 2021_
4507
+ _Jan 14, 2021_
2983
4508
 
2984
4509
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
2985
4510
 
@@ -3094,7 +4619,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3094
4619
 
3095
4620
  ## 5.0.0-alpha.22
3096
4621
 
3097
- ###### _Jan 4, 2021_
4622
+ _Jan 4, 2021_
3098
4623
 
3099
4624
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3100
4625
 
@@ -3146,7 +4671,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3146
4671
 
3147
4672
  ## 5.0.0-alpha.21
3148
4673
 
3149
- ###### _Dec 30, 2020_
4674
+ _Dec 30, 2020_
3150
4675
 
3151
4676
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3152
4677
 
@@ -3219,7 +4744,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3219
4744
 
3220
4745
  ## 5.0.0-alpha.20
3221
4746
 
3222
- ###### _Dec 21, 2020_
4747
+ _Dec 21, 2020_
3223
4748
 
3224
4749
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
3225
4750
 
@@ -3297,7 +4822,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3297
4822
 
3298
4823
  ## 5.0.0-alpha.19
3299
4824
 
3300
- ###### _Dec 13, 2020_
4825
+ _Dec 13, 2020_
3301
4826
 
3302
4827
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
3303
4828
 
@@ -3425,7 +4950,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
3425
4950
 
3426
4951
  ## 5.0.0-alpha.18
3427
4952
 
3428
- ###### _Dec 3, 2020_
4953
+ _Dec 3, 2020_
3429
4954
 
3430
4955
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
3431
4956
 
@@ -3438,7 +4963,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3438
4963
 
3439
4964
  - [Box] Remove deprecated props (#23716) @mnajdova
3440
4965
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
3441
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui-org/material-ui/blob/next/packages/material-ui-codemod/README.md#box-sx-prop).
4966
+ Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
3442
4967
 
3443
4968
  ```diff
3444
4969
  -<Box p={2} bgColor="primary.main">
@@ -3517,7 +5042,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3517
5042
 
3518
5043
  ## 5.0.0-alpha.17
3519
5044
 
3520
- ###### _Nov 23, 2020_
5045
+ _Nov 23, 2020_
3521
5046
 
3522
5047
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
3523
5048
 
@@ -3553,7 +5078,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
3553
5078
  );
3554
5079
  ```
3555
5080
 
3556
- This enforces emotion being injected first. [More details](https://next.material-ui.com/guides/interoperability/#css-injection-order) in the documentation.
5081
+ This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
3557
5082
 
3558
5083
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
3559
5084
 
@@ -3684,16 +5209,16 @@ A big thanks to the 18 contributors who made this release possible. Here are som
3684
5209
 
3685
5210
  ## 5.0.0-alpha.16
3686
5211
 
3687
- ###### _Nov 14, 2020_
5212
+ _Nov 14, 2020_
3688
5213
 
3689
5214
  A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
3690
5215
 
3691
5216
  - 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
3692
- We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://next.material-ui.com/components/pickers/).
5217
+ We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
3693
5218
 
3694
- While the source code is currently hosted in the [main repository](https://github.com/mui-org/material-ui), we might move it to the [x repository](https://github.com/mui-org/material-ui-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.
5219
+ 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.
3695
5220
 
3696
- - 📚 Revamp the documentation for [the system](https://next.material-ui.com/system/basics/). 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.
5221
+ - 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). 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.
3697
5222
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
3698
5223
  - And many more 🐛 bug fixes and 📚 improvements.
3699
5224
 
@@ -3702,7 +5227,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
3702
5227
  #### Breaking changes
3703
5228
 
3704
5229
  - [TextField] Change default variant from standard to outlined (#23503) @mbrookes
3705
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code.
5230
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3706
5231
 
3707
5232
  ```diff
3708
5233
  -<TextField value="Standard" />
@@ -3788,24 +5313,24 @@ A big thanks to the 34 contributors who made this release possible. Here are som
3788
5313
 
3789
5314
  ## 5.0.0-alpha.15
3790
5315
 
3791
- ###### _Nov 4, 2020_
5316
+ _Nov 4, 2020_
3792
5317
 
3793
5318
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
3794
5319
 
3795
5320
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
3796
5321
  React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material-UI now supports `^16.8.0 || ^17.0.0`.
3797
5322
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
3798
- 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://next.material-ui.com/components/slider-styled/#unstyled-slider) as the styled version.
5323
+ 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.
3799
5324
 
3800
5325
  **Why an unstyled package?**
3801
5326
 
3802
- While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui-org/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.
5327
+ 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.
3803
5328
 
3804
5329
  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).
3805
5330
 
3806
- Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui-org/material-ui/issues/22485) (not Material Design based).
5331
+ 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).
3807
5332
 
3808
- 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://next.material-ui.com/components/autocomplete/#useautocomplete) or [usePagination](https://next.material-ui.com/components/pagination/#usepagination).
5333
+ 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).
3809
5334
 
3810
5335
  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.
3811
5336
 
@@ -3900,7 +5425,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
3900
5425
 
3901
5426
  ## 5.0.0-alpha.14
3902
5427
 
3903
- ###### _Oct 23, 2020_
5428
+ _Oct 23, 2020_
3904
5429
 
3905
5430
  A big thanks to the 23 contributors who made this release possible.
3906
5431
  Here are some highlights ✨:
@@ -3951,12 +5476,14 @@ Here are some highlights ✨:
3951
5476
  You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
3952
5477
 
3953
5478
  - The CSS prefixes have changed:
5479
+
3954
5480
  ```diff
3955
5481
  popper: {
3956
5482
  zIndex: 1,
3957
5483
  - '&[x-placement*="bottom"] $arrow': {
3958
5484
  + '&[data-popper-placement*="bottom"] $arrow': {
3959
5485
  ```
5486
+
3960
5487
  - Method names have changed.
3961
5488
 
3962
5489
  ```diff
@@ -4071,13 +5598,13 @@ Here are some highlights ✨:
4071
5598
 
4072
5599
  ## 5.0.0-alpha.13
4073
5600
 
4074
- ###### _Oct 17, 2020_
5601
+ _Oct 17, 2020_
4075
5602
 
4076
5603
  A big thanks to the 25 contributors who made this release possible.
4077
5604
  Here are some highlights ✨:
4078
5605
 
4079
5606
  - 📦 Ship modern bundle (#22814) @eps1lon.
4080
- This is a significant update to the [browsers supported](https://next.material-ui.com/getting-started/supported-platforms/) by Material-UI.
5607
+ This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
4081
5608
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
4082
5609
 
4083
5610
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -4088,13 +5615,13 @@ Here are some highlights ✨:
4088
5615
  The change yields a 6% reduction in bundle size 📦 (Babel only).
4089
5616
  In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
4090
5617
 
4091
- Check the updated [Supported platforms documentation](https://next.material-ui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://next.material-ui.com/guides/minimizing-bundle-size/).
5618
+ Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
4092
5619
 
4093
5620
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
4094
5621
 
4095
5622
  - 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
4096
- This was a prerequisite step to improve the [system](https://next.material-ui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
4097
- - ✏️ A new blog post: [Q3 2020 Update](https://material-ui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
5623
+ This was a prerequisite step to improve the [system](https://mui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
5624
+ - ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
4098
5625
  - 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
4099
5626
  - And many more 🐛 bug fixes and 📚 improvements.
4100
5627
 
@@ -4197,7 +5724,7 @@ Here are some highlights ✨:
4197
5724
 
4198
5725
  ## 5.0.0-alpha.12
4199
5726
 
4200
- ###### _Oct 11, 2020_
5727
+ _Oct 11, 2020_
4201
5728
 
4202
5729
  A big thanks to the 45 contributors who made this release possible.
4203
5730
  Here are some highlights ✨:
@@ -4207,7 +5734,7 @@ Here are some highlights ✨:
4207
5734
  The early benchmark we have run shows that performance has improved. We will share more detailed results in #21657.
4208
5735
  - 🐙 Migrate a large portion of the tests from enzyme to react-testing-library @eladmotola, @baterson, @bewong89, @devrasec, @guillermaster, @itamar244, @jeferson-sb, @The24thDS.
4209
5736
  Last month, react-testing-library had [more downloads](https://npm-stat.com/charts.html?package=enzyme&package=%40testing-library%2Freact&from=2019-10-10&to=2020-10-10) than enzyme in the ecosystem!
4210
- - 🏷 Add support for tooltips [following the cursor](https://next.material-ui.com/components/tooltips/#follow-cursor) (#22876) @xtrixia.
5737
+ - 🏷 Add support for tooltips [following the cursor](https://mui.com/components/tooltips/#follow-cursor) (#22876) @xtrixia.
4211
5738
  - And many more 🐛 bug fixes and 📚 improvements.
4212
5739
 
4213
5740
  ### `@material-ui/core@v5.0.0-alpha.12`
@@ -4421,30 +5948,30 @@ Here are some highlights ✨:
4421
5948
 
4422
5949
  ## 5.0.0-alpha.11
4423
5950
 
4424
- ###### _Sep 26, 2020_
5951
+ _Sep 26, 2020_
4425
5952
 
4426
5953
  A big thanks to the 29 contributors who made this release possible.
4427
5954
  Here are some highlights ✨:
4428
5955
 
4429
5956
  - 👩‍🎨 A first iteration on the new styling solution.
4430
5957
 
4431
- You can find a [new version](https://next.material-ui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
5958
+ You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
4432
5959
 
4433
5960
  In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/s/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
4434
5961
 
4435
5962
  The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
4436
5963
 
4437
- Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://material-ui.com/system/basics/)).
5964
+ Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
4438
5965
 
4439
5966
  This change has been in our roadmap for more than a year.
4440
- We announced it in the [v4 release blog post](https://medium.com/material-ui/material-ui-v4-is-out-4b7587d1e701) as a direction v5 would take.
5967
+ We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
4441
5968
 
4442
5969
  - 🛠 A first iteration on the unstyled components.
4443
5970
 
4444
- You can find a [new version](https://next.material-ui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
5971
+ You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
4445
5972
  The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
4446
5973
 
4447
- - ⚡️ A first alpha of the [DataGrid](https://material-ui.com/components/data-grid/) component.
5974
+ - ⚡️ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
4448
5975
 
4449
5976
  It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
4450
5977
  @material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
@@ -4655,7 +6182,7 @@ More documentation are coming.
4655
6182
 
4656
6183
  ## 5.0.0-alpha.10
4657
6184
 
4658
- ###### _Sep 15, 2020_
6185
+ _Sep 15, 2020_
4659
6186
 
4660
6187
  A big thanks to the 16 contributors who made this release possible.
4661
6188
  Here are some highlights ✨:
@@ -4720,13 +6247,13 @@ Here are some highlights ✨:
4720
6247
 
4721
6248
  Before:
4722
6249
 
4723
- ```
6250
+ ```sh
4724
6251
  theme.spacing(2) => 16
4725
6252
  ```
4726
6253
 
4727
6254
  After:
4728
6255
 
4729
- ```
6256
+ ```sh
4730
6257
  theme.spacing(2) => '16px'
4731
6258
  ```
4732
6259
 
@@ -4785,7 +6312,7 @@ Here are some highlights ✨:
4785
6312
 
4786
6313
  ## 5.0.0-alpha.9
4787
6314
 
4788
- ###### _Sep 6, 2020_
6315
+ _Sep 6, 2020_
4789
6316
 
4790
6317
  A big thanks to the 14 contributors who made this release possible.
4791
6318
  Here are some highlights ✨:
@@ -4838,7 +6365,7 @@ Here are some highlights ✨:
4838
6365
 
4839
6366
  ## 5.0.0-alpha.8
4840
6367
 
4841
- ###### _Aug 31, 2020_
6368
+ _Aug 31, 2020_
4842
6369
 
4843
6370
  A big thanks to the 19 contributors who made this release possible.
4844
6371
  Here are some highlights ✨:
@@ -4864,7 +6391,7 @@ const theme = createMuiTheme({
4864
6391
  });
4865
6392
  ```
4866
6393
 
4867
- - ✨ Add [text in divider](https://next.material-ui.com/components/dividers/#dividers-with-text) support (#22285) @ShehryarShoukat96
6394
+ - ✨ Add [text in divider](https://mui.com/components/dividers/#dividers-with-text) support (#22285) @ShehryarShoukat96
4868
6395
 
4869
6396
  ```jsx
4870
6397
  <Divider>{'CENTER'}</Divider>
@@ -5014,7 +6541,7 @@ const theme = createMuiTheme({
5014
6541
 
5015
6542
  ## 5.0.0-alpha.7
5016
6543
 
5017
- ###### _Aug 22, 2020_
6544
+ _Aug 22, 2020_
5018
6545
 
5019
6546
  A big thanks to the 22 contributors who made this release possible.
5020
6547
  Here are some highlights ✨:
@@ -5144,7 +6671,7 @@ Here are some highlights ✨:
5144
6671
 
5145
6672
  ## 5.0.0-alpha.6
5146
6673
 
5147
- ###### _Aug 13, 2020_
6674
+ _Aug 13, 2020_
5148
6675
 
5149
6676
  A big thanks to the 26 contributors who made this release possible.
5150
6677
  Here are some highlights ✨:
@@ -5179,15 +6706,15 @@ Here are some highlights ✨:
5179
6706
  <Button variant="dashed" />;
5180
6707
  ```
5181
6708
 
5182
- More details in [the documentation](https://material-ui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
6709
+ More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
5183
6710
 
5184
- - 👮 Add documentation for the [TrapFocus](https://next.material-ui.com/components/trap-focus/) component (#22062) @oliviertassinari.
6711
+ - 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
5185
6712
  - ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
5186
6713
  - 🚧 We have undertaken breaking changes.
5187
6714
 
5188
6715
  ### `@material-ui/core@v5.0.0-alpha.6`
5189
6716
 
5190
- ### Breaking changes
6717
+ #### Breaking changes
5191
6718
 
5192
6719
  - [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
5193
6720
  Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
@@ -5346,7 +6873,7 @@ Here are some highlights ✨:
5346
6873
  +},
5347
6874
  ```
5348
6875
 
5349
- ### Changes
6876
+ #### Changes
5350
6877
 
5351
6878
  - [Avatar] Custom variant (#22139) @mnajdova
5352
6879
  - [Badge] Add missing class key (#22095) @kodai3
@@ -5366,7 +6893,7 @@ Here are some highlights ✨:
5366
6893
 
5367
6894
  ### `@material-ui/lab@v5.0.0-alpha.6`
5368
6895
 
5369
- ### Breaking changes
6896
+ #### Breaking changes
5370
6897
 
5371
6898
  - [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
5372
6899
  Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
@@ -5378,7 +6905,7 @@ Here are some highlights ✨:
5378
6905
  +<Skeleton variant="rectangular">
5379
6906
  ```
5380
6907
 
5381
- ### Changes
6908
+ #### Changes
5382
6909
 
5383
6910
  - [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
5384
6911
  - [TreeView] Add disabled prop (#20133) @netochaves
@@ -5430,7 +6957,7 @@ Here are some highlights ✨:
5430
6957
 
5431
6958
  ## 5.0.0-alpha.5
5432
6959
 
5433
- ###### _July 28, 2020_
6960
+ _July 28, 2020_
5434
6961
 
5435
6962
  A big thanks to the 18 contributors who made this release possible.
5436
6963
 
@@ -5501,7 +7028,7 @@ A big thanks to the 18 contributors who made this release possible.
5501
7028
 
5502
7029
  ## 5.0.0-alpha.4
5503
7030
 
5504
- ###### _July 19, 2020_
7031
+ _July 19, 2020_
5505
7032
 
5506
7033
  A big thanks to the 11 contributors who made this release possible.
5507
7034
 
@@ -5543,7 +7070,7 @@ A big thanks to the 11 contributors who made this release possible.
5543
7070
 
5544
7071
  ## 5.0.0-alpha.3
5545
7072
 
5546
- ###### _July 12, 2020_
7073
+ _July 12, 2020_
5547
7074
 
5548
7075
  A big thanks to the 14 contributors who made this release possible.
5549
7076
 
@@ -5592,7 +7119,7 @@ A big thanks to the 14 contributors who made this release possible.
5592
7119
 
5593
7120
  ## 5.0.0-alpha.2
5594
7121
 
5595
- ###### _July 4, 2020_
7122
+ _July 4, 2020_
5596
7123
 
5597
7124
  A big thanks to the 16 contributors who made this release possible.
5598
7125
 
@@ -5654,7 +7181,7 @@ A big thanks to the 16 contributors who made this release possible.
5654
7181
 
5655
7182
  ## 5.0.0-alpha.1
5656
7183
 
5657
- ###### _June 27, 2020_
7184
+ _June 27, 2020_
5658
7185
 
5659
7186
  A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
5660
7187
 
@@ -5687,7 +7214,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
5687
7214
  />
5688
7215
  ```
5689
7216
 
5690
- - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://material-ui.com/system/basics/) (#21413) @mnajdova.
7217
+ - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
5691
7218
 
5692
7219
  ```diff
5693
7220
  -import Typography from '@material-ui/core/Typography';
@@ -5770,6 +7297,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
5770
7297
  ```
5771
7298
 
5772
7299
  - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
7300
+
5773
7301
  ```diff
5774
7302
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
5775
7303
  +<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
@@ -5856,4 +7384,4 @@ A big thanks to the 33 contributors who made this release possible. Here are som
5856
7384
 
5857
7385
  ## Older versions
5858
7386
 
5859
- Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui-org/material-ui/blob/HEAD/CHANGELOG.old.md).
7387
+ Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).