@mui/private-theming 5.2.1 → 5.4.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,698 @@
1
- ### [Versions](https://mui.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
2
696
 
3
697
  ## 5.2.1
4
698
 
@@ -838,8 +1532,8 @@ _Sep 1, 2021_
838
1532
 
839
1533
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
840
1534
 
841
- - 🎉 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).
842
- - 🛠 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/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
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)
843
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 👏!
844
1538
 
845
1539
  ### `@mui/material@5.0.0-rc.0`
@@ -850,7 +1544,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
850
1544
 
851
1545
  replace `@material-ui/*` prefix with `@mui/*`:
852
1546
 
853
- ```
1547
+ ```sh
854
1548
  @material-ui/system -> @mui/system
855
1549
  @material-ui/styles -> @mui/styles
856
1550
  @material-ui/lab -> @mui/lab
@@ -863,7 +1557,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
863
1557
 
864
1558
  except these 3 packages that are renamed.
865
1559
 
866
- ```
1560
+ ```sh
867
1561
  @material-ui/core => @mui/material // represents Material Design components.
868
1562
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
869
1563
  @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
@@ -871,7 +1565,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
871
1565
 
872
1566
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
873
1567
 
874
- We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-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.
875
1569
 
876
1570
  #### Changes
877
1571
 
@@ -939,7 +1633,7 @@ _Aug 24, 2021_
939
1633
 
940
1634
  A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
941
1635
 
942
- - 🐛 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)
943
1637
  - 📚 Improved the docs and the migration guide for upgrading to v5
944
1638
 
945
1639
  ### `@material-ui/core@5.0.0-beta.5`
@@ -1334,7 +2028,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1334
2028
 
1335
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>
1336
2030
 
1337
- 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.
1338
2032
 
1339
2033
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
1340
2034
  You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
@@ -1440,9 +2134,9 @@ _Jul 01, 2021_
1440
2134
 
1441
2135
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
1442
2136
 
1443
- - 🎉 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.
1444
2138
  - 🚀 We have completed all the planned breaking changes.
1445
- - ⚒️ 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/mui-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).
1446
2140
  - 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
1447
2141
 
1448
2142
  ### `@material-ui/core@5.0.0-beta.0`
@@ -1451,7 +2145,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1451
2145
 
1452
2146
  - [Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
1453
2147
 
1454
- `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).
1455
2149
 
1456
2150
  ```diff
1457
2151
  <button class="MuiTab-root">
@@ -1464,7 +2158,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1464
2158
 
1465
2159
  - [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
1466
2160
 
1467
- `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).
1468
2162
 
1469
2163
  ```diff
1470
2164
  <button class="MuiBottomNavigationAction-root">
@@ -1576,7 +2270,7 @@ _Jun 23, 2021_
1576
2270
 
1577
2271
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1578
2272
 
1579
- - 🚀 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.
1580
2274
  - 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
1581
2275
 
1582
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>
@@ -1618,7 +2312,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1618
2312
 
1619
2313
  - &#8203;<!-- 09 -->[theme] Improve default breakpoints (#26746) @siriwatknp
1620
2314
 
1621
- 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).
1622
2316
 
1623
2317
  ```diff
1624
2318
  {
@@ -1672,7 +2366,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1672
2366
 
1673
2367
  - &#8203;<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
1674
2368
 
1675
- `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).
1676
2370
 
1677
2371
  ```diff
1678
2372
  <button class="MuiIconButton-root">
@@ -1793,7 +2487,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
1793
2487
 
1794
2488
  - ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
1795
2489
  We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
1796
- - 💥 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.
1797
2491
  - And many more 🐛 bug fixes and 📚 improvements.
1798
2492
 
1799
2493
  ### `@material-ui/core@5.0.0-alpha.37`
@@ -2004,8 +2698,8 @@ _May 31, 2021_
2004
2698
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
2005
2699
 
2006
2700
  - 👩‍🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
2007
- - 📦 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.
2008
- - ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-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.
2009
2703
  - And many more 🐛 bug fixes and 📚 improvements.
2010
2704
 
2011
2705
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -2166,7 +2860,7 @@ _May 18, 2021_
2166
2860
 
2167
2861
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
2168
2862
 
2169
- - 💥 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.
2170
2864
  - 🚀 Make progress with components migration to emotion. We have done 153 of the 168 components (almost there!)
2171
2865
  - And many more 🐛 bug fixes and 📚 improvements.
2172
2866
 
@@ -2236,6 +2930,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
2236
2930
  ```
