@mui/types 7.1.3 โ 7.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +931 -38
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,898 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.8.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.8.3..master -->
|
|
6
|
+
|
|
7
|
+
_Jun 14, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights โจ:
|
|
10
|
+
|
|
11
|
+
- ๐ Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
12
|
+
- ๐ Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
13
|
+
- many other ๐ bug fixes and ๐ documentation improvements
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.8.4`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
|
|
18
|
+
- ​<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
|
|
19
|
+
- ​<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
|
|
20
|
+
- ​<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
|
|
21
|
+
- ​<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
|
|
22
|
+
- ​<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
|
|
23
|
+
- ​<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
|
|
24
|
+
- ​<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
|
|
25
|
+
- ​<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
|
|
26
|
+
- ​<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
|
|
27
|
+
- ​<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
|
|
28
|
+
|
|
29
|
+
### `@mui/system@5.8.4`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
|
|
32
|
+
- ​<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
|
|
33
|
+
|
|
34
|
+
### `@mui/codemod@5.8.4`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
|
|
37
|
+
|
|
38
|
+
### `@mui/lab@5.0.0-alpha.86`
|
|
39
|
+
|
|
40
|
+
- ​<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
|
|
41
|
+
- ​<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
|
|
42
|
+
|
|
43
|
+
### `@mui/base@5.0.0-alpha.85`
|
|
44
|
+
|
|
45
|
+
- ​<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
|
|
46
|
+
- ​<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
|
|
47
|
+
- ​<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
|
|
48
|
+
|
|
49
|
+
### `@mui/joy@5.0.0-alpha.32`
|
|
50
|
+
|
|
51
|
+
- ​<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
|
|
52
|
+
- ​<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
|
|
53
|
+
- ​<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
|
|
54
|
+
|
|
55
|
+
### Docs
|
|
56
|
+
|
|
57
|
+
- ​<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
|
|
58
|
+
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
59
|
+
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
60
|
+
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
61
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
62
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
|
|
63
|
+
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
64
|
+
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
65
|
+
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
66
|
+
- ​<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
|
|
67
|
+
- ​<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
|
|
68
|
+
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
69
|
+
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
70
|
+
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
71
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
72
|
+
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
73
|
+
|
|
74
|
+
### Core
|
|
75
|
+
|
|
76
|
+
- ​<!-- 39 -->yarn proptypes @oliviertassinari
|
|
77
|
+
- ​<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
|
|
78
|
+
- ​<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
|
|
79
|
+
- ​<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
|
|
80
|
+
|
|
81
|
+
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
|
|
82
|
+
|
|
83
|
+
## 5.8.3
|
|
84
|
+
|
|
85
|
+
<!-- generated comparing v5.8.2..master -->
|
|
86
|
+
|
|
87
|
+
_Jun 7, 2022_
|
|
88
|
+
|
|
89
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
90
|
+
This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
91
|
+
|
|
92
|
+
### `@mui/material@5.8.3`
|
|
93
|
+
|
|
94
|
+
- [Alert] Constrain message width and allow overflow (#32747) @Janpot
|
|
95
|
+
- [Checkbox] Add support for CSS variables (#32579) @haneenmahd
|
|
96
|
+
- [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
|
|
97
|
+
|
|
98
|
+
### `@mui/system@5.8.3`
|
|
99
|
+
|
|
100
|
+
- [system] Configurable attributes for libraries (#32971) @siriwatknp
|
|
101
|
+
|
|
102
|
+
### `@mui/codemod@5.8.3`
|
|
103
|
+
|
|
104
|
+
- [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
|
|
105
|
+
|
|
106
|
+
### `@mui/lab@5.0.0-alpha.85`
|
|
107
|
+
|
|
108
|
+
- [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
|
|
109
|
+
|
|
110
|
+
### `@mui/joy@5.0.0-alpha.31`
|
|
111
|
+
|
|
112
|
+
- [Joy] Add `Slider` component and demos (#32694) @hbjORbj
|
|
113
|
+
- [Joy] Add articles about customization approaches (#32887) @siriwatknp
|
|
114
|
+
- [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
|
|
115
|
+
- [Joy] Add docs about dark mode (#33002) @siriwatknp
|
|
116
|
+
- [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
|
|
117
|
+
|
|
118
|
+
### `@mui/base@5.0.0-alpha.84`
|
|
119
|
+
|
|
120
|
+
- [base] Remove @mui/system in tests (#32945) @kevinji
|
|
121
|
+
- [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
|
|
122
|
+
- [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
|
|
123
|
+
- [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
|
|
124
|
+
- [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
|
|
125
|
+
- [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
|
|
126
|
+
|
|
127
|
+
### Docs
|
|
128
|
+
|
|
129
|
+
- [blog] Fix anchor link scroll (#32994) @oliviertassinari
|
|
130
|
+
- [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
|
|
131
|
+
- [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
|
|
132
|
+
- [docs] Fix 301 link @oliviertassinari
|
|
133
|
+
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
134
|
+
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
135
|
+
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
136
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
137
|
+
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
138
|
+
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
139
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
140
|
+
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
141
|
+
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
142
|
+
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
143
|
+
- [website] Remove unnecessary `address` dependency (#32957) @michaldudak
|
|
144
|
+
|
|
145
|
+
### Core
|
|
146
|
+
|
|
147
|
+
- [core] Improve icon synonyms (#32742) @oliviertassinari
|
|
148
|
+
- [core] Prepare Next.js config for React 18 (#32963) @michaldudak
|
|
149
|
+
- [core] Remove dead logic (#32940) @oliviertassinari
|
|
150
|
+
- [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
|
|
151
|
+
- Add security link to README for Tidelift @mbrookes
|
|
152
|
+
|
|
153
|
+
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
|
|
154
|
+
|
|
155
|
+
## 5.8.2
|
|
156
|
+
|
|
157
|
+
<!-- generated comparing v5.8.1..master -->
|
|
158
|
+
|
|
159
|
+
_May 30, 2022_
|
|
160
|
+
|
|
161
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights โจ:
|
|
162
|
+
|
|
163
|
+
- ๐ bug fixes and ๐ documentation improvements.
|
|
164
|
+
|
|
165
|
+
### `@mui/system@5.8.2`
|
|
166
|
+
|
|
167
|
+
- ​<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
|
|
168
|
+
|
|
169
|
+
### `@mui/lab@5.0.0-alpha.84`
|
|
170
|
+
|
|
171
|
+
- ​<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
|
|
172
|
+
|
|
173
|
+
### `@mui/base@5.0.0-alpha.83`
|
|
174
|
+
|
|
175
|
+
- ​<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
|
|
176
|
+
- ​<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
|
|
177
|
+
- ​<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
|
|
178
|
+
- ​<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
|
|
179
|
+
- ​<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
|
|
180
|
+
|
|
181
|
+
### `@mui/joy@5.0.0-alpha.30`
|
|
182
|
+
|
|
183
|
+
- ​<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
|
|
184
|
+
- ​<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
|
|
185
|
+
- ​<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
|
|
186
|
+
- ​<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
|
|
187
|
+
- ​<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
|
|
188
|
+
- ​<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
|
|
189
|
+
|
|
190
|
+
### Docs
|
|
191
|
+
|
|
192
|
+
- ​<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
|
|
193
|
+
- ​<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
|
|
194
|
+
- ​<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
|
|
195
|
+
- ​<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
|
|
196
|
+
- ​<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
|
|
197
|
+
- ​<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
|
|
198
|
+
- ​<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
|
|
199
|
+
- ​<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
|
|
200
|
+
- ​<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
|
|
201
|
+
- ​<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
|
|
202
|
+
- ​<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
|
|
203
|
+
|
|
204
|
+
### Core
|
|
205
|
+
|
|
206
|
+
- ​<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
|
|
207
|
+
- ​<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
|
|
208
|
+
- ​<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
|
|
209
|
+
|
|
210
|
+
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
|
|
211
|
+
|
|
212
|
+
## 5.8.1
|
|
213
|
+
|
|
214
|
+
<!-- generated comparing v5.8.0..master -->
|
|
215
|
+
|
|
216
|
+
_May 23, 2022_
|
|
217
|
+
|
|
218
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights โจ:
|
|
219
|
+
|
|
220
|
+
- ๐
Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
221
|
+
- And more ๐ bug fixes and ๐ documentation improvements.
|
|
222
|
+
|
|
223
|
+
### `@mui/material@5.8.1`
|
|
224
|
+
|
|
225
|
+
- ​<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
|
|
226
|
+
- ​<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
|
|
227
|
+
- ​<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
|
|
228
|
+
- ​<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
|
|
229
|
+
- ​<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
|
|
230
|
+
- ​<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
|
|
231
|
+
- ​<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
|
|
232
|
+
- ​<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
|
|
233
|
+
|
|
234
|
+
### `@mui/system@5.8.1`
|
|
235
|
+
|
|
236
|
+
- ​<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
|
|
237
|
+
- ​<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
|
|
238
|
+
- ​<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
|
|
239
|
+
- ​<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
|
|
240
|
+
|
|
241
|
+
### `@mui/lab@5.0.0-alpha.83`
|
|
242
|
+
|
|
243
|
+
- ​<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
|
|
244
|
+
- ​<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
|
|
245
|
+
|
|
246
|
+
### `@mui/base@5.0.0-alpha.82`
|
|
247
|
+
|
|
248
|
+
- ​<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
|
|
249
|
+
|
|
250
|
+
### `@mui/joy@5.0.0-alpha.29`
|
|
251
|
+
|
|
252
|
+
- ​<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
|
|
253
|
+
- ​<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
|
|
254
|
+
- ​<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
|
|
255
|
+
- ​<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
|
|
256
|
+
|
|
257
|
+
### Docs
|
|
258
|
+
|
|
259
|
+
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
260
|
+
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
261
|
+
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
262
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
263
|
+
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
264
|
+
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
265
|
+
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
266
|
+
- ​<!-- 24 -->[docs] Fix typo in notifications @mbrookes
|
|
267
|
+
- ​<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
|
|
268
|
+
- ​<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
|
|
269
|
+
- ​<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
|
|
270
|
+
- ​<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
|
|
271
|
+
- ​<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
|
|
272
|
+
|
|
273
|
+
### Core
|
|
274
|
+
|
|
275
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
276
|
+
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
277
|
+
|
|
278
|
+
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
|
|
279
|
+
|
|
280
|
+
## 5.8.0
|
|
281
|
+
|
|
282
|
+
<!-- generated comparing v5.7.0..master -->
|
|
283
|
+
|
|
284
|
+
_May 17, 2022_
|
|
285
|
+
|
|
286
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
287
|
+
|
|
288
|
+
- ๐ [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.
|
|
289
|
+
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
290
|
+
- And more ๐ bug fixes and ๐ documentation improvements.
|
|
291
|
+
|
|
292
|
+
### `@mui/material@5.8.0`
|
|
293
|
+
|
|
294
|
+
- ​<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
|
|
295
|
+
- ​<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
|
|
296
|
+
- ​<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
|
|
297
|
+
- ​<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
|
|
298
|
+
|
|
299
|
+
### `@mui/system@5.8.0`
|
|
300
|
+
|
|
301
|
+
- ​<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
|
|
302
|
+
|
|
303
|
+
### `@mui/base@5.0.0-alpha.81`
|
|
304
|
+
|
|
305
|
+
- ​<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
|
|
306
|
+
- ​<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
|
|
307
|
+
- ​<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
|
|
308
|
+
- ​<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
|
|
309
|
+
|
|
310
|
+
### `@mui/joy@5.0.0-alpha.28`
|
|
311
|
+
|
|
312
|
+
- ​<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
|
|
313
|
+
- ​<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
|
|
314
|
+
- ​<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
|
|
315
|
+
|
|
316
|
+
### `@mui/codemod@5.8.0`
|
|
317
|
+
|
|
318
|
+
- ​<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
|
|
319
|
+
|
|
320
|
+
### Docs
|
|
321
|
+
|
|
322
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
323
|
+
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
324
|
+
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
325
|
+
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
326
|
+
- ​<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
|
|
327
|
+
- ​<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
|
|
328
|
+
- ​<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
|
|
329
|
+
- ​<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
|
|
330
|
+
- ​<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
|
|
331
|
+
- ​<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
|
|
332
|
+
- ​<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
|
|
333
|
+
- ​<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
|
|
334
|
+
- ​<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
|
|
335
|
+
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
336
|
+
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
337
|
+
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
338
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
339
|
+
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
340
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
341
|
+
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
342
|
+
|
|
343
|
+
### Core
|
|
344
|
+
|
|
345
|
+
- ​<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
|
|
346
|
+
- ​<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
|
|
347
|
+
- ​<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
|
|
348
|
+
- ​<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
|
|
349
|
+
|
|
350
|
+
All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
|
|
351
|
+
|
|
352
|
+
## 5.7.0
|
|
353
|
+
|
|
354
|
+
<!-- generated comparing v5.6.4..master -->
|
|
355
|
+
|
|
356
|
+
_May 10, 2022_
|
|
357
|
+
|
|
358
|
+
A big thanks to the 27 contributors who made this release possible. Here are some highlights โจ:
|
|
359
|
+
|
|
360
|
+
๐ This release is all about supporting CSS variables in many Material UI components.
|
|
361
|
+
Kudos to all contributors!
|
|
362
|
+
|
|
363
|
+
### `@mui/material@5.7.0`
|
|
364
|
+
|
|
365
|
+
- [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
|
|
366
|
+
- [Table, TableRow] Add support for CSS variables (#32614) @vicasas
|
|
367
|
+
- [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
|
|
368
|
+
- [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
|
|
369
|
+
- [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
|
|
370
|
+
- [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
|
|
371
|
+
- [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
|
|
372
|
+
- [ButtonGroup] Add support for CSS variables (#32498) @vicasas
|
|
373
|
+
- [CardActionArea] Add support for CSS variables (#32554) @vicasas
|
|
374
|
+
- [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
|
|
375
|
+
- [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
|
|
376
|
+
- [Dialog] Add support for CSS variables (#32555) @vicasas
|
|
377
|
+
- [Divider] Add support for CSS variables (#32519) @vicasas
|
|
378
|
+
- [Drawer] Add support for CSS variables (#32565) @nghiamvt
|
|
379
|
+
- [Fab] Add support for CSS variables (#32564) @alisasanib
|
|
380
|
+
- [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
|
|
381
|
+
- [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
|
|
382
|
+
- [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
|
|
383
|
+
- [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
|
|
384
|
+
- [IconButton] Add support for CSS variables (#32590) @Ariyapong
|
|
385
|
+
- [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
|
|
386
|
+
- [Input] Support CSS variables (#32128) @ivan-ngchakming
|
|
387
|
+
- [InputAdornment] Add support CSS variables (#32607) @vicasas
|
|
388
|
+
- [Link] Fix style overrides color prop (#32653) @siriwatknp
|
|
389
|
+
- [ListItem] Add support for CSS variables (#32580) @dan-mba
|
|
390
|
+
- [ListItemButton] Add support for CSS variables (#32582) @dan-mba
|
|
391
|
+
- [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
|
|
392
|
+
- [ListSubheader] Add support for CSS variables (#32584) @dan-mba
|
|
393
|
+
- [MenuItem] Add support for CSS variables (#32561) @nghiamvt
|
|
394
|
+
- [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
|
|
395
|
+
- [Modal] Add support for CSS variables (#32605) @haneenmahd
|
|
396
|
+
- [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
|
|
397
|
+
- [Rating] Add support for CSS variables (#32556) @vicasas
|
|
398
|
+
- [Snackbar] Add support for CSS variables (#32603) @gin1314
|
|
399
|
+
- [SpeedDial] Add support for CSS variables (#32613) @alisasanib
|
|
400
|
+
- [Stepper] Export useStepperContext (#31398) @pzi
|
|
401
|
+
- [SvgIcon] Add support for CSS variables (#32610) @vicasas
|
|
402
|
+
- [TablePagination] Add support for CSS variables (#32615) @haneenmahd
|
|
403
|
+
- [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
|
|
404
|
+
- [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
|
|
405
|
+
- [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
|
|
406
|
+
- [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
|
|
407
|
+
- [Tooltip] Add support for CSS variables (#32594) @gin1314
|
|
408
|
+
|
|
409
|
+
### `@mui/system@5.7.0`
|
|
410
|
+
|
|
411
|
+
- [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
|
|
412
|
+
|
|
413
|
+
### `@mui/base@5.0.0-alpha.80`
|
|
414
|
+
|
|
415
|
+
- [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
|
|
416
|
+
|
|
417
|
+
### `@mui/private-classnames@5.7.0`
|
|
418
|
+
|
|
419
|
+
- [classnames] Add new package for classnames utils (#32502) @mnajdova
|
|
420
|
+
|
|
421
|
+
### Docs
|
|
422
|
+
|
|
423
|
+
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
424
|
+
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
425
|
+
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
426
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
427
|
+
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
428
|
+
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
429
|
+
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
430
|
+
- [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
|
|
431
|
+
- [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
|
|
432
|
+
- [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
|
|
433
|
+
- [docs] Fix broken redirection (#32581) @oliviertassinari
|
|
434
|
+
- [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
|
|
435
|
+
- [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
|
|
436
|
+
- [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
|
|
437
|
+
- [Joy] Add principles page (#32648) @siriwatknp
|
|
438
|
+
- [Joy] Add Button page (#32576) @siriwatknp
|
|
439
|
+
- [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
|
|
440
|
+
- [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
|
|
441
|
+
- [website] Optimize conversion to store (#32646) @oliviertassinari
|
|
442
|
+
- [website] Remove copy button on marketing pages (#32649) @siriwatknp
|
|
443
|
+
- [website] Add missing space in copy label (#32638) @flaviendelangle
|
|
444
|
+
|
|
445
|
+
### Core
|
|
446
|
+
|
|
447
|
+
- [core] Security updates (#32636) @michaldudak
|
|
448
|
+
- [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
|
|
449
|
+
- [core] Update minimist to fix security vulnerability (#32575) @michaldudak
|
|
450
|
+
|
|
451
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
|
|
452
|
+
|
|
453
|
+
## 5.6.4
|
|
454
|
+
|
|
455
|
+
<!-- generated comparing v5.6.3..master -->
|
|
456
|
+
|
|
457
|
+
_May 2, 2022_
|
|
458
|
+
|
|
459
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights โจ:
|
|
460
|
+
|
|
461
|
+
- ๐
5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
462
|
+
- And more ๐ bug fixes and ๐ improvements.
|
|
463
|
+
|
|
464
|
+
### `@mui/material@5.6.4`
|
|
465
|
+
|
|
466
|
+
- ​<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
|
|
467
|
+
- ​<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
|
|
468
|
+
- ​<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
|
|
469
|
+
- ​<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
|
|
470
|
+
- ​<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
|
|
471
|
+
- ​<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
|
|
472
|
+
- ​<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
|
|
473
|
+
- ​<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
|
|
474
|
+
|
|
475
|
+
### `@mui/codemod@5.6.4`
|
|
476
|
+
|
|
477
|
+
- ​<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
|
|
478
|
+
- ​<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
|
|
479
|
+
|
|
480
|
+
### `@mui/joy@5.0.0-alpha.26`
|
|
481
|
+
|
|
482
|
+
- ​<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
|
|
483
|
+
- ​<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
|
|
484
|
+
- ​<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
|
|
485
|
+
- ​<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
|
|
486
|
+
|
|
487
|
+
### Docs
|
|
488
|
+
|
|
489
|
+
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
490
|
+
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
491
|
+
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
492
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
493
|
+
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
494
|
+
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
495
|
+
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
496
|
+
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
497
|
+
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
498
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
|
|
499
|
+
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
500
|
+
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
501
|
+
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
502
|
+
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
503
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
504
|
+
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
505
|
+
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
506
|
+
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
507
|
+
- ​<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
|
|
508
|
+
- ​<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
|
|
509
|
+
- ​<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
|
|
510
|
+
- ​<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
|
|
511
|
+
|
|
512
|
+
### Core
|
|
513
|
+
|
|
514
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
515
|
+
|
|
516
|
+
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
517
|
+
|
|
518
|
+
## 5.6.3
|
|
519
|
+
|
|
520
|
+
<!-- generated comparing v5.6.2..master -->
|
|
521
|
+
|
|
522
|
+
_Apr 25, 2022_
|
|
523
|
+
|
|
524
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
525
|
+
|
|
526
|
+
- ๐ Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
|
|
527
|
+
- And more ๐ bug fixes and ๐ improvements.
|
|
528
|
+
|
|
529
|
+
### `@mui/material@5.6.3`
|
|
530
|
+
|
|
531
|
+
- [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
|
|
532
|
+
- [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
|
|
533
|
+
- [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
|
|
534
|
+
|
|
535
|
+
### `@mui/system@5.6.3`
|
|
536
|
+
|
|
537
|
+
- [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
|
|
538
|
+
- [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
|
|
539
|
+
|
|
540
|
+
### `@mui/base@5.0.0-alpha.78`
|
|
541
|
+
|
|
542
|
+
- [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
|
|
543
|
+
|
|
544
|
+
### `@mui/joy@5.0.0-alpha.25`
|
|
545
|
+
|
|
546
|
+
- [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
|
|
547
|
+
- [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
|
|
548
|
+
- [Joy] Add `Chip` component (#31983) @hbjORbj
|
|
549
|
+
- [Joy] Improve controls (#32267) @siriwatknp
|
|
550
|
+
- [Joy] Set up docs (#32370) @siriwatknp
|
|
551
|
+
|
|
552
|
+
### Docs
|
|
553
|
+
|
|
554
|
+
- [docs] Enable row reordering on the pricing page (#31875) @DanailH
|
|
555
|
+
- [blog] A few improvements on date picker change (#32325) @oliviertassinari
|
|
556
|
+
- [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
|
|
557
|
+
- [docs] Revise the related projects page (#32180) @danilo-leal
|
|
558
|
+
- [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
|
|
559
|
+
- [docs] Fix sidenav mobile color (#32324) @oliviertassinari
|
|
560
|
+
- [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
|
|
561
|
+
- [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
|
|
562
|
+
- [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
|
|
563
|
+
- [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
|
|
564
|
+
- [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
|
|
565
|
+
- [website] Update Diamond sponsors list (#32433) @oliviertassinari
|
|
566
|
+
- [website] Add privacy policy link to website's footer (#32080) @danilo-leal
|
|
567
|
+
- [website] Remove the designer role (#32384) @danilo-leal
|
|
568
|
+
|
|
569
|
+
### Core
|
|
570
|
+
|
|
571
|
+
- [core] `yarn prettier` write @oliviertassinari
|
|
572
|
+
- [core] Fix changelog warning message (#32240) @praveen001
|
|
573
|
+
- [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
|
|
574
|
+
|
|
575
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
|
|
576
|
+
|
|
577
|
+
## 5.6.2
|
|
578
|
+
|
|
579
|
+
<!-- generated comparing v5.6.1..master -->
|
|
580
|
+
|
|
581
|
+
_Apr 18, 2022_
|
|
582
|
+
|
|
583
|
+
A big thanks to the 11 contributors who made this release possible. This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
584
|
+
|
|
585
|
+
### `@mui/material@5.6.2`
|
|
586
|
+
|
|
587
|
+
- ​<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
|
|
588
|
+
- ​<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
|
|
589
|
+
- ​<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
|
|
590
|
+
|
|
591
|
+
### `@mui/system@5.6.2`
|
|
592
|
+
|
|
593
|
+
- ​<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
|
|
594
|
+
|
|
595
|
+
### `@mui/base@5.0.0-alpha.77`
|
|
596
|
+
|
|
597
|
+
- ​<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
|
|
598
|
+
|
|
599
|
+
### `@mui/joy@5.0.0-alpha.24`
|
|
600
|
+
|
|
601
|
+
- ​<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
|
|
602
|
+
- ​<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
|
|
603
|
+
|
|
604
|
+
### Docs
|
|
605
|
+
|
|
606
|
+
- ​<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
|
|
607
|
+
- ​<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
|
|
608
|
+
- ​<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
|
|
609
|
+
- ​<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
|
|
610
|
+
- ​<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
|
|
611
|
+
- ​<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
|
|
612
|
+
- ​<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
|
|
613
|
+
- ​<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
|
|
614
|
+
- ​<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
|
|
615
|
+
- ​<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
|
|
616
|
+
- ​<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
|
|
617
|
+
- ​<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
|
|
618
|
+
- ​<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
|
|
619
|
+
- ​<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
|
|
620
|
+
- ​<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
|
|
621
|
+
- ​<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
|
|
622
|
+
- ​<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
|
|
623
|
+
- ​<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
|
|
624
|
+
- ​<!-- 02 -->[website] Improve new role template @oliviertassinari
|
|
625
|
+
- ​<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
|
|
626
|
+
- ​<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
|
|
627
|
+
|
|
628
|
+
### Core
|
|
629
|
+
|
|
630
|
+
- ​<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
|
|
631
|
+
- ​<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
|
|
632
|
+
- ​<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
|
|
633
|
+
|
|
634
|
+
All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
|
|
635
|
+
|
|
636
|
+
## 5.6.1
|
|
637
|
+
|
|
638
|
+
<!-- generated comparing v5.6.0..master -->
|
|
639
|
+
|
|
640
|
+
_Apr 11, 2022_
|
|
641
|
+
|
|
642
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
643
|
+
This release is mostly about ๐ bug fixes and ๐ documentation improvements.
|
|
644
|
+
|
|
645
|
+
### `@mui/material@5.6.1`
|
|
646
|
+
|
|
647
|
+
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
|
|
648
|
+
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
|
|
649
|
+
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
|
|
650
|
+
|
|
651
|
+
### `@mui/base@5.0.0-alpha.76`
|
|
652
|
+
|
|
653
|
+
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
|
|
654
|
+
|
|
655
|
+
### Docs
|
|
656
|
+
|
|
657
|
+
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
|
|
658
|
+
- [docs] Format number icons search (#32239) @oliviertassinari
|
|
659
|
+
- [docs] Fix small external links issue (#32212) @oliviertassinari
|
|
660
|
+
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
|
|
661
|
+
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
|
|
662
|
+
- [docs] Fix wrong url (#32208) @siriwatknp
|
|
663
|
+
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
|
|
664
|
+
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
|
|
665
|
+
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
|
|
666
|
+
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
667
|
+
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
668
|
+
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
669
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
670
|
+
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
671
|
+
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
672
|
+
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
673
|
+
|
|
674
|
+
### Core
|
|
675
|
+
|
|
676
|
+
- [core] Fix misleading types range (#32236) @oliviertassinari
|
|
677
|
+
- [core] Small polish on the product name (#32199) @oliviertassinari
|
|
678
|
+
|
|
679
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
680
|
+
|
|
681
|
+
## 5.6.0
|
|
682
|
+
|
|
683
|
+
<!-- generated comparing v5.5.3..master -->
|
|
684
|
+
|
|
685
|
+
_Apr 5, 2022_
|
|
686
|
+
|
|
687
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights โจ:
|
|
688
|
+
|
|
689
|
+
- ๐งฐ Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
690
|
+
- ๐ Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
691
|
+
- ๐ฃ Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
692
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
693
|
+
|
|
694
|
+
### `@mui/material@5.6.0`
|
|
695
|
+
|
|
696
|
+
- ​<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
|
|
697
|
+
- ​<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
|
|
698
|
+
- ​<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
|
|
699
|
+
- ​<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
|
|
700
|
+
- ​<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
|
|
701
|
+
|
|
702
|
+
### `@mui/base@5.0.0-alpha.75`
|
|
703
|
+
|
|
704
|
+
- ​<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
|
|
705
|
+
|
|
706
|
+
### `@mui/codemod@5.6.0`
|
|
707
|
+
|
|
708
|
+
- ​<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
|
|
709
|
+
|
|
710
|
+
### `@mui/lab@5.0.0-alpha.76`
|
|
711
|
+
|
|
712
|
+
- ​<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
|
|
713
|
+
|
|
714
|
+
### `@mui/joy@5.0.0-alpha.22`
|
|
715
|
+
|
|
716
|
+
- ​<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
|
|
717
|
+
|
|
718
|
+
### Docs
|
|
719
|
+
|
|
720
|
+
- ​<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
|
|
721
|
+
- ​<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
|
|
722
|
+
- ​<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
|
|
723
|
+
- ​<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
|
|
724
|
+
- ​<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
|
|
725
|
+
- ​<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
|
|
726
|
+
- ​<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
|
|
727
|
+
- ​<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
|
|
728
|
+
- ​<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
|
|
729
|
+
- ​<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
|
|
730
|
+
- ​<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
|
|
731
|
+
- ​<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
|
|
732
|
+
- ​<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
|
|
733
|
+
- ​<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
|
|
734
|
+
- ​<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
|
|
735
|
+
- ​<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
|
|
736
|
+
- ​<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
|
|
737
|
+
- ​<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
|
|
738
|
+
- ​<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
|
|
739
|
+
- ​<!-- 12 -->[docs] Correct typos (#32029) @apeltop
|
|
740
|
+
- ​<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
|
|
741
|
+
- ​<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
|
|
742
|
+
- ​<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
|
|
743
|
+
- ​<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
|
|
744
|
+
- ​<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
|
|
745
|
+
- ​<!-- 01 -->[website] Disable job ad @oliviertassinari
|
|
746
|
+
|
|
747
|
+
### Core
|
|
748
|
+
|
|
749
|
+
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
750
|
+
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
751
|
+
- ​<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
|
|
752
|
+
|
|
753
|
+
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
754
|
+
|
|
755
|
+
## 5.5.3
|
|
756
|
+
|
|
757
|
+
<!-- generated comparing v5.5.2..master -->
|
|
758
|
+
|
|
759
|
+
_Mar 28, 2022_
|
|
760
|
+
|
|
761
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
|
|
762
|
+
|
|
763
|
+
- โฟ๏ธ improved the a11y on some docs demos
|
|
764
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
765
|
+
|
|
766
|
+
### `@mui/material@5.5.3`
|
|
767
|
+
|
|
768
|
+
- ​<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
|
|
769
|
+
- ​<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
|
|
770
|
+
- ​<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
|
|
771
|
+
|
|
772
|
+
### `@mui/codemod@5.5.3`
|
|
773
|
+
|
|
774
|
+
- ​<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
|
|
775
|
+
|
|
776
|
+
### `@mui/utils@5.5.3`
|
|
777
|
+
|
|
778
|
+
- ​<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
|
|
779
|
+
|
|
780
|
+
### `@mui/base@5.0.0-alpha.74`
|
|
781
|
+
|
|
782
|
+
#### Breaking changes
|
|
783
|
+
|
|
784
|
+
- ​<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
|
|
785
|
+
|
|
786
|
+
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:
|
|
787
|
+
|
|
788
|
+
```tsx
|
|
789
|
+
const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
|
|
790
|
+
(props, ref) => {
|
|
791
|
+
const { open, className, ...other } = props;
|
|
792
|
+
return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
|
|
793
|
+
},
|
|
794
|
+
);
|
|
795
|
+
```
|
|
796
|
+
|
|
797
|
+
- ​<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
798
|
+
|
|
799
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
800
|
+
|
|
801
|
+
```diff
|
|
802
|
+
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
803
|
+
+import { TrapFocus } from '@mui/base';
|
|
804
|
+
|
|
805
|
+
// or
|
|
806
|
+
|
|
807
|
+
-import TrapFocus from '@mui/base/Unstyled_TrapFocus';
|
|
808
|
+
+import TrapFocus from '@mui/base/TrapFocus';
|
|
809
|
+
```
|
|
810
|
+
|
|
811
|
+
#### Changes
|
|
812
|
+
|
|
813
|
+
- ​<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
|
|
814
|
+
|
|
815
|
+
### `@mui/joy@5.0.0-alpha.21`
|
|
816
|
+
|
|
817
|
+
- ​<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
|
|
818
|
+
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
|
|
819
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
|
|
820
|
+
|
|
821
|
+
### Docs
|
|
822
|
+
|
|
823
|
+
- ​<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
|
|
824
|
+
- ​<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
|
|
825
|
+
- ​<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
|
|
826
|
+
- ​<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
|
|
827
|
+
- ​<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
|
|
828
|
+
- ​<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
|
|
829
|
+
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
830
|
+
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
831
|
+
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
832
|
+
- ​<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
|
|
833
|
+
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
834
|
+
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
835
|
+
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
836
|
+
- ​<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
|
|
837
|
+
- ​<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
|
|
838
|
+
- ​<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
|
|
839
|
+
- ​<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
|
|
840
|
+
- ​<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
|
|
841
|
+
- ​<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
|
|
842
|
+
- ​<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
|
|
843
|
+
|
|
844
|
+
### Core
|
|
845
|
+
|
|
846
|
+
- ​<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
|
|
847
|
+
- ​<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
|
|
848
|
+
- ​<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
|
|
849
|
+
- ​<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
|
|
850
|
+
|
|
851
|
+
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
|
|
852
|
+
|
|
853
|
+
## 5.5.2
|
|
854
|
+
|
|
855
|
+
<!-- generated comparing v5.5.1..master -->
|
|
856
|
+
|
|
857
|
+
_Mar 21, 2022_
|
|
858
|
+
|
|
859
|
+
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.
|
|
860
|
+
|
|
861
|
+
### `@mui/material@5.5.2`
|
|
862
|
+
|
|
863
|
+
- ​<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
|
|
864
|
+
|
|
865
|
+
### `@mui/joy@5.0.0-alpha.20`
|
|
866
|
+
|
|
867
|
+
- ​<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
|
|
868
|
+
- ​<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
|
|
869
|
+
|
|
870
|
+
### `@mui/base@5.0.0-alpha.73`
|
|
871
|
+
|
|
872
|
+
- ​<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
|
|
873
|
+
|
|
874
|
+
### `@mui/styled-engine-sc@5.5.2`
|
|
875
|
+
|
|
876
|
+
- ​<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
|
|
877
|
+
|
|
878
|
+
### Docs
|
|
879
|
+
|
|
880
|
+
- ​<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
|
|
881
|
+
- ​<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
|
|
882
|
+
- ​<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
|
|
883
|
+
- ​<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
|
|
884
|
+
- ​<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
|
|
885
|
+
- ​<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
|
|
886
|
+
- ​<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
|
|
887
|
+
- ​<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
|
|
888
|
+
- ​<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
|
|
889
|
+
|
|
890
|
+
### Core
|
|
891
|
+
|
|
892
|
+
- ​<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
|
|
893
|
+
|
|
894
|
+
All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
|
|
895
|
+
|
|
3
896
|
## 5.5.1
|
|
4
897
|
|
|
5
898
|
<!-- generated comparing v5.5.0..master -->
|
|
@@ -307,7 +1200,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
307
1200
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
308
1201
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
309
1202
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
310
|
-
- [website] Open Full-stack Engineer role for studio (#31038) @
|
|
1203
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
311
1204
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
312
1205
|
- [website] Improve title of open roles (#30963) @DanailH
|
|
313
1206
|
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
@@ -322,7 +1215,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
322
1215
|
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
323
1216
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
324
1217
|
|
|
325
|
-
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @
|
|
1218
|
+
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
|
|
326
1219
|
|
|
327
1220
|
## 5.4.1
|
|
328
1221
|
|
|
@@ -734,7 +1627,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
734
1627
|
|
|
735
1628
|
### Core
|
|
736
1629
|
|
|
737
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
1630
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
738
1631
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
739
1632
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
740
1633
|
|
|
@@ -1032,14 +1925,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
1032
1925
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
1033
1926
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
1034
1927
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
1035
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
1928
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
1036
1929
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
1037
1930
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
1038
1931
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
1039
1932
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
1040
1933
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
1041
1934
|
|
|
1042
|
-
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @
|
|
1935
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
|
|
1043
1936
|
|
|
1044
1937
|
## 5.2.0
|
|
1045
1938
|
|
|
@@ -1187,7 +2080,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1187
2080
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
1188
2081
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
1189
2082
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
1190
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2083
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
1191
2084
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
1192
2085
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
1193
2086
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -1733,7 +2626,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1733
2626
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1734
2627
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1735
2628
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1736
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
2629
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1737
2630
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1738
2631
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1739
2632
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1754,7 +2647,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1754
2647
|
|
|
1755
2648
|
### Core
|
|
1756
2649
|
|
|
1757
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2650
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1758
2651
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1759
2652
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1760
2653
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -1815,7 +2708,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1815
2708
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
1816
2709
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
1817
2710
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
1818
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2711
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
1819
2712
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
1820
2713
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
1821
2714
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -1857,7 +2750,7 @@ _Sep 1, 2021_
|
|
|
1857
2750
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
1858
2751
|
|
|
1859
2752
|
- ๐ 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).
|
|
1860
|
-
- ๐ 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/
|
|
2753
|
+
- ๐ 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)
|
|
1861
2754
|
- ๐งช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
|
|
1862
2755
|
|
|
1863
2756
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -2303,7 +3196,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2303
3196
|
### Docs
|
|
2304
3197
|
|
|
2305
3198
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
2306
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
3199
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
2307
3200
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
2308
3201
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
2309
3202
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2355,7 +3248,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2355
3248
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2356
3249
|
|
|
2357
3250
|
- ๐ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2358
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
3251
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2359
3252
|
|
|
2360
3253
|
<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>
|
|
2361
3254
|
|
|
@@ -2446,7 +3339,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2446
3339
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2447
3340
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2448
3341
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2449
|
-
- [blog] Danilo Leal joins Material
|
|
3342
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2450
3343
|
|
|
2451
3344
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
2452
3345
|
|
|
@@ -2883,7 +3776,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2883
3776
|
|
|
2884
3777
|
### Docs
|
|
2885
3778
|
|
|
2886
|
-
- ​<!-- 20 -->[blog] Michaล Dudak joins Material
|
|
3779
|
+
- ​<!-- 20 -->[blog] Michaล Dudak joins Material UI (#26700) @oliviertassinari
|
|
2887
3780
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
2888
3781
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
2889
3782
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -3170,7 +4063,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
3170
4063
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
3171
4064
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
3172
4065
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
3173
|
-
- [website] Add Material
|
|
4066
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
3174
4067
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
3175
4068
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
3176
4069
|
|
|
@@ -3262,7 +4155,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3262
4155
|
/>
|
|
3263
4156
|
```
|
|
3264
4157
|
|
|
3265
|
-
> Follow [this link](https://mui.com/
|
|
4158
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
3266
4159
|
|
|
3267
4160
|
#### Changes
|
|
3268
4161
|
|
|
@@ -3315,7 +4208,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3315
4208
|
- ​<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
|
|
3316
4209
|
- ​<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
|
|
3317
4210
|
- ​<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
|
|
3318
|
-
- ​<!-- 23 -->[docs] Link third-party routing in Bottom
|
|
4211
|
+
- ​<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
|
|
3319
4212
|
- ​<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
|
|
3320
4213
|
- ​<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
|
|
3321
4214
|
- ​<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
|
|
@@ -3425,7 +4318,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3425
4318
|
|
|
3426
4319
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3427
4320
|
|
|
3428
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
4321
|
+
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:
|
|
3429
4322
|
|
|
3430
4323
|
```diff
|
|
3431
4324
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -4041,7 +4934,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4041
4934
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
4042
4935
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
4043
4936
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
4044
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4937
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
4045
4938
|
|
|
4046
4939
|
### Core
|
|
4047
4940
|
|
|
@@ -4327,7 +5220,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
4327
5220
|
|
|
4328
5221
|
### Docs
|
|
4329
5222
|
|
|
4330
|
-
- ​<!-- 22 -->[docs] Migrate Bottom
|
|
5223
|
+
- ​<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
|
|
4331
5224
|
- ​<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
|
|
4332
5225
|
- ​<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
|
|
4333
5226
|
- ​<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
|
|
@@ -4562,7 +5455,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4562
5455
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4563
5456
|
|
|
4564
5457
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
4565
|
-
We will not change the minimum supported version in a major version of Material
|
|
5458
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
4566
5459
|
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).
|
|
4567
5460
|
|
|
4568
5461
|
#### Changes
|
|
@@ -5242,7 +6135,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5242
6135
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
5243
6136
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
5244
6137
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
5245
|
-
- [docs] Fix source on
|
|
6138
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
5246
6139
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
5247
6140
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
5248
6141
|
- [docs] Improve system properties page (#23961) @mnajdova
|
|
@@ -5290,8 +6183,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5290
6183
|
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).
|
|
5291
6184
|
|
|
5292
6185
|
```diff
|
|
5293
|
-
-<Box p={2}
|
|
5294
|
-
+<Box sx={{ p: 2,
|
|
6186
|
+
-<Box p={2} bgcolor="primary.main">
|
|
6187
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
5295
6188
|
```
|
|
5296
6189
|
|
|
5297
6190
|
#### Changes
|
|
@@ -5402,7 +6295,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5402
6295
|
);
|
|
5403
6296
|
```
|
|
5404
6297
|
|
|
5405
|
-
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
6298
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
|
|
5406
6299
|
|
|
5407
6300
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5408
6301
|
|
|
@@ -5614,7 +6507,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5614
6507
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5615
6508
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5616
6509
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5617
|
-
- [docs] Prepare Material
|
|
6510
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5618
6511
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5619
6512
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5620
6513
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5642,19 +6535,19 @@ _Nov 4, 2020_
|
|
|
5642
6535
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights โจ:
|
|
5643
6536
|
|
|
5644
6537
|
- โ๏ธ Add support for React 17 (#23311) @eps1lon.
|
|
5645
|
-
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
|
|
6538
|
+
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`.
|
|
5646
6539
|
- ๐ Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5647
6540
|
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.
|
|
5648
6541
|
|
|
5649
6542
|
**Why an unstyled package?**
|
|
5650
6543
|
|
|
5651
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
6544
|
+
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.
|
|
5652
6545
|
|
|
5653
6546
|
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).
|
|
5654
6547
|
|
|
5655
6548
|
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).
|
|
5656
6549
|
|
|
5657
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
6550
|
+
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).
|
|
5658
6551
|
|
|
5659
6552
|
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.
|
|
5660
6553
|
|
|
@@ -5718,8 +6611,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5718
6611
|
### Docs
|
|
5719
6612
|
|
|
5720
6613
|
- [Transition]ย Document default appear value (#23221) @GuilleDF
|
|
5721
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5722
|
-
- [docs] Add Material
|
|
6614
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
6615
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5723
6616
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5724
6617
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5725
6618
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5755,7 +6648,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5755
6648
|
Here are some highlights โจ:
|
|
5756
6649
|
|
|
5757
6650
|
- ๐ Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5758
|
-
We have resumed the work on Material
|
|
6651
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
5759
6652
|
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.
|
|
5760
6653
|
|
|
5761
6654
|
The system is meant to solve the following problems:
|
|
@@ -5928,7 +6821,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
5928
6821
|
Here are some highlights โจ:
|
|
5929
6822
|
|
|
5930
6823
|
- ๐ฆ Ship modern bundle (#22814) @eps1lon.
|
|
5931
|
-
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material
|
|
6824
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
5932
6825
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
5933
6826
|
|
|
5934
6827
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -5939,7 +6832,7 @@ Here are some highlights โจ:
|
|
|
5939
6832
|
The change yields a 6% reduction in bundle size ๐ฆ (Babel only).
|
|
5940
6833
|
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).
|
|
5941
6834
|
|
|
5942
|
-
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/).
|
|
6835
|
+
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/).
|
|
5943
6836
|
|
|
5944
6837
|
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.
|
|
5945
6838
|
|
|
@@ -6295,7 +7188,7 @@ Here are some highlights โจ:
|
|
|
6295
7188
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
6296
7189
|
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.
|
|
6297
7190
|
|
|
6298
|
-
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/
|
|
7191
|
+
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
6299
7192
|
|
|
6300
7193
|
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:
|
|
6301
7194
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6583,7 +7476,7 @@ Here are some highlights โจ:
|
|
|
6583
7476
|
|
|
6584
7477
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6585
7478
|
|
|
6586
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
7479
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
6587
7480
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6588
7481
|
|
|
6589
7482
|
#### Changes
|
|
@@ -7001,7 +7894,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
7001
7894
|
Here are some highlights โจ:
|
|
7002
7895
|
|
|
7003
7896
|
- ๐
Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
7004
|
-
This API allows developers to add new variants on the Material
|
|
7897
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
7005
7898
|
For instance with the Button:
|
|
7006
7899
|
|
|
7007
7900
|
```tsx
|
|
@@ -7030,7 +7923,7 @@ Here are some highlights โจ:
|
|
|
7030
7923
|
<Button variant="dashed" />;
|
|
7031
7924
|
```
|
|
7032
7925
|
|
|
7033
|
-
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7926
|
+
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7034
7927
|
|
|
7035
7928
|
- ๐ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
7036
7929
|
- โ๏ธ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
package/index.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ type GenerateStringUnion<T> = Extract<
|
|
|
67
67
|
>;
|
|
68
68
|
|
|
69
69
|
// https://stackoverflow.com/questions/53807517/how-to-test-if-two-types-are-exactly-the-same
|
|
70
|
-
type IfEquals<T, U, Y = unknown, N = never> = (<G>() => G extends T ? 1 : 2) extends <
|
|
70
|
+
export type IfEquals<T, U, Y = unknown, N = never> = (<G>() => G extends T ? 1 : 2) extends <
|
|
71
71
|
G,
|
|
72
72
|
>() => G extends U ? 1 : 2
|
|
73
73
|
? Y
|