@mui/private-theming 5.7.0 → 5.8.6
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 +491 -12
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,484 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.5..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 27, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- ⚒️ Fixed React 18 issues in few components
|
|
12
|
+
- 🚀 Improved the TypeScript augmentation when using CSS variables with `@mui/material`
|
|
13
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.8.6`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
|
|
18
|
+
- ​<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
|
|
19
|
+
|
|
20
|
+
Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
|
|
21
|
+
|
|
22
|
+
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
23
|
+
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
24
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
25
|
+
|
|
26
|
+
### `@mui/system@5.8.6`
|
|
27
|
+
|
|
28
|
+
- ​<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
|
|
29
|
+
|
|
30
|
+
### `@mui/utils@5.8.6`
|
|
31
|
+
|
|
32
|
+
- ​<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
|
|
33
|
+
|
|
34
|
+
### `@mui/base@5.0.0-alpha.87`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
|
|
37
|
+
- ​<!-- 24 -->[base] Improve some types (#33270) @mnajdova
|
|
38
|
+
- ​<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
|
|
39
|
+
- ​<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
|
|
40
|
+
- ​<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
|
|
41
|
+
- ​<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
|
|
42
|
+
- ​<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
|
|
43
|
+
|
|
44
|
+
### `@mui/joy@5.0.0-alpha.34`
|
|
45
|
+
|
|
46
|
+
- ​<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
|
|
47
|
+
|
|
48
|
+
### Docs
|
|
49
|
+
|
|
50
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
51
|
+
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
52
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
53
|
+
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
54
|
+
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
55
|
+
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
56
|
+
- ​<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
|
|
57
|
+
- ​<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
|
|
58
|
+
|
|
59
|
+
### Core
|
|
60
|
+
|
|
61
|
+
- ​<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
|
|
62
|
+
- ​<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
|
|
63
|
+
- ​<!-- 02 -->[website] List new core role @oliviertassinari
|
|
64
|
+
- ​<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
|
|
65
|
+
|
|
66
|
+
All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
|
|
67
|
+
|
|
68
|
+
## 5.8.5
|
|
69
|
+
|
|
70
|
+
<!-- generated comparing v5.8.4..master -->
|
|
71
|
+
|
|
72
|
+
_Jun 20, 2022_
|
|
73
|
+
|
|
74
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
75
|
+
|
|
76
|
+
- 🚀 Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
|
|
77
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
78
|
+
|
|
79
|
+
### `@mui/material@5.8.5`
|
|
80
|
+
|
|
81
|
+
- ​<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
|
|
82
|
+
- ​<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
|
|
83
|
+
- ​<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
|
|
84
|
+
- ​<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
|
|
85
|
+
|
|
86
|
+
### `@mui/codemod@5.8.5`
|
|
87
|
+
|
|
88
|
+
- ​<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
|
|
89
|
+
|
|
90
|
+
### `@mui/lab@5.0.0-alpha.87`
|
|
91
|
+
|
|
92
|
+
- ​<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
|
|
93
|
+
|
|
94
|
+
### `@mui/base@5.0.0-alpha.86`
|
|
95
|
+
|
|
96
|
+
- ​<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
|
|
97
|
+
- ​<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
|
|
98
|
+
- ​<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
|
|
99
|
+
- ​<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
|
|
100
|
+
- ​<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
|
|
101
|
+
- ​<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
|
|
102
|
+
|
|
103
|
+
### `@mui/joy@5.0.0-alpha.33`
|
|
104
|
+
|
|
105
|
+
- ​<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
|
|
106
|
+
- ​<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
|
|
107
|
+
- ​<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
|
|
108
|
+
|
|
109
|
+
### Docs
|
|
110
|
+
|
|
111
|
+
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
112
|
+
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
113
|
+
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
114
|
+
- ​<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
|
|
115
|
+
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
116
|
+
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
117
|
+
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
118
|
+
- ​<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
|
|
119
|
+
- ​<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
|
|
120
|
+
- ​<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
|
|
121
|
+
- ​<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
|
|
122
|
+
|
|
123
|
+
### Core
|
|
124
|
+
|
|
125
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
126
|
+
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
127
|
+
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
128
|
+
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
129
|
+
- ​<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
|
|
130
|
+
|
|
131
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
|
|
132
|
+
|
|
133
|
+
## 5.8.4
|
|
134
|
+
|
|
135
|
+
<!-- generated comparing v5.8.3..master -->
|
|
136
|
+
|
|
137
|
+
_Jun 14, 2022_
|
|
138
|
+
|
|
139
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
140
|
+
|
|
141
|
+
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
142
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
143
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
144
|
+
|
|
145
|
+
### `@mui/material@5.8.4`
|
|
146
|
+
|
|
147
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
148
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
149
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
150
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
151
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
152
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
153
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
154
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
155
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
156
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
157
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
158
|
+
|
|
159
|
+
### `@mui/system@5.8.4`
|
|
160
|
+
|
|
161
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
162
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
163
|
+
|
|
164
|
+
### `@mui/codemod@5.8.4`
|
|
165
|
+
|
|
166
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
167
|
+
|
|
168
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
169
|
+
|
|
170
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
171
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
172
|
+
|
|
173
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
174
|
+
|
|
175
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
176
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
177
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
178
|
+
|
|
179
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
180
|
+
|
|
181
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
182
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
183
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
184
|
+
|
|
185
|
+
### Docs
|
|
186
|
+
|
|
187
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
188
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
189
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
190
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
191
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
192
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
193
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
194
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
195
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
196
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
197
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
198
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
199
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
200
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
201
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
202
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
203
|
+
|
|
204
|
+
### Core
|
|
205
|
+
|
|
206
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
207
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
208
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
209
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
210
|
+
|
|
211
|
+
All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
|
|
212
|
+
|
|
213
|
+
## 5.8.3
|
|
214
|
+
|
|
215
|
+
<!-- generated comparing v5.8.2..master -->
|
|
216
|
+
|
|
217
|
+
_Jun 7, 2022_
|
|
218
|
+
|
|
219
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
220
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
221
|
+
|
|
222
|
+
### `@mui/material@5.8.3`
|
|
223
|
+
|
|
224
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
225
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
226
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
227
|
+
|
|
228
|
+
### `@mui/system@5.8.3`
|
|
229
|
+
|
|
230
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
231
|
+
|
|
232
|
+
### `@mui/codemod@5.8.3`
|
|
233
|
+
|
|
234
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
235
|
+
|
|
236
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
237
|
+
|
|
238
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
239
|
+
|
|
240
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
241
|
+
|
|
242
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
243
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
244
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
245
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
246
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
247
|
+
|
|
248
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
249
|
+
|
|
250
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
251
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
252
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
253
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
254
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
255
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
256
|
+
|
|
257
|
+
### Docs
|
|
258
|
+
|
|
259
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
260
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
261
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
262
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
263
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
264
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
265
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
266
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
267
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
268
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
269
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
270
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
271
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
272
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
273
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
274
|
+
|
|
275
|
+
### Core
|
|
276
|
+
|
|
277
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
278
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
279
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
280
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
281
|
+
- Add security link to README for Tidelift @mbrookes
|
|
282
|
+
|
|
283
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
284
|
+
|
|
285
|
+
## 5.8.2
|
|
286
|
+
|
|
287
|
+
<!-- generated comparing v5.8.1..master -->
|
|
288
|
+
|
|
289
|
+
_May 30, 2022_
|
|
290
|
+
|
|
291
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
292
|
+
|
|
293
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
294
|
+
|
|
295
|
+
### `@mui/system@5.8.2`
|
|
296
|
+
|
|
297
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
298
|
+
|
|
299
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
300
|
+
|
|
301
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
302
|
+
|
|
303
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
304
|
+
|
|
305
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
306
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
307
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
308
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
309
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
310
|
+
|
|
311
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
312
|
+
|
|
313
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
314
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
315
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
316
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
317
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
318
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
319
|
+
|
|
320
|
+
### Docs
|
|
321
|
+
|
|
322
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
323
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
324
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
325
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
326
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
327
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
328
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
329
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
330
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
331
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
332
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
333
|
+
|
|
334
|
+
### Core
|
|
335
|
+
|
|
336
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
337
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
338
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
339
|
+
|
|
340
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
341
|
+
|
|
342
|
+
## 5.8.1
|
|
343
|
+
|
|
344
|
+
<!-- generated comparing v5.8.0..master -->
|
|
345
|
+
|
|
346
|
+
_May 23, 2022_
|
|
347
|
+
|
|
348
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
349
|
+
|
|
350
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
351
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
352
|
+
|
|
353
|
+
### `@mui/material@5.8.1`
|
|
354
|
+
|
|
355
|
+
- ​<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
|
|
356
|
+
- ​<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
|
|
357
|
+
- ​<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
|
|
358
|
+
- ​<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
|
|
359
|
+
- ​<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
|
|
360
|
+
- ​<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
|
|
361
|
+
- ​<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
|
|
362
|
+
- ​<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
|
|
363
|
+
|
|
364
|
+
### `@mui/system@5.8.1`
|
|
365
|
+
|
|
366
|
+
- ​<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
|
|
367
|
+
- ​<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
|
|
368
|
+
- ​<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
|
|
369
|
+
- ​<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
|
|
370
|
+
|
|
371
|
+
### `@mui/lab@5.0.0-alpha.83`
|
|
372
|
+
|
|
373
|
+
- ​<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
|
|
374
|
+
- ​<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
|
|
375
|
+
|
|
376
|
+
### `@mui/base@5.0.0-alpha.82`
|
|
377
|
+
|
|
378
|
+
- ​<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
|
|
379
|
+
|
|
380
|
+
### `@mui/joy@5.0.0-alpha.29`
|
|
381
|
+
|
|
382
|
+
- ​<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
|
|
383
|
+
- ​<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
|
|
384
|
+
- ​<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
|
|
385
|
+
- ​<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
|
|
386
|
+
|
|
387
|
+
### Docs
|
|
388
|
+
|
|
389
|
+
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
390
|
+
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
391
|
+
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
392
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
393
|
+
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
394
|
+
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
395
|
+
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
396
|
+
- ​<!-- 24 -->[docs] Fix typo in notifications @mbrookes
|
|
397
|
+
- ​<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
|
|
398
|
+
- ​<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
|
|
399
|
+
- ​<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
|
|
400
|
+
- ​<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
|
|
401
|
+
- ​<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
|
|
402
|
+
|
|
403
|
+
### Core
|
|
404
|
+
|
|
405
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
406
|
+
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
407
|
+
|
|
408
|
+
All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
|
|
409
|
+
|
|
410
|
+
## 5.8.0
|
|
411
|
+
|
|
412
|
+
<!-- generated comparing v5.7.0..master -->
|
|
413
|
+
|
|
414
|
+
_May 17, 2022_
|
|
415
|
+
|
|
416
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
417
|
+
|
|
418
|
+
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
|
|
419
|
+
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
420
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
421
|
+
|
|
422
|
+
### `@mui/material@5.8.0`
|
|
423
|
+
|
|
424
|
+
- ​<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
|
|
425
|
+
- ​<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
|
|
426
|
+
- ​<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
|
|
427
|
+
- ​<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
|
|
428
|
+
|
|
429
|
+
### `@mui/system@5.8.0`
|
|
430
|
+
|
|
431
|
+
- ​<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
|
|
432
|
+
|
|
433
|
+
### `@mui/base@5.0.0-alpha.81`
|
|
434
|
+
|
|
435
|
+
- ​<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
|
|
436
|
+
- ​<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
|
|
437
|
+
- ​<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
|
|
438
|
+
- ​<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
|
|
439
|
+
|
|
440
|
+
### `@mui/joy@5.0.0-alpha.28`
|
|
441
|
+
|
|
442
|
+
- ​<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
|
|
443
|
+
- ​<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
|
|
444
|
+
- ​<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
|
|
445
|
+
|
|
446
|
+
### `@mui/codemod@5.8.0`
|
|
447
|
+
|
|
448
|
+
- ​<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
|
|
449
|
+
|
|
450
|
+
### Docs
|
|
451
|
+
|
|
452
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
453
|
+
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
454
|
+
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
455
|
+
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
456
|
+
- ​<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
|
|
457
|
+
- ​<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
|
|
458
|
+
- ​<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
|
|
459
|
+
- ​<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
|
|
460
|
+
- ​<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
|
|
461
|
+
- ​<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
|
|
462
|
+
- ​<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
|
|
463
|
+
- ​<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
|
|
464
|
+
- ​<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
|
|
465
|
+
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
466
|
+
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
467
|
+
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
468
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
469
|
+
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
470
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
471
|
+
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
472
|
+
|
|
473
|
+
### Core
|
|
474
|
+
|
|
475
|
+
- ​<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
|
|
476
|
+
- ​<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
|
|
477
|
+
- ​<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
|
|
478
|
+
- ​<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
|
|
479
|
+
|
|
480
|
+
All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
|
|
481
|
+
|
|
3
482
|
## 5.7.0
|
|
4
483
|
|
|
5
484
|
<!-- generated comparing v5.6.4..master -->
|
|
@@ -752,7 +1231,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
752
1231
|
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
753
1232
|
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
754
1233
|
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
755
|
-
- ​<!-- 04 -->[
|
|
1234
|
+
- ​<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
756
1235
|
|
|
757
1236
|
All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
|
|
758
1237
|
|
|
@@ -817,7 +1296,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
817
1296
|
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
818
1297
|
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
819
1298
|
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
820
|
-
- [
|
|
1299
|
+
- [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
821
1300
|
|
|
822
1301
|
### `@mui/system@5.4.2`
|
|
823
1302
|
|
|
@@ -851,7 +1330,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
851
1330
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
852
1331
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
853
1332
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
854
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1333
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
855
1334
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
856
1335
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
857
1336
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -866,7 +1345,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
866
1345
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
867
1346
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
868
1347
|
|
|
869
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1348
|
+
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
870
1349
|
|
|
871
1350
|
## 5.4.1
|
|
872
1351
|
|
|
@@ -1576,14 +2055,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1576
2055
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1577
2056
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1578
2057
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1579
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
2058
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1580
2059
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1581
2060
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1582
2061
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1583
2062
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1584
2063
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1585
2064
|
|
|
1586
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
2065
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1587
2066
|
|
|
1588
2067
|
## 5.2.0
|
|
1589
2068
|
|
|
@@ -1731,7 +2210,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1731
2210
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
1732
2211
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
1733
2212
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
1734
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2213
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
1735
2214
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
1736
2215
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
1737
2216
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -2401,7 +2880,7 @@ _Sep 1, 2021_
|
|
|
2401
2880
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2402
2881
|
|
|
2403
2882
|
- 🎉 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).
|
|
2404
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/
|
|
2883
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
|
|
2405
2884
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
2406
2885
|
|
|
2407
2886
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -3806,7 +4285,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3806
4285
|
/>
|
|
3807
4286
|
```
|
|
3808
4287
|
|
|
3809
|
-
> Follow [this link](https://mui.com/material-ui/
|
|
4288
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3810
4289
|
|
|
3811
4290
|
#### Changes
|
|
3812
4291
|
|
|
@@ -4255,8 +4734,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4255
4734
|
- ​<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
|
|
4256
4735
|
|
|
4257
4736
|
```diff
|
|
4258
|
-
-<LoadingButton pending pendingIndicator="Pending
|
|
4259
|
-
+<LoadingButton loading loadingIndicator="Pending
|
|
4737
|
+
-<LoadingButton pending pendingIndicator="Pending…" pendingPosition="end" />
|
|
4738
|
+
+<LoadingButton loading loadingIndicator="Pending…" loadingPosition="end" />
|
|
4260
4739
|
```
|
|
4261
4740
|
|
|
4262
4741
|
- ​<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
|
|
@@ -5786,7 +6265,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5786
6265
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
5787
6266
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
5788
6267
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
5789
|
-
- [docs] Fix source on
|
|
6268
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
5790
6269
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
5791
6270
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
5792
6271
|
- [docs] Improve system properties page (#23961) @mnajdova
|
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.8.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.17.2",
|
|
39
|
-
"@mui/utils": "^5.
|
|
39
|
+
"@mui/utils": "^5.8.6",
|
|
40
40
|
"prop-types": "^15.8.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|