2237
2931
 
2238
2932
  - &#8203;<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
2933
+
2239
2934
  ```diff
2240
2935
  <Autocomplete
2241
2936
  - getOptionSelected={(option, value) => option.title === value.title}
@@ -2329,7 +3024,7 @@ _May 9, 2021_
2329
3024
 
2330
3025
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2331
3026
 
2332
- - 💥 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.
2333
3028
  - And many more 🐛 bug fixes and 📚 improvements.
2334
3029
 
2335
3030
  ### `@material-ui/core@5.0.0-alpha.33`
@@ -2834,7 +3529,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2834
3529
  #### Breaking changes
2835
3530
 
2836
3531
  - [FormControl] Change default variant from standard to outlined (#24895) @petyosi
2837
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-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.
2838
3533
 
2839
3534
  ```diff
2840
3535
  -<FormControl value="Standard" />
@@ -2846,7 +3541,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2846
3541
  - [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
2847
3542
  - [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
2848
3543
  - [Select] Change default variant from standard to outlined (#24895) @petyosi
2849
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-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.
2850
3545
 
2851
3546
  ```diff
2852
3547
  -<Select value="Standard" />
@@ -3050,7 +3745,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
3050
3745
  ```
3051
3746
 
3052
3747
  This feature was made possible by the recent migration to emotion.
3053
- 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.
3054
3749
 
3055
3750
  - 👩‍🎤 Convert 3 components to emotion (#25541, #25516, #25521) @rajzik, @praveenkumar-kalidass, @siriwatknp.
3056
3751
  - 📚 Migrate 8 component demo pages to the `sx`, `Stack`, and `styled` API @vicasas.
@@ -3809,7 +4504,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
3809
4504
 
3810
4505
  ## 5.0.0-alpha.23
3811
4506
 
3812
- ###### _Jan 14, 2021_
4507
+ _Jan 14, 2021_
3813
4508
 
3814
4509
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
3815
4510
 
@@ -3924,7 +4619,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3924
4619
 
3925
4620
  ## 5.0.0-alpha.22
3926
4621
 
3927
- ###### _Jan 4, 2021_
4622
+ _Jan 4, 2021_
3928
4623
 
3929
4624
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3930
4625
 
@@ -3976,7 +4671,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
3976
4671
 
3977
4672
  ## 5.0.0-alpha.21
3978
4673
 
3979
- ###### _Dec 30, 2020_
4674
+ _Dec 30, 2020_
3980
4675
 
3981
4676
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
3982
4677
 
@@ -4049,7 +4744,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
4049
4744
 
4050
4745
  ## 5.0.0-alpha.20
4051
4746
 
4052
- ###### _Dec 21, 2020_
4747
+ _Dec 21, 2020_
4053
4748
 
4054
4749
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
4055
4750
 
@@ -4127,7 +4822,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4127
4822
 
4128
4823
  ## 5.0.0-alpha.19
4129
4824
 
4130
- ###### _Dec 13, 2020_
4825
+ _Dec 13, 2020_
4131
4826
 
4132
4827
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
4133
4828
 
@@ -4255,7 +4950,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
4255
4950
 
4256
4951
  ## 5.0.0-alpha.18
4257
4952
 
4258
- ###### _Dec 3, 2020_
4953
+ _Dec 3, 2020_
4259
4954
 
4260
4955
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
4261
4956
 
@@ -4268,7 +4963,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4268
4963
 
4269
4964
  - [Box] Remove deprecated props (#23716) @mnajdova
4270
4965
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
4271
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-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).
4272
4967
 
4273
4968
  ```diff
4274
4969
  -<Box p={2} bgColor="primary.main">
@@ -4347,7 +5042,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4347
5042
 
4348
5043
  ## 5.0.0-alpha.17
4349
5044
 
4350
- ###### _Nov 23, 2020_
5045
+ _Nov 23, 2020_
4351
5046
 
4352
5047
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
4353
5048
 
@@ -4514,14 +5209,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4514
5209
 
4515
5210
  ## 5.0.0-alpha.16
4516
5211
 
4517
- ###### _Nov 14, 2020_
5212
+ _Nov 14, 2020_
4518
5213
 
4519
5214
  A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
4520
5215
 
4521
5216
  - 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
4522
- 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://mui.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/).
4523
5218
 
4524
- 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.
4525
5220
 
4526
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.
4527
5222
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
@@ -4532,7 +5227,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
4532
5227
  #### Breaking changes
4533
5228
 
4534
5229
  - [TextField] Change default variant from standard to outlined (#23503) @mbrookes
4535
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-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.
4536
5231
 
4537
5232
  ```diff
4538
5233
  -<TextField value="Standard" />
@@ -4618,7 +5313,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
4618
5313
 
4619
5314
  ## 5.0.0-alpha.15
4620
5315
 
4621
- ###### _Nov 4, 2020_
5316
+ _Nov 4, 2020_
4622
5317
 
4623
5318
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
4624
5319
 
@@ -4629,11 +5324,11 @@ A big thanks to the 20 contributors who made this release possible. Here are som
4629
5324
 
4630
5325
  **Why an unstyled package?**
4631
5326
 
4632
- 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.
4633
5328
 
4634
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).
4635
5330
 
4636
- 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).
4637
5332
 
4638
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).
4639
5334
 
@@ -4730,7 +5425,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
4730
5425
 
4731
5426
  ## 5.0.0-alpha.14
4732
5427
 
4733
- ###### _Oct 23, 2020_
5428
+ _Oct 23, 2020_
4734
5429
 
4735
5430
  A big thanks to the 23 contributors who made this release possible.
4736
5431
  Here are some highlights ✨:
@@ -4781,12 +5476,14 @@ Here are some highlights ✨:
4781
5476
  You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
4782
5477
 
4783
5478
  - The CSS prefixes have changed:
5479
+
4784
5480
  ```diff
4785
5481
  popper: {
4786
5482
  zIndex: 1,
4787
5483
  - '&[x-placement*="bottom"] $arrow': {
4788
5484
  + '&[data-popper-placement*="bottom"] $arrow': {
4789
5485
  ```
5486
+
4790
5487
  - Method names have changed.
4791
5488
 
4792
5489
  ```diff
@@ -4901,7 +5598,7 @@ Here are some highlights ✨:
4901
5598
 
4902
5599
  ## 5.0.0-alpha.13
4903
5600
 
4904
- ###### _Oct 17, 2020_
5601
+ _Oct 17, 2020_
4905
5602
 
4906
5603
  A big thanks to the 25 contributors who made this release possible.
4907
5604
  Here are some highlights ✨:
@@ -5027,7 +5724,7 @@ Here are some highlights ✨:
5027
5724
 
5028
5725
  ## 5.0.0-alpha.12
5029
5726
 
5030
- ###### _Oct 11, 2020_
5727
+ _Oct 11, 2020_
5031
5728
 
5032
5729
  A big thanks to the 45 contributors who made this release possible.
5033
5730
  Here are some highlights ✨:
@@ -5251,7 +5948,7 @@ Here are some highlights ✨:
5251
5948
 
5252
5949
  ## 5.0.0-alpha.11
5253
5950
 
5254
- ###### _Sep 26, 2020_
5951
+ _Sep 26, 2020_
5255
5952
 
5256
5953
  A big thanks to the 29 contributors who made this release possible.
5257
5954
  Here are some highlights ✨:
@@ -5267,7 +5964,7 @@ Here are some highlights ✨:
5267
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/)).
5268
5965
 
5269
5966
  This change has been in our roadmap for more than a year.
5270
- 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.
5271
5968
 
5272
5969
  - 🛠 A first iteration on the unstyled components.
5273
5970
 
@@ -5485,7 +6182,7 @@ More documentation are coming.
5485
6182
 
5486
6183
  ## 5.0.0-alpha.10
5487
6184
 
5488
- ###### _Sep 15, 2020_
6185
+ _Sep 15, 2020_
5489
6186
 
5490
6187
  A big thanks to the 16 contributors who made this release possible.
5491
6188
  Here are some highlights ✨:
@@ -5550,13 +6247,13 @@ Here are some highlights ✨:
5550
6247
 
5551
6248
  Before:
5552
6249
 
5553
- ```
6250
+ ```sh
5554
6251
  theme.spacing(2) => 16
5555
6252
  ```
5556
6253
 
5557
6254
  After:
5558
6255
 
5559
- ```
6256
+ ```sh
5560
6257
  theme.spacing(2) => '16px'
5561
6258
  ```
5562
6259
 
@@ -5615,7 +6312,7 @@ Here are some highlights ✨:
5615
6312
 
5616
6313
  ## 5.0.0-alpha.9
5617
6314
 
5618
- ###### _Sep 6, 2020_
6315
+ _Sep 6, 2020_
5619
6316
 
5620
6317
  A big thanks to the 14 contributors who made this release possible.
5621
6318
  Here are some highlights ✨:
@@ -5668,7 +6365,7 @@ Here are some highlights ✨:
5668
6365
 
5669
6366
  ## 5.0.0-alpha.8
5670
6367
 
5671
- ###### _Aug 31, 2020_
6368
+ _Aug 31, 2020_
5672
6369
 
5673
6370
  A big thanks to the 19 contributors who made this release possible.
5674
6371
  Here are some highlights ✨:
@@ -5844,7 +6541,7 @@ const theme = createMuiTheme({
5844
6541
 
5845
6542
  ## 5.0.0-alpha.7
5846
6543
 
5847
- ###### _Aug 22, 2020_
6544
+ _Aug 22, 2020_
5848
6545
 
5849
6546
  A big thanks to the 22 contributors who made this release possible.
5850
6547
  Here are some highlights ✨:
@@ -5974,7 +6671,7 @@ Here are some highlights ✨:
5974
6671
 
5975
6672
  ## 5.0.0-alpha.6
5976
6673
 
5977
- ###### _Aug 13, 2020_
6674
+ _Aug 13, 2020_
5978
6675
 
5979
6676
  A big thanks to the 26 contributors who made this release possible.
5980
6677
  Here are some highlights ✨:
@@ -6017,7 +6714,7 @@ Here are some highlights ✨:
6017
6714
 
6018
6715
  ### `@material-ui/core@v5.0.0-alpha.6`
6019
6716
 
6020
- ### Breaking changes
6717
+ #### Breaking changes
6021
6718
 
6022
6719
  - [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
6023
6720
  Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
@@ -6176,7 +6873,7 @@ Here are some highlights ✨:
6176
6873
  +},
6177
6874
  ```
6178
6875
 
6179
- ### Changes
6876
+ #### Changes
6180
6877
 
6181
6878
  - [Avatar] Custom variant (#22139) @mnajdova
6182
6879
  - [Badge] Add missing class key (#22095) @kodai3
@@ -6196,7 +6893,7 @@ Here are some highlights ✨:
6196
6893
 
6197
6894
  ### `@material-ui/lab@v5.0.0-alpha.6`
6198
6895
 
6199
- ### Breaking changes
6896
+ #### Breaking changes
6200
6897
 
6201
6898
  - [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
6202
6899
  Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
@@ -6208,7 +6905,7 @@ Here are some highlights ✨:
6208
6905
  +<Skeleton variant="rectangular">
6209
6906
  ```
6210
6907
 
6211
- ### Changes
6908
+ #### Changes
6212
6909
 
6213
6910
  - [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
6214
6911
  - [TreeView] Add disabled prop (#20133) @netochaves
@@ -6260,7 +6957,7 @@ Here are some highlights ✨:
6260
6957
 
6261
6958
  ## 5.0.0-alpha.5
6262
6959
 
6263
- ###### _July 28, 2020_
6960
+ _July 28, 2020_
6264
6961
 
6265
6962
  A big thanks to the 18 contributors who made this release possible.
6266
6963
 
@@ -6331,7 +7028,7 @@ A big thanks to the 18 contributors who made this release possible.
6331
7028
 
6332
7029
  ## 5.0.0-alpha.4
6333
7030
 
6334
- ###### _July 19, 2020_
7031
+ _July 19, 2020_
6335
7032
 
6336
7033
  A big thanks to the 11 contributors who made this release possible.
6337
7034
 
@@ -6373,7 +7070,7 @@ A big thanks to the 11 contributors who made this release possible.
6373
7070
 
6374
7071
  ## 5.0.0-alpha.3
6375
7072
 
6376
- ###### _July 12, 2020_
7073
+ _July 12, 2020_
6377
7074
 
6378
7075
  A big thanks to the 14 contributors who made this release possible.
6379
7076
 
@@ -6422,7 +7119,7 @@ A big thanks to the 14 contributors who made this release possible.
6422
7119
 
6423
7120
  ## 5.0.0-alpha.2
6424
7121
 
6425
- ###### _July 4, 2020_
7122
+ _July 4, 2020_
6426
7123
 
6427
7124
  A big thanks to the 16 contributors who made this release possible.
6428
7125
 
@@ -6484,7 +7181,7 @@ A big thanks to the 16 contributors who made this release possible.
6484
7181
 
6485
7182
  ## 5.0.0-alpha.1
6486
7183
 
6487
- ###### _June 27, 2020_
7184
+ _June 27, 2020_
6488
7185
 
6489
7186
  A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
6490
7187
 
@@ -6600,6 +7297,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
6600
7297
  ```
6601
7298
 
6602
7299
  - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
7300
+
6603
7301
  ```diff
6604
7302
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
6605
7303
  +<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
@@ -6686,4 +7384,4 @@ A big thanks to the 33 contributors who made this release possible. Here are som
6686
7384
 
6687
7385
  ## Older versions
6688
7386
 
6689
- 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).
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.2.1
1
+ /** @license MUI v5.4.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.2.1
1
+ /** @license MUI v5.4.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.2.1
1
+ /** @license MUI v5.4.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.2.1
1
+ /** @license MUI v5.4.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.2.1",
3
+ "version": "5.4.1",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -13,21 +13,21 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/mui-org/material-ui.git",
16
+ "url": "https://github.com/mui/material-ui.git",
17
17
  "directory": "packages/mui-private-theming"
18
18
  },
19
19
  "license": "MIT",
20
20
  "bugs": {
21
- "url": "https://github.com/mui-org/material-ui/issues"
21
+ "url": "https://github.com/mui/material-ui/issues"
22
22
  },
23
23
  "homepage": "https://mui.com/",
24
24
  "funding": {
25
25
  "type": "opencollective",
26
- "url": "https://opencollective.com/material-ui"
26
+ "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@types/react": "^16.8.6 || ^17.0.0",
30
- "react": "^17.0.2"
30
+ "react": "^17.0.0"
31
31
  },
32
32
  "peerDependenciesMeta": {
33
33
  "@types/react": {
@@ -35,8 +35,8 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.16.3",
39
- "@mui/utils": "^5.2.1",
38
+ "@babel/runtime": "^7.17.0",
39
+ "@mui/utils": "^5.4.1",
40
40
  "prop-types": "^15.7.2"
41
41
  },
42
42
  "sideEffects": false,