@mui/types 7.1.1 โ 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 +1255 -38
- package/index.d.ts +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,1222 @@
|
|
|
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
|
+
|
|
896
|
+
## 5.5.1
|
|
897
|
+
|
|
898
|
+
<!-- generated comparing v5.5.0..master -->
|
|
899
|
+
|
|
900
|
+
_Mar 14, 2022_
|
|
901
|
+
|
|
902
|
+
A big thanks to the 23 contributors who made this release possible. Here are some highlights โจ:
|
|
903
|
+
|
|
904
|
+
- ๐ 2021 survey results post by @danilo-leal (#30999)
|
|
905
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
906
|
+
|
|
907
|
+
### @mui/material@5.5.1
|
|
908
|
+
|
|
909
|
+
- [Fab] Add z-index (#30842) @issamElmohadeb098
|
|
910
|
+
- [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
|
|
911
|
+
- [i10n] Update italian locale (#30974) @SalvatoreMazzullo
|
|
912
|
+
- [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
|
|
913
|
+
- [Popper] Allow setting default props in a theme (#30118) @hafley66
|
|
914
|
+
- [TextField] fix disappearing border in Safari (#31406) @krysia1
|
|
915
|
+
|
|
916
|
+
### @mui/joy@5.0.0-alpha.19
|
|
917
|
+
|
|
918
|
+
- [Joy] Support horizontal List (#31620) @siriwatknp
|
|
919
|
+
- [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
|
|
920
|
+
- [Joy] Add `TextField` component (#31299) @siriwatknp
|
|
921
|
+
- [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
|
|
922
|
+
- [Joy] Add `Checkbox` component (#31273) @siriwatknp
|
|
923
|
+
|
|
924
|
+
### Docs
|
|
925
|
+
|
|
926
|
+
- [blog] 2021 survey results post (#30999) @danilo-leal
|
|
927
|
+
- [docs] Add Macedonian translation (#31402) @theCuriousOne
|
|
928
|
+
- [docs] Fix API page table styles in Safari (#31696) @aaarichter
|
|
929
|
+
- [docs] Fix SEO issues (#31505) @oliviertassinari
|
|
930
|
+
- [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
|
|
931
|
+
- [docs] Add "Work in biotech" to showcase (#31711) @klyburke
|
|
932
|
+
- [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
|
|
933
|
+
- [docs] Fix search icons crash (#31651) @juanpc10
|
|
934
|
+
- [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
|
|
935
|
+
- [docs] Fix source code links on the Templates page (#31425) @danilo-leal
|
|
936
|
+
- [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
|
|
937
|
+
- [docs] Migrate button demos to base (#31395) @siriwatknp
|
|
938
|
+
- [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
|
|
939
|
+
- [docs] Remove joy mockup pages (#31412) @siriwatknp
|
|
940
|
+
- [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
|
|
941
|
+
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
942
|
+
- [docs] Fix Search crash (#31386) @reckter
|
|
943
|
+
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
944
|
+
- [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
|
|
945
|
+
- [docs] Test products search (#31351) @siriwatknp
|
|
946
|
+
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
947
|
+
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
948
|
+
- [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
|
|
949
|
+
- [website] Add new gold sponsor (#31354) @hbjORbj
|
|
950
|
+
- [website] Update Ukraine support link (#31378) @samuelsycamore
|
|
951
|
+
|
|
952
|
+
### Core
|
|
953
|
+
|
|
954
|
+
- [core] Simplify anchor link (#31419) @oliviertassinari
|
|
955
|
+
- [core] Revert unrelated changes in #31354 @oliviertassinari
|
|
956
|
+
- [test] Upgrade CircleCI convenience image (#31394) @m4theushw
|
|
957
|
+
- [typescript] Simplify display of slot props types (#31240) @michaldudak
|
|
958
|
+
|
|
959
|
+
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
|
|
960
|
+
|
|
961
|
+
## 5.5.0
|
|
962
|
+
|
|
963
|
+
<!-- generated comparing v5.4.4..master -->
|
|
964
|
+
|
|
965
|
+
_Mar 7, 2022_
|
|
966
|
+
|
|
967
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights โจ:
|
|
968
|
+
|
|
969
|
+
- โฟ๏ธ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
|
|
970
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
971
|
+
|
|
972
|
+
### `@mui/material@5.5.0`
|
|
973
|
+
|
|
974
|
+
#### Breaking change
|
|
975
|
+
|
|
976
|
+
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
977
|
+
|
|
978
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
|
|
979
|
+
|
|
980
|
+
```diff
|
|
981
|
+
- import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
982
|
+
+ import { unstable_ClassNameGenerator } from '@mui/material/className';
|
|
983
|
+
```
|
|
984
|
+
|
|
985
|
+
#### Changes
|
|
986
|
+
|
|
987
|
+
- ​<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
|
|
988
|
+
- ​<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
|
|
989
|
+
- ​<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
|
|
990
|
+
- ​<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
|
|
991
|
+
- ​<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
|
|
992
|
+
|
|
993
|
+
### `@mui/icons-material@5.5.0`
|
|
994
|
+
|
|
995
|
+
- ​<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
|
|
996
|
+
|
|
997
|
+
### `@mui/codemod@5.5.0`
|
|
998
|
+
|
|
999
|
+
- ​<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
|
|
1000
|
+
|
|
1001
|
+
### `@mui/lab@5.0.0-alpha.72`
|
|
1002
|
+
|
|
1003
|
+
- ​<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
|
|
1004
|
+
|
|
1005
|
+
### `@mui/base@5.0.0-alpha.71`
|
|
1006
|
+
|
|
1007
|
+
- ​<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
|
|
1008
|
+
- ​<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
|
|
1009
|
+
|
|
1010
|
+
### `@mui/joy@5.0.0-alpha.18`
|
|
1011
|
+
|
|
1012
|
+
- ​<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
|
|
1013
|
+
- ​<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
|
|
1014
|
+
- ​<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
|
|
1015
|
+
- ​<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
|
|
1016
|
+
|
|
1017
|
+
### `@mui/material-next@6.0.0-alpha.26`
|
|
1018
|
+
|
|
1019
|
+
- ​<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
|
|
1020
|
+
|
|
1021
|
+
### Docs
|
|
1022
|
+
|
|
1023
|
+
- ​<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
|
|
1024
|
+
- ​<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
|
|
1025
|
+
- ​<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
|
|
1026
|
+
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
1027
|
+
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
1028
|
+
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
1029
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
|
|
1030
|
+
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-witโฆ (#30981) @nnecec
|
|
1031
|
+
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
1032
|
+
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
1033
|
+
|
|
1034
|
+
### Core
|
|
1035
|
+
|
|
1036
|
+
- ​<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
|
|
1037
|
+
- ​<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
|
|
1038
|
+
- ​<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
|
|
1039
|
+
- ​<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
|
|
1040
|
+
|
|
1041
|
+
All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini
|
|
1042
|
+
|
|
1043
|
+
## 5.4.4
|
|
1044
|
+
|
|
1045
|
+
<!-- generated comparing v5.4.3..master -->
|
|
1046
|
+
|
|
1047
|
+
_Feb 28, 2022_
|
|
1048
|
+
|
|
1049
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
|
|
1050
|
+
|
|
1051
|
+
- โจ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
|
|
1052
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
1053
|
+
|
|
1054
|
+
### `@mui/material@5.4.4`
|
|
1055
|
+
|
|
1056
|
+
- ​<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
|
|
1057
|
+
- ​<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
|
|
1058
|
+
- ​<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
|
|
1059
|
+
- ​<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
|
|
1060
|
+
- ​<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
|
|
1061
|
+
|
|
1062
|
+
### `@mui/system@5.4.4`
|
|
1063
|
+
|
|
1064
|
+
- ​<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
|
|
1065
|
+
- ​<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
|
|
1066
|
+
- ​<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
|
|
1067
|
+
|
|
1068
|
+
### `@mui/codemod@5.4.4`
|
|
1069
|
+
|
|
1070
|
+
- ​<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
|
|
1071
|
+
|
|
1072
|
+
### `@mui/base@5.0.0-alpha.70`
|
|
1073
|
+
|
|
1074
|
+
- ​<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
|
|
1075
|
+
|
|
1076
|
+
### `@mui/joy@5.0.0-alpha.17`
|
|
1077
|
+
|
|
1078
|
+
- ​<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
|
|
1079
|
+
- ​<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
|
|
1080
|
+
- ​<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
|
|
1081
|
+
- ​<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
|
|
1082
|
+
- ​<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
|
|
1083
|
+
|
|
1084
|
+
### Docs
|
|
1085
|
+
|
|
1086
|
+
- ​<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
|
|
1087
|
+
- ​<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
|
|
1088
|
+
- ​<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
|
|
1089
|
+
- ​<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
|
|
1090
|
+
- ​<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
|
|
1091
|
+
- ​<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
|
|
1092
|
+
- ​<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
|
|
1093
|
+
- ​<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
|
|
1094
|
+
- ​<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
|
|
1095
|
+
- ​<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
|
|
1096
|
+
- ​<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
|
|
1097
|
+
|
|
1098
|
+
### Core
|
|
1099
|
+
|
|
1100
|
+
- ​<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
|
|
1101
|
+
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
|
|
1102
|
+
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
|
|
1103
|
+
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
|
|
1104
|
+
- ​<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
|
|
1105
|
+
|
|
1106
|
+
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
|
|
1107
|
+
|
|
1108
|
+
## 5.4.3
|
|
1109
|
+
|
|
1110
|
+
<!-- generated comparing v5.4.2..master -->
|
|
1111
|
+
|
|
1112
|
+
_Feb 21, 2022_
|
|
1113
|
+
|
|
1114
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights โจ:
|
|
1115
|
+
|
|
1116
|
+
- ๐ @hbjORbj made components use theme duration/easing values by default (#30894)
|
|
1117
|
+
- A meaningful number of ๐ bug fixes and ๐ documentation improvements
|
|
1118
|
+
|
|
1119
|
+
### `@mui/material@5.4.3`
|
|
1120
|
+
|
|
1121
|
+
- ​<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
|
|
1122
|
+
- ​<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
|
|
1123
|
+
- ​<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
|
|
1124
|
+
|
|
1125
|
+
### `@mui/icons-material@5.4.3`
|
|
1126
|
+
|
|
1127
|
+
- ​<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
|
|
1128
|
+
|
|
1129
|
+
### `@mui/joy@5.0.0-alpha.16`
|
|
1130
|
+
|
|
1131
|
+
- ​<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
|
|
1132
|
+
- ​<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
|
|
1133
|
+
- ​<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
|
|
1134
|
+
|
|
1135
|
+
### Docs
|
|
1136
|
+
|
|
1137
|
+
- ​<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
|
|
1138
|
+
- ​<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
|
|
1139
|
+
- ​<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
|
|
1140
|
+
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
1141
|
+
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
1142
|
+
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
1143
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
1144
|
+
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
1145
|
+
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
1146
|
+
|
|
1147
|
+
### Core
|
|
1148
|
+
|
|
1149
|
+
- ​<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
|
|
1150
|
+
- ​<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
|
|
1151
|
+
- ​<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
|
|
1152
|
+
|
|
1153
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
|
|
1154
|
+
|
|
1155
|
+
## 5.4.2
|
|
1156
|
+
|
|
1157
|
+
_Feb 15, 2022_
|
|
1158
|
+
|
|
1159
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights โจ:
|
|
1160
|
+
|
|
1161
|
+
- ๐ @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
|
|
1162
|
+
- Several ๐ bug fixes and ๐ documentation improvements
|
|
1163
|
+
|
|
1164
|
+
### `@mui/material@5.4.2`
|
|
1165
|
+
|
|
1166
|
+
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
1167
|
+
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
1168
|
+
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
1169
|
+
- [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
1170
|
+
|
|
1171
|
+
### `@mui/system@5.4.2`
|
|
1172
|
+
|
|
1173
|
+
- [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
|
|
1174
|
+
|
|
1175
|
+
### `@mui/lab@5.0.0-alpha.69`
|
|
1176
|
+
|
|
1177
|
+
- [DatePicker] Fix passing clearable prop (#30786) @alisasanib
|
|
1178
|
+
|
|
1179
|
+
### `@mui/joy@5.0.0-alpha.15`
|
|
1180
|
+
|
|
1181
|
+
- [Joy] Improve variant customization experience (#30878) @siriwatknp
|
|
1182
|
+
- [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
|
|
1183
|
+
|
|
1184
|
+
### Framer
|
|
1185
|
+
|
|
1186
|
+
- [design] Remove framer components (#30983) @mbrookes
|
|
1187
|
+
- [design] Remove framer leftovers (#31070) @michaldudak
|
|
1188
|
+
|
|
1189
|
+
### Docs
|
|
1190
|
+
|
|
1191
|
+
- [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
|
|
1192
|
+
- [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
|
|
1193
|
+
- [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
|
|
1194
|
+
- [docs] Fix layout shift on loading (#31017) @oliviertassinari
|
|
1195
|
+
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
1196
|
+
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
1197
|
+
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
1198
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
1199
|
+
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
1200
|
+
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
1201
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
1202
|
+
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
1203
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
1204
|
+
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
1205
|
+
- [website] Improve title of open roles (#30963) @DanailH
|
|
1206
|
+
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
1207
|
+
- [website] Add Sycamore to About page (#31000) @samuelsycamore
|
|
1208
|
+
|
|
1209
|
+
### Core
|
|
1210
|
+
|
|
1211
|
+
- [benchmark] Add missing dependency (#30994) @michaldudak
|
|
1212
|
+
- [core] Bump date-io version (#31016) @michaldudak
|
|
1213
|
+
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
1214
|
+
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
1215
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
1216
|
+
- [core] Remove dead code (#31064) @oliviertassinari
|
|
1217
|
+
|
|
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
|
|
1219
|
+
|
|
3
1220
|
## 5.4.1
|
|
4
1221
|
|
|
5
1222
|
<!-- generated comparing v5.4.0..master -->
|
|
@@ -55,7 +1272,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
55
1272
|
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
|
|
56
1273
|
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
|
|
57
1274
|
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
|
|
58
|
-
- ​<!-- 17 -->[docs] Hotfix notification
|
|
1275
|
+
- ​<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
|
|
59
1276
|
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
|
|
60
1277
|
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
|
|
61
1278
|
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
|
|
@@ -410,7 +1627,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
410
1627
|
|
|
411
1628
|
### Core
|
|
412
1629
|
|
|
413
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
1630
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
414
1631
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
415
1632
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
416
1633
|
|
|
@@ -708,14 +1925,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
|
|
|
708
1925
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
709
1926
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
710
1927
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
711
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @
|
|
1928
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
|
|
712
1929
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
713
1930
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
714
1931
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
715
1932
|
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
716
1933
|
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
717
1934
|
|
|
718
|
-
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
|
|
719
1936
|
|
|
720
1937
|
## 5.2.0
|
|
721
1938
|
|
|
@@ -863,7 +2080,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
863
2080
|
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
864
2081
|
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
865
2082
|
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
866
|
-
- ​<!-- 30 -->[core] Use support request
|
|
2083
|
+
- ​<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
|
|
867
2084
|
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
868
2085
|
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
869
2086
|
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
@@ -1409,7 +2626,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1409
2626
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1410
2627
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1411
2628
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1412
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
2629
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1413
2630
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1414
2631
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1415
2632
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1430,7 +2647,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1430
2647
|
|
|
1431
2648
|
### Core
|
|
1432
2649
|
|
|
1433
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2650
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1434
2651
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1435
2652
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1436
2653
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -1491,7 +2708,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1491
2708
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
1492
2709
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
1493
2710
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
1494
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2711
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
1495
2712
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
1496
2713
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
1497
2714
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -1533,7 +2750,7 @@ _Sep 1, 2021_
|
|
|
1533
2750
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
1534
2751
|
|
|
1535
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).
|
|
1536
|
-
- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/
|
|
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)
|
|
1537
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 ๐!
|
|
1538
2755
|
|
|
1539
2756
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -1979,7 +3196,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
1979
3196
|
### Docs
|
|
1980
3197
|
|
|
1981
3198
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
1982
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
3199
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
1983
3200
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
1984
3201
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
1985
3202
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2031,7 +3248,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2031
3248
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2032
3249
|
|
|
2033
3250
|
- ๐ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2034
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
3251
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2035
3252
|
|
|
2036
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>
|
|
2037
3254
|
|
|
@@ -2122,7 +3339,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2122
3339
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2123
3340
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2124
3341
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2125
|
-
- [blog] Danilo Leal joins Material
|
|
3342
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2126
3343
|
|
|
2127
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
|
|
2128
3345
|
|
|
@@ -2559,7 +3776,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2559
3776
|
|
|
2560
3777
|
### Docs
|
|
2561
3778
|
|
|
2562
|
-
- ​<!-- 20 -->[blog] Michaล Dudak joins Material
|
|
3779
|
+
- ​<!-- 20 -->[blog] Michaล Dudak joins Material UI (#26700) @oliviertassinari
|
|
2563
3780
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
2564
3781
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
2565
3782
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -2846,7 +4063,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
2846
4063
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
2847
4064
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
2848
4065
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
2849
|
-
- [website] Add Material
|
|
4066
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
2850
4067
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
2851
4068
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
2852
4069
|
|
|
@@ -2938,7 +4155,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2938
4155
|
/>
|
|
2939
4156
|
```
|
|
2940
4157
|
|
|
2941
|
-
> Follow [this link](https://mui.com/
|
|
4158
|
+
> Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
|
|
2942
4159
|
|
|
2943
4160
|
#### Changes
|
|
2944
4161
|
|
|
@@ -2991,7 +4208,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2991
4208
|
- ​<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
|
|
2992
4209
|
- ​<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
|
|
2993
4210
|
- ​<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
|
|
2994
|
-
- ​<!-- 23 -->[docs] Link third-party routing in Bottom
|
|
4211
|
+
- ​<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
|
|
2995
4212
|
- ​<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
|
|
2996
4213
|
- ​<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
|
|
2997
4214
|
- ​<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
|
|
@@ -3101,7 +4318,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3101
4318
|
|
|
3102
4319
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3103
4320
|
|
|
3104
|
-
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:
|
|
3105
4322
|
|
|
3106
4323
|
```diff
|
|
3107
4324
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -3464,7 +4681,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3464
4681
|
- ​<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
|
|
3465
4682
|
- ​<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
|
|
3466
4683
|
- ​<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
|
|
3467
|
-
- ​<!-- 44 -->[internal][pickers] Entangle what
|
|
4684
|
+
- ​<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
|
|
3468
4685
|
- ​<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
|
|
3469
4686
|
- ​<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
|
|
3470
4687
|
- ​<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
|
|
@@ -3717,7 +4934,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3717
4934
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
3718
4935
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
3719
4936
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
3720
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4937
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
3721
4938
|
|
|
3722
4939
|
### Core
|
|
3723
4940
|
|
|
@@ -4003,7 +5220,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
4003
5220
|
|
|
4004
5221
|
### Docs
|
|
4005
5222
|
|
|
4006
|
-
- ​<!-- 22 -->[docs] Migrate Bottom
|
|
5223
|
+
- ​<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
|
|
4007
5224
|
- ​<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
|
|
4008
5225
|
- ​<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
|
|
4009
5226
|
- ​<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
|
|
@@ -4238,7 +5455,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4238
5455
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4239
5456
|
|
|
4240
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).
|
|
4241
|
-
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.
|
|
4242
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).
|
|
4243
5460
|
|
|
4244
5461
|
#### Changes
|
|
@@ -4918,7 +6135,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4918
6135
|
- [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
|
|
4919
6136
|
- [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
|
|
4920
6137
|
- [docs] Fix production deploy (#23963) @eps1lon
|
|
4921
|
-
- [docs] Fix source on
|
|
6138
|
+
- [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
|
|
4922
6139
|
- [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
|
|
4923
6140
|
- [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
|
|
4924
6141
|
- [docs] Improve system properties page (#23961) @mnajdova
|
|
@@ -4966,8 +6183,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4966
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).
|
|
4967
6184
|
|
|
4968
6185
|
```diff
|
|
4969
|
-
-<Box p={2}
|
|
4970
|
-
+<Box sx={{ p: 2,
|
|
6186
|
+
-<Box p={2} bgcolor="primary.main">
|
|
6187
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
4971
6188
|
```
|
|
4972
6189
|
|
|
4973
6190
|
#### Changes
|
|
@@ -5078,7 +6295,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5078
6295
|
);
|
|
5079
6296
|
```
|
|
5080
6297
|
|
|
5081
|
-
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.
|
|
5082
6299
|
|
|
5083
6300
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5084
6301
|
|
|
@@ -5290,7 +6507,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5290
6507
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5291
6508
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5292
6509
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5293
|
-
- [docs] Prepare Material
|
|
6510
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5294
6511
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5295
6512
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5296
6513
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5318,19 +6535,19 @@ _Nov 4, 2020_
|
|
|
5318
6535
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights โจ:
|
|
5319
6536
|
|
|
5320
6537
|
- โ๏ธ Add support for React 17 (#23311) @eps1lon.
|
|
5321
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
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`.
|
|
5322
6539
|
- ๐ Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5323
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.
|
|
5324
6541
|
|
|
5325
6542
|
**Why an unstyled package?**
|
|
5326
6543
|
|
|
5327
|
-
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.
|
|
5328
6545
|
|
|
5329
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).
|
|
5330
6547
|
|
|
5331
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).
|
|
5332
6549
|
|
|
5333
|
-
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).
|
|
5334
6551
|
|
|
5335
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.
|
|
5336
6553
|
|
|
@@ -5394,8 +6611,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5394
6611
|
### Docs
|
|
5395
6612
|
|
|
5396
6613
|
- [Transition]ย Document default appear value (#23221) @GuilleDF
|
|
5397
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5398
|
-
- [docs] Add Material
|
|
6614
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
6615
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5399
6616
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5400
6617
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5401
6618
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5431,7 +6648,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5431
6648
|
Here are some highlights โจ:
|
|
5432
6649
|
|
|
5433
6650
|
- ๐ Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5434
|
-
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.
|
|
5435
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.
|
|
5436
6653
|
|
|
5437
6654
|
The system is meant to solve the following problems:
|
|
@@ -5604,7 +6821,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
5604
6821
|
Here are some highlights โจ:
|
|
5605
6822
|
|
|
5606
6823
|
- ๐ฆ Ship modern bundle (#22814) @eps1lon.
|
|
5607
|
-
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.
|
|
5608
6825
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
5609
6826
|
|
|
5610
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"`
|
|
@@ -5615,7 +6832,7 @@ Here are some highlights โจ:
|
|
|
5615
6832
|
The change yields a 6% reduction in bundle size ๐ฆ (Babel only).
|
|
5616
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).
|
|
5617
6834
|
|
|
5618
|
-
Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
|
|
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/).
|
|
5619
6836
|
|
|
5620
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.
|
|
5621
6838
|
|
|
@@ -5971,7 +7188,7 @@ Here are some highlights โจ:
|
|
|
5971
7188
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
5972
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.
|
|
5973
7190
|
|
|
5974
|
-
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/
|
|
7191
|
+
- โก๏ธ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
5975
7192
|
|
|
5976
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:
|
|
5977
7194
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6259,7 +7476,7 @@ Here are some highlights โจ:
|
|
|
6259
7476
|
|
|
6260
7477
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6261
7478
|
|
|
6262
|
-
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.
|
|
6263
7480
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6264
7481
|
|
|
6265
7482
|
#### Changes
|
|
@@ -6677,7 +7894,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
6677
7894
|
Here are some highlights โจ:
|
|
6678
7895
|
|
|
6679
7896
|
- ๐
Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
6680
|
-
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.
|
|
6681
7898
|
For instance with the Button:
|
|
6682
7899
|
|
|
6683
7900
|
```tsx
|
|
@@ -6706,7 +7923,7 @@ Here are some highlights โจ:
|
|
|
6706
7923
|
<Button variant="dashed" />;
|
|
6707
7924
|
```
|
|
6708
7925
|
|
|
6709
|
-
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).
|
|
6710
7927
|
|
|
6711
7928
|
- ๐ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
6712
7929
|
- โ๏ธ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|