@mui/icons-material 5.6.2 โ 5.8.3
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 +500 -6
- package/README.md +3 -3
- package/index.d.ts +678 -678
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,499 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.2..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 7, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
10
|
+
This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
11
|
+
|
|
12
|
+
## `@mui/material@5.8.3`
|
|
13
|
+
|
|
14
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
15
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
16
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
17
|
+
|
|
18
|
+
## `@mui/system@5.8.3`
|
|
19
|
+
|
|
20
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
21
|
+
|
|
22
|
+
## `@mui/codemod@5.8.3
|
|
23
|
+
|
|
24
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
25
|
+
|
|
26
|
+
## `@mui/lab@5.0.0-alpha.85`
|
|
27
|
+
|
|
28
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
29
|
+
|
|
30
|
+
## `@mui/joy@5.0.0-alpha.31`
|
|
31
|
+
|
|
32
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
33
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
34
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
35
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
36
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
37
|
+
|
|
38
|
+
## `@mui/base@5.0.0-alpha.84`
|
|
39
|
+
|
|
40
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
41
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
42
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
43
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
44
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
45
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
46
|
+
|
|
47
|
+
## Docs
|
|
48
|
+
|
|
49
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
50
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
51
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
52
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
53
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
54
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
55
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
56
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
57
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
58
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
59
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
60
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
61
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
62
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
63
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
64
|
+
|
|
65
|
+
## Core
|
|
66
|
+
|
|
67
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
68
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
69
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
70
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
71
|
+
- Add security link to README for Tidelift @mbrookes
|
|
72
|
+
|
|
73
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
74
|
+
|
|
75
|
+
## 5.8.2
|
|
76
|
+
|
|
77
|
+
<!-- generated comparing v5.8.1..master -->
|
|
78
|
+
|
|
79
|
+
_May 30, 2022_
|
|
80
|
+
|
|
81
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights โจ:
|
|
82
|
+
|
|
83
|
+
- ๐ bug fixes and ๐ documentation improvements.
|
|
84
|
+
|
|
85
|
+
### `@mui/system@5.8.2`
|
|
86
|
+
|
|
87
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
88
|
+
|
|
89
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
90
|
+
|
|
91
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
92
|
+
|
|
93
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
94
|
+
|
|
95
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
96
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
97
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
98
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
99
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
100
|
+
|
|
101
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
102
|
+
|
|
103
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
104
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
105
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
106
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
107
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
108
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
109
|
+
|
|
110
|
+
### Docs
|
|
111
|
+
|
|
112
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
113
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
114
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
115
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
116
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
117
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
118
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
119
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
120
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
121
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
122
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
123
|
+
|
|
124
|
+
### Core
|
|
125
|
+
|
|
126
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
127
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
128
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
129
|
+
|
|
130
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
131
|
+
|
|
132
|
+
## 5.8.1
|
|
133
|
+
|
|
134
|
+
<!-- generated comparing v5.8.0..master -->
|
|
135
|
+
|
|
136
|
+
_May 23, 2022_
|
|
137
|
+
|
|
138
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights โจ:
|
|
139
|
+
|
|
140
|
+
- ๐
Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
141
|
+
- And more ๐ bug fixes and ๐ documentation improvements.
|
|
142
|
+
|
|
143
|
+
### `@mui/material@5.8.1`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
|
|
146
|
+
- ​<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
|
|
147
|
+
- ​<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
|
|
148
|
+
- ​<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
|
|
149
|
+
- ​<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
|
|
150
|
+
- ​<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
|
|
151
|
+
- ​<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
|
|
152
|
+
- ​<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
|
|
153
|
+
|
|
154
|
+
### `@mui/system@5.8.1`
|
|
155
|
+
|
|
156
|
+
- ​<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
|
|
157
|
+
- ​<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
|
|
158
|
+
- ​<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
|
|
159
|
+
- ​<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
|
|
160
|
+
|
|
161
|
+
### `@mui/lab@5.0.0-alpha.83`
|
|
162
|
+
|
|
163
|
+
- ​<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
|
|
164
|
+
- ​<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
|
|
165
|
+
|
|
166
|
+
### `@mui/base@5.0.0-alpha.82`
|
|
167
|
+
|
|
168
|
+
- ​<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
|
|
169
|
+
|
|
170
|
+
### `@mui/joy@5.0.0-alpha.29`
|
|
171
|
+
|
|
172
|
+
- ​<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
|
|
173
|
+
- ​<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
|
|
174
|
+
- ​<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
|
|
175
|
+
- ​<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
|
|
176
|
+
|
|
177
|
+
### Docs
|
|
178
|
+
|
|
179
|
+
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
180
|
+
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
181
|
+
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
182
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
183
|
+
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
184
|
+
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
185
|
+
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
186
|
+
- ​<!-- 24 -->[docs] Fix typo in notifications @mbrookes
|
|
187
|
+
- ​<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
|
|
188
|
+
- ​<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
|
|
189
|
+
- ​<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
|
|
190
|
+
- ​<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
|
|
191
|
+
- ​<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
|
|
192
|
+
|
|
193
|
+
### Core
|
|
194
|
+
|
|
195
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
196
|
+
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
197
|
+
|
|
198
|
+
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
|
|
199
|
+
|
|
200
|
+
## 5.8.0
|
|
201
|
+
|
|
202
|
+
<!-- generated comparing v5.7.0..master -->
|
|
203
|
+
|
|
204
|
+
_May 17, 2022_
|
|
205
|
+
|
|
206
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
207
|
+
|
|
208
|
+
- ๐ [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.
|
|
209
|
+
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
210
|
+
- And more ๐ bug fixes and ๐ documentation improvements.
|
|
211
|
+
|
|
212
|
+
### `@mui/material@5.8.0`
|
|
213
|
+
|
|
214
|
+
- ​<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
|
|
215
|
+
- ​<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
|
|
216
|
+
- ​<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
|
|
217
|
+
- ​<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
|
|
218
|
+
|
|
219
|
+
### `@mui/system@5.8.0`
|
|
220
|
+
|
|
221
|
+
- ​<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
|
|
222
|
+
|
|
223
|
+
### `@mui/base@5.0.0-alpha.81`
|
|
224
|
+
|
|
225
|
+
- ​<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
|
|
226
|
+
- ​<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
|
|
227
|
+
- ​<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
|
|
228
|
+
- ​<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
|
|
229
|
+
|
|
230
|
+
### `@mui/joy@5.0.0-alpha.28`
|
|
231
|
+
|
|
232
|
+
- ​<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
|
|
233
|
+
- ​<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
|
|
234
|
+
- ​<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
|
|
235
|
+
|
|
236
|
+
### `@mui/codemod@5.8.0`
|
|
237
|
+
|
|
238
|
+
- ​<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
|
|
239
|
+
|
|
240
|
+
### Docs
|
|
241
|
+
|
|
242
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
243
|
+
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
244
|
+
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
245
|
+
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
246
|
+
- ​<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
|
|
247
|
+
- ​<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
|
|
248
|
+
- ​<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
|
|
249
|
+
- ​<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
|
|
250
|
+
- ​<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
|
|
251
|
+
- ​<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
|
|
252
|
+
- ​<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
|
|
253
|
+
- ​<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
|
|
254
|
+
- ​<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
|
|
255
|
+
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
256
|
+
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
257
|
+
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
258
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
259
|
+
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
260
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
261
|
+
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
262
|
+
|
|
263
|
+
### Core
|
|
264
|
+
|
|
265
|
+
- ​<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
|
|
266
|
+
- ​<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
|
|
267
|
+
- ​<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
|
|
268
|
+
- ​<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
|
|
269
|
+
|
|
270
|
+
All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
|
|
271
|
+
|
|
272
|
+
## 5.7.0
|
|
273
|
+
|
|
274
|
+
<!-- generated comparing v5.6.4..master -->
|
|
275
|
+
|
|
276
|
+
_May 10, 2022_
|
|
277
|
+
|
|
278
|
+
A big thanks to the 27 contributors who made this release possible. Here are some highlights โจ:
|
|
279
|
+
|
|
280
|
+
๐ This release is all about supporting CSS variables in many Material UI components.
|
|
281
|
+
Kudos to all contributors!
|
|
282
|
+
|
|
283
|
+
### `@mui/material@5.7.0`
|
|
284
|
+
|
|
285
|
+
- [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
|
|
286
|
+
- [Table, TableRow] Add support for CSS variables (#32614) @vicasas
|
|
287
|
+
- [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
|
|
288
|
+
- [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
|
|
289
|
+
- [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
|
|
290
|
+
- [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
|
|
291
|
+
- [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
|
|
292
|
+
- [ButtonGroup] Add support for CSS variables (#32498) @vicasas
|
|
293
|
+
- [CardActionArea] Add support for CSS variables (#32554) @vicasas
|
|
294
|
+
- [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
|
|
295
|
+
- [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
|
|
296
|
+
- [Dialog] Add support for CSS variables (#32555) @vicasas
|
|
297
|
+
- [Divider] Add support for CSS variables (#32519) @vicasas
|
|
298
|
+
- [Drawer] Add support for CSS variables (#32565) @nghiamvt
|
|
299
|
+
- [Fab] Add support for CSS variables (#32564) @alisasanib
|
|
300
|
+
- [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
|
|
301
|
+
- [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
|
|
302
|
+
- [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
|
|
303
|
+
- [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
|
|
304
|
+
- [IconButton] Add support for CSS variables (#32590) @Ariyapong
|
|
305
|
+
- [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
|
|
306
|
+
- [Input] Support CSS variables (#32128) @ivan-ngchakming
|
|
307
|
+
- [InputAdornment] Add support CSS variables (#32607) @vicasas
|
|
308
|
+
- [Link] Fix style overrides color prop (#32653) @siriwatknp
|
|
309
|
+
- [ListItem] Add support for CSS variables (#32580) @dan-mba
|
|
310
|
+
- [ListItemButton] Add support for CSS variables (#32582) @dan-mba
|
|
311
|
+
- [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
|
|
312
|
+
- [ListSubheader] Add support for CSS variables (#32584) @dan-mba
|
|
313
|
+
- [MenuItem] Add support for CSS variables (#32561) @nghiamvt
|
|
314
|
+
- [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
|
|
315
|
+
- [Modal] Add support for CSS variables (#32605) @haneenmahd
|
|
316
|
+
- [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
|
|
317
|
+
- [Rating] Add support for CSS variables (#32556) @vicasas
|
|
318
|
+
- [Snackbar] Add support for CSS variables (#32603) @gin1314
|
|
319
|
+
- [SpeedDial] Add support for CSS variables (#32613) @alisasanib
|
|
320
|
+
- [Stepper] Export useStepperContext (#31398) @pzi
|
|
321
|
+
- [SvgIcon] Add support for CSS variables (#32610) @vicasas
|
|
322
|
+
- [TablePagination] Add support for CSS variables (#32615) @haneenmahd
|
|
323
|
+
- [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
|
|
324
|
+
- [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
|
|
325
|
+
- [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
|
|
326
|
+
- [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
|
|
327
|
+
- [Tooltip] Add support for CSS variables (#32594) @gin1314
|
|
328
|
+
|
|
329
|
+
### `@mui/system@5.7.0`
|
|
330
|
+
|
|
331
|
+
- [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
|
|
332
|
+
|
|
333
|
+
### `@mui/base@5.0.0-alpha.80`
|
|
334
|
+
|
|
335
|
+
- [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
|
|
336
|
+
|
|
337
|
+
### `@mui/private-classnames@5.7.0`
|
|
338
|
+
|
|
339
|
+
- [classnames] Add new package for classnames utils (#32502) @mnajdova
|
|
340
|
+
|
|
341
|
+
### Docs
|
|
342
|
+
|
|
343
|
+
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
344
|
+
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
345
|
+
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
346
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
347
|
+
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
348
|
+
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
349
|
+
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
350
|
+
- [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
|
|
351
|
+
- [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
|
|
352
|
+
- [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
|
|
353
|
+
- [docs] Fix broken redirection (#32581) @oliviertassinari
|
|
354
|
+
- [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
|
|
355
|
+
- [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
|
|
356
|
+
- [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
|
|
357
|
+
- [Joy] Add principles page (#32648) @siriwatknp
|
|
358
|
+
- [Joy] Add Button page (#32576) @siriwatknp
|
|
359
|
+
- [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
|
|
360
|
+
- [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
|
|
361
|
+
- [website] Optimize conversion to store (#32646) @oliviertassinari
|
|
362
|
+
- [website] Remove copy button on marketing pages (#32649) @siriwatknp
|
|
363
|
+
- [website] Add missing space in copy label (#32638) @flaviendelangle
|
|
364
|
+
|
|
365
|
+
### Core
|
|
366
|
+
|
|
367
|
+
- [core] Security updates (#32636) @michaldudak
|
|
368
|
+
- [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
|
|
369
|
+
- [core] Update minimist to fix security vulnerability (#32575) @michaldudak
|
|
370
|
+
|
|
371
|
+
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
|
|
372
|
+
|
|
373
|
+
## 5.6.4
|
|
374
|
+
|
|
375
|
+
<!-- generated comparing v5.6.3..master -->
|
|
376
|
+
|
|
377
|
+
_May 2, 2022_
|
|
378
|
+
|
|
379
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights โจ:
|
|
380
|
+
|
|
381
|
+
- ๐
5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
382
|
+
- And more ๐ bug fixes and ๐ improvements.
|
|
383
|
+
|
|
384
|
+
### `@mui/material@5.6.4`
|
|
385
|
+
|
|
386
|
+
- ​<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
|
|
387
|
+
- ​<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
|
|
388
|
+
- ​<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
|
|
389
|
+
- ​<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
|
|
390
|
+
- ​<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
|
|
391
|
+
- ​<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
|
|
392
|
+
- ​<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
|
|
393
|
+
- ​<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
|
|
394
|
+
|
|
395
|
+
### `@mui/codemod@5.6.4`
|
|
396
|
+
|
|
397
|
+
- ​<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
|
|
398
|
+
- ​<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
|
|
399
|
+
|
|
400
|
+
### `@mui/joy@5.0.0-alpha.26`
|
|
401
|
+
|
|
402
|
+
- ​<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
|
|
403
|
+
- ​<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
|
|
404
|
+
- ​<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
|
|
405
|
+
- ​<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
|
|
406
|
+
|
|
407
|
+
### Docs
|
|
408
|
+
|
|
409
|
+
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
410
|
+
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
411
|
+
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
412
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
413
|
+
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
414
|
+
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
415
|
+
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
416
|
+
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
417
|
+
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
418
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
|
|
419
|
+
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
420
|
+
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
421
|
+
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
422
|
+
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
423
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
424
|
+
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
425
|
+
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
426
|
+
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
427
|
+
- ​<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
|
|
428
|
+
- ​<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
|
|
429
|
+
- ​<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
|
|
430
|
+
- ​<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
|
|
431
|
+
|
|
432
|
+
### Core
|
|
433
|
+
|
|
434
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
435
|
+
|
|
436
|
+
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
437
|
+
|
|
438
|
+
## 5.6.3
|
|
439
|
+
|
|
440
|
+
<!-- generated comparing v5.6.2..master -->
|
|
441
|
+
|
|
442
|
+
_Apr 25, 2022_
|
|
443
|
+
|
|
444
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
445
|
+
|
|
446
|
+
- ๐ Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
|
|
447
|
+
- And more ๐ bug fixes and ๐ improvements.
|
|
448
|
+
|
|
449
|
+
### `@mui/material@5.6.3`
|
|
450
|
+
|
|
451
|
+
- [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
|
|
452
|
+
- [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
|
|
453
|
+
- [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
|
|
454
|
+
|
|
455
|
+
### `@mui/system@5.6.3`
|
|
456
|
+
|
|
457
|
+
- [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
|
|
458
|
+
- [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
|
|
459
|
+
|
|
460
|
+
### `@mui/base@5.0.0-alpha.78`
|
|
461
|
+
|
|
462
|
+
- [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
|
|
463
|
+
|
|
464
|
+
### `@mui/joy@5.0.0-alpha.25`
|
|
465
|
+
|
|
466
|
+
- [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
|
|
467
|
+
- [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
|
|
468
|
+
- [Joy] Add `Chip` component (#31983) @hbjORbj
|
|
469
|
+
- [Joy] Improve controls (#32267) @siriwatknp
|
|
470
|
+
- [Joy] Set up docs (#32370) @siriwatknp
|
|
471
|
+
|
|
472
|
+
### Docs
|
|
473
|
+
|
|
474
|
+
- [docs] Enable row reordering on the pricing page (#31875) @DanailH
|
|
475
|
+
- [blog] A few improvements on date picker change (#32325) @oliviertassinari
|
|
476
|
+
- [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
|
|
477
|
+
- [docs] Revise the related projects page (#32180) @danilo-leal
|
|
478
|
+
- [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
|
|
479
|
+
- [docs] Fix sidenav mobile color (#32324) @oliviertassinari
|
|
480
|
+
- [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
|
|
481
|
+
- [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
|
|
482
|
+
- [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
|
|
483
|
+
- [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
|
|
484
|
+
- [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
|
|
485
|
+
- [website] Update Diamond sponsors list (#32433) @oliviertassinari
|
|
486
|
+
- [website] Add privacy policy link to website's footer (#32080) @danilo-leal
|
|
487
|
+
- [website] Remove the designer role (#32384) @danilo-leal
|
|
488
|
+
|
|
489
|
+
### Core
|
|
490
|
+
|
|
491
|
+
- [core] `yarn prettier` write @oliviertassinari
|
|
492
|
+
- [core] Fix changelog warning message (#32240) @praveen001
|
|
493
|
+
- [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
|
|
494
|
+
|
|
495
|
+
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
|
|
496
|
+
|
|
3
497
|
## 5.6.2
|
|
4
498
|
|
|
5
499
|
<!-- generated comparing v5.6.1..master -->
|
|
@@ -626,7 +1120,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
626
1120
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
627
1121
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
628
1122
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
629
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1123
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
630
1124
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
631
1125
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
632
1126
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -641,7 +1135,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
641
1135
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
642
1136
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
643
1137
|
|
|
644
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1138
|
+
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
|
|
645
1139
|
|
|
646
1140
|
## 5.4.1
|
|
647
1141
|
|
|
@@ -1351,14 +1845,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1351
1845
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1352
1846
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1353
1847
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1354
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
1848
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1355
1849
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1356
1850
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1357
1851
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1358
1852
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1359
1853
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1360
1854
|
|
|
1361
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
1855
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1362
1856
|
|
|
1363
1857
|
## 5.2.0
|
|
1364
1858
|
|
|
@@ -2176,7 +2670,7 @@ _Sep 1, 2021_
|
|
|
2176
2670
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
2177
2671
|
|
|
2178
2672
|
- ๐ 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).
|
|
2179
|
-
- ๐ 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/
|
|
2673
|
+
- ๐ 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/migration/migration-v4/#preset-safe)
|
|
2180
2674
|
- ๐งช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
|
|
2181
2675
|
|
|
2182
2676
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -3581,7 +4075,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3581
4075
|
/>
|
|
3582
4076
|
```
|
|
3583
4077
|
|
|
3584
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4078
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3585
4079
|
|
|
3586
4080
|
#### Changes
|
|
3587
4081
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mui/icons-material
|
|
2
2
|
|
|
3
|
-
This package provides the Google [Material
|
|
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/
|
|
39
|
-
- [The icons search](https://mui.com/
|
|
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
|
|