@mui/private-theming 5.4.4 โ 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 +439 -32
- package/defaultTheme/index.d.ts +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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,412 @@
|
|
|
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
|
+
|
|
3
410
|
## 5.4.4
|
|
4
411
|
|
|
5
412
|
<!-- generated comparing v5.4.3..master -->
|
|
@@ -232,7 +639,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
232
639
|
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
|
|
233
640
|
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
|
|
234
641
|
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
|
|
235
|
-
- ​<!-- 17 -->[docs] Hotfix notification
|
|
642
|
+
- ​<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
|
|
236
643
|
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
|
|
237
644
|
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
|
|
238
645
|
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
|
|
@@ -587,7 +994,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
587
994
|
|
|
588
995
|
### Core
|
|
589
996
|
|
|
590
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
997
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
591
998
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
592
999
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
593
1000
|
|
|
@@ -1586,7 +1993,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1586
1993
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1587
1994
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1588
1995
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1589
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
1996
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1590
1997
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1591
1998
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1592
1999
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1607,7 +2014,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1607
2014
|
|
|
1608
2015
|
### Core
|
|
1609
2016
|
|
|
1610
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2017
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1611
2018
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1612
2019
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1613
2020
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -1668,7 +2075,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1668
2075
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
1669
2076
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
1670
2077
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
1671
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2078
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
1672
2079
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
1673
2080
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
1674
2081
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -1710,7 +2117,7 @@ _Sep 1, 2021_
|
|
|
1710
2117
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
1711
2118
|
|
|
1712
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).
|
|
1713
|
-
- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
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)
|
|
1714
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 ๐!
|
|
1715
2122
|
|
|
1716
2123
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -2156,7 +2563,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2156
2563
|
### Docs
|
|
2157
2564
|
|
|
2158
2565
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
2159
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
2566
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
2160
2567
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
2161
2568
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
2162
2569
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2208,7 +2615,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2208
2615
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2209
2616
|
|
|
2210
2617
|
- ๐ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2211
|
-
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.
|
|
2212
2619
|
|
|
2213
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>
|
|
2214
2621
|
|
|
@@ -2299,7 +2706,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2299
2706
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2300
2707
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2301
2708
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2302
|
-
- [blog] Danilo Leal joins Material
|
|
2709
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2303
2710
|
|
|
2304
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
|
|
2305
2712
|
|
|
@@ -2736,7 +3143,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2736
3143
|
|
|
2737
3144
|
### Docs
|
|
2738
3145
|
|
|
2739
|
-
- ​<!-- 20 -->[blog] Michaล Dudak joins Material
|
|
3146
|
+
- ​<!-- 20 -->[blog] Michaล Dudak joins Material UI (#26700) @oliviertassinari
|
|
2740
3147
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
2741
3148
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
2742
3149
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -3023,7 +3430,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
3023
3430
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
3024
3431
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
3025
3432
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
3026
|
-
- [website] Add Material
|
|
3433
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
3027
3434
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
3028
3435
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
3029
3436
|
|
|
@@ -3115,7 +3522,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3115
3522
|
/>
|
|
3116
3523
|
```
|
|
3117
3524
|
|
|
3118
|
-
> 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
|
|
3119
3526
|
|
|
3120
3527
|
#### Changes
|
|
3121
3528
|
|
|
@@ -3278,7 +3685,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3278
3685
|
|
|
3279
3686
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3280
3687
|
|
|
3281
|
-
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:
|
|
3282
3689
|
|
|
3283
3690
|
```diff
|
|
3284
3691
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -3641,7 +4048,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3641
4048
|
- ​<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
|
|
3642
4049
|
- ​<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
|
|
3643
4050
|
- ​<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
|
|
3644
|
-
- ​<!-- 44 -->[internal][pickers] Entangle what
|
|
4051
|
+
- ​<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
|
|
3645
4052
|
- ​<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
|
|
3646
4053
|
- ​<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
|
|
3647
4054
|
- ​<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
|
|
@@ -3894,7 +4301,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3894
4301
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
3895
4302
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
3896
4303
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
3897
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4304
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
3898
4305
|
|
|
3899
4306
|
### Core
|
|
3900
4307
|
|
|
@@ -4415,7 +4822,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4415
4822
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4416
4823
|
|
|
4417
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).
|
|
4418
|
-
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.
|
|
4419
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).
|
|
4420
4827
|
|
|
4421
4828
|
#### Changes
|
|
@@ -5143,8 +5550,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5143
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).
|
|
5144
5551
|
|
|
5145
5552
|
```diff
|
|
5146
|
-
-<Box p={2}
|
|
5147
|
-
+<Box sx={{ p: 2,
|
|
5553
|
+
-<Box p={2} bgcolor="primary.main">
|
|
5554
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
5148
5555
|
```
|
|
5149
5556
|
|
|
5150
5557
|
#### Changes
|
|
@@ -5255,7 +5662,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5255
5662
|
);
|
|
5256
5663
|
```
|
|
5257
5664
|
|
|
5258
|
-
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.
|
|
5259
5666
|
|
|
5260
5667
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5261
5668
|
|
|
@@ -5467,7 +5874,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5467
5874
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5468
5875
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5469
5876
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5470
|
-
- [docs] Prepare Material
|
|
5877
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5471
5878
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5472
5879
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5473
5880
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5495,19 +5902,19 @@ _Nov 4, 2020_
|
|
|
5495
5902
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights โจ:
|
|
5496
5903
|
|
|
5497
5904
|
- โ๏ธ Add support for React 17 (#23311) @eps1lon.
|
|
5498
|
-
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`.
|
|
5499
5906
|
- ๐ Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5500
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.
|
|
5501
5908
|
|
|
5502
5909
|
**Why an unstyled package?**
|
|
5503
5910
|
|
|
5504
|
-
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.
|
|
5505
5912
|
|
|
5506
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).
|
|
5507
5914
|
|
|
5508
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).
|
|
5509
5916
|
|
|
5510
|
-
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).
|
|
5511
5918
|
|
|
5512
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.
|
|
5513
5920
|
|
|
@@ -5571,8 +5978,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5571
5978
|
### Docs
|
|
5572
5979
|
|
|
5573
5980
|
- [Transition]ย Document default appear value (#23221) @GuilleDF
|
|
5574
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5575
|
-
- [docs] Add Material
|
|
5981
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
5982
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5576
5983
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5577
5984
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5578
5985
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5608,7 +6015,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5608
6015
|
Here are some highlights โจ:
|
|
5609
6016
|
|
|
5610
6017
|
- ๐ Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5611
|
-
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.
|
|
5612
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.
|
|
5613
6020
|
|
|
5614
6021
|
The system is meant to solve the following problems:
|
|
@@ -5781,7 +6188,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
5781
6188
|
Here are some highlights โจ:
|
|
5782
6189
|
|
|
5783
6190
|
- ๐ฆ Ship modern bundle (#22814) @eps1lon.
|
|
5784
|
-
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.
|
|
5785
6192
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
5786
6193
|
|
|
5787
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"`
|
|
@@ -5792,7 +6199,7 @@ Here are some highlights โจ:
|
|
|
5792
6199
|
The change yields a 6% reduction in bundle size ๐ฆ (Babel only).
|
|
5793
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).
|
|
5794
6201
|
|
|
5795
|
-
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/).
|
|
5796
6203
|
|
|
5797
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.
|
|
5798
6205
|
|
|
@@ -6148,7 +6555,7 @@ Here are some highlights โจ:
|
|
|
6148
6555
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
6149
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.
|
|
6150
6557
|
|
|
6151
|
-
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/
|
|
6558
|
+
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
6152
6559
|
|
|
6153
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:
|
|
6154
6561
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6436,7 +6843,7 @@ Here are some highlights โจ:
|
|
|
6436
6843
|
|
|
6437
6844
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6438
6845
|
|
|
6439
|
-
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.
|
|
6440
6847
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6441
6848
|
|
|
6442
6849
|
#### Changes
|
|
@@ -6854,7 +7261,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
6854
7261
|
Here are some highlights โจ:
|
|
6855
7262
|
|
|
6856
7263
|
- ๐
Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
6857
|
-
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.
|
|
6858
7265
|
For instance with the Button:
|
|
6859
7266
|
|
|
6860
7267
|
```tsx
|
|
@@ -6883,7 +7290,7 @@ Here are some highlights โจ:
|
|
|
6883
7290
|
<Button variant="dashed" />;
|
|
6884
7291
|
```
|
|
6885
7292
|
|
|
6886
|
-
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).
|
|
6887
7294
|
|
|
6888
7295
|
- ๐ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
6889
7296
|
- โ๏ธ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
package/defaultTheme/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The default theme interface, augment this to avoid having to set the theme type everywhere.
|
|
3
|
-
* Our [TypeScript guide on theme customization](https://mui.com/
|
|
3
|
+
* Our [TypeScript guide on theme customization](https://mui.com/material-ui/customization/theming/#custom-variables) explains in detail how you would add custom properties.
|
|
4
4
|
*/
|
|
5
5
|
export interface DefaultTheme {}
|
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/private-theming",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@types/react": "^
|
|
30
|
-
"react": "^17.0.0"
|
|
29
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
30
|
+
"react": "^17.0.0 || ^18.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"@types/react": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.17.2",
|
|
39
|
-
"@mui/utils": "^5.
|
|
39
|
+
"@mui/utils": "^5.6.1",
|
|
40
40
|
"prop-types": "^15.7.2"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|