@mui/icons-material 5.5.0 โ†’ 5.6.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 (4) hide show
  1. package/CHANGELOG.md +355 -30
  2. package/index.d.ts +678 -678
  3. package/index.js +1 -1
  4. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,330 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.6.1
4
+
5
+ <!-- generated comparing v5.6.0..master -->
6
+
7
+ _Apr 11, 2022_
8
+
9
+ A big thanks to the 8 contributors who made this release possible.
10
+ This release is mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
11
+
12
+ ### `@mui/material@5.6.1`
13
+
14
+ - [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
15
+ - [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
16
+ - [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
17
+
18
+ ### `@mui/base@5.0.0-alpha.76`
19
+
20
+ - [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
21
+
22
+ ### Docs
23
+
24
+ - [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
25
+ - [docs] Format number icons search (#32239) @oliviertassinari
26
+ - [docs] Fix small external links issue (#32212) @oliviertassinari
27
+ - [docs] Make sidenav crawlable (#32241) @oliviertassinari
28
+ - [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
29
+ - [docs] Fix wrong url (#32208) @siriwatknp
30
+ - [docs] Fix date-pickers redirects (#32207) @siriwatknp
31
+ - [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
32
+ - [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
33
+ - [docs] Remove notifications temporary (#32192) @siriwatknp
34
+ - [docs] Redirect to new urls (#32048) @siriwatknp
35
+ - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
36
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
37
+ - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
38
+ - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
39
+ - [website] Give up on promoting roles in our docs @oliviertassinari
40
+
41
+ ### Core
42
+
43
+ - [core] Fix misleading types range (#32236) @oliviertassinari
44
+ - [core] Small polish on the product name (#32199) @oliviertassinari
45
+
46
+ All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
47
+
48
+ ## 5.6.0
49
+
50
+ <!-- generated comparing v5.5.3..master -->
51
+
52
+ _Apr 5, 2022_
53
+
54
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
55
+
56
+ - ๐Ÿงฐ Update peer dependencies to support React 18 (#32063) @eps1lon
57
+ - ๐Ÿš€ Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
58
+ - ๐Ÿ“ฃ Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
59
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
60
+
61
+ ### `@mui/material@5.6.0`
62
+
63
+ - &#8203;<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
64
+ - &#8203;<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
65
+ - &#8203;<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
66
+ - &#8203;<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
67
+ - &#8203;<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
68
+
69
+ ### `@mui/base@5.0.0-alpha.75`
70
+
71
+ - &#8203;<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
72
+
73
+ ### `@mui/codemod@5.6.0`
74
+
75
+ - &#8203;<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
76
+
77
+ ### `@mui/lab@5.0.0-alpha.76`
78
+
79
+ - &#8203;<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
80
+
81
+ ### `@mui/joy@5.0.0-alpha.22`
82
+
83
+ - &#8203;<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
84
+
85
+ ### Docs
86
+
87
+ - &#8203;<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
88
+ - &#8203;<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
89
+ - &#8203;<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
90
+ - &#8203;<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
91
+ - &#8203;<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
92
+ - &#8203;<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
93
+ - &#8203;<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
94
+ - &#8203;<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
95
+ - &#8203;<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
96
+ - &#8203;<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
97
+ - &#8203;<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
98
+ - &#8203;<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
99
+ - &#8203;<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
100
+ - &#8203;<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
101
+ - &#8203;<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
102
+ - &#8203;<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
103
+ - &#8203;<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
104
+ - &#8203;<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
105
+ - &#8203;<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
106
+ - &#8203;<!-- 12 -->[docs] Correct typos (#32029) @apeltop
107
+ - &#8203;<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
108
+ - &#8203;<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
109
+ - &#8203;<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
110
+ - &#8203;<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
111
+ - &#8203;<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
112
+ - &#8203;<!-- 01 -->[website] Disable job ad @oliviertassinari
113
+
114
+ ### Core
115
+
116
+ - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
117
+ - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
118
+ - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
119
+
120
+ All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
121
+
122
+ ## 5.5.3
123
+
124
+ <!-- generated comparing v5.5.2..master -->
125
+
126
+ _Mar 28, 2022_
127
+
128
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
129
+
130
+ - โ™ฟ๏ธ improved the a11y on some docs demos
131
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
132
+
133
+ ### `@mui/material@5.5.3`
134
+
135
+ - &#8203;<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
136
+ - &#8203;<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
137
+ - &#8203;<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
138
+
139
+ ### `@mui/codemod@5.5.3`
140
+
141
+ - &#8203;<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
142
+
143
+ ### `@mui/utils@5.5.3`
144
+
145
+ - &#8203;<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
146
+
147
+ ### `@mui/base@5.0.0-alpha.74`
148
+
149
+ #### Breaking changes
150
+
151
+ - &#8203;<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
152
+
153
+ The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
154
+
155
+ ```tsx
156
+ const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
157
+ (props, ref) => {
158
+ const { open, className, ...other } = props;
159
+ return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
160
+ },
161
+ );
162
+ ```
163
+
164
+ - &#8203;<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
165
+
166
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
167
+
168
+ ```diff
169
+ -import { Unstyled_TrapFocus } from '@mui/base';
170
+ +import { TrapFocus } from '@mui/base';
171
+
172
+ // or
173
+
174
+ -import TrapFocus from '@mui/base/Unstyled_TrapFocus';
175
+ +import TrapFocus from '@mui/base/TrapFocus';
176
+ ```
177
+
178
+ #### Changes
179
+
180
+ - &#8203;<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
181
+
182
+ ### `@mui/joy@5.0.0-alpha.21`
183
+
184
+ - &#8203;<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
185
+ - &#8203;<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
186
+ - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
187
+
188
+ ### Docs
189
+
190
+ - &#8203;<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
191
+ - &#8203;<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
192
+ - &#8203;<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
193
+ - &#8203;<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
194
+ - &#8203;<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
195
+ - &#8203;<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
196
+ - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
197
+ - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
198
+ - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
199
+ - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
200
+ - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
201
+ - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
202
+ - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
203
+ - &#8203;<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
204
+ - &#8203;<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
205
+ - &#8203;<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
206
+ - &#8203;<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
207
+ - &#8203;<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
208
+ - &#8203;<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
209
+ - &#8203;<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
210
+
211
+ ### Core
212
+
213
+ - &#8203;<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
214
+ - &#8203;<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
215
+ - &#8203;<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
216
+ - &#8203;<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
217
+
218
+ All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
219
+
220
+ ## 5.5.2
221
+
222
+ <!-- generated comparing v5.5.1..master -->
223
+
224
+ _Mar 21, 2022_
225
+
226
+ A big thanks to the 7 contributors who made this release possible. This is a small release focused on some ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
227
+
228
+ ### `@mui/material@5.5.2`
229
+
230
+ - &#8203;<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
231
+
232
+ ### `@mui/joy@5.0.0-alpha.20`
233
+
234
+ - &#8203;<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
235
+ - &#8203;<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
236
+
237
+ ### `@mui/base@5.0.0-alpha.73`
238
+
239
+ - &#8203;<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
240
+
241
+ ### `@mui/styled-engine-sc@5.5.2`
242
+
243
+ - &#8203;<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
244
+
245
+ ### Docs
246
+
247
+ - &#8203;<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
248
+ - &#8203;<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
249
+ - &#8203;<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
250
+ - &#8203;<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
251
+ - &#8203;<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
252
+ - &#8203;<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
253
+ - &#8203;<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
254
+ - &#8203;<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
255
+ - &#8203;<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
256
+
257
+ ### Core
258
+
259
+ - &#8203;<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
260
+
261
+ All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
262
+
263
+ ## 5.5.1
264
+
265
+ <!-- generated comparing v5.5.0..master -->
266
+
267
+ _Mar 14, 2022_
268
+
269
+ A big thanks to the 23 contributors who made this release possible. Here are some highlights โœจ:
270
+
271
+ - ๐Ÿ“Š 2021 survey results post by @danilo-leal (#30999)
272
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
273
+
274
+ ### @mui/material@5.5.1
275
+
276
+ - [Fab] Add z-index (#30842) @issamElmohadeb098
277
+ - [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
278
+ - [i10n] Update italian locale (#30974) @SalvatoreMazzullo
279
+ - [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
280
+ - [Popper] Allow setting default props in a theme (#30118) @hafley66
281
+ - [TextField] fix disappearing border in Safari (#31406) @krysia1
282
+
283
+ ### @mui/joy@5.0.0-alpha.19
284
+
285
+ - [Joy] Support horizontal List (#31620) @siriwatknp
286
+ - [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
287
+ - [Joy] Add `TextField` component (#31299) @siriwatknp
288
+ - [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
289
+ - [Joy] Add `Checkbox` component (#31273) @siriwatknp
290
+
291
+ ### Docs
292
+
293
+ - [blog] 2021 survey results post (#30999) @danilo-leal
294
+ - [docs] Add Macedonian translation (#31402) @theCuriousOne
295
+ - [docs] Fix API page table styles in Safari (#31696) @aaarichter
296
+ - [docs] Fix SEO issues (#31505) @oliviertassinari
297
+ - [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
298
+ - [docs] Add "Work in biotech" to showcase (#31711) @klyburke
299
+ - [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
300
+ - [docs] Fix search icons crash (#31651) @juanpc10
301
+ - [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
302
+ - [docs] Fix source code links on the Templates page (#31425) @danilo-leal
303
+ - [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
304
+ - [docs] Migrate button demos to base (#31395) @siriwatknp
305
+ - [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
306
+ - [docs] Remove joy mockup pages (#31412) @siriwatknp
307
+ - [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
308
+ - [docs] Refine the product identifier menu (#31262) @danilo-leal
309
+ - [docs] Fix Search crash (#31386) @reckter
310
+ - [docs] Update TextField multiline description (#31291) @jontewks
311
+ - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
312
+ - [docs] Test products search (#31351) @siriwatknp
313
+ - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
314
+ - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
315
+ - [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
316
+ - [website] Add new gold sponsor (#31354) @hbjORbj
317
+ - [website] Update Ukraine support link (#31378) @samuelsycamore
318
+
319
+ ### Core
320
+
321
+ - [core] Simplify anchor link (#31419) @oliviertassinari
322
+ - [core] Revert unrelated changes in #31354 @oliviertassinari
323
+ - [test] Upgrade CircleCI convenience image (#31394) @m4theushw
324
+ - [typescript] Simplify display of slot props types (#31240) @michaldudak
325
+
326
+ All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
327
+
3
328
  ## 5.5.0
4
329
 
5
330
  <!-- generated comparing v5.4.4..master -->
@@ -669,7 +994,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
669
994
 
670
995
  ### Core
671
996
 
672
- - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
997
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
673
998
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
674
999
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
675
1000
 
@@ -1668,7 +1993,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1668
1993
  - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
1669
1994
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
1670
1995
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
1671
- - &#8203;<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
1996
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
1672
1997
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
1673
1998
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
1674
1999
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -1689,7 +2014,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1689
2014
 
1690
2015
  ### Core
1691
2016
 
1692
- - &#8203;<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
2017
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
1693
2018
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
1694
2019
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
1695
2020
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -1750,7 +2075,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1750
2075
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
1751
2076
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
1752
2077
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
1753
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
2078
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
1754
2079
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
1755
2080
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
1756
2081
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -1792,7 +2117,7 @@ _Sep 1, 2021_
1792
2117
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1793
2118
 
1794
2119
  - ๐ŸŽ‰ 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).
1795
- - ๐Ÿ›  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)
2120
+ - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
1796
2121
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
1797
2122
 
1798
2123
  ### `@mui/material@5.0.0-rc.0`
@@ -2238,7 +2563,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
2238
2563
  ### Docs
2239
2564
 
2240
2565
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
2241
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material-UI (#27394) @eps1lon
2566
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
2242
2567
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
2243
2568
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
2244
2569
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -2290,7 +2615,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2290
2615
  You can follow our progress at https://github.com/mui/material-ui/issues/27170.
2291
2616
 
2292
2617
  - ๐Ÿ’„ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
2293
- You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
2618
+ You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
2294
2619
 
2295
2620
  <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>
2296
2621
 
@@ -2381,7 +2706,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2381
2706
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
2382
2707
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
2383
2708
  - [website] Open 4 new roles (#27123) @oliviertassinari
2384
- - [blog] Danilo Leal joins Material-UI (#27231) @oliviertassinari
2709
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
2385
2710
 
2386
2711
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
2387
2712
 
@@ -2818,7 +3143,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
2818
3143
 
2819
3144
  ### Docs
2820
3145
 
2821
- - &#8203;<!-- 20 -->[blog] Michaล‚ Dudak joins Material-UI (#26700) @oliviertassinari
3146
+ - &#8203;<!-- 20 -->[blog] Michaล‚ Dudak joins Material UI (#26700) @oliviertassinari
2822
3147
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
2823
3148
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
2824
3149
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -3105,7 +3430,7 @@ We are progressively moving all modules that are relevant to styling custom desi
3105
3430
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
3106
3431
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
3107
3432
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
3108
- - [website] Add Material-UI X page (#25794) @DanailH
3433
+ - [website] Add Material UI X page (#25794) @DanailH
3109
3434
  - [website] Add open application section (#26501) @oliviertassinari
3110
3435
  - [website] Add Siriwat to team page (#26406) @siriwatknp
3111
3436
 
@@ -3197,7 +3522,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3197
3522
  />
3198
3523
  ```
3199
3524
 
3200
- > Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
3525
+ > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
3201
3526
 
3202
3527
  #### Changes
3203
3528
 
@@ -3360,7 +3685,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3360
3685
 
3361
3686
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
3362
3687
 
3363
- Its behavior can be obtained using the `sx` prop directly on the child if it's a Material-UI component. For non-Material-UI components use the `sx` prop in conjunction with the `component` prop:
3688
+ Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
3364
3689
 
3365
3690
  ```diff
3366
3691
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -3976,7 +4301,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3976
4301
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
3977
4302
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
3978
4303
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
3979
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material-UI (#25590) @oliviertassinari
4304
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
3980
4305
 
3981
4306
  ### Core
3982
4307
 
@@ -4497,7 +4822,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
4497
4822
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
4498
4823
 
4499
4824
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
4500
- We will not change the minimum supported version in a major version of Material-UI.
4825
+ We will not change the minimum supported version in a major version of Material UI.
4501
4826
  However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
4502
4827
 
4503
4828
  #### Changes
@@ -5225,8 +5550,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5225
5550
  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).
5226
5551
 
5227
5552
  ```diff
5228
- -<Box p={2} bgColor="primary.main">
5229
- +<Box sx={{ p: 2, bgColor: 'primary.main' }}>
5553
+ -<Box p={2} bgcolor="primary.main">
5554
+ +<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
5230
5555
  ```
5231
5556
 
5232
5557
  #### Changes
@@ -5337,7 +5662,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5337
5662
  );
5338
5663
  ```
5339
5664
 
5340
- This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
5665
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
5341
5666
 
5342
5667
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
5343
5668
 
@@ -5549,7 +5874,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
5549
5874
  - [docs] Improve formatting of the system (#23509) @oliviertassinari
5550
5875
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
5551
5876
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
5552
- - [docs] Prepare Material-UI X (#1893) @oliviertassinari
5877
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
5553
5878
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
5554
5879
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
5555
5880
  - [docs] Sync translations (#23316) @l10nbot
@@ -5577,19 +5902,19 @@ _Nov 4, 2020_
5577
5902
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
5578
5903
 
5579
5904
  - โš›๏ธ Add support for React 17 (#23311) @eps1lon.
5580
- 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`.
5905
+ 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`.
5581
5906
  - ๐Ÿ›  Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
5582
5907
  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.
5583
5908
 
5584
5909
  **Why an unstyled package?**
5585
5910
 
5586
- 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.
5911
+ 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.
5587
5912
 
5588
5913
  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).
5589
5914
 
5590
5915
  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).
5591
5916
 
5592
- 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).
5917
+ 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).
5593
5918
 
5594
5919
  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.
5595
5920
 
@@ -5653,8 +5978,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
5653
5978
  ### Docs
5654
5979
 
5655
5980
  - [Transition]ย Document default appear value (#23221) @GuilleDF
5656
- - [blog] Danail Hadjiatanasov joins Material-UI (#23223) @oliviertassinari
5657
- - [docs] Add Material-UI Builder to in-house ads (#23342) @mbrookes
5981
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
5982
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
5658
5983
  - [docs] Fix a few typos and add comma (#23284) @reedanders
5659
5984
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
5660
5985
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -5690,7 +6015,7 @@ A big thanks to the 23 contributors who made this release possible.
5690
6015
  Here are some highlights โœจ:
5691
6016
 
5692
6017
  - ๐Ÿ’„ Introduce a new `sx` prop (#23053, #23205) @mnajdova
5693
- We have resumed the work on Material-UI System. This is made possible by the latest progress on the new styling solution of v5.
6018
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
5694
6019
  You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
5695
6020
 
5696
6021
  The system is meant to solve the following problems:
@@ -5863,7 +6188,7 @@ A big thanks to the 25 contributors who made this release possible.
5863
6188
  Here are some highlights โœจ:
5864
6189
 
5865
6190
  - ๐Ÿ“ฆ Ship modern bundle (#22814) @eps1lon.
5866
- This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
6191
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
5867
6192
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
5868
6193
 
5869
6194
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -5874,7 +6199,7 @@ Here are some highlights โœจ:
5874
6199
  The change yields a 6% reduction in bundle size ๐Ÿ“ฆ (Babel only).
5875
6200
  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).
5876
6201
 
5877
- 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/).
6202
+ Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
5878
6203
 
5879
6204
  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.
5880
6205
 
@@ -6230,7 +6555,7 @@ Here are some highlights โœจ:
6230
6555
  You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
6231
6556
  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.
6232
6557
 
6233
- - โšก๏ธ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
6558
+ - โšก๏ธ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
6234
6559
 
6235
6560
  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:
6236
6561
  @material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
@@ -6518,7 +6843,7 @@ Here are some highlights โœจ:
6518
6843
 
6519
6844
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
6520
6845
 
6521
- The `theme.palette.text.hint` key was available but unused in Material-UI v4 components.
6846
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
6522
6847
  You can use `adaptV4Theme()` to restore the previous behavior.
6523
6848
 
6524
6849
  #### Changes
@@ -6936,7 +7261,7 @@ A big thanks to the 26 contributors who made this release possible.
6936
7261
  Here are some highlights โœจ:
6937
7262
 
6938
7263
  - ๐Ÿ’… Introduce a new dynamic variant API (#21648) @mnajdova.
6939
- This API allows developers to add new variants on the Material-UI's components right from the theme, without having to wrap the components.
7264
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
6940
7265
  For instance with the Button:
6941
7266
 
6942
7267
  ```tsx
@@ -6965,7 +7290,7 @@ Here are some highlights โœจ:
6965
7290
  <Button variant="dashed" />;
6966
7291
  ```
6967
7292
 
6968
- More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
7293
+ More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
6969
7294
 
6970
7295
  - ๐Ÿ‘ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
6971
7296
  - โš›๏ธ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.