@mui/icons-material 5.3.1 → 5.4.4

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 +360 -27
  2. package/index.d.ts +650 -650
  3. package/index.js +1 -1
  4. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,338 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.4.4
4
+
5
+ <!-- generated comparing v5.4.3..master -->
6
+
7
+ _Feb 28, 2022_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
12
+ - Several 🐛 bug fixes and 📚 documentation improvements
13
+
14
+ ### `@mui/material@5.4.4`
15
+
16
+ - &#8203;<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
17
+ - &#8203;<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
18
+ - &#8203;<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
19
+ - &#8203;<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
20
+ - &#8203;<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
21
+
22
+ ### `@mui/system@5.4.4`
23
+
24
+ - &#8203;<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
25
+ - &#8203;<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
26
+ - &#8203;<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
27
+
28
+ ### `@mui/codemod@5.4.4`
29
+
30
+ - &#8203;<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
31
+
32
+ ### `@mui/base@5.0.0-alpha.70`
33
+
34
+ - &#8203;<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
35
+
36
+ ### `@mui/joy@5.0.0-alpha.17`
37
+
38
+ - &#8203;<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
39
+ - &#8203;<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
40
+ - &#8203;<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
41
+ - &#8203;<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
42
+ - &#8203;<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
43
+
44
+ ### Docs
45
+
46
+ - &#8203;<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
47
+ - &#8203;<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
48
+ - &#8203;<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
49
+ - &#8203;<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
50
+ - &#8203;<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
51
+ - &#8203;<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
52
+ - &#8203;<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
53
+ - &#8203;<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
54
+ - &#8203;<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
55
+ - &#8203;<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
56
+ - &#8203;<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
57
+
58
+ ### Core
59
+
60
+ - &#8203;<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
61
+ - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
62
+ - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
63
+ - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
64
+ - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
65
+
66
+ All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
67
+
68
+ ## 5.4.3
69
+
70
+ <!-- generated comparing v5.4.2..master -->
71
+
72
+ _Feb 21, 2022_
73
+
74
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
75
+
76
+ - 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
77
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements
78
+
79
+ ### `@mui/material@5.4.3`
80
+
81
+ - &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
82
+ - &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
83
+ - &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
84
+
85
+ ### `@mui/icons-material@5.4.3`
86
+
87
+ - &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
88
+
89
+ ### `@mui/joy@5.0.0-alpha.16`
90
+
91
+ - &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
92
+ - &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
93
+ - &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
94
+
95
+ ### Docs
96
+
97
+ - &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
98
+ - &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
99
+ - &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
100
+ - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
101
+ - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
102
+ - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
103
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
104
+ - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
105
+ - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
106
+
107
+ ### Core
108
+
109
+ - &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
110
+ - &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
111
+ - &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
112
+
113
+ All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
114
+
115
+ ## 5.4.2
116
+
117
+ _Feb 15, 2022_
118
+
119
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
120
+
121
+ - 🛠 @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
122
+ - Several 🐛 bug fixes and 📚 documentation improvements
123
+
124
+ ### `@mui/material@5.4.2`
125
+
126
+ - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
127
+ - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
128
+ - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
129
+ - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
130
+
131
+ ### `@mui/system@5.4.2`
132
+
133
+ - [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
134
+
135
+ ### `@mui/lab@5.0.0-alpha.69`
136
+
137
+ - [DatePicker] Fix passing clearable prop (#30786) @alisasanib
138
+
139
+ ### `@mui/joy@5.0.0-alpha.15`
140
+
141
+ - [Joy] Improve variant customization experience (#30878) @siriwatknp
142
+ - [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
143
+
144
+ ### Framer
145
+
146
+ - [design] Remove framer components (#30983) @mbrookes
147
+ - [design] Remove framer leftovers (#31070) @michaldudak
148
+
149
+ ### Docs
150
+
151
+ - [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
152
+ - [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
153
+ - [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
154
+ - [docs] Fix layout shift on loading (#31017) @oliviertassinari
155
+ - [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
156
+ - [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
157
+ - [docs] Improve Base component demos (#30884) @danilo-leal
158
+ - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
159
+ - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
160
+ - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
161
+ - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
162
+ - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
163
+ - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
164
+ - [website] Minor security improvements (#31062) @oliviertassinari
165
+ - [website] Improve title of open roles (#30963) @DanailH
166
+ - [website] Add BIMI avatar (#30444) @oliviertassinari
167
+ - [website] Add Sycamore to About page (#31000) @samuelsycamore
168
+
169
+ ### Core
170
+
171
+ - [benchmark] Add missing dependency (#30994) @michaldudak
172
+ - [core] Bump date-io version (#31016) @michaldudak
173
+ - [core] Fix typo in useSlider (#31061) @ryohey
174
+ - [core] Remove unused draft-js types package (#30993) @michaldudak
175
+ - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
176
+ - [core] Remove dead code (#31064) @oliviertassinari
177
+
178
+ 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
179
+
180
+ ## 5.4.1
181
+
182
+ <!-- generated comparing v5.4.0..master -->
183
+
184
+ _Feb 8, 2022_
185
+
186
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
187
+
188
+ - ♿️ Snackbar messages are now announced by NVDA when using Firefox (#30774) @eps1lon
189
+ - Several 🐛 bug fixes and 📚 documentation improvements.
190
+
191
+ ### `@mui/material@5.4.1`
192
+
193
+ - &#8203;<!-- 37 -->[AvatarGroup] Enable targeting of additional Avatar when max props is passed (#30794) @mogrady88
194
+ - &#8203;<!-- 36 -->[Badge] Fix showzero and invisible condition (#30899) @alisasanib
195
+ - &#8203;<!-- 35 -->[ButtonBase] Expose ref to TouchRipple (#30901) @m4theushw
196
+ - &#8203;<!-- 15 -->[Fab] Add support for the default theme colors (#30846) @alisasanib
197
+ - &#8203;<!-- 11 -->[SelectInput] Only attach click handler to label if a labelId is passed (#30239) @johsunds
198
+ - &#8203;<!-- 09 -->[Snackbar] Ensure messages are announced in NVDA+FF (#30774) @eps1lon
199
+
200
+ ### `@mui/base@5.0.0-alpha.68`
201
+
202
+ - &#8203;<!-- 10 -->[SelectUnstyled] Improve exported types (#30895) @michaldudak
203
+
204
+ ### `@mui/lab@5.0.0-alpha.68`
205
+
206
+ - &#8203;<!-- 12 -->[Pickers] Fix `onDismiss` handler in `MobileDatePicker` (#30768) @Ashish2097
207
+ - &#8203;<!-- 06 -->[TimePicker] Add font family for clock numbers (#30738) @alisasanib
208
+
209
+ ### `@mui/joy@5.0.0-alpha.14`
210
+
211
+ - &#8203;<!-- 14 -->[Joy] Add `IconButton` component (#30864) @siriwatknp
212
+ - &#8203;<!-- 13 -->[Joy] Use icon inside a Button (#30803) @siriwatknp
213
+
214
+ ### Docs
215
+
216
+ - &#8203;<!-- 16 -->[examples] Fix vitejs example and improve HMR (#30897) @mihailgaberov
217
+ - &#8203;<!-- 33 -->[docs] Improve autocomplete "limit tags" demo (#30910) @danilo-leal
218
+ - &#8203;<!-- 34 -->[docs] Sync translations with Crowdin (#30950) @l10nbot
219
+ - &#8203;<!-- 38 -->[docs] Improve description of the disableRestoreFocus prop of the `TrapFocus` (#30912) @flaviendelangle
220
+ - &#8203;<!-- 32 -->[docs] Remove ul with div children and replace with nav element (#30534) @joeframbach
221
+ - &#8203;<!-- 31 -->[docs] Add Saleor to showcase (#30924) @cherniavskii
222
+ - &#8203;<!-- 30 -->[docs] Include JSS in styling solution interoperability guide (#30736) @garronej
223
+ - &#8203;<!-- 29 -->[docs] Fix contents of link-underline-hover (#30904) @pppp606
224
+ - &#8203;<!-- 28 -->[docs] Fix markdown table format (#30947) @oliviertassinari
225
+ - &#8203;<!-- 27 -->[docs] Add missing import to RTL guide (#30891) @CFarhad
226
+ - &#8203;<!-- 26 -->[docs] Fix WithStyles import statement for @mui/styles (#30942) @altruity
227
+ - &#8203;<!-- 25 -->[docs] Fix broken roadmap table (#30943) @cherniavskii
228
+ - &#8203;<!-- 24 -->[docs] Fix broken URL in "Edit this page" button (#30923) @cherniavskii
229
+ - &#8203;<!-- 23 -->[docs] Migrate content to the new location (#30757) @siriwatknp
230
+ - &#8203;<!-- 22 -->[docs] Fix the link to the Vite.js example project (#30872) @GneyHabub
231
+ - &#8203;<!-- 21 -->[docs] Clarify the minimum configuration for TypeScript (#30790) @mnajdova
232
+ - &#8203;<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
233
+ - &#8203;<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
234
+ - &#8203;<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
235
+ - &#8203;<!-- 17 -->[docs] Hotfix notification <b> (#30862) @siriwatknp
236
+ - &#8203;<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
237
+ - &#8203;<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
238
+ - &#8203;<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
239
+ - &#8203;<!-- 01 -->[website] Close the Developer Advocate role (#30867) @oliviertassinari
240
+
241
+ ### Core
242
+
243
+ - &#8203;<!-- 37 -->[core] Batch small fixes (#30952) @oliviertassinari
244
+ - &#8203;<!-- 34 -->[core] Rename the GitHub org (#30944) @oliviertassinari
245
+ - &#8203;<!-- 33 -->[core] Fix propTypes in components where OverridableStringUnion is used (#30682) @paales
246
+ - &#8203;<!-- 08 -->[test] Codify the difference between keyup and keydown in SelectUnstyled (#30857) @eps1lon
247
+ - &#8203;<!-- 07 -->[test] Fix typo (#30841) @caioagiani
248
+ - &#8203;<!-- 05 -->[utils] Use built-in hook when available for useId (#30654) @eps1lon
249
+
250
+ All contributors of this release in alphabetical order: @alisasanib, @altruity, @Ashish2097, @caioagiani, @CFarhad, @cherniavskii, @danilo-leal, @eps1lon, @flaviendelangle, @garronej, @GneyHabub, @joeframbach, @johsunds, @kjschabra, @m4theushw, @michaldudak, @mihailgaberov, @mnajdova, @mogrady88, @oliviertassinari, @paales, @pppp606, @siriwatknp, @theiliad
251
+
252
+ ## 5.4.0
253
+
254
+ <!-- generated comparing v5.3.1..master -->
255
+
256
+ _Feb 1, 2022_
257
+
258
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
259
+
260
+ - 🛠 @goncalovf added an example project using [MUI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) (#28241)
261
+ - Number of 🐛 bug fixes and 📚 documentation improvements.
262
+
263
+ ### `@mui/material@5.4.0`
264
+
265
+ #### Breaking changes
266
+
267
+ - &#8203;<!-- 27 -->[core] Do not reexport Base from Material (#30853) @michaldudak
268
+
269
+ All Base components were exported from the `@mui/material` package and treated as stable even though the `@mui/base` package is in development. It could create a lot of confusion if developers start using Base components, depend on them, and demand quality found in "proper" Material components. We admit it was a mistake to reexport these components without marking them as unstable.
270
+
271
+ Developers are still encouraged to evaluate the Base components, but they should do so by explicitly installing the `@mui/base` package.
272
+
273
+ This is technically a breaking change as it removes a number of components from the `@mui/material` package. However, we believe that removing the components now and potentially breaking the codebases will do less harm than introducing "silent" breaking changes to Base components while continuing reexporting them from `@mui/material`.
274
+
275
+ Note: the utility components, such as ClickAwayListener, NoSsr, Portal, and TextareaAutosize continue to be exported from both `@mui/material` and `@mui/base`.
276
+
277
+ If you're encountering build errors after upgrading @mui/material, do the following:
278
+
279
+ 1. Install @mui/base: npm install @mui/base or yarn add @mui/base
280
+ 2. Make sure the version of @mui/base match the version of @mui/material
281
+ 3. Change the import paths of unstyled components from @mui/material to @mui/base, e.g.:
282
+
283
+ ```diff
284
+ - @import ButtonUnstyled from '@mui/material/ButtonUnstyled';
285
+ + @import ButtonUnstyled from '@mui/base/ButtonUnstyled';
286
+ ```
287
+
288
+ #### Changes
289
+
290
+ - &#8203;<!-- 30 -->[Autocomplete] Add `readOnly` prop (#30706) @ZeeshanTamboli
291
+ - &#8203;<!-- 29 -->[Autocomplete] Fix typos in the page (#30737) @austinewuncler
292
+ - &#8203;<!-- 14 -->[FormControlLabel][formgroup] add Mui-error class (#30656) @alisasanib
293
+ - &#8203;<!-- 13 -->[Grid] Fix prop check for applying wrap-reverse (#30813) @Hubbz
294
+ - &#8203;<!-- 07 -->[TextField] Remove notch when no label is added (#30560) @alisasanib
295
+ - &#8203;<!-- 06 -->[TextField] Remove usage of dangerouslySetInnerHTML (#30776) @Jack-Works
296
+ - &#8203;<!-- 05 -->[TreeView] Select node when key `Enter` is pressed (#30795) @dryrainbow
297
+ - &#8203;<!-- 04 -->[useMediaQuery] Ensure no tearing in React 18 (#30655) @eps1lon
298
+
299
+ ### `@mui/base@5.0.0-alpha.67`
300
+
301
+ - &#8203;<!-- 11 -->[SelectUnstyled] Create unstyled select (+ hook) (#30113) @michaldudak
302
+
303
+ ### `@mui/lab@5.0.0-alpha.67`
304
+
305
+ - &#8203;<!-- 23 -->[DateTimePicker] Fix month view highlight wrong tab (#30773) @DiegoYungh
306
+ - &#8203;<!-- 12 -->[pickers] Enable the sx props on all components (#30749) @boutahlilsoufiane
307
+
308
+ ### Docs
309
+
310
+ - &#8203;<!-- 28 -->[blog] Introducing callback support in style overrides (#30668) @siriwatknp
311
+ - &#8203;<!-- 23 -->[docs] Add notifications for the blog posts (#30852) @siriwatknp
312
+ - &#8203;<!-- 22 -->[docs] Improve the interoperability guide (#30785) @mnajdova
313
+ - &#8203;<!-- 21 -->[docs] Improve the Getting Started documentation content (#30808) @mnajdova
314
+ - &#8203;<!-- 20 -->[docs] Fix typo in ad fallback (#30823) @cherniavskii
315
+ - &#8203;<!-- 19 -->[docs] Change ThemeProvider API links (#30705) @atakanzen
316
+ - &#8203;<!-- 18 -->[docs] Retain vendor prefixing in rtl example (#30710) @ryancogswell
317
+ - &#8203;<!-- 17 -->[docs] Fix typo in the Popper ScrollPlayground demo (#30780) @tanyabouman
318
+ - &#8203;<!-- 16 -->[docs] Small fixes on the jss-to-tss migration guide (#30734) @garronej
319
+ - &#8203;<!-- 15 -->[examples] Add Vite.js example (#28241) @goncalovf
320
+
321
+ ### Core
322
+
323
+ - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
324
+ - &#8203;<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
325
+ - &#8203;<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
326
+ - &#8203;<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
327
+ - &#8203;<!-- 10 -->[test] Fix tests on Node 16 (#30819) @michaldudak
328
+ - &#8203;<!-- 09 -->[test] Add explicit types to support noImplicityAny=false (#30798) @m4theushw
329
+ - &#8203;<!-- 08 -->[test] Support React.useId format in \*DescriptionOf (#30657) @eps1lon
330
+ - &#8203;<!-- 03 -->[website] Fix SEO issues (#30829) @oliviertassinari
331
+ - &#8203;<!-- 02 -->[website] Add designer position page (#30708) @danilo-leal
332
+ - &#8203;<!-- 01 -->[website] Polish /about page (#30747) @oliviertassinari
333
+
334
+ All contributors of this release in alphabetical order: @aefox, @alisasanib, @atakanzen, @austinewuncler, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @DiegoYungh, @dryrainbow, @eps1lon, @garronej, @goncalovf, @Hubbz, @Jack-Works, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @siriwatknp, @tanyabouman, @ZeeshanTamboli
335
+
3
336
  ## 5.3.1
4
337
 
5
338
  <!-- generated comparing v5.3.0..master -->
@@ -402,7 +735,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
402
735
 
403
736
  <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
404
737
 
405
- You can follow our progress with unstyled components at https://github.com/mui-org/material-ui/issues/27170.
738
+ You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
406
739
 
407
740
  - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
408
741
 
@@ -1376,8 +1709,8 @@ _Sep 1, 2021_
1376
1709
 
1377
1710
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1378
1711
 
1379
- - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui-org/material-ui/discussions/27803).
1380
- - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
1712
+ - 🎉 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).
1713
+ - 🛠 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)
1381
1714
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
1382
1715
 
1383
1716
  ### `@mui/material@5.0.0-rc.0`
@@ -1409,7 +1742,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1409
1742
 
1410
1743
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
1411
1744
 
1412
- We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
1745
+ We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
1413
1746
 
1414
1747
  #### Changes
1415
1748
 
@@ -1477,7 +1810,7 @@ _Aug 24, 2021_
1477
1810
 
1478
1811
  A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
1479
1812
 
1480
- - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui-org/material-ui/milestone/44)
1813
+ - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui/material-ui/milestone/44)
1481
1814
  - 📚 Improved the docs and the migration guide for upgrading to v5
1482
1815
 
1483
1816
  ### `@material-ui/core@5.0.0-beta.5`
@@ -1872,7 +2205,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1872
2205
 
1873
2206
  <a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
1874
2207
 
1875
- You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
2208
+ You can follow our progress at https://github.com/mui/material-ui/issues/27170.
1876
2209
 
1877
2210
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
1878
2211
  You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
@@ -1978,9 +2311,9 @@ _Jul 01, 2021_
1978
2311
 
1979
2312
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
1980
2313
 
1981
- - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui-org/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
2314
+ - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
1982
2315
  - 🚀 We have completed all the planned breaking changes.
1983
- - ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-codemod).
2316
+ - ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod).
1984
2317
  - 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
1985
2318
 
1986
2319
  ### `@material-ui/core@5.0.0-beta.0`
@@ -1989,7 +2322,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1989
2322
 
1990
2323
  - [Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
1991
2324
 
1992
- `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2325
+ `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
1993
2326
 
1994
2327
  ```diff
1995
2328
  <button class="MuiTab-root">
@@ -2002,7 +2335,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2002
2335
 
2003
2336
  - [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
2004
2337
 
2005
- `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2338
+ `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
2006
2339
 
2007
2340
  ```diff
2008
2341
  <button class="MuiBottomNavigationAction-root">
@@ -2114,7 +2447,7 @@ _Jun 23, 2021_
2114
2447
 
2115
2448
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2116
2449
 
2117
- - 🚀 We have only 2 left in the [breaking changes](https://github.com/mui-org/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
2450
+ - 🚀 We have only 2 left in the [breaking changes](https://github.com/mui/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
2118
2451
  - 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
2119
2452
 
2120
2453
  <a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
@@ -2156,7 +2489,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2156
2489
 
2157
2490
  - &#8203;<!-- 09 -->[theme] Improve default breakpoints (#26746) @siriwatknp
2158
2491
 
2159
- The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui-org/material-ui/issues/21902).
2492
+ The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui/material-ui/issues/21902).
2160
2493
 
2161
2494
  ```diff
2162
2495
  {
@@ -2210,7 +2543,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2210
2543
 
2211
2544
  - &#8203;<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
2212
2545
 
2213
- `span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2546
+ `span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
2214
2547
 
2215
2548
  ```diff
2216
2549
  <button class="MuiIconButton-root">
@@ -2331,7 +2664,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
2331
2664
 
2332
2665
  - ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
2333
2666
  We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
2334
- - 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
2667
+ - 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
2335
2668
  - And many more 🐛 bug fixes and 📚 improvements.
2336
2669
 
2337
2670
  ### `@material-ui/core@5.0.0-alpha.37`
@@ -2543,7 +2876,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2543
2876
 
2544
2877
  - 👩‍🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
2545
2878
  - 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
2546
- - ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
2879
+ - ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
2547
2880
  - And many more 🐛 bug fixes and 📚 improvements.
2548
2881
 
2549
2882
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -2704,7 +3037,7 @@ _May 18, 2021_
2704
3037
 
2705
3038
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
2706
3039
 
2707
- - 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
3040
+ - 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
2708
3041
  - 🚀 Make progress with components migration to emotion. We have done 153 of the 168 components (almost there!)
2709
3042
  - And many more 🐛 bug fixes and 📚 improvements.
2710
3043
 
@@ -2868,7 +3201,7 @@ _May 9, 2021_
2868
3201
 
2869
3202
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2870
3203
 
2871
- - 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
3204
+ - 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
2872
3205
  - And many more 🐛 bug fixes and 📚 improvements.
2873
3206
 
2874
3207
  ### `@material-ui/core@5.0.0-alpha.33`
@@ -3373,7 +3706,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3373
3706
  #### Breaking changes
3374
3707
 
3375
3708
  - [FormControl] Change default variant from standard to outlined (#24895) @petyosi
3376
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3709
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3377
3710
 
3378
3711
  ```diff
3379
3712
  -<FormControl value="Standard" />
@@ -3385,7 +3718,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3385
3718
  - [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
3386
3719
  - [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
3387
3720
  - [Select] Change default variant from standard to outlined (#24895) @petyosi
3388
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3721
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3389
3722
 
3390
3723
  ```diff
3391
3724
  -<Select value="Standard" />
@@ -3589,7 +3922,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
3589
3922
  ```
3590
3923
 
3591
3924
  This feature was made possible by the recent migration to emotion.
3592
- You can [find the other issues](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
3925
+ You can [find the other issues](https://github.com/mui/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
3593
3926
 
3594
3927
  - 👩‍🎤 Convert 3 components to emotion (#25541, #25516, #25521) @rajzik, @praveenkumar-kalidass, @siriwatknp.
3595
3928
  - 📚 Migrate 8 component demo pages to the `sx`, `Stack`, and `styled` API @vicasas.
@@ -4807,7 +5140,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4807
5140
 
4808
5141
  - [Box] Remove deprecated props (#23716) @mnajdova
4809
5142
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
4810
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
5143
+ 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).
4811
5144
 
4812
5145
  ```diff
4813
5146
  -<Box p={2} bgColor="primary.main">
@@ -5058,9 +5391,9 @@ _Nov 14, 2020_
5058
5391
  A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
5059
5392
 
5060
5393
  - 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
5061
- We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
5394
+ We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
5062
5395
 
5063
- While the source code is currently hosted in the [main repository](https://github.com/mui-org/material-ui), we might move it to the [x repository](https://github.com/mui-org/material-ui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
5396
+ While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
5064
5397
 
5065
5398
  - 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
5066
5399
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
@@ -5071,7 +5404,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
5071
5404
  #### Breaking changes
5072
5405
 
5073
5406
  - [TextField] Change default variant from standard to outlined (#23503) @mbrookes
5074
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
5407
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
5075
5408
 
5076
5409
  ```diff
5077
5410
  -<TextField value="Standard" />
@@ -5168,11 +5501,11 @@ A big thanks to the 20 contributors who made this release possible. Here are som
5168
5501
 
5169
5502
  **Why an unstyled package?**
5170
5503
 
5171
- While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui-org/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
5504
+ 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.
5172
5505
 
5173
5506
  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).
5174
5507
 
5175
- Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui-org/material-ui/issues/22485) (not Material Design based).
5508
+ 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).
5176
5509
 
5177
5510
  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).
5178
5511
 
@@ -7228,4 +7561,4 @@ A big thanks to the 33 contributors who made this release possible. Here are som
7228
7561
 
7229
7562
  ## Older versions
7230
7563
 
7231
- Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui-org/material-ui/blob/HEAD/CHANGELOG.old.md).
7564
+ Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).