@mui/styled-engine-sc 5.4.2 → 5.7.0
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 +837 -34
- package/GlobalStyles/GlobalStyles.d.ts +3 -3
- package/README.md +1 -1
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,808 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.7.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.6.4..master -->
|
|
6
|
+
|
|
7
|
+
_May 10, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
🛠 This release is all about supporting CSS variables in many Material UI components.
|
|
12
|
+
Kudos to all contributors!
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.7.0`
|
|
15
|
+
|
|
16
|
+
- [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
|
|
17
|
+
- [Table, TableRow] Add support for CSS variables (#32614) @vicasas
|
|
18
|
+
- [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
|
|
19
|
+
- [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
|
|
20
|
+
- [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
|
|
21
|
+
- [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
|
|
22
|
+
- [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
|
|
23
|
+
- [ButtonGroup] Add support for CSS variables (#32498) @vicasas
|
|
24
|
+
- [CardActionArea] Add support for CSS variables (#32554) @vicasas
|
|
25
|
+
- [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
|
|
26
|
+
- [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
|
|
27
|
+
- [Dialog] Add support for CSS variables (#32555) @vicasas
|
|
28
|
+
- [Divider] Add support for CSS variables (#32519) @vicasas
|
|
29
|
+
- [Drawer] Add support for CSS variables (#32565) @nghiamvt
|
|
30
|
+
- [Fab] Add support for CSS variables (#32564) @alisasanib
|
|
31
|
+
- [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
|
|
32
|
+
- [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
|
|
33
|
+
- [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
|
|
34
|
+
- [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
|
|
35
|
+
- [IconButton] Add support for CSS variables (#32590) @Ariyapong
|
|
36
|
+
- [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
|
|
37
|
+
- [Input] Support CSS variables (#32128) @ivan-ngchakming
|
|
38
|
+
- [InputAdornment] Add support CSS variables (#32607) @vicasas
|
|
39
|
+
- [Link] Fix style overrides color prop (#32653) @siriwatknp
|
|
40
|
+
- [ListItem] Add support for CSS variables (#32580) @dan-mba
|
|
41
|
+
- [ListItemButton] Add support for CSS variables (#32582) @dan-mba
|
|
42
|
+
- [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
|
|
43
|
+
- [ListSubheader] Add support for CSS variables (#32584) @dan-mba
|
|
44
|
+
- [MenuItem] Add support for CSS variables (#32561) @nghiamvt
|
|
45
|
+
- [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
|
|
46
|
+
- [Modal] Add support for CSS variables (#32605) @haneenmahd
|
|
47
|
+
- [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
|
|
48
|
+
- [Rating] Add support for CSS variables (#32556) @vicasas
|
|
49
|
+
- [Snackbar] Add support for CSS variables (#32603) @gin1314
|
|
50
|
+
- [SpeedDial] Add support for CSS variables (#32613) @alisasanib
|
|
51
|
+
- [Stepper] Export useStepperContext (#31398) @pzi
|
|
52
|
+
- [SvgIcon] Add support for CSS variables (#32610) @vicasas
|
|
53
|
+
- [TablePagination] Add support for CSS variables (#32615) @haneenmahd
|
|
54
|
+
- [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
|
|
55
|
+
- [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
|
|
56
|
+
- [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
|
|
57
|
+
- [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
|
|
58
|
+
- [Tooltip] Add support for CSS variables (#32594) @gin1314
|
|
59
|
+
|
|
60
|
+
### `@mui/system@5.7.0`
|
|
61
|
+
|
|
62
|
+
- [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
|
|
63
|
+
|
|
64
|
+
### `@mui/base@5.0.0-alpha.80`
|
|
65
|
+
|
|
66
|
+
- [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
|
|
67
|
+
|
|
68
|
+
### `@mui/private-classnames@5.7.0`
|
|
69
|
+
|
|
70
|
+
- [classnames] Add new package for classnames utils (#32502) @mnajdova
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
75
|
+
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
76
|
+
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
77
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
78
|
+
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
79
|
+
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
80
|
+
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
81
|
+
- [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
|
|
82
|
+
- [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
|
|
83
|
+
- [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
|
|
84
|
+
- [docs] Fix broken redirection (#32581) @oliviertassinari
|
|
85
|
+
- [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
|
|
86
|
+
- [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
|
|
87
|
+
- [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
|
|
88
|
+
- [Joy] Add principles page (#32648) @siriwatknp
|
|
89
|
+
- [Joy] Add Button page (#32576) @siriwatknp
|
|
90
|
+
- [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
|
|
91
|
+
- [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
|
|
92
|
+
- [website] Optimize conversion to store (#32646) @oliviertassinari
|
|
93
|
+
- [website] Remove copy button on marketing pages (#32649) @siriwatknp
|
|
94
|
+
- [website] Add missing space in copy label (#32638) @flaviendelangle
|
|
95
|
+
|
|
96
|
+
### Core
|
|
97
|
+
|
|
98
|
+
- [core] Security updates (#32636) @michaldudak
|
|
99
|
+
- [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
|
|
100
|
+
- [core] Update minimist to fix security vulnerability (#32575) @michaldudak
|
|
101
|
+
|
|
102
|
+
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
|
|
103
|
+
|
|
104
|
+
## 5.6.4
|
|
105
|
+
|
|
106
|
+
<!-- generated comparing v5.6.3..master -->
|
|
107
|
+
|
|
108
|
+
_May 2, 2022_
|
|
109
|
+
|
|
110
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
111
|
+
|
|
112
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
113
|
+
- And more 🐛 bug fixes and 📚 improvements.
|
|
114
|
+
|
|
115
|
+
### `@mui/material@5.6.4`
|
|
116
|
+
|
|
117
|
+
- ​<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
|
|
118
|
+
- ​<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
|
|
119
|
+
- ​<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
|
|
120
|
+
- ​<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
|
|
121
|
+
- ​<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
|
|
122
|
+
- ​<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
|
|
123
|
+
- ​<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
|
|
124
|
+
- ​<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
|
|
125
|
+
|
|
126
|
+
### `@mui/codemod@5.6.4`
|
|
127
|
+
|
|
128
|
+
- ​<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
|
|
129
|
+
- ​<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
|
|
130
|
+
|
|
131
|
+
### `@mui/joy@5.0.0-alpha.26`
|
|
132
|
+
|
|
133
|
+
- ​<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
|
|
134
|
+
- ​<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
|
|
135
|
+
- ​<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
|
|
136
|
+
- ​<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
|
|
137
|
+
|
|
138
|
+
### Docs
|
|
139
|
+
|
|
140
|
+
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
141
|
+
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
142
|
+
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
143
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
144
|
+
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
145
|
+
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
146
|
+
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
147
|
+
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
148
|
+
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
149
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
|
|
150
|
+
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
151
|
+
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
152
|
+
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
153
|
+
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
154
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
155
|
+
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
156
|
+
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
157
|
+
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
158
|
+
- ​<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
|
|
159
|
+
- ​<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
|
|
160
|
+
- ​<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
|
|
161
|
+
- ​<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
|
|
162
|
+
|
|
163
|
+
### Core
|
|
164
|
+
|
|
165
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
166
|
+
|
|
167
|
+
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
168
|
+
|
|
169
|
+
## 5.6.3
|
|
170
|
+
|
|
171
|
+
<!-- generated comparing v5.6.2..master -->
|
|
172
|
+
|
|
173
|
+
_Apr 25, 2022_
|
|
174
|
+
|
|
175
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
176
|
+
|
|
177
|
+
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
|
|
178
|
+
- And more 🐛 bug fixes and 📚 improvements.
|
|
179
|
+
|
|
180
|
+
### `@mui/material@5.6.3`
|
|
181
|
+
|
|
182
|
+
- [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
|
|
183
|
+
- [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
|
|
184
|
+
- [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
|
|
185
|
+
|
|
186
|
+
### `@mui/system@5.6.3`
|
|
187
|
+
|
|
188
|
+
- [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
|
|
189
|
+
- [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
|
|
190
|
+
|
|
191
|
+
### `@mui/base@5.0.0-alpha.78`
|
|
192
|
+
|
|
193
|
+
- [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
|
|
194
|
+
|
|
195
|
+
### `@mui/joy@5.0.0-alpha.25`
|
|
196
|
+
|
|
197
|
+
- [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
|
|
198
|
+
- [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
|
|
199
|
+
- [Joy] Add `Chip` component (#31983) @hbjORbj
|
|
200
|
+
- [Joy] Improve controls (#32267) @siriwatknp
|
|
201
|
+
- [Joy] Set up docs (#32370) @siriwatknp
|
|
202
|
+
|
|
203
|
+
### Docs
|
|
204
|
+
|
|
205
|
+
- [docs] Enable row reordering on the pricing page (#31875) @DanailH
|
|
206
|
+
- [blog] A few improvements on date picker change (#32325) @oliviertassinari
|
|
207
|
+
- [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
|
|
208
|
+
- [docs] Revise the related projects page (#32180) @danilo-leal
|
|
209
|
+
- [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
|
|
210
|
+
- [docs] Fix sidenav mobile color (#32324) @oliviertassinari
|
|
211
|
+
- [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
|
|
212
|
+
- [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
|
|
213
|
+
- [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
|
|
214
|
+
- [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
|
|
215
|
+
- [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
|
|
216
|
+
- [website] Update Diamond sponsors list (#32433) @oliviertassinari
|
|
217
|
+
- [website] Add privacy policy link to website's footer (#32080) @danilo-leal
|
|
218
|
+
- [website] Remove the designer role (#32384) @danilo-leal
|
|
219
|
+
|
|
220
|
+
### Core
|
|
221
|
+
|
|
222
|
+
- [core] `yarn prettier` write @oliviertassinari
|
|
223
|
+
- [core] Fix changelog warning message (#32240) @praveen001
|
|
224
|
+
- [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
|
|
225
|
+
|
|
226
|
+
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
|
|
227
|
+
|
|
228
|
+
## 5.6.2
|
|
229
|
+
|
|
230
|
+
<!-- generated comparing v5.6.1..master -->
|
|
231
|
+
|
|
232
|
+
_Apr 18, 2022_
|
|
233
|
+
|
|
234
|
+
A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
235
|
+
|
|
236
|
+
### `@mui/material@5.6.2`
|
|
237
|
+
|
|
238
|
+
- ​<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
|
|
239
|
+
- ​<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
|
|
240
|
+
- ​<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
|
|
241
|
+
|
|
242
|
+
### `@mui/system@5.6.2`
|
|
243
|
+
|
|
244
|
+
- ​<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
|
|
245
|
+
|
|
246
|
+
### `@mui/base@5.0.0-alpha.77`
|
|
247
|
+
|
|
248
|
+
- ​<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
|
|
249
|
+
|
|
250
|
+
### `@mui/joy@5.0.0-alpha.24`
|
|
251
|
+
|
|
252
|
+
- ​<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
|
|
253
|
+
- ​<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
|
|
254
|
+
|
|
255
|
+
### Docs
|
|
256
|
+
|
|
257
|
+
- ​<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
|
|
258
|
+
- ​<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
|
|
259
|
+
- ​<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
|
|
260
|
+
- ​<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
|
|
261
|
+
- ​<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
|
|
262
|
+
- ​<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
|
|
263
|
+
- ​<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
|
|
264
|
+
- ​<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
|
|
265
|
+
- ​<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
|
|
266
|
+
- ​<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
|
|
267
|
+
- ​<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
|
|
268
|
+
- ​<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
|
|
269
|
+
- ​<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
|
|
270
|
+
- ​<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
|
|
271
|
+
- ​<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
|
|
272
|
+
- ​<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
|
|
273
|
+
- ​<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
|
|
274
|
+
- ​<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
|
|
275
|
+
- ​<!-- 02 -->[website] Improve new role template @oliviertassinari
|
|
276
|
+
- ​<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
|
|
277
|
+
- ​<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
|
|
278
|
+
|
|
279
|
+
### Core
|
|
280
|
+
|
|
281
|
+
- ​<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
|
|
282
|
+
- ​<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
|
|
283
|
+
- ​<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
|
|
284
|
+
|
|
285
|
+
All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
|
|
286
|
+
|
|
287
|
+
## 5.6.1
|
|
288
|
+
|
|
289
|
+
<!-- generated comparing v5.6.0..master -->
|
|
290
|
+
|
|
291
|
+
_Apr 11, 2022_
|
|
292
|
+
|
|
293
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
294
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
295
|
+
|
|
296
|
+
### `@mui/material@5.6.1`
|
|
297
|
+
|
|
298
|
+
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
|
|
299
|
+
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
|
|
300
|
+
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
|
|
301
|
+
|
|
302
|
+
### `@mui/base@5.0.0-alpha.76`
|
|
303
|
+
|
|
304
|
+
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
|
|
305
|
+
|
|
306
|
+
### Docs
|
|
307
|
+
|
|
308
|
+
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
|
|
309
|
+
- [docs] Format number icons search (#32239) @oliviertassinari
|
|
310
|
+
- [docs] Fix small external links issue (#32212) @oliviertassinari
|
|
311
|
+
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
|
|
312
|
+
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
|
|
313
|
+
- [docs] Fix wrong url (#32208) @siriwatknp
|
|
314
|
+
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
|
|
315
|
+
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
|
|
316
|
+
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
|
|
317
|
+
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
318
|
+
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
319
|
+
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
320
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
321
|
+
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
322
|
+
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
323
|
+
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
324
|
+
|
|
325
|
+
### Core
|
|
326
|
+
|
|
327
|
+
- [core] Fix misleading types range (#32236) @oliviertassinari
|
|
328
|
+
- [core] Small polish on the product name (#32199) @oliviertassinari
|
|
329
|
+
|
|
330
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
331
|
+
|
|
332
|
+
## 5.6.0
|
|
333
|
+
|
|
334
|
+
<!-- generated comparing v5.5.3..master -->
|
|
335
|
+
|
|
336
|
+
_Apr 5, 2022_
|
|
337
|
+
|
|
338
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
339
|
+
|
|
340
|
+
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
341
|
+
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
342
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
343
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
344
|
+
|
|
345
|
+
### `@mui/material@5.6.0`
|
|
346
|
+
|
|
347
|
+
- ​<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
|
|
348
|
+
- ​<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
|
|
349
|
+
- ​<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
|
|
350
|
+
- ​<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
|
|
351
|
+
- ​<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
|
|
352
|
+
|
|
353
|
+
### `@mui/base@5.0.0-alpha.75`
|
|
354
|
+
|
|
355
|
+
- ​<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
|
|
356
|
+
|
|
357
|
+
### `@mui/codemod@5.6.0`
|
|
358
|
+
|
|
359
|
+
- ​<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
|
|
360
|
+
|
|
361
|
+
### `@mui/lab@5.0.0-alpha.76`
|
|
362
|
+
|
|
363
|
+
- ​<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
|
|
364
|
+
|
|
365
|
+
### `@mui/joy@5.0.0-alpha.22`
|
|
366
|
+
|
|
367
|
+
- ​<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
|
|
368
|
+
|
|
369
|
+
### Docs
|
|
370
|
+
|
|
371
|
+
- ​<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
|
|
372
|
+
- ​<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
|
|
373
|
+
- ​<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
|
|
374
|
+
- ​<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
|
|
375
|
+
- ​<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
|
|
376
|
+
- ​<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
|
|
377
|
+
- ​<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
|
|
378
|
+
- ​<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
|
|
379
|
+
- ​<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
|
|
380
|
+
- ​<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
|
|
381
|
+
- ​<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
|
|
382
|
+
- ​<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
|
|
383
|
+
- ​<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
|
|
384
|
+
- ​<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
|
|
385
|
+
- ​<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
|
|
386
|
+
- ​<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
|
|
387
|
+
- ​<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
|
|
388
|
+
- ​<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
|
|
389
|
+
- ​<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
|
|
390
|
+
- ​<!-- 12 -->[docs] Correct typos (#32029) @apeltop
|
|
391
|
+
- ​<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
|
|
392
|
+
- ​<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
|
|
393
|
+
- ​<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
|
|
394
|
+
- ​<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
|
|
395
|
+
- ​<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
|
|
396
|
+
- ​<!-- 01 -->[website] Disable job ad @oliviertassinari
|
|
397
|
+
|
|
398
|
+
### Core
|
|
399
|
+
|
|
400
|
+
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
401
|
+
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
402
|
+
- ​<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
|
|
403
|
+
|
|
404
|
+
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
405
|
+
|
|
406
|
+
## 5.5.3
|
|
407
|
+
|
|
408
|
+
<!-- generated comparing v5.5.2..master -->
|
|
409
|
+
|
|
410
|
+
_Mar 28, 2022_
|
|
411
|
+
|
|
412
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
413
|
+
|
|
414
|
+
- ♿️ improved the a11y on some docs demos
|
|
415
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
416
|
+
|
|
417
|
+
### `@mui/material@5.5.3`
|
|
418
|
+
|
|
419
|
+
- ​<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
|
|
420
|
+
- ​<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
|
|
421
|
+
- ​<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
|
|
422
|
+
|
|
423
|
+
### `@mui/codemod@5.5.3`
|
|
424
|
+
|
|
425
|
+
- ​<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
|
|
426
|
+
|
|
427
|
+
### `@mui/utils@5.5.3`
|
|
428
|
+
|
|
429
|
+
- ​<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
|
|
430
|
+
|
|
431
|
+
### `@mui/base@5.0.0-alpha.74`
|
|
432
|
+
|
|
433
|
+
#### Breaking changes
|
|
434
|
+
|
|
435
|
+
- ​<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
|
|
436
|
+
|
|
437
|
+
The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
|
|
438
|
+
|
|
439
|
+
```tsx
|
|
440
|
+
const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
|
|
441
|
+
(props, ref) => {
|
|
442
|
+
const { open, className, ...other } = props;
|
|
443
|
+
return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
|
|
444
|
+
},
|
|
445
|
+
);
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
- ​<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
449
|
+
|
|
450
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
451
|
+
|
|
452
|
+
```diff
|
|
453
|
+
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
454
|
+
+import { TrapFocus } from '@mui/base';
|
|
455
|
+
|
|
456
|
+
// or
|
|
457
|
+
|
|
458
|
+
-import TrapFocus from '@mui/base/Unstyled_TrapFocus';
|
|
459
|
+
+import TrapFocus from '@mui/base/TrapFocus';
|
|
460
|
+
```
|
|
461
|
+
|
|
462
|
+
#### Changes
|
|
463
|
+
|
|
464
|
+
- ​<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
|
|
465
|
+
|
|
466
|
+
### `@mui/joy@5.0.0-alpha.21`
|
|
467
|
+
|
|
468
|
+
- ​<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
|
|
469
|
+
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
|
|
470
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
|
|
471
|
+
|
|
472
|
+
### Docs
|
|
473
|
+
|
|
474
|
+
- ​<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
|
|
475
|
+
- ​<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
|
|
476
|
+
- ​<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
|
|
477
|
+
- ​<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
|
|
478
|
+
- ​<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
|
|
479
|
+
- ​<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
|
|
480
|
+
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
481
|
+
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
482
|
+
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
483
|
+
- ​<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
|
|
484
|
+
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
485
|
+
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
486
|
+
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
487
|
+
- ​<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
|
|
488
|
+
- ​<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
|
|
489
|
+
- ​<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
|
|
490
|
+
- ​<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
|
|
491
|
+
- ​<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
|
|
492
|
+
- ​<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
|
|
493
|
+
- ​<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
|
|
494
|
+
|
|
495
|
+
### Core
|
|
496
|
+
|
|
497
|
+
- ​<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
|
|
498
|
+
- ​<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
|
|
499
|
+
- ​<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
|
|
500
|
+
- ​<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
|
|
501
|
+
|
|
502
|
+
All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
|
|
503
|
+
|
|
504
|
+
## 5.5.2
|
|
505
|
+
|
|
506
|
+
<!-- generated comparing v5.5.1..master -->
|
|
507
|
+
|
|
508
|
+
_Mar 21, 2022_
|
|
509
|
+
|
|
510
|
+
A big thanks to the 7 contributors who made this release possible. This is a small release focused on some 🐛 bug fixes and 📚 documentation improvements.
|
|
511
|
+
|
|
512
|
+
### `@mui/material@5.5.2`
|
|
513
|
+
|
|
514
|
+
- ​<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
|
|
515
|
+
|
|
516
|
+
### `@mui/joy@5.0.0-alpha.20`
|
|
517
|
+
|
|
518
|
+
- ​<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
|
|
519
|
+
- ​<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
|
|
520
|
+
|
|
521
|
+
### `@mui/base@5.0.0-alpha.73`
|
|
522
|
+
|
|
523
|
+
- ​<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
|
|
524
|
+
|
|
525
|
+
### `@mui/styled-engine-sc@5.5.2`
|
|
526
|
+
|
|
527
|
+
- ​<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
|
|
528
|
+
|
|
529
|
+
### Docs
|
|
530
|
+
|
|
531
|
+
- ​<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
|
|
532
|
+
- ​<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
|
|
533
|
+
- ​<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
|
|
534
|
+
- ​<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
|
|
535
|
+
- ​<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
|
|
536
|
+
- ​<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
|
|
537
|
+
- ​<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
|
|
538
|
+
- ​<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
|
|
539
|
+
- ​<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
|
|
540
|
+
|
|
541
|
+
### Core
|
|
542
|
+
|
|
543
|
+
- ​<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
|
|
544
|
+
|
|
545
|
+
All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
|
|
546
|
+
|
|
547
|
+
## 5.5.1
|
|
548
|
+
|
|
549
|
+
<!-- generated comparing v5.5.0..master -->
|
|
550
|
+
|
|
551
|
+
_Mar 14, 2022_
|
|
552
|
+
|
|
553
|
+
A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
|
|
554
|
+
|
|
555
|
+
- 📊 2021 survey results post by @danilo-leal (#30999)
|
|
556
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
557
|
+
|
|
558
|
+
### @mui/material@5.5.1
|
|
559
|
+
|
|
560
|
+
- [Fab] Add z-index (#30842) @issamElmohadeb098
|
|
561
|
+
- [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
|
|
562
|
+
- [i10n] Update italian locale (#30974) @SalvatoreMazzullo
|
|
563
|
+
- [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
|
|
564
|
+
- [Popper] Allow setting default props in a theme (#30118) @hafley66
|
|
565
|
+
- [TextField] fix disappearing border in Safari (#31406) @krysia1
|
|
566
|
+
|
|
567
|
+
### @mui/joy@5.0.0-alpha.19
|
|
568
|
+
|
|
569
|
+
- [Joy] Support horizontal List (#31620) @siriwatknp
|
|
570
|
+
- [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
|
|
571
|
+
- [Joy] Add `TextField` component (#31299) @siriwatknp
|
|
572
|
+
- [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
|
|
573
|
+
- [Joy] Add `Checkbox` component (#31273) @siriwatknp
|
|
574
|
+
|
|
575
|
+
### Docs
|
|
576
|
+
|
|
577
|
+
- [blog] 2021 survey results post (#30999) @danilo-leal
|
|
578
|
+
- [docs] Add Macedonian translation (#31402) @theCuriousOne
|
|
579
|
+
- [docs] Fix API page table styles in Safari (#31696) @aaarichter
|
|
580
|
+
- [docs] Fix SEO issues (#31505) @oliviertassinari
|
|
581
|
+
- [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
|
|
582
|
+
- [docs] Add "Work in biotech" to showcase (#31711) @klyburke
|
|
583
|
+
- [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
|
|
584
|
+
- [docs] Fix search icons crash (#31651) @juanpc10
|
|
585
|
+
- [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
|
|
586
|
+
- [docs] Fix source code links on the Templates page (#31425) @danilo-leal
|
|
587
|
+
- [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
|
|
588
|
+
- [docs] Migrate button demos to base (#31395) @siriwatknp
|
|
589
|
+
- [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
|
|
590
|
+
- [docs] Remove joy mockup pages (#31412) @siriwatknp
|
|
591
|
+
- [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
|
|
592
|
+
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
593
|
+
- [docs] Fix Search crash (#31386) @reckter
|
|
594
|
+
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
595
|
+
- [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
|
|
596
|
+
- [docs] Test products search (#31351) @siriwatknp
|
|
597
|
+
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
598
|
+
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
599
|
+
- [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
|
|
600
|
+
- [website] Add new gold sponsor (#31354) @hbjORbj
|
|
601
|
+
- [website] Update Ukraine support link (#31378) @samuelsycamore
|
|
602
|
+
|
|
603
|
+
### Core
|
|
604
|
+
|
|
605
|
+
- [core] Simplify anchor link (#31419) @oliviertassinari
|
|
606
|
+
- [core] Revert unrelated changes in #31354 @oliviertassinari
|
|
607
|
+
- [test] Upgrade CircleCI convenience image (#31394) @m4theushw
|
|
608
|
+
- [typescript] Simplify display of slot props types (#31240) @michaldudak
|
|
609
|
+
|
|
610
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
|
|
611
|
+
|
|
612
|
+
## 5.5.0
|
|
613
|
+
|
|
614
|
+
<!-- generated comparing v5.4.4..master -->
|
|
615
|
+
|
|
616
|
+
_Mar 7, 2022_
|
|
617
|
+
|
|
618
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
619
|
+
|
|
620
|
+
- ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
|
|
621
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
622
|
+
|
|
623
|
+
### `@mui/material@5.5.0`
|
|
624
|
+
|
|
625
|
+
#### Breaking change
|
|
626
|
+
|
|
627
|
+
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
628
|
+
|
|
629
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
|
|
630
|
+
|
|
631
|
+
```diff
|
|
632
|
+
- import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
633
|
+
+ import { unstable_ClassNameGenerator } from '@mui/material/className';
|
|
634
|
+
```
|
|
635
|
+
|
|
636
|
+
#### Changes
|
|
637
|
+
|
|
638
|
+
- ​<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
|
|
639
|
+
- ​<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
|
|
640
|
+
- ​<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
|
|
641
|
+
- ​<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
|
|
642
|
+
- ​<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
|
|
643
|
+
|
|
644
|
+
### `@mui/icons-material@5.5.0`
|
|
645
|
+
|
|
646
|
+
- ​<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
|
|
647
|
+
|
|
648
|
+
### `@mui/codemod@5.5.0`
|
|
649
|
+
|
|
650
|
+
- ​<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
|
|
651
|
+
|
|
652
|
+
### `@mui/lab@5.0.0-alpha.72`
|
|
653
|
+
|
|
654
|
+
- ​<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
|
|
655
|
+
|
|
656
|
+
### `@mui/base@5.0.0-alpha.71`
|
|
657
|
+
|
|
658
|
+
- ​<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
|
|
659
|
+
- ​<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
|
|
660
|
+
|
|
661
|
+
### `@mui/joy@5.0.0-alpha.18`
|
|
662
|
+
|
|
663
|
+
- ​<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
|
|
664
|
+
- ​<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
|
|
665
|
+
- ​<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
|
|
666
|
+
- ​<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
|
|
667
|
+
|
|
668
|
+
### `@mui/material-next@6.0.0-alpha.26`
|
|
669
|
+
|
|
670
|
+
- ​<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
|
|
671
|
+
|
|
672
|
+
### Docs
|
|
673
|
+
|
|
674
|
+
- ​<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
|
|
675
|
+
- ​<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
|
|
676
|
+
- ​<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
|
|
677
|
+
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
678
|
+
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
679
|
+
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
680
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
|
|
681
|
+
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
|
|
682
|
+
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
683
|
+
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
684
|
+
|
|
685
|
+
### Core
|
|
686
|
+
|
|
687
|
+
- ​<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
|
|
688
|
+
- ​<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
|
|
689
|
+
- ​<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
|
|
690
|
+
- ​<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
|
|
691
|
+
|
|
692
|
+
All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini
|
|
693
|
+
|
|
694
|
+
## 5.4.4
|
|
695
|
+
|
|
696
|
+
<!-- generated comparing v5.4.3..master -->
|
|
697
|
+
|
|
698
|
+
_Feb 28, 2022_
|
|
699
|
+
|
|
700
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
701
|
+
|
|
702
|
+
- ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
|
|
703
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
704
|
+
|
|
705
|
+
### `@mui/material@5.4.4`
|
|
706
|
+
|
|
707
|
+
- ​<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
|
|
708
|
+
- ​<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
|
|
709
|
+
- ​<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
|
|
710
|
+
- ​<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
|
|
711
|
+
- ​<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
|
|
712
|
+
|
|
713
|
+
### `@mui/system@5.4.4`
|
|
714
|
+
|
|
715
|
+
- ​<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
|
|
716
|
+
- ​<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
|
|
717
|
+
- ​<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
|
|
718
|
+
|
|
719
|
+
### `@mui/codemod@5.4.4`
|
|
720
|
+
|
|
721
|
+
- ​<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
|
|
722
|
+
|
|
723
|
+
### `@mui/base@5.0.0-alpha.70`
|
|
724
|
+
|
|
725
|
+
- ​<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
|
|
726
|
+
|
|
727
|
+
### `@mui/joy@5.0.0-alpha.17`
|
|
728
|
+
|
|
729
|
+
- ​<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
|
|
730
|
+
- ​<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
|
|
731
|
+
- ​<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
|
|
732
|
+
- ​<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
|
|
733
|
+
- ​<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
|
|
734
|
+
|
|
735
|
+
### Docs
|
|
736
|
+
|
|
737
|
+
- ​<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
|
|
738
|
+
- ​<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
|
|
739
|
+
- ​<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
|
|
740
|
+
- ​<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
|
|
741
|
+
- ​<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
|
|
742
|
+
- ​<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
|
|
743
|
+
- ​<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
|
|
744
|
+
- ​<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
|
|
745
|
+
- ​<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
|
|
746
|
+
- ​<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
|
|
747
|
+
- ​<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
|
|
748
|
+
|
|
749
|
+
### Core
|
|
750
|
+
|
|
751
|
+
- ​<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
|
|
752
|
+
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
753
|
+
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
754
|
+
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
755
|
+
- ​<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
756
|
+
|
|
757
|
+
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
|
|
758
|
+
|
|
759
|
+
## 5.4.3
|
|
760
|
+
|
|
761
|
+
<!-- generated comparing v5.4.2..master -->
|
|
762
|
+
|
|
763
|
+
_Feb 21, 2022_
|
|
764
|
+
|
|
765
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
766
|
+
|
|
767
|
+
- 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
|
|
768
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements
|
|
769
|
+
|
|
770
|
+
### `@mui/material@5.4.3`
|
|
771
|
+
|
|
772
|
+
- ​<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
|
|
773
|
+
- ​<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
|
|
774
|
+
- ​<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
|
|
775
|
+
|
|
776
|
+
### `@mui/icons-material@5.4.3`
|
|
777
|
+
|
|
778
|
+
- ​<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
|
|
779
|
+
|
|
780
|
+
### `@mui/joy@5.0.0-alpha.16`
|
|
781
|
+
|
|
782
|
+
- ​<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
|
|
783
|
+
- ​<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
|
|
784
|
+
- ​<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
|
|
785
|
+
|
|
786
|
+
### Docs
|
|
787
|
+
|
|
788
|
+
- ​<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
|
|
789
|
+
- ​<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
|
|
790
|
+
- ​<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
|
|
791
|
+
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
792
|
+
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
793
|
+
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
794
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
795
|
+
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
796
|
+
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
797
|
+
|
|
798
|
+
### Core
|
|
799
|
+
|
|
800
|
+
- ​<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
|
|
801
|
+
- ​<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
|
|
802
|
+
- ​<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
|
|
803
|
+
|
|
804
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
|
|
805
|
+
|
|
3
806
|
## 5.4.2
|
|
4
807
|
|
|
5
808
|
_Feb 15, 2022_
|
|
@@ -120,7 +923,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
120
923
|
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
|
|
121
924
|
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
|
|
122
925
|
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
|
|
123
|
-
- ​<!-- 17 -->[docs] Hotfix notification
|
|
926
|
+
- ​<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
|
|
124
927
|
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
|
|
125
928
|
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
|
|
126
929
|
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
|
|
@@ -475,7 +1278,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
475
1278
|
|
|
476
1279
|
### Core
|
|
477
1280
|
|
|
478
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
1281
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
479
1282
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
480
1283
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
481
1284
|
|
|
@@ -1474,7 +2277,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1474
2277
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1475
2278
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1476
2279
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1477
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
2280
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1478
2281
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1479
2282
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1480
2283
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1495,7 +2298,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1495
2298
|
|
|
1496
2299
|
### Core
|
|
1497
2300
|
|
|
1498
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2301
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1499
2302
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1500
2303
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1501
2304
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -1556,7 +2359,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1556
2359
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
1557
2360
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
1558
2361
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
1559
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2362
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
1560
2363
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
1561
2364
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
1562
2365
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -1598,7 +2401,7 @@ _Sep 1, 2021_
|
|
|
1598
2401
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1599
2402
|
|
|
1600
2403
|
- 🎉 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).
|
|
1601
|
-
- 🛠 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)
|
|
2404
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
|
|
1602
2405
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
1603
2406
|
|
|
1604
2407
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -2044,7 +2847,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2044
2847
|
### Docs
|
|
2045
2848
|
|
|
2046
2849
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
2047
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
2850
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
2048
2851
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
2049
2852
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
2050
2853
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2096,7 +2899,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2096
2899
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2097
2900
|
|
|
2098
2901
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2099
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
2902
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2100
2903
|
|
|
2101
2904
|
<a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
|
|
2102
2905
|
|
|
@@ -2187,7 +2990,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2187
2990
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2188
2991
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2189
2992
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2190
|
-
- [blog] Danilo Leal joins Material
|
|
2993
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2191
2994
|
|
|
2192
2995
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
2193
2996
|
|
|
@@ -2624,7 +3427,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2624
3427
|
|
|
2625
3428
|
### Docs
|
|
2626
3429
|
|
|
2627
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
3430
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
2628
3431
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
2629
3432
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
2630
3433
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -2911,7 +3714,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
2911
3714
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
2912
3715
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
2913
3716
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
2914
|
-
- [website] Add Material
|
|
3717
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
2915
3718
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
2916
3719
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
2917
3720
|
|
|
@@ -3003,7 +3806,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3003
3806
|
/>
|
|
3004
3807
|
```
|
|
3005
3808
|
|
|
3006
|
-
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3809
|
+
> Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3007
3810
|
|
|
3008
3811
|
#### Changes
|
|
3009
3812
|
|
|
@@ -3056,7 +3859,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3056
3859
|
- ​<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
|
|
3057
3860
|
- ​<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
|
|
3058
3861
|
- ​<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
|
|
3059
|
-
- ​<!-- 23 -->[docs] Link third-party routing in Bottom
|
|
3862
|
+
- ​<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
|
|
3060
3863
|
- ​<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
|
|
3061
3864
|
- ​<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
|
|
3062
3865
|
- ​<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
|
|
@@ -3166,7 +3969,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3166
3969
|
|
|
3167
3970
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3168
3971
|
|
|
3169
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
3972
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
3170
3973
|
|
|
3171
3974
|
```diff
|
|
3172
3975
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -3529,7 +4332,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3529
4332
|
- ​<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
|
|
3530
4333
|
- ​<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
|
|
3531
4334
|
- ​<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
|
|
3532
|
-
- ​<!-- 44 -->[internal][pickers] Entangle what
|
|
4335
|
+
- ​<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
|
|
3533
4336
|
- ​<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
|
|
3534
4337
|
- ​<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
|
|
3535
4338
|
- ​<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
|
|
@@ -3782,7 +4585,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3782
4585
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
3783
4586
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
3784
4587
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
3785
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4588
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
3786
4589
|
|
|
3787
4590
|
### Core
|
|
3788
4591
|
|
|
@@ -4068,7 +4871,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
4068
4871
|
|
|
4069
4872
|
### Docs
|
|
4070
4873
|
|
|
4071
|
-
- ​<!-- 22 -->[docs] Migrate Bottom
|
|
4874
|
+
- ​<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
|
|
4072
4875
|
- ​<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
|
|
4073
4876
|
- ​<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
|
|
4074
4877
|
- ​<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
|
|
@@ -4303,7 +5106,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4303
5106
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4304
5107
|
|
|
4305
5108
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
4306
|
-
We will not change the minimum supported version in a major version of Material
|
|
5109
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
4307
5110
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
4308
5111
|
|
|
4309
5112
|
#### Changes
|
|
@@ -5031,8 +5834,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5031
5834
|
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).
|
|
5032
5835
|
|
|
5033
5836
|
```diff
|
|
5034
|
-
-<Box p={2}
|
|
5035
|
-
+<Box sx={{ p: 2,
|
|
5837
|
+
-<Box p={2} bgcolor="primary.main">
|
|
5838
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
5036
5839
|
```
|
|
5037
5840
|
|
|
5038
5841
|
#### Changes
|
|
@@ -5143,7 +5946,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5143
5946
|
);
|
|
5144
5947
|
```
|
|
5145
5948
|
|
|
5146
|
-
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
5949
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
|
|
5147
5950
|
|
|
5148
5951
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5149
5952
|
|
|
@@ -5355,7 +6158,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5355
6158
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5356
6159
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5357
6160
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5358
|
-
- [docs] Prepare Material
|
|
6161
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5359
6162
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5360
6163
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5361
6164
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5383,19 +6186,19 @@ _Nov 4, 2020_
|
|
|
5383
6186
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
5384
6187
|
|
|
5385
6188
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
5386
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
6189
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
5387
6190
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5388
6191
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
5389
6192
|
|
|
5390
6193
|
**Why an unstyled package?**
|
|
5391
6194
|
|
|
5392
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
6195
|
+
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.
|
|
5393
6196
|
|
|
5394
6197
|
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).
|
|
5395
6198
|
|
|
5396
6199
|
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).
|
|
5397
6200
|
|
|
5398
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
6201
|
+
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).
|
|
5399
6202
|
|
|
5400
6203
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
5401
6204
|
|
|
@@ -5459,8 +6262,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5459
6262
|
### Docs
|
|
5460
6263
|
|
|
5461
6264
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
5462
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5463
|
-
- [docs] Add Material
|
|
6265
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
6266
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5464
6267
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5465
6268
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5466
6269
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5496,7 +6299,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5496
6299
|
Here are some highlights ✨:
|
|
5497
6300
|
|
|
5498
6301
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5499
|
-
We have resumed the work on Material
|
|
6302
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
5500
6303
|
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
|
|
5501
6304
|
|
|
5502
6305
|
The system is meant to solve the following problems:
|
|
@@ -5669,7 +6472,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
5669
6472
|
Here are some highlights ✨:
|
|
5670
6473
|
|
|
5671
6474
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
5672
|
-
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material
|
|
6475
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
5673
6476
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
5674
6477
|
|
|
5675
6478
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -5680,7 +6483,7 @@ Here are some highlights ✨:
|
|
|
5680
6483
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
5681
6484
|
In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
|
|
5682
6485
|
|
|
5683
|
-
Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
|
|
6486
|
+
Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
|
|
5684
6487
|
|
|
5685
6488
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
5686
6489
|
|
|
@@ -6036,7 +6839,7 @@ Here are some highlights ✨:
|
|
|
6036
6839
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
6037
6840
|
The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
|
|
6038
6841
|
|
|
6039
|
-
- ⚡️ A first alpha of the [DataGrid](https://mui.com/
|
|
6842
|
+
- ⚡️ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
6040
6843
|
|
|
6041
6844
|
It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
|
|
6042
6845
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6324,7 +7127,7 @@ Here are some highlights ✨:
|
|
|
6324
7127
|
|
|
6325
7128
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6326
7129
|
|
|
6327
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
7130
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
6328
7131
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6329
7132
|
|
|
6330
7133
|
#### Changes
|
|
@@ -6742,7 +7545,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
6742
7545
|
Here are some highlights ✨:
|
|
6743
7546
|
|
|
6744
7547
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
6745
|
-
This API allows developers to add new variants on the Material
|
|
7548
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
6746
7549
|
For instance with the Button:
|
|
6747
7550
|
|
|
6748
7551
|
```tsx
|
|
@@ -6771,7 +7574,7 @@ Here are some highlights ✨:
|
|
|
6771
7574
|
<Button variant="dashed" />;
|
|
6772
7575
|
```
|
|
6773
7576
|
|
|
6774
|
-
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7577
|
+
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
6775
7578
|
|
|
6776
7579
|
- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
6777
7580
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { CSSObject, InterpolationFunction } from 'styled-components';
|
|
3
3
|
|
|
4
|
-
export interface GlobalStylesProps {
|
|
4
|
+
export interface GlobalStylesProps<Theme = {}> {
|
|
5
5
|
defaultTheme?: object;
|
|
6
|
-
styles: string | CSSObject | InterpolationFunction<
|
|
6
|
+
styles: string | CSSObject | InterpolationFunction<Theme>;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
export default function Global(props: GlobalStylesProps): React.ReactElement;
|
|
9
|
+
export default function Global<Theme = {}>(props: GlobalStylesProps<Theme>): React.ReactElement;
|
package/README.md
CHANGED
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine-sc",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"prop-types": "^15.
|
|
29
|
+
"prop-types": "^15.8.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@types/styled-components": "^5.1.14",
|