@mui/styled-engine-sc 5.4.1 โ 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +616 -32
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,589 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.6.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.6.0..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 11, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.6.1`
|
|
13
|
+
|
|
14
|
+
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
|
|
15
|
+
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
|
|
16
|
+
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
|
|
17
|
+
|
|
18
|
+
### `@mui/base@5.0.0-alpha.76`
|
|
19
|
+
|
|
20
|
+
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
|
|
25
|
+
- [docs] Format number icons search (#32239) @oliviertassinari
|
|
26
|
+
- [docs] Fix small external links issue (#32212) @oliviertassinari
|
|
27
|
+
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
|
|
28
|
+
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
|
|
29
|
+
- [docs] Fix wrong url (#32208) @siriwatknp
|
|
30
|
+
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
|
|
31
|
+
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
|
|
32
|
+
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
|
|
33
|
+
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
34
|
+
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
35
|
+
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
36
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
37
|
+
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
38
|
+
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
39
|
+
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- [core] Fix misleading types range (#32236) @oliviertassinari
|
|
44
|
+
- [core] Small polish on the product name (#32199) @oliviertassinari
|
|
45
|
+
|
|
46
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
47
|
+
|
|
48
|
+
## 5.6.0
|
|
49
|
+
|
|
50
|
+
<!-- generated comparing v5.5.3..master -->
|
|
51
|
+
|
|
52
|
+
_Apr 5, 2022_
|
|
53
|
+
|
|
54
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights โจ:
|
|
55
|
+
|
|
56
|
+
- ๐งฐ Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
57
|
+
- ๐ Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
58
|
+
- ๐ฃ Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
59
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
60
|
+
|
|
61
|
+
### `@mui/material@5.6.0`
|
|
62
|
+
|
|
63
|
+
- ​<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
|
|
64
|
+
- ​<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
|
|
65
|
+
- ​<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
|
|
66
|
+
- ​<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
|
|
67
|
+
- ​<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
|
|
68
|
+
|
|
69
|
+
### `@mui/base@5.0.0-alpha.75`
|
|
70
|
+
|
|
71
|
+
- ​<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
|
|
72
|
+
|
|
73
|
+
### `@mui/codemod@5.6.0`
|
|
74
|
+
|
|
75
|
+
- ​<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
|
|
76
|
+
|
|
77
|
+
### `@mui/lab@5.0.0-alpha.76`
|
|
78
|
+
|
|
79
|
+
- ​<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
|
|
80
|
+
|
|
81
|
+
### `@mui/joy@5.0.0-alpha.22`
|
|
82
|
+
|
|
83
|
+
- ​<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
|
|
84
|
+
|
|
85
|
+
### Docs
|
|
86
|
+
|
|
87
|
+
- ​<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
|
|
88
|
+
- ​<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
|
|
89
|
+
- ​<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
|
|
90
|
+
- ​<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
|
|
91
|
+
- ​<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
|
|
92
|
+
- ​<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
|
|
93
|
+
- ​<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
|
|
94
|
+
- ​<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
|
|
95
|
+
- ​<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
|
|
96
|
+
- ​<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
|
|
97
|
+
- ​<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
|
|
98
|
+
- ​<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
|
|
99
|
+
- ​<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
|
|
100
|
+
- ​<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
|
|
101
|
+
- ​<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
|
|
102
|
+
- ​<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
|
|
103
|
+
- ​<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
|
|
104
|
+
- ​<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
|
|
105
|
+
- ​<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
|
|
106
|
+
- ​<!-- 12 -->[docs] Correct typos (#32029) @apeltop
|
|
107
|
+
- ​<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
|
|
108
|
+
- ​<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
|
|
109
|
+
- ​<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
|
|
110
|
+
- ​<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
|
|
111
|
+
- ​<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
|
|
112
|
+
- ​<!-- 01 -->[website] Disable job ad @oliviertassinari
|
|
113
|
+
|
|
114
|
+
### Core
|
|
115
|
+
|
|
116
|
+
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
117
|
+
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
118
|
+
- ​<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
|
|
119
|
+
|
|
120
|
+
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
121
|
+
|
|
122
|
+
## 5.5.3
|
|
123
|
+
|
|
124
|
+
<!-- generated comparing v5.5.2..master -->
|
|
125
|
+
|
|
126
|
+
_Mar 28, 2022_
|
|
127
|
+
|
|
128
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
|
|
129
|
+
|
|
130
|
+
- โฟ๏ธ improved the a11y on some docs demos
|
|
131
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
132
|
+
|
|
133
|
+
### `@mui/material@5.5.3`
|
|
134
|
+
|
|
135
|
+
- ​<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
|
|
136
|
+
- ​<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
|
|
137
|
+
- ​<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
|
|
138
|
+
|
|
139
|
+
### `@mui/codemod@5.5.3`
|
|
140
|
+
|
|
141
|
+
- ​<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
|
|
142
|
+
|
|
143
|
+
### `@mui/utils@5.5.3`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
|
|
146
|
+
|
|
147
|
+
### `@mui/base@5.0.0-alpha.74`
|
|
148
|
+
|
|
149
|
+
#### Breaking changes
|
|
150
|
+
|
|
151
|
+
- ​<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
|
|
152
|
+
|
|
153
|
+
The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
|
|
154
|
+
|
|
155
|
+
```tsx
|
|
156
|
+
const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
|
|
157
|
+
(props, ref) => {
|
|
158
|
+
const { open, className, ...other } = props;
|
|
159
|
+
return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
|
|
160
|
+
},
|
|
161
|
+
);
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
- ​<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
165
|
+
|
|
166
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
167
|
+
|
|
168
|
+
```diff
|
|
169
|
+
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
170
|
+
+import { TrapFocus } from '@mui/base';
|
|
171
|
+
|
|
172
|
+
// or
|
|
173
|
+
|
|
174
|
+
-import TrapFocus from '@mui/base/Unstyled_TrapFocus';
|
|
175
|
+
+import TrapFocus from '@mui/base/TrapFocus';
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
#### Changes
|
|
179
|
+
|
|
180
|
+
- ​<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
|
|
181
|
+
|
|
182
|
+
### `@mui/joy@5.0.0-alpha.21`
|
|
183
|
+
|
|
184
|
+
- ​<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
|
|
185
|
+
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
|
|
186
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
|
|
187
|
+
|
|
188
|
+
### Docs
|
|
189
|
+
|
|
190
|
+
- ​<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
|
|
191
|
+
- ​<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
|
|
192
|
+
- ​<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
|
|
193
|
+
- ​<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
|
|
194
|
+
- ​<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
|
|
195
|
+
- ​<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
|
|
196
|
+
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
197
|
+
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
198
|
+
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
199
|
+
- ​<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
|
|
200
|
+
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
201
|
+
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
202
|
+
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
203
|
+
- ​<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
|
|
204
|
+
- ​<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
|
|
205
|
+
- ​<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
|
|
206
|
+
- ​<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
|
|
207
|
+
- ​<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
|
|
208
|
+
- ​<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
|
|
209
|
+
- ​<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
|
|
210
|
+
|
|
211
|
+
### Core
|
|
212
|
+
|
|
213
|
+
- ​<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
|
|
214
|
+
- ​<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
|
|
215
|
+
- ​<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
|
|
216
|
+
- ​<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
|
|
217
|
+
|
|
218
|
+
All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
|
|
219
|
+
|
|
220
|
+
## 5.5.2
|
|
221
|
+
|
|
222
|
+
<!-- generated comparing v5.5.1..master -->
|
|
223
|
+
|
|
224
|
+
_Mar 21, 2022_
|
|
225
|
+
|
|
226
|
+
A big thanks to the 7 contributors who made this release possible. This is a small release focused on some ๐ bug fixes and ๐ documentation improvements.
|
|
227
|
+
|
|
228
|
+
### `@mui/material@5.5.2`
|
|
229
|
+
|
|
230
|
+
- ​<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
|
|
231
|
+
|
|
232
|
+
### `@mui/joy@5.0.0-alpha.20`
|
|
233
|
+
|
|
234
|
+
- ​<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
|
|
235
|
+
- ​<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
|
|
236
|
+
|
|
237
|
+
### `@mui/base@5.0.0-alpha.73`
|
|
238
|
+
|
|
239
|
+
- ​<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
|
|
240
|
+
|
|
241
|
+
### `@mui/styled-engine-sc@5.5.2`
|
|
242
|
+
|
|
243
|
+
- ​<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
|
|
244
|
+
|
|
245
|
+
### Docs
|
|
246
|
+
|
|
247
|
+
- ​<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
|
|
248
|
+
- ​<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
|
|
249
|
+
- ​<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
|
|
250
|
+
- ​<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
|
|
251
|
+
- ​<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
|
|
252
|
+
- ​<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
|
|
253
|
+
- ​<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
|
|
254
|
+
- ​<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
|
|
255
|
+
- ​<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
|
|
256
|
+
|
|
257
|
+
### Core
|
|
258
|
+
|
|
259
|
+
- ​<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
|
|
260
|
+
|
|
261
|
+
All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
|
|
262
|
+
|
|
263
|
+
## 5.5.1
|
|
264
|
+
|
|
265
|
+
<!-- generated comparing v5.5.0..master -->
|
|
266
|
+
|
|
267
|
+
_Mar 14, 2022_
|
|
268
|
+
|
|
269
|
+
A big thanks to the 23 contributors who made this release possible. Here are some highlights โจ:
|
|
270
|
+
|
|
271
|
+
- ๐ 2021 survey results post by @danilo-leal (#30999)
|
|
272
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
273
|
+
|
|
274
|
+
### @mui/material@5.5.1
|
|
275
|
+
|
|
276
|
+
- [Fab] Add z-index (#30842) @issamElmohadeb098
|
|
277
|
+
- [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
|
|
278
|
+
- [i10n] Update italian locale (#30974) @SalvatoreMazzullo
|
|
279
|
+
- [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
|
|
280
|
+
- [Popper] Allow setting default props in a theme (#30118) @hafley66
|
|
281
|
+
- [TextField] fix disappearing border in Safari (#31406) @krysia1
|
|
282
|
+
|
|
283
|
+
### @mui/joy@5.0.0-alpha.19
|
|
284
|
+
|
|
285
|
+
- [Joy] Support horizontal List (#31620) @siriwatknp
|
|
286
|
+
- [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
|
|
287
|
+
- [Joy] Add `TextField` component (#31299) @siriwatknp
|
|
288
|
+
- [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
|
|
289
|
+
- [Joy] Add `Checkbox` component (#31273) @siriwatknp
|
|
290
|
+
|
|
291
|
+
### Docs
|
|
292
|
+
|
|
293
|
+
- [blog] 2021 survey results post (#30999) @danilo-leal
|
|
294
|
+
- [docs] Add Macedonian translation (#31402) @theCuriousOne
|
|
295
|
+
- [docs] Fix API page table styles in Safari (#31696) @aaarichter
|
|
296
|
+
- [docs] Fix SEO issues (#31505) @oliviertassinari
|
|
297
|
+
- [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
|
|
298
|
+
- [docs] Add "Work in biotech" to showcase (#31711) @klyburke
|
|
299
|
+
- [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
|
|
300
|
+
- [docs] Fix search icons crash (#31651) @juanpc10
|
|
301
|
+
- [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
|
|
302
|
+
- [docs] Fix source code links on the Templates page (#31425) @danilo-leal
|
|
303
|
+
- [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
|
|
304
|
+
- [docs] Migrate button demos to base (#31395) @siriwatknp
|
|
305
|
+
- [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
|
|
306
|
+
- [docs] Remove joy mockup pages (#31412) @siriwatknp
|
|
307
|
+
- [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
|
|
308
|
+
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
309
|
+
- [docs] Fix Search crash (#31386) @reckter
|
|
310
|
+
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
311
|
+
- [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
|
|
312
|
+
- [docs] Test products search (#31351) @siriwatknp
|
|
313
|
+
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
314
|
+
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
315
|
+
- [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
|
|
316
|
+
- [website] Add new gold sponsor (#31354) @hbjORbj
|
|
317
|
+
- [website] Update Ukraine support link (#31378) @samuelsycamore
|
|
318
|
+
|
|
319
|
+
### Core
|
|
320
|
+
|
|
321
|
+
- [core] Simplify anchor link (#31419) @oliviertassinari
|
|
322
|
+
- [core] Revert unrelated changes in #31354 @oliviertassinari
|
|
323
|
+
- [test] Upgrade CircleCI convenience image (#31394) @m4theushw
|
|
324
|
+
- [typescript] Simplify display of slot props types (#31240) @michaldudak
|
|
325
|
+
|
|
326
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
|
|
327
|
+
|
|
328
|
+
## 5.5.0
|
|
329
|
+
|
|
330
|
+
<!-- generated comparing v5.4.4..master -->
|
|
331
|
+
|
|
332
|
+
_Mar 7, 2022_
|
|
333
|
+
|
|
334
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights โจ:
|
|
335
|
+
|
|
336
|
+
- โฟ๏ธ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
|
|
337
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
338
|
+
|
|
339
|
+
### `@mui/material@5.5.0`
|
|
340
|
+
|
|
341
|
+
#### Breaking change
|
|
342
|
+
|
|
343
|
+
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
344
|
+
|
|
345
|
+
`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:
|
|
346
|
+
|
|
347
|
+
```diff
|
|
348
|
+
- import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
349
|
+
+ import { unstable_ClassNameGenerator } from '@mui/material/className';
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
#### Changes
|
|
353
|
+
|
|
354
|
+
- ​<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
|
|
355
|
+
- ​<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
|
|
356
|
+
- ​<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
|
|
357
|
+
- ​<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
|
|
358
|
+
- ​<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
|
|
359
|
+
|
|
360
|
+
### `@mui/icons-material@5.5.0`
|
|
361
|
+
|
|
362
|
+
- ​<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
|
|
363
|
+
|
|
364
|
+
### `@mui/codemod@5.5.0`
|
|
365
|
+
|
|
366
|
+
- ​<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
|
|
367
|
+
|
|
368
|
+
### `@mui/lab@5.0.0-alpha.72`
|
|
369
|
+
|
|
370
|
+
- ​<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
|
|
371
|
+
|
|
372
|
+
### `@mui/base@5.0.0-alpha.71`
|
|
373
|
+
|
|
374
|
+
- ​<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
|
|
375
|
+
- ​<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
|
|
376
|
+
|
|
377
|
+
### `@mui/joy@5.0.0-alpha.18`
|
|
378
|
+
|
|
379
|
+
- ​<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
|
|
380
|
+
- ​<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
|
|
381
|
+
- ​<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
|
|
382
|
+
- ​<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
|
|
383
|
+
|
|
384
|
+
### `@mui/material-next@6.0.0-alpha.26`
|
|
385
|
+
|
|
386
|
+
- ​<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
|
|
387
|
+
|
|
388
|
+
### Docs
|
|
389
|
+
|
|
390
|
+
- ​<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
|
|
391
|
+
- ​<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
|
|
392
|
+
- ​<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
|
|
393
|
+
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
394
|
+
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
395
|
+
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
396
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
|
|
397
|
+
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-witโฆ (#30981) @nnecec
|
|
398
|
+
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
399
|
+
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
400
|
+
|
|
401
|
+
### Core
|
|
402
|
+
|
|
403
|
+
- ​<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
|
|
404
|
+
- ​<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
|
|
405
|
+
- ​<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
|
|
406
|
+
- ​<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
|
|
407
|
+
|
|
408
|
+
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
|
|
409
|
+
|
|
410
|
+
## 5.4.4
|
|
411
|
+
|
|
412
|
+
<!-- generated comparing v5.4.3..master -->
|
|
413
|
+
|
|
414
|
+
_Feb 28, 2022_
|
|
415
|
+
|
|
416
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
|
|
417
|
+
|
|
418
|
+
- โจ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
|
|
419
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
420
|
+
|
|
421
|
+
### `@mui/material@5.4.4`
|
|
422
|
+
|
|
423
|
+
- ​<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
|
|
424
|
+
- ​<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
|
|
425
|
+
- ​<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
|
|
426
|
+
- ​<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
|
|
427
|
+
- ​<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
|
|
428
|
+
|
|
429
|
+
### `@mui/system@5.4.4`
|
|
430
|
+
|
|
431
|
+
- ​<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
|
|
432
|
+
- ​<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
|
|
433
|
+
- ​<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
|
|
434
|
+
|
|
435
|
+
### `@mui/codemod@5.4.4`
|
|
436
|
+
|
|
437
|
+
- ​<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
|
|
438
|
+
|
|
439
|
+
### `@mui/base@5.0.0-alpha.70`
|
|
440
|
+
|
|
441
|
+
- ​<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
|
|
442
|
+
|
|
443
|
+
### `@mui/joy@5.0.0-alpha.17`
|
|
444
|
+
|
|
445
|
+
- ​<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
|
|
446
|
+
- ​<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
|
|
447
|
+
- ​<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
|
|
448
|
+
- ​<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
|
|
449
|
+
- ​<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
|
|
450
|
+
|
|
451
|
+
### Docs
|
|
452
|
+
|
|
453
|
+
- ​<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
|
|
454
|
+
- ​<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
|
|
455
|
+
- ​<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
|
|
456
|
+
- ​<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
|
|
457
|
+
- ​<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
|
|
458
|
+
- ​<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
|
|
459
|
+
- ​<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
|
|
460
|
+
- ​<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
|
|
461
|
+
- ​<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
|
|
462
|
+
- ​<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
|
|
463
|
+
- ​<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
|
|
464
|
+
|
|
465
|
+
### Core
|
|
466
|
+
|
|
467
|
+
- ​<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
|
|
468
|
+
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
469
|
+
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
470
|
+
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
471
|
+
- ​<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
472
|
+
|
|
473
|
+
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
|
|
474
|
+
|
|
475
|
+
## 5.4.3
|
|
476
|
+
|
|
477
|
+
<!-- generated comparing v5.4.2..master -->
|
|
478
|
+
|
|
479
|
+
_Feb 21, 2022_
|
|
480
|
+
|
|
481
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
482
|
+
|
|
483
|
+
- ๐ @hbjORbj made components use theme duration/easing values by default (#30894)
|
|
484
|
+
- A meaningful number of ๐ bug fixes and ๐ documentation improvements
|
|
485
|
+
|
|
486
|
+
### `@mui/material@5.4.3`
|
|
487
|
+
|
|
488
|
+
- ​<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
|
|
489
|
+
- ​<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
|
|
490
|
+
- ​<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
|
|
491
|
+
|
|
492
|
+
### `@mui/icons-material@5.4.3`
|
|
493
|
+
|
|
494
|
+
- ​<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
|
|
495
|
+
|
|
496
|
+
### `@mui/joy@5.0.0-alpha.16`
|
|
497
|
+
|
|
498
|
+
- ​<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
|
|
499
|
+
- ​<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
|
|
500
|
+
- ​<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
|
|
501
|
+
|
|
502
|
+
### Docs
|
|
503
|
+
|
|
504
|
+
- ​<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
|
|
505
|
+
- ​<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
|
|
506
|
+
- ​<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
|
|
507
|
+
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
508
|
+
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
509
|
+
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
510
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
511
|
+
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
512
|
+
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
513
|
+
|
|
514
|
+
### Core
|
|
515
|
+
|
|
516
|
+
- ​<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
|
|
517
|
+
- ​<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
|
|
518
|
+
- ​<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
|
|
519
|
+
|
|
520
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
|
|
521
|
+
|
|
522
|
+
## 5.4.2
|
|
523
|
+
|
|
524
|
+
_Feb 15, 2022_
|
|
525
|
+
|
|
526
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights โจ:
|
|
527
|
+
|
|
528
|
+
- ๐ @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
|
|
529
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
530
|
+
|
|
531
|
+
### `@mui/material@5.4.2`
|
|
532
|
+
|
|
533
|
+
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
534
|
+
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
535
|
+
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
536
|
+
- [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
537
|
+
|
|
538
|
+
### `@mui/system@5.4.2`
|
|
539
|
+
|
|
540
|
+
- [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
|
|
541
|
+
|
|
542
|
+
### `@mui/lab@5.0.0-alpha.69`
|
|
543
|
+
|
|
544
|
+
- [DatePicker] Fix passing clearable prop (#30786) @alisasanib
|
|
545
|
+
|
|
546
|
+
### `@mui/joy@5.0.0-alpha.15`
|
|
547
|
+
|
|
548
|
+
- [Joy] Improve variant customization experience (#30878) @siriwatknp
|
|
549
|
+
- [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
|
|
550
|
+
|
|
551
|
+
### Framer
|
|
552
|
+
|
|
553
|
+
- [design] Remove framer components (#30983) @mbrookes
|
|
554
|
+
- [design] Remove framer leftovers (#31070) @michaldudak
|
|
555
|
+
|
|
556
|
+
### Docs
|
|
557
|
+
|
|
558
|
+
- [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
|
|
559
|
+
- [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
|
|
560
|
+
- [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
|
|
561
|
+
- [docs] Fix layout shift on loading (#31017) @oliviertassinari
|
|
562
|
+
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
563
|
+
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
564
|
+
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
565
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
566
|
+
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
567
|
+
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
568
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
569
|
+
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
570
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
|
|
571
|
+
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
572
|
+
- [website] Improve title of open roles (#30963) @DanailH
|
|
573
|
+
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
574
|
+
- [website] Add Sycamore to About page (#31000) @samuelsycamore
|
|
575
|
+
|
|
576
|
+
### Core
|
|
577
|
+
|
|
578
|
+
- [benchmark] Add missing dependency (#30994) @michaldudak
|
|
579
|
+
- [core] Bump date-io version (#31016) @michaldudak
|
|
580
|
+
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
581
|
+
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
582
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
583
|
+
- [core] Remove dead code (#31064) @oliviertassinari
|
|
584
|
+
|
|
585
|
+
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
586
|
+
|
|
3
587
|
## 5.4.1
|
|
4
588
|
|
|
5
589
|
<!-- generated comparing v5.4.0..master -->
|
|
@@ -55,7 +639,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
55
639
|
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
|
|
56
640
|
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
|
|
57
641
|
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
|
|
58
|
-
- ​<!-- 17 -->[docs] Hotfix notification
|
|
642
|
+
- ​<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
|
|
59
643
|
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
|
|
60
644
|
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
|
|
61
645
|
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
|
|
@@ -410,7 +994,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
410
994
|
|
|
411
995
|
### Core
|
|
412
996
|
|
|
413
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
997
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
414
998
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
415
999
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
416
1000
|
|
|
@@ -1409,7 +1993,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1409
1993
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1410
1994
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1411
1995
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1412
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
1996
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1413
1997
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1414
1998
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1415
1999
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1430,7 +2014,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1430
2014
|
|
|
1431
2015
|
### Core
|
|
1432
2016
|
|
|
1433
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2017
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1434
2018
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1435
2019
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1436
2020
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -1491,7 +2075,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1491
2075
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
1492
2076
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
1493
2077
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
1494
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2078
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
1495
2079
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
1496
2080
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
1497
2081
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -1533,7 +2117,7 @@ _Sep 1, 2021_
|
|
|
1533
2117
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
1534
2118
|
|
|
1535
2119
|
- ๐ Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
1536
|
-
- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
2120
|
+
- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
|
|
1537
2121
|
- ๐งช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
|
|
1538
2122
|
|
|
1539
2123
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -1979,7 +2563,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
1979
2563
|
### Docs
|
|
1980
2564
|
|
|
1981
2565
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
1982
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
2566
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
1983
2567
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
1984
2568
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
1985
2569
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2031,7 +2615,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2031
2615
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2032
2616
|
|
|
2033
2617
|
- ๐ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2034
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
2618
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2035
2619
|
|
|
2036
2620
|
<a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
|
|
2037
2621
|
|
|
@@ -2122,7 +2706,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2122
2706
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2123
2707
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2124
2708
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2125
|
-
- [blog] Danilo Leal joins Material
|
|
2709
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2126
2710
|
|
|
2127
2711
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
2128
2712
|
|
|
@@ -2559,7 +3143,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2559
3143
|
|
|
2560
3144
|
### Docs
|
|
2561
3145
|
|
|
2562
|
-
- ​<!-- 20 -->[blog] Michaล Dudak joins Material
|
|
3146
|
+
- ​<!-- 20 -->[blog] Michaล Dudak joins Material UI (#26700) @oliviertassinari
|
|
2563
3147
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
2564
3148
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
2565
3149
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -2846,7 +3430,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
2846
3430
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
2847
3431
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
2848
3432
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
2849
|
-
- [website] Add Material
|
|
3433
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
2850
3434
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
2851
3435
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
2852
3436
|
|
|
@@ -2938,7 +3522,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2938
3522
|
/>
|
|
2939
3523
|
```
|
|
2940
3524
|
|
|
2941
|
-
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3525
|
+
> Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
2942
3526
|
|
|
2943
3527
|
#### Changes
|
|
2944
3528
|
|
|
@@ -3101,7 +3685,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3101
3685
|
|
|
3102
3686
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3103
3687
|
|
|
3104
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
3688
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
3105
3689
|
|
|
3106
3690
|
```diff
|
|
3107
3691
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -3464,7 +4048,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3464
4048
|
- ​<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
|
|
3465
4049
|
- ​<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
|
|
3466
4050
|
- ​<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
|
|
3467
|
-
- ​<!-- 44 -->[internal][pickers] Entangle what
|
|
4051
|
+
- ​<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
|
|
3468
4052
|
- ​<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
|
|
3469
4053
|
- ​<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
|
|
3470
4054
|
- ​<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
|
|
@@ -3717,7 +4301,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3717
4301
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
3718
4302
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
3719
4303
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
3720
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4304
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
3721
4305
|
|
|
3722
4306
|
### Core
|
|
3723
4307
|
|
|
@@ -4238,7 +4822,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4238
4822
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4239
4823
|
|
|
4240
4824
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
4241
|
-
We will not change the minimum supported version in a major version of Material
|
|
4825
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
4242
4826
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
4243
4827
|
|
|
4244
4828
|
#### Changes
|
|
@@ -4966,8 +5550,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4966
5550
|
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
|
|
4967
5551
|
|
|
4968
5552
|
```diff
|
|
4969
|
-
-<Box p={2}
|
|
4970
|
-
+<Box sx={{ p: 2,
|
|
5553
|
+
-<Box p={2} bgcolor="primary.main">
|
|
5554
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
4971
5555
|
```
|
|
4972
5556
|
|
|
4973
5557
|
#### Changes
|
|
@@ -5078,7 +5662,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5078
5662
|
);
|
|
5079
5663
|
```
|
|
5080
5664
|
|
|
5081
|
-
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
5665
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
|
|
5082
5666
|
|
|
5083
5667
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5084
5668
|
|
|
@@ -5290,7 +5874,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5290
5874
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5291
5875
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5292
5876
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5293
|
-
- [docs] Prepare Material
|
|
5877
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5294
5878
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5295
5879
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5296
5880
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5318,19 +5902,19 @@ _Nov 4, 2020_
|
|
|
5318
5902
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights โจ:
|
|
5319
5903
|
|
|
5320
5904
|
- โ๏ธ Add support for React 17 (#23311) @eps1lon.
|
|
5321
|
-
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
|
|
5905
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
5322
5906
|
- ๐ Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5323
5907
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
5324
5908
|
|
|
5325
5909
|
**Why an unstyled package?**
|
|
5326
5910
|
|
|
5327
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
5911
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
5328
5912
|
|
|
5329
5913
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
5330
5914
|
|
|
5331
5915
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
5332
5916
|
|
|
5333
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
5917
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
5334
5918
|
|
|
5335
5919
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
5336
5920
|
|
|
@@ -5394,8 +5978,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5394
5978
|
### Docs
|
|
5395
5979
|
|
|
5396
5980
|
- [Transition]ย Document default appear value (#23221) @GuilleDF
|
|
5397
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5398
|
-
- [docs] Add Material
|
|
5981
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
5982
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5399
5983
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5400
5984
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5401
5985
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5431,7 +6015,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5431
6015
|
Here are some highlights โจ:
|
|
5432
6016
|
|
|
5433
6017
|
- ๐ Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5434
|
-
We have resumed the work on Material
|
|
6018
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
5435
6019
|
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
|
|
5436
6020
|
|
|
5437
6021
|
The system is meant to solve the following problems:
|
|
@@ -5604,7 +6188,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
5604
6188
|
Here are some highlights โจ:
|
|
5605
6189
|
|
|
5606
6190
|
- ๐ฆ Ship modern bundle (#22814) @eps1lon.
|
|
5607
|
-
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material
|
|
6191
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
5608
6192
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
5609
6193
|
|
|
5610
6194
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -5615,7 +6199,7 @@ Here are some highlights โจ:
|
|
|
5615
6199
|
The change yields a 6% reduction in bundle size ๐ฆ (Babel only).
|
|
5616
6200
|
In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
|
|
5617
6201
|
|
|
5618
|
-
Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
|
|
6202
|
+
Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
|
|
5619
6203
|
|
|
5620
6204
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
5621
6205
|
|
|
@@ -5971,7 +6555,7 @@ Here are some highlights โจ:
|
|
|
5971
6555
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
5972
6556
|
The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
|
|
5973
6557
|
|
|
5974
|
-
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/
|
|
6558
|
+
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
5975
6559
|
|
|
5976
6560
|
It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
|
|
5977
6561
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6259,7 +6843,7 @@ Here are some highlights โจ:
|
|
|
6259
6843
|
|
|
6260
6844
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6261
6845
|
|
|
6262
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
6846
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
6263
6847
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6264
6848
|
|
|
6265
6849
|
#### Changes
|
|
@@ -6677,7 +7261,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
6677
7261
|
Here are some highlights โจ:
|
|
6678
7262
|
|
|
6679
7263
|
- ๐
Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
6680
|
-
This API allows developers to add new variants on the Material
|
|
7264
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
6681
7265
|
For instance with the Button:
|
|
6682
7266
|
|
|
6683
7267
|
```tsx
|
|
@@ -6706,7 +7290,7 @@ Here are some highlights โจ:
|
|
|
6706
7290
|
<Button variant="dashed" />;
|
|
6707
7291
|
```
|
|
6708
7292
|
|
|
6709
|
-
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7293
|
+
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
6710
7294
|
|
|
6711
7295
|
- ๐ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
6712
7296
|
- โ๏ธ 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