@mui/icons-material 5.6.1 → 5.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,486 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.2
4
+
5
+ <!-- generated comparing v5.8.1..master -->
6
+
7
+ _May 30, 2022_
8
+
9
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🐛 bug fixes and 📚 documentation improvements.
12
+
13
+ ### `@mui/system@5.8.2`
14
+
15
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
16
+
17
+ ### `@mui/lab@5.0.0-alpha.84`
18
+
19
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
20
+
21
+ ### `@mui/base@5.0.0-alpha.83`
22
+
23
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
24
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
25
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
26
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
27
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
28
+
29
+ ### `@mui/joy@5.0.0-alpha.30`
30
+
31
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
32
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
33
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
34
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
35
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
36
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
37
+
38
+ ### Docs
39
+
40
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
41
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
42
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
43
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
44
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
45
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
46
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
47
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
48
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
49
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
50
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
51
+
52
+ ### Core
53
+
54
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
55
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
56
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
57
+
58
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
59
+
60
+ ## 5.8.1
61
+
62
+ <!-- generated comparing v5.8.0..master -->
63
+
64
+ _May 23, 2022_
65
+
66
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
67
+
68
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
69
+ - And more 🐛 bug fixes and 📚 documentation improvements.
70
+
71
+ ### `@mui/material@5.8.1`
72
+
73
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
74
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
75
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
76
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
77
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
78
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
79
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
80
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
81
+
82
+ ### `@mui/system@5.8.1`
83
+
84
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
85
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
86
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
87
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
88
+
89
+ ### `@mui/lab@5.0.0-alpha.83`
90
+
91
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
92
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
93
+
94
+ ### `@mui/base@5.0.0-alpha.82`
95
+
96
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
97
+
98
+ ### `@mui/joy@5.0.0-alpha.29`
99
+
100
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
101
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
102
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
103
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
104
+
105
+ ### Docs
106
+
107
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
108
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
109
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
110
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
111
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
112
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
113
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
114
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
115
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
116
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
117
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
118
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
119
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
120
+
121
+ ### Core
122
+
123
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
124
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
125
+
126
+ All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
127
+
128
+ ## 5.8.0
129
+
130
+ <!-- generated comparing v5.7.0..master -->
131
+
132
+ _May 17, 2022_
133
+
134
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
135
+
136
+ - 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
137
+ - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
138
+ - And more 🐛 bug fixes and 📚 documentation improvements.
139
+
140
+ ### `@mui/material@5.8.0`
141
+
142
+ - &#8203;<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
143
+ - &#8203;<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
144
+ - &#8203;<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
145
+ - &#8203;<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
146
+
147
+ ### `@mui/system@5.8.0`
148
+
149
+ - &#8203;<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
150
+
151
+ ### `@mui/base@5.0.0-alpha.81`
152
+
153
+ - &#8203;<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
154
+ - &#8203;<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
155
+ - &#8203;<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
156
+ - &#8203;<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
157
+
158
+ ### `@mui/joy@5.0.0-alpha.28`
159
+
160
+ - &#8203;<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
161
+ - &#8203;<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
162
+ - &#8203;<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
163
+
164
+ ### `@mui/codemod@5.8.0`
165
+
166
+ - &#8203;<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
167
+
168
+ ### Docs
169
+
170
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
171
+ - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
172
+ - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
173
+ - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
174
+ - &#8203;<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
175
+ - &#8203;<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
176
+ - &#8203;<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
177
+ - &#8203;<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
178
+ - &#8203;<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
179
+ - &#8203;<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
180
+ - &#8203;<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
181
+ - &#8203;<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
182
+ - &#8203;<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
183
+ - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
184
+ - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
185
+ - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
186
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
187
+ - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
188
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
189
+ - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
190
+
191
+ ### Core
192
+
193
+ - &#8203;<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
194
+ - &#8203;<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
195
+ - &#8203;<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
196
+ - &#8203;<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
197
+
198
+ All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
199
+
200
+ ## 5.7.0
201
+
202
+ <!-- generated comparing v5.6.4..master -->
203
+
204
+ _May 10, 2022_
205
+
206
+ A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
207
+
208
+ 🛠 This release is all about supporting CSS variables in many Material UI components.
209
+ Kudos to all contributors!
210
+
211
+ ### `@mui/material@5.7.0`
212
+
213
+ - [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
214
+ - [Table, TableRow] Add support for CSS variables (#32614) @vicasas
215
+ - [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
216
+ - [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
217
+ - [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
218
+ - [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
219
+ - [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
220
+ - [ButtonGroup] Add support for CSS variables (#32498) @vicasas
221
+ - [CardActionArea] Add support for CSS variables (#32554) @vicasas
222
+ - [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
223
+ - [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
224
+ - [Dialog] Add support for CSS variables (#32555) @vicasas
225
+ - [Divider] Add support for CSS variables (#32519) @vicasas
226
+ - [Drawer] Add support for CSS variables (#32565) @nghiamvt
227
+ - [Fab] Add support for CSS variables (#32564) @alisasanib
228
+ - [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
229
+ - [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
230
+ - [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
231
+ - [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
232
+ - [IconButton] Add support for CSS variables (#32590) @Ariyapong
233
+ - [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
234
+ - [Input] Support CSS variables (#32128) @ivan-ngchakming
235
+ - [InputAdornment] Add support CSS variables (#32607) @vicasas
236
+ - [Link] Fix style overrides color prop (#32653) @siriwatknp
237
+ - [ListItem] Add support for CSS variables (#32580) @dan-mba
238
+ - [ListItemButton] Add support for CSS variables (#32582) @dan-mba
239
+ - [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
240
+ - [ListSubheader] Add support for CSS variables (#32584) @dan-mba
241
+ - [MenuItem] Add support for CSS variables (#32561) @nghiamvt
242
+ - [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
243
+ - [Modal] Add support for CSS variables (#32605) @haneenmahd
244
+ - [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
245
+ - [Rating] Add support for CSS variables (#32556) @vicasas
246
+ - [Snackbar] Add support for CSS variables (#32603) @gin1314
247
+ - [SpeedDial] Add support for CSS variables (#32613) @alisasanib
248
+ - [Stepper] Export useStepperContext (#31398) @pzi
249
+ - [SvgIcon] Add support for CSS variables (#32610) @vicasas
250
+ - [TablePagination] Add support for CSS variables (#32615) @haneenmahd
251
+ - [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
252
+ - [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
253
+ - [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
254
+ - [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
255
+ - [Tooltip] Add support for CSS variables (#32594) @gin1314
256
+
257
+ ### `@mui/system@5.7.0`
258
+
259
+ - [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
260
+
261
+ ### `@mui/base@5.0.0-alpha.80`
262
+
263
+ - [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
264
+
265
+ ### `@mui/private-classnames@5.7.0`
266
+
267
+ - [classnames] Add new package for classnames utils (#32502) @mnajdova
268
+
269
+ ### Docs
270
+
271
+ - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
272
+ - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
273
+ - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
274
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
275
+ - [docs] Show product identifier on new X pages (#32657) @cherniavskii
276
+ - [docs] Fix copy button childNode not found (#32652) @siriwatknp
277
+ - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
278
+ - [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
279
+ - [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
280
+ - [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
281
+ - [docs] Fix broken redirection (#32581) @oliviertassinari
282
+ - [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
283
+ - [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
284
+ - [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
285
+ - [Joy] Add principles page (#32648) @siriwatknp
286
+ - [Joy] Add Button page (#32576) @siriwatknp
287
+ - [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
288
+ - [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
289
+ - [website] Optimize conversion to store (#32646) @oliviertassinari
290
+ - [website] Remove copy button on marketing pages (#32649) @siriwatknp
291
+ - [website] Add missing space in copy label (#32638) @flaviendelangle
292
+
293
+ ### Core
294
+
295
+ - [core] Security updates (#32636) @michaldudak
296
+ - [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
297
+ - [core] Update minimist to fix security vulnerability (#32575) @michaldudak
298
+
299
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
300
+
301
+ ## 5.6.4
302
+
303
+ <!-- generated comparing v5.6.3..master -->
304
+
305
+ _May 2, 2022_
306
+
307
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
308
+
309
+ - 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
310
+ - And more 🐛 bug fixes and 📚 improvements.
311
+
312
+ ### `@mui/material@5.6.4`
313
+
314
+ - &#8203;<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
315
+ - &#8203;<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
316
+ - &#8203;<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
317
+ - &#8203;<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
318
+ - &#8203;<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
319
+ - &#8203;<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
320
+ - &#8203;<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
321
+ - &#8203;<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
322
+
323
+ ### `@mui/codemod@5.6.4`
324
+
325
+ - &#8203;<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
326
+ - &#8203;<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
327
+
328
+ ### `@mui/joy@5.0.0-alpha.26`
329
+
330
+ - &#8203;<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
331
+ - &#8203;<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
332
+ - &#8203;<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
333
+ - &#8203;<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
334
+
335
+ ### Docs
336
+
337
+ - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
338
+ - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
339
+ - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
340
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
341
+ - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
342
+ - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
343
+ - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
344
+ - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
345
+ - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
346
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
347
+ - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
348
+ - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
349
+ - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
350
+ - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
351
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
352
+ - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
353
+ - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
354
+ - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
355
+ - &#8203;<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
356
+ - &#8203;<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
357
+ - &#8203;<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
358
+ - &#8203;<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
359
+
360
+ ### Core
361
+
362
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
363
+
364
+ All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
365
+
366
+ ## 5.6.3
367
+
368
+ <!-- generated comparing v5.6.2..master -->
369
+
370
+ _Apr 25, 2022_
371
+
372
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
373
+
374
+ - 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
375
+ - And more 🐛 bug fixes and 📚 improvements.
376
+
377
+ ### `@mui/material@5.6.3`
378
+
379
+ - [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
380
+ - [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
381
+ - [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
382
+
383
+ ### `@mui/system@5.6.3`
384
+
385
+ - [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
386
+ - [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
387
+
388
+ ### `@mui/base@5.0.0-alpha.78`
389
+
390
+ - [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
391
+
392
+ ### `@mui/joy@5.0.0-alpha.25`
393
+
394
+ - [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
395
+ - [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
396
+ - [Joy] Add `Chip` component (#31983) @hbjORbj
397
+ - [Joy] Improve controls (#32267) @siriwatknp
398
+ - [Joy] Set up docs (#32370) @siriwatknp
399
+
400
+ ### Docs
401
+
402
+ - [docs] Enable row reordering on the pricing page (#31875) @DanailH
403
+ - [blog] A few improvements on date picker change (#32325) @oliviertassinari
404
+ - [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
405
+ - [docs] Revise the related projects page (#32180) @danilo-leal
406
+ - [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
407
+ - [docs] Fix sidenav mobile color (#32324) @oliviertassinari
408
+ - [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
409
+ - [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
410
+ - [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
411
+ - [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
412
+ - [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
413
+ - [website] Update Diamond sponsors list (#32433) @oliviertassinari
414
+ - [website] Add privacy policy link to website's footer (#32080) @danilo-leal
415
+ - [website] Remove the designer role (#32384) @danilo-leal
416
+
417
+ ### Core
418
+
419
+ - [core] `yarn prettier` write @oliviertassinari
420
+ - [core] Fix changelog warning message (#32240) @praveen001
421
+ - [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
422
+
423
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
424
+
425
+ ## 5.6.2
426
+
427
+ <!-- generated comparing v5.6.1..master -->
428
+
429
+ _Apr 18, 2022_
430
+
431
+ A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
432
+
433
+ ### `@mui/material@5.6.2`
434
+
435
+ - &#8203;<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
436
+ - &#8203;<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
437
+ - &#8203;<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
438
+
439
+ ### `@mui/system@5.6.2`
440
+
441
+ - &#8203;<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
442
+
443
+ ### `@mui/base@5.0.0-alpha.77`
444
+
445
+ - &#8203;<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
446
+
447
+ ### `@mui/joy@5.0.0-alpha.24`
448
+
449
+ - &#8203;<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
450
+ - &#8203;<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
451
+
452
+ ### Docs
453
+
454
+ - &#8203;<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
455
+ - &#8203;<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
456
+ - &#8203;<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
457
+ - &#8203;<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
458
+ - &#8203;<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
459
+ - &#8203;<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
460
+ - &#8203;<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
461
+ - &#8203;<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
462
+ - &#8203;<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
463
+ - &#8203;<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
464
+ - &#8203;<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
465
+ - &#8203;<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
466
+ - &#8203;<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
467
+ - &#8203;<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
468
+ - &#8203;<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
469
+ - &#8203;<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
470
+ - &#8203;<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
471
+ - &#8203;<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
472
+ - &#8203;<!-- 02 -->[website] Improve new role template @oliviertassinari
473
+ - &#8203;<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
474
+ - &#8203;<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
475
+
476
+ ### Core
477
+
478
+ - &#8203;<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
479
+ - &#8203;<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
480
+ - &#8203;<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
481
+
482
+ All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
483
+
3
484
  ## 5.6.1
4
485
 
5
486
  <!-- generated comparing v5.6.0..master -->
@@ -567,7 +1048,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
567
1048
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
568
1049
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
569
1050
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
570
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1051
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
571
1052
  - [website] Minor security improvements (#31062) @oliviertassinari
572
1053
  - [website] Improve title of open roles (#30963) @DanailH
573
1054
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -582,7 +1063,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
582
1063
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
583
1064
  - [core] Remove dead code (#31064) @oliviertassinari
584
1065
 
585
- All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
1066
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
586
1067
 
587
1068
  ## 5.4.1
588
1069
 
@@ -1292,14 +1773,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1292
1773
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1293
1774
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1294
1775
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1295
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
1776
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1296
1777
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1297
1778
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1298
1779
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1299
1780
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1300
1781
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1301
1782
 
1302
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
1783
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1303
1784
 
1304
1785
  ## 5.2.0
1305
1786
 
@@ -3575,7 +4056,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3575
4056
  - &#8203;<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
3576
4057
  - &#8203;<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
3577
4058
  - &#8203;<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
3578
- - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom Navigation (#26190) @arpitBhalla
4059
+ - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
3579
4060
  - &#8203;<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
3580
4061
  - &#8203;<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
3581
4062
  - &#8203;<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
@@ -4587,7 +5068,7 @@ The prop didn't solve any important problem better than any of its alternatives
4587
5068
 
4588
5069
  ### Docs
4589
5070
 
4590
- - &#8203;<!-- 22 -->[docs] Migrate Bottom Navigation demos to emotion (#25180) @vicasas
5071
+ - &#8203;<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
4591
5072
  - &#8203;<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
4592
5073
  - &#8203;<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
4593
5074
  - &#8203;<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mui/icons-material
2
2
 
3
- This package provides the Google [Material icons](https://fonts.google.com/icons) packaged as a set of [React](https://facebook.github.io/react/) components.
3
+ This package provides the Google [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [`SvgIcon`](https://mui.com/material-ui/api/svg-icon/) components.
4
4
 
5
5
  ## Installation
6
6
 
@@ -35,8 +35,8 @@ yarn add @mui/material
35
35
 
36
36
  <!-- #default-branch-switch -->
37
37
 
38
- - [The documentation](https://mui.com/components/icons/#svg-material-icons)
39
- - [The icons search](https://mui.com/components/material-icons/)
38
+ - [The documentation](https://mui.com/material-ui/icons/#svgicon)
39
+ - [The icons search](https://mui.com/material-ui/material-icons/)
40
40
 
41
41
  ## Contributing
42
42