@mui/types 7.0.0-rc.1 → 7.1.2
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 +1615 -101
- package/LICENSE +21 -21
- package/README.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,1514 @@
|
|
|
1
|
-
|
|
1
|
+
# [Versions](https://mui.com/versions/)
|
|
2
|
+
|
|
3
|
+
## 5.4.2
|
|
4
|
+
|
|
5
|
+
_Feb 15, 2022_
|
|
6
|
+
|
|
7
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 🛠 @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
|
|
10
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.4.2`
|
|
13
|
+
|
|
14
|
+
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
|
|
15
|
+
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
|
|
16
|
+
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
|
|
17
|
+
- [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
|
|
18
|
+
|
|
19
|
+
### `@mui/system@5.4.2`
|
|
20
|
+
|
|
21
|
+
- [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
|
|
22
|
+
|
|
23
|
+
### `@mui/lab@5.0.0-alpha.69`
|
|
24
|
+
|
|
25
|
+
- [DatePicker] Fix passing clearable prop (#30786) @alisasanib
|
|
26
|
+
|
|
27
|
+
### `@mui/joy@5.0.0-alpha.15`
|
|
28
|
+
|
|
29
|
+
- [Joy] Improve variant customization experience (#30878) @siriwatknp
|
|
30
|
+
- [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
|
|
31
|
+
|
|
32
|
+
### Framer
|
|
33
|
+
|
|
34
|
+
- [design] Remove framer components (#30983) @mbrookes
|
|
35
|
+
- [design] Remove framer leftovers (#31070) @michaldudak
|
|
36
|
+
|
|
37
|
+
### Docs
|
|
38
|
+
|
|
39
|
+
- [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
|
|
40
|
+
- [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
|
|
41
|
+
- [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
|
|
42
|
+
- [docs] Fix layout shift on loading (#31017) @oliviertassinari
|
|
43
|
+
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
44
|
+
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
45
|
+
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
46
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
47
|
+
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
48
|
+
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
49
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
50
|
+
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
51
|
+
- [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
|
|
52
|
+
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
53
|
+
- [website] Improve title of open roles (#30963) @DanailH
|
|
54
|
+
- [website] Add BIMI avatar (#30444) @oliviertassinari
|
|
55
|
+
- [website] Add Sycamore to About page (#31000) @samuelsycamore
|
|
56
|
+
|
|
57
|
+
### Core
|
|
58
|
+
|
|
59
|
+
- [benchmark] Add missing dependency (#30994) @michaldudak
|
|
60
|
+
- [core] Bump date-io version (#31016) @michaldudak
|
|
61
|
+
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
62
|
+
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
63
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
64
|
+
- [core] Remove dead code (#31064) @oliviertassinari
|
|
65
|
+
|
|
66
|
+
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
67
|
+
|
|
68
|
+
## 5.4.1
|
|
69
|
+
|
|
70
|
+
<!-- generated comparing v5.4.0..master -->
|
|
71
|
+
|
|
72
|
+
_Feb 8, 2022_
|
|
73
|
+
|
|
74
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
75
|
+
|
|
76
|
+
- ♿️ Snackbar messages are now announced by NVDA when using Firefox (#30774) @eps1lon
|
|
77
|
+
- Several 🐛 bug fixes and 📚 documentation improvements.
|
|
78
|
+
|
|
79
|
+
### `@mui/material@5.4.1`
|
|
80
|
+
|
|
81
|
+
- ​<!-- 37 -->[AvatarGroup] Enable targeting of additional Avatar when max props is passed (#30794) @mogrady88
|
|
82
|
+
- ​<!-- 36 -->[Badge] Fix showzero and invisible condition (#30899) @alisasanib
|
|
83
|
+
- ​<!-- 35 -->[ButtonBase] Expose ref to TouchRipple (#30901) @m4theushw
|
|
84
|
+
- ​<!-- 15 -->[Fab] Add support for the default theme colors (#30846) @alisasanib
|
|
85
|
+
- ​<!-- 11 -->[SelectInput] Only attach click handler to label if a labelId is passed (#30239) @johsunds
|
|
86
|
+
- ​<!-- 09 -->[Snackbar] Ensure messages are announced in NVDA+FF (#30774) @eps1lon
|
|
87
|
+
|
|
88
|
+
### `@mui/base@5.0.0-alpha.68`
|
|
89
|
+
|
|
90
|
+
- ​<!-- 10 -->[SelectUnstyled] Improve exported types (#30895) @michaldudak
|
|
91
|
+
|
|
92
|
+
### `@mui/lab@5.0.0-alpha.68`
|
|
93
|
+
|
|
94
|
+
- ​<!-- 12 -->[Pickers] Fix `onDismiss` handler in `MobileDatePicker` (#30768) @Ashish2097
|
|
95
|
+
- ​<!-- 06 -->[TimePicker] Add font family for clock numbers (#30738) @alisasanib
|
|
96
|
+
|
|
97
|
+
### `@mui/joy@5.0.0-alpha.14`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 14 -->[Joy] Add `IconButton` component (#30864) @siriwatknp
|
|
100
|
+
- ​<!-- 13 -->[Joy] Use icon inside a Button (#30803) @siriwatknp
|
|
101
|
+
|
|
102
|
+
### Docs
|
|
103
|
+
|
|
104
|
+
- ​<!-- 16 -->[examples] Fix vitejs example and improve HMR (#30897) @mihailgaberov
|
|
105
|
+
- ​<!-- 33 -->[docs] Improve autocomplete "limit tags" demo (#30910) @danilo-leal
|
|
106
|
+
- ​<!-- 34 -->[docs] Sync translations with Crowdin (#30950) @l10nbot
|
|
107
|
+
- ​<!-- 38 -->[docs] Improve description of the disableRestoreFocus prop of the `TrapFocus` (#30912) @flaviendelangle
|
|
108
|
+
- ​<!-- 32 -->[docs] Remove ul with div children and replace with nav element (#30534) @joeframbach
|
|
109
|
+
- ​<!-- 31 -->[docs] Add Saleor to showcase (#30924) @cherniavskii
|
|
110
|
+
- ​<!-- 30 -->[docs] Include JSS in styling solution interoperability guide (#30736) @garronej
|
|
111
|
+
- ​<!-- 29 -->[docs] Fix contents of link-underline-hover (#30904) @pppp606
|
|
112
|
+
- ​<!-- 28 -->[docs] Fix markdown table format (#30947) @oliviertassinari
|
|
113
|
+
- ​<!-- 27 -->[docs] Add missing import to RTL guide (#30891) @CFarhad
|
|
114
|
+
- ​<!-- 26 -->[docs] Fix WithStyles import statement for @mui/styles (#30942) @altruity
|
|
115
|
+
- ​<!-- 25 -->[docs] Fix broken roadmap table (#30943) @cherniavskii
|
|
116
|
+
- ​<!-- 24 -->[docs] Fix broken URL in "Edit this page" button (#30923) @cherniavskii
|
|
117
|
+
- ​<!-- 23 -->[docs] Migrate content to the new location (#30757) @siriwatknp
|
|
118
|
+
- ​<!-- 22 -->[docs] Fix the link to the Vite.js example project (#30872) @GneyHabub
|
|
119
|
+
- ​<!-- 21 -->[docs] Clarify the minimum configuration for TypeScript (#30790) @mnajdova
|
|
120
|
+
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
|
|
121
|
+
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
|
|
122
|
+
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
|
|
123
|
+
- ​<!-- 17 -->[docs] Hotfix notification <b> (#30862) @siriwatknp
|
|
124
|
+
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
|
|
125
|
+
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
|
|
126
|
+
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
|
|
127
|
+
- ​<!-- 01 -->[website] Close the Developer Advocate role (#30867) @oliviertassinari
|
|
128
|
+
|
|
129
|
+
### Core
|
|
130
|
+
|
|
131
|
+
- ​<!-- 37 -->[core] Batch small fixes (#30952) @oliviertassinari
|
|
132
|
+
- ​<!-- 34 -->[core] Rename the GitHub org (#30944) @oliviertassinari
|
|
133
|
+
- ​<!-- 33 -->[core] Fix propTypes in components where OverridableStringUnion is used (#30682) @paales
|
|
134
|
+
- ​<!-- 08 -->[test] Codify the difference between keyup and keydown in SelectUnstyled (#30857) @eps1lon
|
|
135
|
+
- ​<!-- 07 -->[test] Fix typo (#30841) @caioagiani
|
|
136
|
+
- ​<!-- 05 -->[utils] Use built-in hook when available for useId (#30654) @eps1lon
|
|
137
|
+
|
|
138
|
+
All contributors of this release in alphabetical order: @alisasanib, @altruity, @Ashish2097, @caioagiani, @CFarhad, @cherniavskii, @danilo-leal, @eps1lon, @flaviendelangle, @garronej, @GneyHabub, @joeframbach, @johsunds, @kjschabra, @m4theushw, @michaldudak, @mihailgaberov, @mnajdova, @mogrady88, @oliviertassinari, @paales, @pppp606, @siriwatknp, @theiliad
|
|
139
|
+
|
|
140
|
+
## 5.4.0
|
|
141
|
+
|
|
142
|
+
<!-- generated comparing v5.3.1..master -->
|
|
143
|
+
|
|
144
|
+
_Feb 1, 2022_
|
|
145
|
+
|
|
146
|
+
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
147
|
+
|
|
148
|
+
- 🛠 @goncalovf added an example project using [MUI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) (#28241)
|
|
149
|
+
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
150
|
+
|
|
151
|
+
### `@mui/material@5.4.0`
|
|
152
|
+
|
|
153
|
+
#### Breaking changes
|
|
154
|
+
|
|
155
|
+
- ​<!-- 27 -->[core] Do not reexport Base from Material (#30853) @michaldudak
|
|
156
|
+
|
|
157
|
+
All Base components were exported from the `@mui/material` package and treated as stable even though the `@mui/base` package is in development. It could create a lot of confusion if developers start using Base components, depend on them, and demand quality found in "proper" Material components. We admit it was a mistake to reexport these components without marking them as unstable.
|
|
158
|
+
|
|
159
|
+
Developers are still encouraged to evaluate the Base components, but they should do so by explicitly installing the `@mui/base` package.
|
|
160
|
+
|
|
161
|
+
This is technically a breaking change as it removes a number of components from the `@mui/material` package. However, we believe that removing the components now and potentially breaking the codebases will do less harm than introducing "silent" breaking changes to Base components while continuing reexporting them from `@mui/material`.
|
|
162
|
+
|
|
163
|
+
Note: the utility components, such as ClickAwayListener, NoSsr, Portal, and TextareaAutosize continue to be exported from both `@mui/material` and `@mui/base`.
|
|
164
|
+
|
|
165
|
+
If you're encountering build errors after upgrading @mui/material, do the following:
|
|
166
|
+
|
|
167
|
+
1. Install @mui/base: npm install @mui/base or yarn add @mui/base
|
|
168
|
+
2. Make sure the version of @mui/base match the version of @mui/material
|
|
169
|
+
3. Change the import paths of unstyled components from @mui/material to @mui/base, e.g.:
|
|
170
|
+
|
|
171
|
+
```diff
|
|
172
|
+
- @import ButtonUnstyled from '@mui/material/ButtonUnstyled';
|
|
173
|
+
+ @import ButtonUnstyled from '@mui/base/ButtonUnstyled';
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
#### Changes
|
|
177
|
+
|
|
178
|
+
- ​<!-- 30 -->[Autocomplete] Add `readOnly` prop (#30706) @ZeeshanTamboli
|
|
179
|
+
- ​<!-- 29 -->[Autocomplete] Fix typos in the page (#30737) @austinewuncler
|
|
180
|
+
- ​<!-- 14 -->[FormControlLabel][formgroup] add Mui-error class (#30656) @alisasanib
|
|
181
|
+
- ​<!-- 13 -->[Grid] Fix prop check for applying wrap-reverse (#30813) @Hubbz
|
|
182
|
+
- ​<!-- 07 -->[TextField] Remove notch when no label is added (#30560) @alisasanib
|
|
183
|
+
- ​<!-- 06 -->[TextField] Remove usage of dangerouslySetInnerHTML (#30776) @Jack-Works
|
|
184
|
+
- ​<!-- 05 -->[TreeView] Select node when key `Enter` is pressed (#30795) @dryrainbow
|
|
185
|
+
- ​<!-- 04 -->[useMediaQuery] Ensure no tearing in React 18 (#30655) @eps1lon
|
|
186
|
+
|
|
187
|
+
### `@mui/base@5.0.0-alpha.67`
|
|
188
|
+
|
|
189
|
+
- ​<!-- 11 -->[SelectUnstyled] Create unstyled select (+ hook) (#30113) @michaldudak
|
|
190
|
+
|
|
191
|
+
### `@mui/lab@5.0.0-alpha.67`
|
|
192
|
+
|
|
193
|
+
- ​<!-- 23 -->[DateTimePicker] Fix month view highlight wrong tab (#30773) @DiegoYungh
|
|
194
|
+
- ​<!-- 12 -->[pickers] Enable the sx props on all components (#30749) @boutahlilsoufiane
|
|
195
|
+
|
|
196
|
+
### Docs
|
|
197
|
+
|
|
198
|
+
- ​<!-- 28 -->[blog] Introducing callback support in style overrides (#30668) @siriwatknp
|
|
199
|
+
- ​<!-- 23 -->[docs] Add notifications for the blog posts (#30852) @siriwatknp
|
|
200
|
+
- ​<!-- 22 -->[docs] Improve the interoperability guide (#30785) @mnajdova
|
|
201
|
+
- ​<!-- 21 -->[docs] Improve the Getting Started documentation content (#30808) @mnajdova
|
|
202
|
+
- ​<!-- 20 -->[docs] Fix typo in ad fallback (#30823) @cherniavskii
|
|
203
|
+
- ​<!-- 19 -->[docs] Change ThemeProvider API links (#30705) @atakanzen
|
|
204
|
+
- ​<!-- 18 -->[docs] Retain vendor prefixing in rtl example (#30710) @ryancogswell
|
|
205
|
+
- ​<!-- 17 -->[docs] Fix typo in the Popper ScrollPlayground demo (#30780) @tanyabouman
|
|
206
|
+
- ​<!-- 16 -->[docs] Small fixes on the jss-to-tss migration guide (#30734) @garronej
|
|
207
|
+
- ​<!-- 15 -->[examples] Add Vite.js example (#28241) @goncalovf
|
|
208
|
+
|
|
209
|
+
### Core
|
|
210
|
+
|
|
211
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
212
|
+
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
213
|
+
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
214
|
+
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
215
|
+
- ​<!-- 10 -->[test] Fix tests on Node 16 (#30819) @michaldudak
|
|
216
|
+
- ​<!-- 09 -->[test] Add explicit types to support noImplicityAny=false (#30798) @m4theushw
|
|
217
|
+
- ​<!-- 08 -->[test] Support React.useId format in \*DescriptionOf (#30657) @eps1lon
|
|
218
|
+
- ​<!-- 03 -->[website] Fix SEO issues (#30829) @oliviertassinari
|
|
219
|
+
- ​<!-- 02 -->[website] Add designer position page (#30708) @danilo-leal
|
|
220
|
+
- ​<!-- 01 -->[website] Polish /about page (#30747) @oliviertassinari
|
|
221
|
+
|
|
222
|
+
All contributors of this release in alphabetical order: @aefox, @alisasanib, @atakanzen, @austinewuncler, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @DiegoYungh, @dryrainbow, @eps1lon, @garronej, @goncalovf, @Hubbz, @Jack-Works, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @siriwatknp, @tanyabouman, @ZeeshanTamboli
|
|
223
|
+
|
|
224
|
+
## 5.3.1
|
|
225
|
+
|
|
226
|
+
<!-- generated comparing v5.3.0..master -->
|
|
227
|
+
|
|
228
|
+
_Jan 24, 2022_
|
|
229
|
+
|
|
230
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
231
|
+
|
|
232
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
233
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
234
|
+
|
|
235
|
+
### `@mui/icons-material@5.3.1`
|
|
236
|
+
|
|
237
|
+
- ​<!-- 04 -->[icons] Fix naming typos (#30512) @MrHBS
|
|
238
|
+
- ​<!-- 03 -->[icons] Makes material-icons work with Joy (#30681) @siriwatknp
|
|
239
|
+
|
|
240
|
+
### `@mui/base@5.0.0-alpha.66`
|
|
241
|
+
|
|
242
|
+
- ​<!-- 02 -->[SliderUnstyled] Improve typings on some internal utils (#30614) @mnajdova
|
|
243
|
+
|
|
244
|
+
### Core
|
|
245
|
+
|
|
246
|
+
- ​<!-- 24 -->[core] Batch small changes (#30690) @oliviertassinari
|
|
247
|
+
- ​<!-- 23 -->[core] Add new structure to ignore list crowdin (#30608) @siriwatknp
|
|
248
|
+
- ​<!-- 22 -->[core] Correct version in package.json (#30677) @michaldudak
|
|
249
|
+
- ​<!-- 01 -->[test] Fix buildApiUtils tests on Windows (#30698) @michaldudak
|
|
250
|
+
|
|
251
|
+
### Docs
|
|
252
|
+
|
|
253
|
+
- ​<!-- 26 -->[blog] Enable blog index (#30724) @siriwatknp
|
|
254
|
+
- ​<!-- 25 -->[blog] Introducing the Row Grouping feature (#30598) @alexfauquette
|
|
255
|
+
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
256
|
+
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
257
|
+
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
258
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
259
|
+
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
260
|
+
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
261
|
+
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
262
|
+
- ​<!-- 14 -->[docs] Update remix example to restore from error pages (#30592) @mnajdova
|
|
263
|
+
- ​<!-- 13 -->[docs] Use new URLs when enable_redirects is true (#30704) @siriwatknp
|
|
264
|
+
- ​<!-- 12 -->[docs] Add a missing bracket in the migration-v4 guide (#30616) @chaosmirage
|
|
265
|
+
- ​<!-- 11 -->[docs] Add Checkbox color prop change (#30697) @aaneitchik
|
|
266
|
+
- ​<!-- 10 -->[docs] Fix migration to have singular urls (#30695) @siriwatknp
|
|
267
|
+
- ​<!-- 09 -->[docs] Update UXPin link to new landing page (#30691) @Evomatic
|
|
268
|
+
- ​<!-- 08 -->[docs] Close user menu on click in the responsive app bar demo (#30664) @NoahYarian
|
|
269
|
+
- ​<!-- 07 -->[docs] Clear the difference between UI and React components (#29930) @oliviertassinari
|
|
270
|
+
- ​<!-- 06 -->[docs] Make Autocomplete docs gender neutral (#30679) @exequielbc
|
|
271
|
+
- ​<!-- 05 -->[docs] Update doc structure for X components (#30684) @siriwatknp
|
|
272
|
+
|
|
273
|
+
All contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
|
|
274
|
+
|
|
275
|
+
## 5.3.0
|
|
276
|
+
|
|
277
|
+
<!-- generated comparing v5.2.8..master -->
|
|
278
|
+
|
|
279
|
+
_Jan 17, 2022_
|
|
280
|
+
|
|
281
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
282
|
+
|
|
283
|
+
- 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524)
|
|
284
|
+
- 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
|
|
285
|
+
- 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
|
|
286
|
+
- 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121)
|
|
287
|
+
|
|
288
|
+
### `@mui/material@5.3.0`
|
|
289
|
+
|
|
290
|
+
- [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli
|
|
291
|
+
- [Select] Add defaultOpen prop (#30212) @VicHofs
|
|
292
|
+
|
|
293
|
+
### `@mui/system@5.3.0`
|
|
294
|
+
|
|
295
|
+
- [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj
|
|
296
|
+
- [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp
|
|
297
|
+
|
|
298
|
+
### `@mui/lab@5.0.0-alpha.65`
|
|
299
|
+
|
|
300
|
+
- [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj
|
|
301
|
+
- [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib
|
|
302
|
+
|
|
303
|
+
### `@mui/codemod@5.3.0`
|
|
304
|
+
|
|
305
|
+
- [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp
|
|
306
|
+
|
|
307
|
+
### `@mui/styled-engine-sc@5.3.0`
|
|
308
|
+
|
|
309
|
+
- [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova
|
|
310
|
+
|
|
311
|
+
### `@mui/joy@5.0.0-alpha.11`
|
|
312
|
+
|
|
313
|
+
- [Joy] Add `SvgIcon` component (#30570) @hbjORbj
|
|
314
|
+
|
|
315
|
+
### `@mui/base@5.0.0-alpha.65`
|
|
316
|
+
|
|
317
|
+
- [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova
|
|
318
|
+
|
|
319
|
+
### Docs
|
|
320
|
+
|
|
321
|
+
- [docs] End code block in test/README.md (#30531) @yaboi
|
|
322
|
+
- [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon
|
|
323
|
+
- [docs] Update migration scripts and e2e tests (#30583) @siriwatknp
|
|
324
|
+
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
325
|
+
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
326
|
+
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
327
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
328
|
+
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
329
|
+
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
330
|
+
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
331
|
+
- [docs] Add products identifier and drawer (#30283) @siriwatknp
|
|
332
|
+
- [website] Fix code button with installation command (#30622) @danilo-leal
|
|
333
|
+
- [website] Add a Blog index page (#30121) @danilo-leal
|
|
334
|
+
- [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari
|
|
335
|
+
- [website] Add Andrii to the About Us page (#30581) @cherniavskii
|
|
336
|
+
|
|
337
|
+
### Core
|
|
338
|
+
|
|
339
|
+
- [core] Revert changes to peer dependencies (#30662) @oliviertassinari
|
|
340
|
+
- [core] Renovate should not try to update node (#30659) @oliviertassinari
|
|
341
|
+
- [core] Remove dead files (#30663) @oliviertassinari
|
|
342
|
+
- [core] Fix outdated TypeScript template (#30596) @oliviertassinari
|
|
343
|
+
- [core] Remove extra `</p>` from header of README.md (#30530) @yaboi
|
|
344
|
+
- [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli
|
|
345
|
+
|
|
346
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli
|
|
347
|
+
|
|
348
|
+
## 5.2.8
|
|
349
|
+
|
|
350
|
+
<!-- generated comparing v5.2.7..master -->
|
|
351
|
+
|
|
352
|
+
_Jan 10, 2022_
|
|
353
|
+
|
|
354
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
355
|
+
|
|
356
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
357
|
+
|
|
358
|
+
### `@mui/material@5.2.8`
|
|
359
|
+
|
|
360
|
+
- ​<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
|
|
361
|
+
- ​<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
|
|
362
|
+
|
|
363
|
+
### `@mui/joy@5.0.0-alpha.10`
|
|
364
|
+
|
|
365
|
+
- ​<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
|
|
366
|
+
- ​<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
|
|
367
|
+
|
|
368
|
+
### Docs
|
|
369
|
+
|
|
370
|
+
- ​<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
|
|
371
|
+
- ​<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
|
|
372
|
+
- ​<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
|
|
373
|
+
- ​<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
|
|
374
|
+
- ​<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
|
|
375
|
+
- ​<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
|
|
376
|
+
- ​<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
|
|
377
|
+
- ​<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
|
|
378
|
+
- ​<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
|
|
379
|
+
- ​<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
|
|
380
|
+
- ​<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
|
|
381
|
+
- ​<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
|
|
382
|
+
- ​<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
|
|
383
|
+
- ​<!-- 01 -->[website] Add José on the /about page (#30492) @danilo-leal
|
|
384
|
+
|
|
385
|
+
All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
386
|
+
|
|
387
|
+
## 5.2.7
|
|
388
|
+
|
|
389
|
+
<!-- generated comparing v5.2.6..master -->
|
|
390
|
+
|
|
391
|
+
_Jan 3, 2022_
|
|
392
|
+
|
|
393
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
394
|
+
|
|
395
|
+
- 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
|
|
396
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
397
|
+
|
|
398
|
+
### `@mui/material@5.2.7`
|
|
399
|
+
|
|
400
|
+
- ​<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
|
|
401
|
+
- ​<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
|
|
402
|
+
- ​<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
|
|
403
|
+
- ​<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
|
|
404
|
+
- ​<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
|
|
405
|
+
|
|
406
|
+
### Docs
|
|
407
|
+
|
|
408
|
+
- ​<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
|
|
409
|
+
- ​<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
|
|
410
|
+
- ​<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
|
|
411
|
+
- ​<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
|
|
412
|
+
- ​<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
|
|
413
|
+
- ​<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
|
|
414
|
+
- ​<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
|
|
415
|
+
- ​<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
|
|
416
|
+
- ​<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
|
|
417
|
+
- ​<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
|
|
418
|
+
- ​<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
|
|
419
|
+
|
|
420
|
+
### Core
|
|
421
|
+
|
|
422
|
+
- ​<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
|
|
423
|
+
- ​<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
|
|
424
|
+
|
|
425
|
+
All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
|
|
426
|
+
|
|
427
|
+
## 5.2.6
|
|
428
|
+
|
|
429
|
+
<!-- generated comparing v5.2.5..master -->
|
|
430
|
+
|
|
431
|
+
_Dec 27, 2021_
|
|
432
|
+
|
|
433
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
434
|
+
|
|
435
|
+
- 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
|
|
436
|
+
- 🛠 Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
|
|
437
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
438
|
+
|
|
439
|
+
### `@mui/material@5.2.6`
|
|
440
|
+
|
|
441
|
+
- ​<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
|
|
442
|
+
- ​<!-- 03 -->[l10n] Add Norwegian Bokmål (nb-NO) locale (#27520) @wogsland
|
|
443
|
+
|
|
444
|
+
### `@mui/base@5.0.0-alpha.62`
|
|
445
|
+
|
|
446
|
+
- ​<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
|
|
447
|
+
|
|
448
|
+
### `@mui/joy@5.0.0-alpha.8`
|
|
449
|
+
|
|
450
|
+
- ​<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
|
|
451
|
+
|
|
452
|
+
### Docs
|
|
453
|
+
|
|
454
|
+
- ​<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
|
|
455
|
+
- ​<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
|
|
456
|
+
- ​<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
|
|
457
|
+
- ​<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
|
|
458
|
+
- ​<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
|
|
459
|
+
- ​<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
|
|
460
|
+
- ​<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
|
|
461
|
+
- ​<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
|
|
462
|
+
- ​<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
|
|
463
|
+
- ​<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
|
|
464
|
+
- ​<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
|
|
465
|
+
- ​<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
|
|
466
|
+
- ​<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
|
|
467
|
+
- ​<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
|
|
468
|
+
- ​<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
|
|
469
|
+
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
470
|
+
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
471
|
+
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
472
|
+
- ​<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
|
|
473
|
+
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
474
|
+
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
475
|
+
|
|
476
|
+
### Core
|
|
477
|
+
|
|
478
|
+
- ​<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
|
|
479
|
+
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
480
|
+
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
481
|
+
|
|
482
|
+
All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
|
|
483
|
+
|
|
484
|
+
## 5.2.5
|
|
485
|
+
|
|
486
|
+
<!-- generated comparing v5.2.4..master -->
|
|
487
|
+
|
|
488
|
+
_Dec 20, 2021_
|
|
489
|
+
|
|
490
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
491
|
+
|
|
492
|
+
- 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
|
|
493
|
+
- 📓 Danish (da-DK) locale was added (#29485) @mikk5829
|
|
494
|
+
- 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
|
|
495
|
+
- 📚 Many additions and improvements to the documentation were made
|
|
496
|
+
|
|
497
|
+
### `@mui/material@5.2.5`
|
|
498
|
+
|
|
499
|
+
- [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
|
|
500
|
+
- [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
|
|
501
|
+
- [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
|
|
502
|
+
|
|
503
|
+
### `@mui/system@5.2.5`
|
|
504
|
+
|
|
505
|
+
- [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
|
|
506
|
+
|
|
507
|
+
### `@mui/lab@5.0.0-alpha.61`
|
|
508
|
+
|
|
509
|
+
- [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
|
|
510
|
+
|
|
511
|
+
### Docs
|
|
512
|
+
|
|
513
|
+
- [docs] Run JS compiler on markdown output (#29732) @Janpot
|
|
514
|
+
- [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
|
|
515
|
+
- [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
|
|
516
|
+
- [docs] Remove extra word in Select component code example comments (#30281) @KThompso
|
|
517
|
+
- [docs] Improve the description of the Accordion (#30253) @jamesmelzer
|
|
518
|
+
- [docs] Heading capitalization convention @oliviertassinari
|
|
519
|
+
- [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
|
|
520
|
+
- [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
|
|
521
|
+
- [docs] Add script to clone pages (#30107) @siriwatknp
|
|
522
|
+
- [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
|
|
523
|
+
- [docs] Sync icon search UI state with the url (#30075) @Janpot
|
|
524
|
+
- [docs] Base components demos design polish (#30149) @danilo-leal
|
|
525
|
+
- [docs] General documentation polish (#29994) @danilo-leal
|
|
526
|
+
- [examples] Fix typo in the remix example's README (#30289) @lemol
|
|
527
|
+
- [website] Remove expired gold sponsor (#30222) @oliviertassinari
|
|
528
|
+
- [website] Remove broken showcase links (#30217) @mnajdova
|
|
529
|
+
|
|
530
|
+
### Core
|
|
531
|
+
|
|
532
|
+
- [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
|
|
533
|
+
- [core] make snapshot comparison more resilient (#30183) @Janpot
|
|
534
|
+
- [core] update formatted ts demo to support new structure (#30248) @siriwatknp
|
|
535
|
+
- [core] cache dependencies in github actions (#30211) @siriwatknp
|
|
536
|
+
- [core] fix root package version (#30204) @siriwatknp
|
|
537
|
+
- [core] Fail the build when the dangerjs script errors (#30186) @Janpot
|
|
538
|
+
- [test] Add E2E website tests (#30128) @siriwatknp
|
|
539
|
+
|
|
540
|
+
All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli
|
|
541
|
+
|
|
542
|
+
## 5.2.4
|
|
543
|
+
|
|
544
|
+
<!-- generated comparing v5.2.3..master -->
|
|
545
|
+
|
|
546
|
+
_Dec 14, 2021_
|
|
547
|
+
|
|
548
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
549
|
+
|
|
550
|
+
- ✨ Add `not` operator to `theme.breakpoints` (#29311) @Philipp000
|
|
551
|
+
|
|
552
|
+
```js
|
|
553
|
+
const styles = (theme) => ({
|
|
554
|
+
root: {
|
|
555
|
+
backgroundColor: 'blue',
|
|
556
|
+
// Match [xs, md) and [md + 1, ∞)
|
|
557
|
+
// [xs, md) and [lg, ∞)
|
|
558
|
+
// [0px, 900px) and [1200px, ∞)
|
|
559
|
+
[theme.breakpoints.not('md')]: {
|
|
560
|
+
backgroundColor: 'red',
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
});
|
|
564
|
+
```
|
|
565
|
+
|
|
566
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
567
|
+
|
|
568
|
+
### `@mui/material@5.2.4`
|
|
569
|
+
|
|
570
|
+
- ​<!-- 14 -->[esm] Correct a styles imports (#29976) @Janpot
|
|
571
|
+
- ​<!-- 12 -->[GlobalStyles] Fix `theme` type (#30072) @mnajdova
|
|
572
|
+
- ​<!-- 11 -->[Grid] Fix grid items to respond to the container's responsive columns (#29715) @kkorach
|
|
573
|
+
- ​<!-- 04 -->[TextField] Fix missing space before asterisk in `OutlinedInput`'s label (#29630) @alisasanib
|
|
574
|
+
- ​<!-- 03 -->[Transition] Allow any valid HTML attribute to be passed (#29888) @Janpot
|
|
575
|
+
- ​<!-- 02 -->[types] Fix discrepancy between core and system `ThemeOptions` (#30095) @fmeum
|
|
576
|
+
- ​<!-- 09 -->[InputBase] Add prop for disabling global styles (#29213) @bryan-hunter
|
|
577
|
+
- ​<!-- 08 -->[Select] Improve multiple logic (#30135) @ladygo93
|
|
578
|
+
|
|
579
|
+
### `@mui/system@5.2.4`
|
|
580
|
+
|
|
581
|
+
- ​<!-- 06 -->[system] Don't transition when re-appearing (#30108) @eps1lon
|
|
582
|
+
- ​<!-- 05 -->[system] Add `not` operator to `breakpoints` (#29311) @Philipp000
|
|
583
|
+
|
|
584
|
+
### `@mui/base@5.0.0-alpha.60`
|
|
585
|
+
|
|
586
|
+
- ​<!-- 25 -->[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova
|
|
587
|
+
|
|
588
|
+
### `@mui/icons-material@5.2.4`
|
|
589
|
+
|
|
590
|
+
- ​<!-- 10 -->[icons] Correct location of icon download folder (#29839) @yaboi
|
|
591
|
+
|
|
592
|
+
### Docs
|
|
593
|
+
|
|
594
|
+
- ​<!-- 22 -->[docs] Explain the use of Select's label in FormControl (#30189) @michaldudak
|
|
595
|
+
- ​<!-- 21 -->[docs] Don't run nprogress on shallow routing (#30087) @Janpot
|
|
596
|
+
- ​<!-- 20 -->[docs] Add Data Driven Forms to related projects (#30078) @rvsia
|
|
597
|
+
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
598
|
+
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
599
|
+
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
600
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
|
|
601
|
+
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
602
|
+
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
603
|
+
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
604
|
+
|
|
605
|
+
### Core
|
|
606
|
+
|
|
607
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
608
|
+
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
609
|
+
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
610
|
+
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
611
|
+
|
|
612
|
+
All contributors of this release in alphabetical order: @alisasanib, @bryan-hunter, @danilo-leal, @eps1lon, @fmeum, @Janpot, @kkorach, @l10nbot, @ladygo93, @michaldudak, @mnajdova, @oliviertassinari, @Philipp000, @rvsia, @TheodosiouTh, @yaboi
|
|
613
|
+
|
|
614
|
+
## 5.2.3
|
|
615
|
+
|
|
616
|
+
<!-- generated comparing v5.2.2..master -->
|
|
617
|
+
|
|
618
|
+
_Dec 6, 2021_
|
|
619
|
+
|
|
620
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
621
|
+
|
|
622
|
+
- ✨ We have introduced a new unstyled component in `@mui/base`: `TablePagination` (#29759) @mnajdova
|
|
623
|
+
|
|
624
|
+
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
625
|
+
|
|
626
|
+
You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
|
|
627
|
+
|
|
628
|
+
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
629
|
+
|
|
630
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
631
|
+
|
|
632
|
+
### `@mui/material@5.2.3`
|
|
633
|
+
|
|
634
|
+
- ​<!-- 33 -->[Accordion] Add a test for handling `square` prop (#29972) @daniel-sachs
|
|
635
|
+
- ​<!-- 32 -->[Alert] Fix `square` Paper prop (#30027) @ZeeshanTamboli
|
|
636
|
+
- ​<!-- 31 -->[AvatarGroup] Allow specifying total number of avatars (#29898) @eduardomcv
|
|
637
|
+
- ​<!-- 29 -->[Button] Fix regression from context API (#29982) @siriwatknp
|
|
638
|
+
- ​<!-- 13 -->[Grid] Fix generated classes for `spacing` prop when the value is object (#29880) @jayeclark
|
|
639
|
+
- ​<!-- 10 -->[Select] Should not crash when an empty array is passed with `multiple` enabled (#29957) @Domino987
|
|
640
|
+
|
|
641
|
+
### `@mui/system@5.2.3`
|
|
642
|
+
|
|
643
|
+
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
|
|
644
|
+
- ​<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
|
|
645
|
+
|
|
646
|
+
### `@mui/utils@5.2.3`
|
|
647
|
+
|
|
648
|
+
- ​<!-- 03 -->[utils] Add typings for `@mui-material/styles/cssUtils` (#29621) @Semigradsky
|
|
649
|
+
|
|
650
|
+
### `@mui/icons-material@5.2.1`
|
|
651
|
+
|
|
652
|
+
- ​<!-- 12 -->[icons] Consolidate ignored icons into one list (#29843) @chao813
|
|
653
|
+
|
|
654
|
+
### `@mui/base@5.0.0-alpha.59`
|
|
655
|
+
|
|
656
|
+
- ​<!-- 30 -->[base] Fix missing ClickAwayListener barrel index export (#30000) @oliviertassinari
|
|
657
|
+
- ​<!-- 04 -->[TablePaginationUnstyled] Introduce new component (#29759) @mnajdova
|
|
658
|
+
|
|
659
|
+
### `@mui/lab@5.0.0-alpha.59`
|
|
660
|
+
|
|
661
|
+
- ​<!-- 27 -->[DateRangePicker] Fix `DateRangePickerDayProps` interface (#29067) @jonathanrtuck
|
|
662
|
+
- ​<!-- 10 -->[Pickers] Remove propagation of custom props to the `MonthPicker` component's DOM element (#30021) @ZeeshanTamboli
|
|
663
|
+
- ​<!-- 08 -->[StaticDatePicker] Add className and slot to PickerStaticWrapper (#29619) @kkorach
|
|
664
|
+
|
|
665
|
+
### `@mui/joy@5.0.0-alpha.5`
|
|
666
|
+
|
|
667
|
+
- ​<!-- 11 -->[Joy] Theme setup (#29846) @siriwatknp
|
|
668
|
+
|
|
669
|
+
### Docs
|
|
670
|
+
|
|
671
|
+
- ​<!-- 34 -->[docs] Fix link in TypeScript doc page (#30044) @genzyy
|
|
672
|
+
- ​<!-- 26 -->[docs] Remove the 'WIP' icon from the 'Group & Pivot' page title (#30077) @flaviendelangle
|
|
673
|
+
- ​<!-- 25 -->[docs] Add warning that `@mui/styled-engine-sc` does not work in SSR (#30026) @mnajdova
|
|
674
|
+
- ​<!-- 24 -->[docs] Add section for CSS specificity in the migration guide (#30008) @hbjORbj
|
|
675
|
+
- ​<!-- 28 -->[docs] Clarify comment in migration doc (#30076) @hbjORbj
|
|
676
|
+
- ​<!-- 23 -->[docs] Sync translations with Crowdin (#30041) @l10nbot
|
|
677
|
+
- ​<!-- 22 -->[docs] Explain how Paper changes shade in dark mode (#30003) @michaldudak
|
|
678
|
+
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
679
|
+
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
680
|
+
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
681
|
+
- ​<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
|
|
682
|
+
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
683
|
+
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
684
|
+
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
685
|
+
- ​<!-- 14 -->[examples] Fix lint issue for displayName missing in the Next.js examples (#29985) @ZeeshanTamboli
|
|
686
|
+
- ​<!-- 09 -->[Stack] Document system props in Stack API (#30069) @ThewBear
|
|
687
|
+
- ​<!-- 07 -->[survey] Add a banner and card for promoting the 2021 survey (#29950) @danilo-leal
|
|
688
|
+
- ​<!-- 02 -->[website] Correct the Careers page description (#30073) @michaldudak
|
|
689
|
+
- ​<!-- 01 -->[website] Fix 301 links (#30040) @oliviertassinari
|
|
690
|
+
|
|
691
|
+
### Core
|
|
692
|
+
|
|
693
|
+
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
694
|
+
- ​<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
|
|
695
|
+
|
|
696
|
+
All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
|
|
697
|
+
|
|
698
|
+
## 5.2.2
|
|
699
|
+
|
|
700
|
+
<!-- generated comparing v5.2.1..master -->
|
|
701
|
+
|
|
702
|
+
_Nov 29, 2021_
|
|
703
|
+
|
|
704
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
705
|
+
|
|
706
|
+
- ♿️ Improved accessibility of `Snackbar` and `TextField` in `@mui/material` (#29782) (#29850) (#29852) @eps1lon.
|
|
707
|
+
- 🎉 Added support for `sx` syntax inside `styled()` utility (#29833) @mnajdova.
|
|
708
|
+
- 🎉 Added support for more options for `createCssVarsProvider` in `@mui/system` (#29845) (#29857) @hbjORbj.
|
|
709
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
710
|
+
|
|
711
|
+
### `@mui/material@5.2.2`
|
|
712
|
+
|
|
713
|
+
- ​<!-- 14 -->[MenuList] Add component prop (#29882) @Harshikerfuffle
|
|
714
|
+
- ​<!-- 13 -->[Snackbar] Interrupt auto-hide on keyboard interaction (#29852) @eps1lon
|
|
715
|
+
- ​<!-- 12 -->[Snackbar] Dismiss on Escape press (#29850) @eps1lon
|
|
716
|
+
- ​<!-- 06 -->[TextField] Associate accessible name and description by default (#29782) @eps1lon
|
|
717
|
+
|
|
718
|
+
### `@mui/joy@5.0.0-alpha.4`
|
|
719
|
+
|
|
720
|
+
- ​<!-- 15 -->[Joy] Add `Button` - 1st iteration (#29464) @siriwatknp
|
|
721
|
+
|
|
722
|
+
### `@mui/codemod@5.2.1`
|
|
723
|
+
|
|
724
|
+
- ​<!-- 28 -->[codemod] Fix alias import for box-sx-prop (#29902) @siriwatknp
|
|
725
|
+
|
|
726
|
+
### `@mui/system@5.2.2`
|
|
727
|
+
|
|
728
|
+
- ​<!-- 11 -->[system] CSSVarsProvider cleans up `html[style]` when unmounting (#29946) @eps1lon
|
|
729
|
+
- ​<!-- 10 -->[system] Add support for `disableTransitionOnChange` in `createCssVarsProvider` (#29857) @hbjORbj
|
|
730
|
+
- ​<!-- 09 -->[system] Add support for `enableColorScheme` in `createCssVarsProvider` (#29845) @hbjORbj
|
|
731
|
+
|
|
732
|
+
### `@mui/utils@5.2.2`
|
|
733
|
+
|
|
734
|
+
- ​<!-- 05 -->[useId] Trade random collisions for collisions on overflow (#29781) @eps1lon
|
|
735
|
+
- ​<!-- 04 -->[useIsFocusVisible] Convert to TypeScript (#29779) @eps1lon
|
|
736
|
+
|
|
737
|
+
### Docs
|
|
738
|
+
|
|
739
|
+
- ​<!-- 24 -->[docs] Fix v5-beta confusing example description (#29932) @oliviertassinari
|
|
740
|
+
- ​<!-- 23 -->[docs] Apply the z-index on the right DOM element (#29934) @oliviertassinari
|
|
741
|
+
- ​<!-- 22 -->[docs] Improve git diff format (#29935) @oliviertassinari
|
|
742
|
+
- ​<!-- 21 -->[docs] Fix typo (#29866) @sinclairity
|
|
743
|
+
- ​<!-- 20 -->[docs] Fix key display (#29933) @oliviertassinari
|
|
744
|
+
- ​<!-- 19 -->[docs] Fix outdated link to next/link docs (#29937) @radlinskii
|
|
745
|
+
- ​<!-- 18 -->[docs] Add how to pass `sx` prop (#29905) @siriwatknp
|
|
746
|
+
- ​<!-- 17 -->[docs] Fix typo in notifications @mbrookes
|
|
747
|
+
- ​<!-- 16 -->[docs] Black Friday sale notification @mbrookes
|
|
748
|
+
- ​<!-- 03 -->[website] Fix canonical links (#29938) @oliviertassinari
|
|
749
|
+
- ​<!-- 02 -->[website] Fix SEO issues (#29939) @oliviertassinari
|
|
750
|
+
- ​<!-- 01 -->[website] Improvements to the /x product page (#28964) @danilo-leal
|
|
751
|
+
|
|
752
|
+
### Core
|
|
753
|
+
|
|
754
|
+
- ​<!-- 27 -->[core] Remove dead code (#29940) @oliviertassinari
|
|
755
|
+
- ​<!-- 26 -->[core] Move benchmark CI job from AZP to CircleCI (#29894) @eps1lon
|
|
756
|
+
- ​<!-- 25 -->[core] Fix PR detection pattern in test_bundle_size_monitor (#29895) @eps1lon
|
|
757
|
+
- ​<!-- 08 -->[test] Fix browser tests (#29929) @eps1lon
|
|
758
|
+
- ​<!-- 07 -->[test] Reject shorthand properties in style matchers (#29893) @eps1lon
|
|
759
|
+
|
|
760
|
+
All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
|
|
761
|
+
|
|
762
|
+
## 5.2.1
|
|
763
|
+
|
|
764
|
+
<!-- generated comparing v5.2.0..master -->
|
|
765
|
+
|
|
766
|
+
_Nov 25, 2021_
|
|
767
|
+
|
|
768
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
769
|
+
|
|
770
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
771
|
+
|
|
772
|
+
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
773
|
+
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
774
|
+
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
775
|
+
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
776
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
|
|
777
|
+
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
778
|
+
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
779
|
+
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
780
|
+
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
781
|
+
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
782
|
+
|
|
783
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
|
|
784
|
+
|
|
785
|
+
## 5.2.0
|
|
786
|
+
|
|
787
|
+
<!-- generated comparing v5.1.1..master -->
|
|
788
|
+
|
|
789
|
+
_Nov 23, 2021_
|
|
790
|
+
|
|
791
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
792
|
+
|
|
793
|
+
- 🧪 Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
|
|
794
|
+
- 🎉 Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
|
|
795
|
+
This update adds 200 new icons and tweaks the appearance of many more.
|
|
796
|
+
With it, we're getting close to having 2000 icons in our set.
|
|
797
|
+
- 🐛 Fixed bugs and improved the infrastructure and documentation 📚.
|
|
798
|
+
|
|
799
|
+
### `@mui/material@5.2.0`
|
|
800
|
+
|
|
801
|
+
- [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
|
|
802
|
+
- [i18n] Add the amharic language (#29153) @NatiG100
|
|
803
|
+
- [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
|
|
804
|
+
- [Popper] Simplify prop types (#29680) @michaldudak
|
|
805
|
+
- [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
|
|
806
|
+
- [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
|
|
807
|
+
- [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
|
|
808
|
+
|
|
809
|
+
### `@mui/codemod@5.2.0`
|
|
810
|
+
|
|
811
|
+
- [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
|
|
812
|
+
|
|
813
|
+
### `@mui/icons-material@5.2.0`
|
|
814
|
+
|
|
815
|
+
- [icons] Sync new Google Material Icons (#29818) @chao813
|
|
816
|
+
- [icons] Sync recent Material Icons from Google (#29328) @michaldudak
|
|
817
|
+
|
|
818
|
+
### `@mui/system@5.2.0`
|
|
819
|
+
|
|
820
|
+
- [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
|
|
821
|
+
- [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
|
|
822
|
+
- [system] Fix minor CssVars issues (#29747) @siriwatknp
|
|
823
|
+
|
|
824
|
+
### `@mui/styled-engine@5.2.0`
|
|
825
|
+
|
|
826
|
+
- [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
|
|
827
|
+
|
|
828
|
+
### `@mui/base@5.0.0-alpha.56`
|
|
829
|
+
|
|
830
|
+
- [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
|
|
831
|
+
- [TabsUnstyled] Introduce new component (#29597) @mnajdova
|
|
832
|
+
|
|
833
|
+
### `@mui/lab@5.0.0-alpha.56`
|
|
834
|
+
|
|
835
|
+
- [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
|
|
836
|
+
- [Masonry] exports from root package (#29754) @abhinav-22-tech
|
|
837
|
+
- [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
|
|
838
|
+
|
|
839
|
+
### Docs
|
|
840
|
+
|
|
841
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
842
|
+
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
843
|
+
- [CHANGELOG] Explain why we do breaking changes @oliviertassinari
|
|
844
|
+
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
845
|
+
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
|
|
846
|
+
- [docs] Fix broken Next and Previous links (#29711) @scallaway
|
|
847
|
+
- [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
|
|
848
|
+
- [docs] Update the list of supported locales (#29831) @michaldudak
|
|
849
|
+
- [docs] Update tooltip doc to better define touch action (#29717) @gnowland
|
|
850
|
+
- [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
|
|
851
|
+
- [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
|
|
852
|
+
- [website] Add about page entry for jan (#29701) @Janpot
|
|
853
|
+
- [website] Adding Prakhar to the about page (#29737) @danilo-leal
|
|
854
|
+
|
|
855
|
+
### Core
|
|
856
|
+
|
|
857
|
+
- [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
|
|
858
|
+
- [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
|
|
859
|
+
- [test] Only mock Date in regression tests (#29763) @eps1lon
|
|
860
|
+
- [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
|
|
861
|
+
- [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
|
|
862
|
+
- [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
|
|
863
|
+
- [utils] Use built-in hook when available for useId (#26489) @eps1lon
|
|
864
|
+
|
|
865
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @adamfitzgibbon, @bharatkashyap, @chao813, @DanailH, @danilo-leal, @eps1lon, @gnowland, @Janpot, @longzheng, @michaldudak, @mmacu, @mnajdova, @mwilkins91, @NatiG100, @oliviertassinari, @scallaway, @siriwatknp
|
|
866
|
+
|
|
867
|
+
## 5.1.1
|
|
868
|
+
|
|
869
|
+
<!-- generated comparing v5.1.0..master -->
|
|
870
|
+
|
|
871
|
+
_Nov 16, 2021_
|
|
872
|
+
|
|
873
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
874
|
+
|
|
875
|
+
- 🛠 Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
|
|
876
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
877
|
+
|
|
878
|
+
### `@mui/material@5.1.1`
|
|
879
|
+
|
|
880
|
+
- ​<!-- 34 -->[Breadcrumbs][divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
|
|
881
|
+
- ​<!-- 10 -->[Select][nativeselect] Add `multiple` class (#29566) @aaronholla
|
|
882
|
+
- ​<!-- 09 -->[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
|
|
883
|
+
- ​<!-- 08 -->[Select] Make it clear that `Select` is not a root component (#29593) @hbjORbj
|
|
884
|
+
- ​<!-- 13 -->[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
|
|
885
|
+
- ​<!-- 10 -->[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal
|
|
886
|
+
|
|
887
|
+
### `@mui/base@5.0.0-alpha.55`
|
|
888
|
+
|
|
889
|
+
#### Breaking changes
|
|
890
|
+
|
|
891
|
+
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
892
|
+
|
|
893
|
+
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
|
|
894
|
+
|
|
895
|
+
The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
|
|
896
|
+
|
|
897
|
+
```diff
|
|
898
|
+
-import { useSwitch } from '@mui/core/SwitchUnstyled';
|
|
899
|
+
+import { useSwitch } from '@mui/base/SwitchUnstyled';
|
|
900
|
+
```
|
|
901
|
+
|
|
902
|
+
### `@mui/lab@5.0.0-alpha.55`
|
|
903
|
+
|
|
904
|
+
- ​<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
|
|
905
|
+
- ​<!-- 11 -->[Masonry] Check if container or child exists to prevent error (#29452) @hbjORbj
|
|
906
|
+
|
|
907
|
+
### Docs
|
|
908
|
+
|
|
909
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
|
|
910
|
+
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
911
|
+
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
912
|
+
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
913
|
+
- ​<!-- 21 -->[docs] Fix link locale handling (#29624) @oliviertassinari
|
|
914
|
+
- ​<!-- 20 -->[docs] Fix Search navigation (#29623) @oliviertassinari
|
|
915
|
+
- ​<!-- 19 -->[docs] Fix broken link & update MUI packages explanation (#29583) @siriwatknp
|
|
916
|
+
- ​<!-- 18 -->[docs] Do not repeat language snippet in url in Algolia search (#29483) @hbjORbj
|
|
917
|
+
- ​<!-- 17 -->[docs] Update `ThemeProvider` API link (#29573) @siriwatknp
|
|
918
|
+
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
919
|
+
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
920
|
+
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
921
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
|
|
922
|
+
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
923
|
+
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
924
|
+
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
925
|
+
|
|
926
|
+
### Core
|
|
927
|
+
|
|
928
|
+
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
|
|
929
|
+
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
|
|
930
|
+
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
|
|
931
|
+
- ​<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
|
|
932
|
+
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
|
|
933
|
+
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
|
|
934
|
+
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
|
|
935
|
+
- ​<!-- 07 -->[test] Correctly identify what the `raf` helper is for (#29683) @eps1lon
|
|
936
|
+
- ​<!-- 06 -->[test] Verify a quilted ImageList is created as test title suggests (#29565) @daniel-sachs
|
|
937
|
+
- ​<!-- 05 -->[test] Replace `createServerRender` with `createRenderer` (#29503) @eps1lon
|
|
938
|
+
- ​<!-- 04 -->[test] Always ignore "useLayoutEffect has no effect on the server"-warning (#29502) @eps1lon
|
|
939
|
+
- ​<!-- 03 -->[test] Restore StrictMode by default (#29589) @eps1lon
|
|
940
|
+
- ​<!-- 02 -->[test] createPickerRender -> createPickerRenderer (#29575) @eps1lon
|
|
941
|
+
- ​<!-- 09 -->[test] Allow experimental CLI to run exact test (#29685) @eps1lon
|
|
942
|
+
|
|
943
|
+
All contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli
|
|
944
|
+
|
|
945
|
+
## 5.1.0
|
|
946
|
+
|
|
947
|
+
<!-- generated comparing v5.0.6..master -->
|
|
948
|
+
|
|
949
|
+
_Nov 8, 2021_
|
|
950
|
+
|
|
951
|
+
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
|
|
952
|
+
|
|
953
|
+
- 🎉 Support custom elements under `ButtonGroup` (#28645) @ZeeshanTamboli
|
|
954
|
+
- 🛠 Add support for arrays in the `sx` prop (#29297) @siriwatknp
|
|
955
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
956
|
+
|
|
957
|
+
### `@mui/material@5.1.0`
|
|
958
|
+
|
|
959
|
+
- ​<!-- 68 -->[Autocomplete] Fix `hiddenLabel` prop of `TextField variant={filled}` inside Autocomplete (#29234) @jatinsandilya
|
|
960
|
+
- ​<!-- 67 -->[Box] Support generateClassName and defaultClassName (#29347) @siriwatknp
|
|
961
|
+
- ​<!-- 66 -->[ButtonGroup] Fix variant outlined always has primary color borders on hover (#29487) @ZeeshanTamboli
|
|
962
|
+
- ​<!-- 65 -->[ButtonGroup] Support different elements under ButtonGroup (#28645) @ZeeshanTamboli
|
|
963
|
+
- ​<!-- 62 -->[CssBaseline] Add `enableColorScheme` prop so enable using `color-scheme` property to deal with dark mode (#29454) @alexfauquette
|
|
964
|
+
- ​<!-- 29 -->[FormControlLabel] Narrow the label type (#29324) @michaldudak
|
|
965
|
+
- ​<!-- 28 -->[Grid] Fix usage when columns > 12 (#29196) @tanay123456789
|
|
966
|
+
- ​<!-- 27 -->[InputBase] Do not repeat the same classname (#29353) @hbjORbj
|
|
967
|
+
- ​<!-- 30 -->[InputBase] Remove WebkitAppearance from search type (#29383) @nicbarajas
|
|
968
|
+
- ​<!-- 25 -->[ListItem] Add missing exports (#29571) @robcaldecott
|
|
969
|
+
- ​<!-- 22 -->[Pagination] Allow customization of icons (#29336) @mbeltramin
|
|
970
|
+
- ​<!-- 11 -->[TextField] Fix bootstrap, normalize.css, sanitize.css conflicts (#28674) @ChrisClaude
|
|
971
|
+
- ​<!-- 10 -->[TextField] Fix invisible wrap within notched inputs (#29088) @DASPRiD
|
|
972
|
+
- ​<!-- 09 -->[Tooltip] `open` prop in `componentsProps.popper` can be optional (#29370) @ZeeshanTamboli
|
|
973
|
+
- ​<!-- 08 -->[Tooltip] Fix `className` not getting applied from PopperProps (#29023) @ZeeshanTamboli
|
|
974
|
+
- ​<!-- 07 -->[useRadioGroup] Convert to TypeScript (#29326) @eps1lon
|
|
975
|
+
|
|
976
|
+
### `@mui/system@5.1.0`
|
|
977
|
+
|
|
978
|
+
- ​<!-- 21 -->[system] Introduce `mode` to CssVarsProvider (#29418) @siriwatknp
|
|
979
|
+
- ​<!-- 20 -->[system] Improve breakpoints resolver function (#29300) @hbjORbj
|
|
980
|
+
- ​<!-- 19 -->[system] Add array support for `sx` prop (#29297) @siriwatknp
|
|
981
|
+
|
|
982
|
+
### `@mui/codemod@5.1.0`
|
|
983
|
+
|
|
984
|
+
- ​<!-- 64 -->[codemod] Add codemod parser flag (#29059) (#29229) @ElonVolo
|
|
985
|
+
|
|
986
|
+
### `@mui/lab@5.0.0-alpha.54`
|
|
987
|
+
|
|
988
|
+
- ​<!-- 52 -->[DatePicker] Fix disabled/readOnly for view components (#28815) @adamfitzgibbon
|
|
989
|
+
- ​<!-- 24 -->[Masonry] Fix crash on unmount when using React 18 (#29358) @eps1lon
|
|
990
|
+
- ​<!-- 23 -->[Masonry] Improve height computation and detect changes in `children` (#29351) @hbjORbj
|
|
991
|
+
|
|
992
|
+
### `@mui/joy@5.0.0-alpha.0`
|
|
993
|
+
|
|
994
|
+
- ​<!-- 28 -->[Joy] Update default theme (#29478) @siriwatknp
|
|
995
|
+
- ​<!-- 26 -->[Joy] Export CssVarsProvider with default theme (#29150) @siriwatknp
|
|
996
|
+
- ​<!-- 25 -->[Joy] Remove `private` to leverage CodeSandbox (#29280) @siriwatknp
|
|
997
|
+
|
|
998
|
+
### Docs
|
|
999
|
+
|
|
1000
|
+
- ​<!-- 51 -->[docs] Add differences between styled and sx (#28685) @eric-burel
|
|
1001
|
+
- ​<!-- 50 -->[docs] Track usage of dark mode in Google Analytics (#29419) @oliviertassinari
|
|
1002
|
+
- ​<!-- 49 -->[docs] Remove create-mui-theme as it is no longer working (#29472) @IPJT
|
|
1003
|
+
- ​<!-- 48 -->[docs] Fix warnings in AppSearch (#29459) @eps1lon
|
|
1004
|
+
- ​<!-- 47 -->[docs] Add framework example for ClassNameGenerator (#29453) @siriwatknp
|
|
1005
|
+
- ​<!-- 46 -->[docs] Fix layout shift when scrolling (#29436) @oliviertassinari
|
|
1006
|
+
- ​<!-- 45 -->[docs] Fix layout-shift on id='main-content' (#29425) @oliviertassinari
|
|
1007
|
+
- ​<!-- 44 -->[docs] Remove usage of `process.browser` (#29438) @oliviertassinari
|
|
1008
|
+
- ​<!-- 43 -->[docs] Add instruction on how to use the child selector API with emotion (#29350) @mnajdova
|
|
1009
|
+
- ​<!-- 42 -->[docs] Fix small typos (#29424) @oliviertassinari
|
|
1010
|
+
- ​<!-- 41 -->[docs] Fix TOC highlighting logic (#29435) @oliviertassinari
|
|
1011
|
+
- ​<!-- 40 -->[docs] Fix about page flags (#29314) @mbrookes
|
|
1012
|
+
- ​<!-- 39 -->[docs] Fix Box JS docs (#29282) @Pablion
|
|
1013
|
+
- ​<!-- 38 -->[docs] Update storybook section in migration to v5 docs (#28800) @siriwatknp
|
|
1014
|
+
- ​<!-- 37 -->[docs] Document how to enable color on dark mode (#29340) @Wimukti
|
|
1015
|
+
- ​<!-- 36 -->[docs] Display search functionality in all viewports (#28819) @eps1lon
|
|
1016
|
+
- ​<!-- 35 -->[docs] Query heading for ToC on demand (#29204) @eps1lon
|
|
1017
|
+
- ​<!-- 34 -->[docs] Add next.js styled-component guide and update links to example (#29118) @Jareechang
|
|
1018
|
+
- ​<!-- 33 -->[docs] Fix overriding `MuiTextField`'s default props in the migration guide (#29174) @tm1000
|
|
1019
|
+
- ​<!-- 32 -->[docs] Fix "clickable" and "deletable" typos (#28702) @jacklaurencegaray
|
|
1020
|
+
- ​<!-- 31 -->[docs] Update migration-v4 docs for wrong import path (#29042) @busches
|
|
1021
|
+
- ​<!-- 30 -->[docs] Add GitHub icon change to "Migration from v4 to v5" guide (#29182) @dan-mba
|
|
1022
|
+
- ​<!-- 06 -->[website] Benny Joo joining MUI (#29499) @mnajdova
|
|
1023
|
+
- ​<!-- 05 -->[website] Update the `Print export` feature info on the pricing page (#29484) @DanailH
|
|
1024
|
+
- ​<!-- 04 -->[website] Improve the dev rel role description (#29477) @oliviertassinari
|
|
1025
|
+
- ​<!-- 03 -->[website] Add customers section on Design Kits and Templates marketing pages (#29168) @danilo-leal
|
|
1026
|
+
- ​<!-- 02 -->[website] Improvements to the /core product page @danilo-leal
|
|
1027
|
+
- ​<!-- 01 -->[website] Fix typo on the About Page (#29286) @gssakash
|
|
1028
|
+
|
|
1029
|
+
### Core
|
|
1030
|
+
|
|
1031
|
+
- ​<!-- 63 -->[core] Handle RecordType and FieldType in generatePropDescription.ts (#29467) @flaviendelangle
|
|
1032
|
+
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
1033
|
+
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
1034
|
+
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
1035
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
1036
|
+
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
1037
|
+
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
1038
|
+
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
1039
|
+
- ​<!-- 54 -->[core] Use cross-env to set env variables in material-icons scripts (#29327) @michaldudak
|
|
1040
|
+
- ​<!-- 53 -->[core] Don't bump peer dependency ranges on dependency updates (#29303) @eps1lon
|
|
1041
|
+
- ​<!-- 18 -->[test] Fix browser tests (#29505) @eps1lon
|
|
1042
|
+
- ​<!-- 69 -->[test] Fix missing act warnings in latest React 18 alpha (#29357) @eps1lon
|
|
1043
|
+
- ​<!-- 17 -->[test] Replace `createClientRender` with new `createRenderer` API (#29471) @eps1lon
|
|
1044
|
+
- ​<!-- 16 -->[test] Fix possible "missing act" warning (#29463) @eps1lon
|
|
1045
|
+
- ​<!-- 15 -->[test] Remove render#baseElement (#29462) @eps1lon
|
|
1046
|
+
- ​<!-- 14 -->[test] Expose `AbortController` on global (#29360) @eps1lon
|
|
1047
|
+
- ​<!-- 13 -->[test] Add internal test for uniqe `name` in `Rating` (#29329) @eps1lon
|
|
1048
|
+
- ​<!-- 12 -->[test] Fix browser tests (#29305) @eps1lon
|
|
1049
|
+
|
|
1050
|
+
All contributors of this release in alphabetical order: @adamfitzgibbon, @ainatenhi, @alexfauquette, @busches, @ChrisClaude, @dan-mba, @DanailH, @danilo-leal, @DASPRiD, @ElonVolo, @eps1lon, @eric-burel, @flaviendelangle, @gssakash, @hbjORbj, @IPJT, @jacklaurencegaray, @Jareechang, @jatinsandilya, @m4theushw, @mbeltramin, @mbrookes, @michaldudak, @mnajdova, @nicbarajas, @oliviertassinari, @Pablion, @robcaldecott, @siriwatknp, @tanay123456789, @tm1000, @Wimukti, @ZeeshanTamboli
|
|
1051
|
+
|
|
1052
|
+
## 5.0.6
|
|
1053
|
+
|
|
1054
|
+
<!-- generated comparing v5.0.5..master -->
|
|
1055
|
+
|
|
1056
|
+
_Oct 27, 2021_
|
|
1057
|
+
|
|
1058
|
+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
1059
|
+
|
|
1060
|
+
- 🔧 Fix reported TypeScript issues on the `@mui/system` package because some packages were not released
|
|
1061
|
+
|
|
1062
|
+
### `@mui/material@5.0.6`
|
|
1063
|
+
|
|
1064
|
+
- ​<!-- 4 -->[Autocomplete] Fix `clearOnBlur` prop (#29208) @hbjORbj
|
|
1065
|
+
- ​<!-- 2 -->[Rating] Remove z-index from decimal stars (#29295) @williamhaley
|
|
1066
|
+
|
|
1067
|
+
### `@mui/system@5.0.6`
|
|
1068
|
+
|
|
1069
|
+
- ​<!-- 5 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
|
|
1070
|
+
- ​<!-- 1 -->[system] Fix executing server-side Emotion component as function interpolation (#29290) @Andarist
|
|
1071
|
+
|
|
1072
|
+
### Docs
|
|
1073
|
+
|
|
1074
|
+
- ​<!-- 3 -->[blog] Q3 2021 Update (#28970) @oliviertassinari
|
|
1075
|
+
|
|
1076
|
+
All contributors of this release in alphabetical order: @Andarist, @hbjORbj, @oliviertassinari, @williamhaley
|
|
1077
|
+
|
|
1078
|
+
## 5.0.5
|
|
1079
|
+
|
|
1080
|
+
<!-- generated comparing v5.0.4..master -->
|
|
1081
|
+
|
|
1082
|
+
_Oct 26, 2021_
|
|
1083
|
+
|
|
1084
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
1085
|
+
|
|
1086
|
+
- 🔧 Implement `Masonry` using Flexbox by @hbjORbj.
|
|
1087
|
+
- 🧪 Add three components to `@mui/base` by @rebeccahongsf and @hbjORbj.
|
|
1088
|
+
|
|
1089
|
+
### `@mui/codemod@5.0.5`
|
|
1090
|
+
|
|
1091
|
+
- ​<!-- 38 -->[codemod] Support new package name in `link-underline-hover` transformer (#29214) @siriwatknp
|
|
1092
|
+
|
|
1093
|
+
### `@mui/base@5.0.0-alpha.52`
|
|
1094
|
+
|
|
1095
|
+
- ​<!-- 39 -->[ClickAwayListener] Move to the core package (#29186) @hbjORbj
|
|
1096
|
+
- ​<!-- 13 -->[Popper] Move from mui-material to mui-base (#28923) @rebeccahongsf
|
|
1097
|
+
- ​<!-- 04 -->[TextareaAutosize] Move to the core package (#29148) @hbjORbj
|
|
1098
|
+
|
|
1099
|
+
### `@mui/lab@5.0.0-alpha.52`
|
|
1100
|
+
|
|
1101
|
+
- ​<!-- 16 -->[Masonry] Improve demo styles (#29218) @hbjORbj
|
|
1102
|
+
- ​<!-- 15 -->[Masonry] Implement Masonry using Flexbox (#28059) @hbjORbj
|
|
1103
|
+
|
|
1104
|
+
### `@mui/icons@5.0.5`
|
|
1105
|
+
|
|
1106
|
+
- ​<!-- 19 -->[icons] Add TipsAndUpdates icon (#29004) @hbjORbj
|
|
1107
|
+
|
|
1108
|
+
### `@mui/material@5.0.5`
|
|
1109
|
+
|
|
1110
|
+
- ​<!-- 40 -->[CardMedia] Apply specified `img` role instead of custom `image` role (#29172) @eps1lon
|
|
1111
|
+
- ​<!-- 32 -->[CSSBaseline] Remove incorrect @deprecated annotation (#29069) @adamfitzgibbon
|
|
1112
|
+
- ​<!-- 20 -->[Grid] Support custom columns with nested grid (#28743) @Devesh21700Kumar
|
|
1113
|
+
- ​<!-- 18 -->[InputBase] Remove wrong theme overriding with MUI's default theme (#29157) @hbjORbj
|
|
1114
|
+
- ​<!-- 17 -->[LoadingButton] Fix `fullWidth` styling (#28652) @nikitabobers
|
|
1115
|
+
- ​<!-- 16 -->[Popper] make Popper display:none whenever it's closed (#29233) @adamfitzgibbon
|
|
1116
|
+
- ​<!-- 14 -->[Menu] Reduce min-height & padding in menu-item with dense property (#29180) @jatinsandilya
|
|
1117
|
+
- ​<!-- 07 -->[Tab] `iconPosition` prop added in Tab (#28764) @deepanshu2506
|
|
1118
|
+
- ​<!-- 03 -->[Tooltip] Correct inconsistent prop precedence (#29132) @michaldudak
|
|
1119
|
+
|
|
1120
|
+
### `@mui/system@5.0.5`
|
|
1121
|
+
|
|
1122
|
+
- ​<!-- 11 -->[system] Allow function type for `sx` prop (#29198) @hbjORbj
|
|
1123
|
+
- ​<!-- 10 -->[system] Fix various issues reported by using @mui/styled-engine-sc (#29035) @mnajdova
|
|
1124
|
+
- ​<!-- 09 -->[system] Fix `colorScheme` conflict between application (#29139) @siriwatknp
|
|
1125
|
+
- ​<!-- 08 -->[system] Add `unstable_createCssVarsProvider` api (#28965) @siriwatknp
|
|
1126
|
+
|
|
1127
|
+
### Documentation
|
|
1128
|
+
|
|
1129
|
+
- ​<!-- 31 -->[docs] Fix path to `DataGrid` CSV export options page (#29220) @DanailH
|
|
1130
|
+
- ​<!-- 30 -->[docs] Give anonymous components a name (#29189) @eps1lon
|
|
1131
|
+
- ​<!-- 29 -->[docs] Add deploy context variables (#29195) @siriwatknp
|
|
1132
|
+
- ​<!-- 28 -->[docs] Add MUI packages explanation (#29073) @siriwatknp
|
|
1133
|
+
- ​<!-- 27 -->[docs] Fix typo in CSP policy (#29187) @JuliaNeumann
|
|
1134
|
+
- ​<!-- 26 -->[docs] Dark mode conditional content rendering (#28665) @michal-perlakowski
|
|
1135
|
+
- ​<!-- 25 -->[docs] Fix ClassNameGenerator introduced version #29177 @siriwatknp
|
|
1136
|
+
- ​<!-- 24 -->[docs] Add missing `justifyContent` values and update box styling (#29117) @omarmosid
|
|
1137
|
+
- ​<!-- 23 -->[docs] Make landing page hero section scrollable (#29141) @waxidiotic
|
|
1138
|
+
- ​<!-- 22 -->[docs] Discourage importing different bundles directly (#29133) @eps1lon
|
|
1139
|
+
- ​<!-- 21 -->[docs] Update module augmentation reference url (#29064) @gnowland
|
|
1140
|
+
- ​<!-- 12 -->[pricing] Add tooltip to pricing icon (#28959) @siriwatknp
|
|
1141
|
+
- ​<!-- 07 -->[Team] Add Alexandre in the about page (#29289)
|
|
1142
|
+
- ​<!-- 02 -->[website] Fix status label overflow in AdvancedShowcase (#29143) @LorenzHenk
|
|
1143
|
+
- ​<!-- 01 -->[website] Update legacy logos (#28908) @michaldudak
|
|
1144
|
+
|
|
1145
|
+
### Core
|
|
1146
|
+
|
|
1147
|
+
- ​<!-- 37 -->[core] Order repro methods by preference (#29156) @eps1lon
|
|
1148
|
+
- ​<!-- 36 -->[core] Remove unnecessary usages of `useEventCallback` (#28910) @NMinhNguyen
|
|
1149
|
+
- ​<!-- 35 -->[core] add `unstable_ClassNameGenerator` API (#29051) @siriwatknp
|
|
1150
|
+
- ​<!-- 34 -->[core] Fix issues when using styled-components (#29048) @mnajdova
|
|
1151
|
+
- ​<!-- 33 -->[core] replace hard-coded classname with classes (#29070) @siriwatknp
|
|
1152
|
+
- ​<!-- 06 -->[test] Add documentation for visual regression tests (#29154) @eps1lon
|
|
1153
|
+
- ​<!-- 05 -->[test] Enable "missing act" warnings using new proposal (#29167) @eps1lon
|
|
1154
|
+
|
|
1155
|
+
All contributors of this release in alphabetical order: @adamfitzgibbon, @DanailH, @deepanshu2506, @Devesh21700Kumar, @eps1lon, @gnowland, @hbjORbj, @jatinsandilya, @JuliaNeumann, @LorenzHenk, @michal-perlakowski, @michaldudak, @mnajdova, @nikitabobers, @NMinhNguyen, @omarmosid, @rebeccahongsf, @siriwatknp, @waxidiotic
|
|
1156
|
+
|
|
1157
|
+
## 5.0.4
|
|
1158
|
+
|
|
1159
|
+
<!-- generated comparing v5.0.3..master -->
|
|
1160
|
+
|
|
1161
|
+
_Oct 14, 2021_
|
|
1162
|
+
|
|
1163
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1164
|
+
|
|
1165
|
+
- 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/base package @michaldudak (#28053)
|
|
1166
|
+
- 🐛 Fixed many bugs and improved the documentation 📚.
|
|
1167
|
+
|
|
1168
|
+
### `@mui/material@5.0.4`
|
|
1169
|
+
|
|
1170
|
+
- ​<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
|
|
1171
|
+
- ​<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
|
|
1172
|
+
- ​<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
|
|
1173
|
+
- ​<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
|
|
1174
|
+
- ​<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
|
|
1175
|
+
|
|
1176
|
+
### `@mui/system@5.0.4`
|
|
1177
|
+
|
|
1178
|
+
- ​<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
|
|
1179
|
+
|
|
1180
|
+
### `@mui/base@5.0.0-alpha.51`
|
|
1181
|
+
|
|
1182
|
+
- ​<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
|
|
1183
|
+
|
|
1184
|
+
### `@mui/lab@5.0.0-alpha.51`
|
|
1185
|
+
|
|
1186
|
+
- ​<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
|
|
1187
|
+
|
|
1188
|
+
### Docs
|
|
1189
|
+
|
|
1190
|
+
- ​<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
|
|
1191
|
+
- ​<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
|
|
1192
|
+
- ​<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
|
|
1193
|
+
- ​<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
|
|
1194
|
+
- ​<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
|
|
1195
|
+
- ​<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
|
|
1196
|
+
- ​<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
|
|
1197
|
+
- ​<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
|
|
1198
|
+
- ​<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
|
|
1199
|
+
- ​<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
|
|
1200
|
+
- ​<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
|
|
1201
|
+
- ​<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
|
|
1202
|
+
- ​<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
|
|
1203
|
+
- ​<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
|
|
1204
|
+
- ​<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
|
|
1205
|
+
- ​<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
|
|
1206
|
+
- ​<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
|
|
1207
|
+
|
|
1208
|
+
### Core
|
|
1209
|
+
|
|
1210
|
+
- ​<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
|
|
1211
|
+
- ​<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
|
|
1212
|
+
- ​<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
|
|
1213
|
+
- ​<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
|
|
1214
|
+
- ​<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
|
|
1215
|
+
- ​<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
|
|
1216
|
+
|
|
1217
|
+
All contributors of this release in alphabetical order: @amen-souissi, @benmneb, @epodol, @eps1lon, @goncalovf, @hbjORbj, @Jareechang, @kgregory, @michaldudak, @mnajdova, @mottox2, @officialpiyush, @phudekar, @siriwatknp, @tanyabouman, @visualfanatic, @ZeeshanTamboli
|
|
1218
|
+
|
|
1219
|
+
## 5.0.3
|
|
1220
|
+
|
|
1221
|
+
<!-- generated comparing v5.0.2..master -->
|
|
1222
|
+
|
|
1223
|
+
_Oct 7, 2021_
|
|
1224
|
+
|
|
1225
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
1226
|
+
|
|
1227
|
+
- 🧪 Created the first component in @mui/material-next - our v6 prototype package.
|
|
1228
|
+
- 🐛 Fixed many bugs and improved the documentation 📚.
|
|
1229
|
+
|
|
1230
|
+
### `@mui/material@5.0.3`
|
|
1231
|
+
|
|
1232
|
+
- ​<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
|
|
1233
|
+
- ​<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
|
|
1234
|
+
- ​<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
|
|
1235
|
+
- ​<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
|
|
1236
|
+
|
|
1237
|
+
### `@mui/codemod@5.0.3`
|
|
1238
|
+
|
|
1239
|
+
- ​<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
|
|
1240
|
+
|
|
1241
|
+
### `@mui/system@5.0.3`
|
|
1242
|
+
|
|
1243
|
+
- ​<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
|
|
1244
|
+
|
|
1245
|
+
### `@mui/styled-engine-sc@5.0.3`
|
|
1246
|
+
|
|
1247
|
+
- ​<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
|
|
1248
|
+
|
|
1249
|
+
### `@mui/base@5.0.0-alpha.50`
|
|
1250
|
+
|
|
1251
|
+
- ​<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
|
|
1252
|
+
- ​<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
|
|
1253
|
+
|
|
1254
|
+
### `@mui/lab@5.0.0-alpha.50`
|
|
1255
|
+
|
|
1256
|
+
- ​<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
|
|
1257
|
+
|
|
1258
|
+
### `@mui/material-next@6.0.0-alpha.4`
|
|
1259
|
+
|
|
1260
|
+
- ​<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
|
|
1261
|
+
|
|
1262
|
+
### Docs
|
|
1263
|
+
|
|
1264
|
+
- ​<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
|
|
1265
|
+
- ​<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
|
|
1266
|
+
- ​<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
|
|
1267
|
+
- ​<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
|
|
1268
|
+
- ​<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
|
|
1269
|
+
- ​<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
|
|
1270
|
+
- ​<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
|
|
1271
|
+
- ​<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
|
|
1272
|
+
- ​<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
|
|
1273
|
+
- ​<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
|
|
1274
|
+
- ​<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
|
|
1275
|
+
- ​<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
|
|
1276
|
+
- ​<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
|
|
1277
|
+
- ​<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
|
|
1278
|
+
- ​<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
|
|
1279
|
+
- ​<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
|
|
1280
|
+
- ​<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
|
|
1281
|
+
- ​<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
|
|
1282
|
+
- ​<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
|
|
1283
|
+
- ​<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
|
|
1284
|
+
- ​<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
|
|
1285
|
+
- ​<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
|
|
1286
|
+
- ​<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
|
|
1287
|
+
- ​<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
|
|
1288
|
+
- ​<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
|
|
1289
|
+
- ​<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
|
|
1290
|
+
- ​<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
|
|
1291
|
+
- ​<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
|
|
1292
|
+
|
|
1293
|
+
### Core
|
|
1294
|
+
|
|
1295
|
+
- ​<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
|
|
1296
|
+
- ​<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
|
|
1297
|
+
- ​<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
|
|
1298
|
+
- ​<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
|
|
1299
|
+
- ​<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
|
|
1300
|
+
|
|
1301
|
+
All contributors of this release in alphabetical order: @AnilSeervi, @avranju94, @cacpgomes, @danilo-leal, @epodol, @eps1lon, @hbjORbj, @iamsergo, @michaldudak, @mnajdova, @owais635, @saeedseyfi, @Sharry0, @siriwatknp, @smmoosavi, @taghi-khavari, @veerreshr, @yevheniiminin, @ZeeshanTamboli
|
|
1302
|
+
|
|
1303
|
+
## 5.0.2
|
|
1304
|
+
|
|
1305
|
+
<!-- generated comparing v5.0.1..master -->
|
|
1306
|
+
|
|
1307
|
+
_Sep 29, 2021_
|
|
1308
|
+
|
|
1309
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1310
|
+
|
|
1311
|
+
- 🔧 Improve `jss-to-styled` codemod to use new package names.
|
|
1312
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1313
|
+
|
|
1314
|
+
### `@mui/material@5.0.2`
|
|
1315
|
+
|
|
1316
|
+
- ​<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
|
|
1317
|
+
- ​<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
|
|
1318
|
+
- ​<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
|
|
1319
|
+
- ​<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
|
|
1320
|
+
|
|
1321
|
+
### `@mui/codemod@5.0.2`
|
|
1322
|
+
|
|
1323
|
+
- ​<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
|
|
1324
|
+
- ​<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
|
|
1325
|
+
|
|
1326
|
+
### `@mui/system@5.0.2`
|
|
1327
|
+
|
|
1328
|
+
- ​<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
|
|
1329
|
+
|
|
1330
|
+
### Docs
|
|
1331
|
+
|
|
1332
|
+
- ​<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
|
|
1333
|
+
- ​<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
|
|
1334
|
+
- ​<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
|
|
1335
|
+
- ​<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
|
|
1336
|
+
- ​<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
|
|
1337
|
+
- ​<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
|
|
1338
|
+
- ​<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
|
|
1339
|
+
- ​<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
|
|
1340
|
+
- ​<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
|
|
1341
|
+
- ​<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
|
|
1342
|
+
- ​<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
|
|
1343
|
+
- ​<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
|
|
1344
|
+
- ​<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
|
|
1345
|
+
- ​<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
|
|
1346
|
+
- ​<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
|
|
1347
|
+
- ​<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
|
|
1348
|
+
- ​<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
|
|
1349
|
+
|
|
1350
|
+
### Core
|
|
1351
|
+
|
|
1352
|
+
- ​<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
|
|
1353
|
+
- ​<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
|
|
1354
|
+
- ​<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
|
|
1355
|
+
- ​<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
|
|
1356
|
+
|
|
1357
|
+
All contributors of this release in alphabetical order: @adamthewebguy, @alexeagleson, @Brlaney, @chetrit, @danilo-leal, @dmitry-yudakov, @eps1lon, @fxlemire, @garronej, @kiznick, @mnajdova, @naveen-bharathi, @oliviertassinari, @praveenkumar-kalidass, @siriwatknp
|
|
1358
|
+
|
|
1359
|
+
## 5.0.1
|
|
1360
|
+
|
|
1361
|
+
<!-- generated comparing v5.0.0..master -->
|
|
1362
|
+
|
|
1363
|
+
_Sep 22, 2021_
|
|
1364
|
+
|
|
1365
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
1366
|
+
|
|
1367
|
+
- 🔎 Improve the search on the documentation.
|
|
1368
|
+
- 📚 Improve the v4 to v5 migration guide.
|
|
1369
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1370
|
+
|
|
1371
|
+
### `@mui/material@5.0.1`
|
|
1372
|
+
|
|
1373
|
+
- ​<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
|
|
1374
|
+
- ​<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
|
|
1375
|
+
|
|
1376
|
+
### `@mui/codemod@5.0.1`
|
|
1377
|
+
|
|
1378
|
+
- ​<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
|
|
1379
|
+
|
|
1380
|
+
### `@mui/lab@5.0.0-alpha.48`
|
|
1381
|
+
|
|
1382
|
+
- ​<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
|
|
1383
|
+
- ​<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
|
|
1384
|
+
|
|
1385
|
+
### Docs
|
|
1386
|
+
|
|
1387
|
+
- ​<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
|
|
1388
|
+
- ​<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
|
|
1389
|
+
- ​<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
|
|
1390
|
+
- ​<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
|
|
1391
|
+
- ​<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
|
|
1392
|
+
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
1393
|
+
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
1394
|
+
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
1395
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
1396
|
+
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
1397
|
+
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
1398
|
+
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
1399
|
+
- ​<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
|
|
1400
|
+
- ​<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
|
|
1401
|
+
- ​<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
|
|
1402
|
+
- ​<!-- 20 -->[docs] Fix typo (#28521) @valse
|
|
1403
|
+
- ​<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
|
|
1404
|
+
- ​<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
|
|
1405
|
+
- ​<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
|
|
1406
|
+
- ​<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
|
|
1407
|
+
- ​<!-- 08 -->[website] Optimize images (#28486) @michaldudak
|
|
1408
|
+
- ​<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
|
|
1409
|
+
- ​<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
|
|
1410
|
+
- ​<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
|
|
1411
|
+
- ​<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
|
|
1412
|
+
- ​<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
|
|
1413
|
+
- ​<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
|
|
1414
|
+
- ​<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
|
|
1415
|
+
|
|
1416
|
+
### Core
|
|
1417
|
+
|
|
1418
|
+
- ​<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
|
|
1419
|
+
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
1420
|
+
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
1421
|
+
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
1422
|
+
- ​<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
|
|
1423
|
+
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
1424
|
+
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
1425
|
+
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
1426
|
+
- ​<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
|
|
1427
|
+
- ​<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
|
|
1428
|
+
- ​<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
|
|
1429
|
+
- ​<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
|
|
1430
|
+
|
|
1431
|
+
All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
|
|
1432
|
+
|
|
1433
|
+
## 5.0.0
|
|
1434
|
+
|
|
1435
|
+
<!-- generated comparing v5.0.0-rc.1..next -->
|
|
1436
|
+
|
|
1437
|
+
_Sep 16, 2021_
|
|
1438
|
+
|
|
1439
|
+
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
|
|
1440
|
+
|
|
1441
|
+
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
1442
|
+
|
|
1443
|
+
- 5,832 new commits
|
|
1444
|
+
- From 2M downloads/month to 9.5M downloads/month on npm
|
|
1445
|
+
- From 350k users/month to 700k users/month on the documentation
|
|
1446
|
+
|
|
1447
|
+
A big thanks to the 600+ contributors who made the release possible!
|
|
1448
|
+
|
|
1449
|
+
The 5.0.0 version includes all changes done in the alpha, beta, and rc releases listed below.
|
|
1450
|
+
These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
1451
|
+
|
|
1452
|
+
### `@mui/material@5.0.0`
|
|
1453
|
+
|
|
1454
|
+
- ​<!-- 15 -->[Autocomplete] Fix reset value on blur for freeSolo input (#28190) @praveenkumar-kalidass
|
|
1455
|
+
- ​<!-- 14 -->[ButtonBase] Revert to the pre-unstyled implementation (#28225) @michaldudak
|
|
1456
|
+
- ​<!-- 13 -->[Checkbox] Fix color proptype typo (#28265) @sydneyjodon-wk
|
|
1457
|
+
- ​<!-- 40 -->[Tooltip] Ensure user-select CSS property is reverted after touch end (#28372) @tholman
|
|
1458
|
+
|
|
1459
|
+
### `@mui/system@5.0.0`
|
|
1460
|
+
|
|
1461
|
+
- ​<!-- 25 -->[system] Fix missing typings for createSpacing (#28361) @eps1lon
|
|
1462
|
+
|
|
1463
|
+
### `@mui/codemod@5.0.0`
|
|
1464
|
+
|
|
1465
|
+
- ​<!-- 21 -->[codemod] Fix jss-to-styled to support other export class, function etc. (#28321) @jedwards1211
|
|
1466
|
+
|
|
1467
|
+
### `@mui/lab@5.0.0-alpha.46`
|
|
1468
|
+
|
|
1469
|
+
- ​<!-- 09 -->[DateTimePicker] Change bottom position of AM/PM buttons (#27534) @nikitabobers
|
|
1470
|
+
- ​<!-- 02 -->[pickers] Add visual regression tests for open views (#28224) @eps1lon
|
|
1471
|
+
|
|
1472
|
+
### Docs
|
|
1473
|
+
|
|
1474
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1475
|
+
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1476
|
+
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1477
|
+
- ​<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
|
|
1478
|
+
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1479
|
+
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1480
|
+
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
1481
|
+
- ​<!-- 32 -->[docs] Fix typo in v4 to v5 migration guide (#28353) @zadeviggers
|
|
1482
|
+
- ​<!-- 17 -->[docs] Fix typo in transition docs (#28312) @tamboliasir1
|
|
1483
|
+
- ​<!-- 20 -->[docs] Use https for material-ui & reactcommunity links (#28304) @aghArdeshir
|
|
1484
|
+
- ​<!-- 22 -->[docs] Add IBM Plex font locally (#28325) @siriwatknp
|
|
1485
|
+
- ​<!-- 26 -->[docs] Fix failing client-side navigation for /api routes (#28356) @eps1lon
|
|
1486
|
+
- ​<!-- 29 -->[docs] Update the nav order (#28323) @mbrookes
|
|
1487
|
+
- ​<!-- 30 -->[docs] Compress images with ImageOptim @oliviertassinari
|
|
1488
|
+
- ​<!-- 34 -->[docs] Replace remaining unstyled package reference (#28351) @michaldudak
|
|
1489
|
+
- ​<!-- 35 -->[docs] No import from react-router (#28329) @eps1lon
|
|
1490
|
+
- ​<!-- 36 -->[website] Refine website before go-live (#28081) @siriwatknp
|
|
1491
|
+
- ​<!-- 31 -->[website] Update manifest to new logo (#28355) @siriwatknp
|
|
1492
|
+
- ​<!-- 01 -->[website] Add product-x page (#28106) @siriwatknp
|
|
1493
|
+
- ​<!-- 24 -->[website] Revert store URL to material-ui.com/store (#28365) @michaldudak
|
|
1494
|
+
- ​<!-- 33 -->[website] Rename domain to mui.com (#28332) @mnajdova
|
|
1495
|
+
|
|
1496
|
+
### Core
|
|
1497
|
+
|
|
1498
|
+
- ​<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
|
|
1499
|
+
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1500
|
+
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1501
|
+
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
1502
|
+
- ​<!-- 23 -->[core] Remove experimental bundle size tracking page (#28334) @eps1lon
|
|
1503
|
+
- ​<!-- 27 -->[core] Support release:build with cmd.exe (#28318) @michaldudak
|
|
1504
|
+
- ​<!-- 28 -->[core] Remove unnecessary titleize warning (#28349) @eps1lon
|
|
1505
|
+
- ​<!-- 37 -->[core] Batch small fixes (#28381) @oliviertassinari
|
|
1506
|
+
- ​<!-- 16 -->[test] Recommend yarn t over test:watch (#28254) @eps1lon
|
|
1507
|
+
- ​<!-- 19 -->[test] Lazily import fixtures (#28239) @eps1lon
|
|
1508
|
+
- ​<!-- 39 -->[test] Assert on user-select that has the same value across browsers (#28378) @eps1lon
|
|
1509
|
+
|
|
1510
|
+
All contributors of this release in alphabetical order: @aghArdeshir, @Aurelain, @eps1lon, @goncalovf, @jedwards1211, @m4theushw, @mbrookes, @michald
|
|
1511
|
+
udak, @mnajdova, @nikitabobers, @praveenkumar-kalidass, @siriwatknp, @sydneyjodon-wk, @tamboliasir1, @tholman, @zadeviggers, @ZeeshanTamboli
|
|
2
1512
|
|
|
3
1513
|
## 5.0.0-rc.1
|
|
4
1514
|
|
|
@@ -87,9 +1597,9 @@ _Sep 1, 2021_
|
|
|
87
1597
|
|
|
88
1598
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
89
1599
|
|
|
90
|
-
- 🎉 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
|
|
91
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui
|
|
92
|
-
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://
|
|
1600
|
+
- 🎉 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).
|
|
1601
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
1602
|
+
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
93
1603
|
|
|
94
1604
|
### `@mui/material@5.0.0-rc.0`
|
|
95
1605
|
|
|
@@ -99,7 +1609,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
99
1609
|
|
|
100
1610
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
101
1611
|
|
|
102
|
-
```
|
|
1612
|
+
```sh
|
|
103
1613
|
@material-ui/system -> @mui/system
|
|
104
1614
|
@material-ui/styles -> @mui/styles
|
|
105
1615
|
@material-ui/lab -> @mui/lab
|
|
@@ -112,15 +1622,15 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
112
1622
|
|
|
113
1623
|
except these 3 packages that are renamed.
|
|
114
1624
|
|
|
115
|
-
```
|
|
1625
|
+
```sh
|
|
116
1626
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
117
1627
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
118
|
-
@material-ui/unstyled => @mui/
|
|
1628
|
+
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
119
1629
|
```
|
|
120
1630
|
|
|
121
|
-
> **Note**: `@mui/
|
|
1631
|
+
> **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
122
1632
|
|
|
123
|
-
We encourage you to use the [codemod](https://github.com/mui
|
|
1633
|
+
We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
|
|
124
1634
|
|
|
125
1635
|
#### Changes
|
|
126
1636
|
|
|
@@ -133,7 +1643,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
133
1643
|
- ​<!-- 05 -->[ToggleButtonGroup] Add "disabled" prop (#27998) @chetas411
|
|
134
1644
|
- ​<!-- 34 -->[core] Export types for module augmentation (#28078) @m4theushw
|
|
135
1645
|
|
|
136
|
-
### `@mui/
|
|
1646
|
+
### `@mui/base@5.0.0-alpha.45`
|
|
137
1647
|
|
|
138
1648
|
- ​<!-- 38 -->[Button] Create ButtonUnstyled and useButton (#27600) @michaldudak
|
|
139
1649
|
|
|
@@ -176,7 +1686,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
176
1686
|
- ​<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
|
|
177
1687
|
- ​<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
|
|
178
1688
|
- ​<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
|
|
179
|
-
- ​<!-- 07 -->[test] Disable
|
|
1689
|
+
- ​<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
|
|
180
1690
|
|
|
181
1691
|
All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
|
|
182
1692
|
|
|
@@ -188,7 +1698,7 @@ _Aug 24, 2021_
|
|
|
188
1698
|
|
|
189
1699
|
A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
|
|
190
1700
|
|
|
191
|
-
- 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui
|
|
1701
|
+
- 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui/material-ui/milestone/44)
|
|
192
1702
|
- 📚 Improved the docs and the migration guide for upgrading to v5
|
|
193
1703
|
|
|
194
1704
|
### `@material-ui/core@5.0.0-beta.5`
|
|
@@ -579,16 +2089,16 @@ _Jul 14, 2021_
|
|
|
579
2089
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
580
2090
|
|
|
581
2091
|
- ✨ We have introduced a new unstyled component: the Switch (#26688) @michaldudak
|
|
582
|
-
You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://
|
|
2092
|
+
You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://mui.com/components/switches/#unstyled), and a hook: [`useSwitch`](https://mui.com/components/switches/#useswitch-hook).
|
|
583
2093
|
|
|
584
|
-
<a href="https://
|
|
2094
|
+
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
585
2095
|
|
|
586
|
-
You can follow our progress at https://github.com/mui
|
|
2096
|
+
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
587
2097
|
|
|
588
2098
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
589
|
-
You can find the new [default values](https://
|
|
2099
|
+
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
590
2100
|
|
|
591
|
-
<a href="https://
|
|
2101
|
+
<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>
|
|
592
2102
|
|
|
593
2103
|
### `@material-ui/core@5.0.0-beta.1`
|
|
594
2104
|
|
|
@@ -689,9 +2199,9 @@ _Jul 01, 2021_
|
|
|
689
2199
|
|
|
690
2200
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
691
2201
|
|
|
692
|
-
- 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui
|
|
2202
|
+
- 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
|
|
693
2203
|
- 🚀 We have completed all the planned breaking changes.
|
|
694
|
-
- ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui
|
|
2204
|
+
- ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod).
|
|
695
2205
|
- 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
|
|
696
2206
|
|
|
697
2207
|
### `@material-ui/core@5.0.0-beta.0`
|
|
@@ -700,7 +2210,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
700
2210
|
|
|
701
2211
|
- [Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
|
|
702
2212
|
|
|
703
|
-
`span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui
|
|
2213
|
+
`span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
|
|
704
2214
|
|
|
705
2215
|
```diff
|
|
706
2216
|
<button class="MuiTab-root">
|
|
@@ -713,7 +2223,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
713
2223
|
|
|
714
2224
|
- [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
|
|
715
2225
|
|
|
716
|
-
`span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui
|
|
2226
|
+
`span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
|
|
717
2227
|
|
|
718
2228
|
```diff
|
|
719
2229
|
<button class="MuiBottomNavigationAction-root">
|
|
@@ -825,15 +2335,15 @@ _Jun 23, 2021_
|
|
|
825
2335
|
|
|
826
2336
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
827
2337
|
|
|
828
|
-
- 🚀 We have only 2 left in the [breaking changes](https://github.com/mui
|
|
2338
|
+
- 🚀 We have only 2 left in the [breaking changes](https://github.com/mui/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
|
|
829
2339
|
- 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
|
|
830
2340
|
|
|
831
|
-
<a href="https://
|
|
2341
|
+
<a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
|
|
832
2342
|
|
|
833
|
-
- 💡 `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://
|
|
2343
|
+
- 💡 `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://mui.com/components/buttons/#sizes-2).
|
|
834
2344
|
- ♿️ We have improved the default style of the `Link` to be more accessible (#26145) @ahmed-28
|
|
835
2345
|
|
|
836
|
-
<a href="https://
|
|
2346
|
+
<a href="https://mui.com/components/links/"><img width="543" alt="" src="https://user-images.githubusercontent.com/3165635/123097983-ef1b6200-d430-11eb-97da-b491fba5df49.png"></a>
|
|
837
2347
|
|
|
838
2348
|
### `@material-ui/core@5.0.0-alpha.38`
|
|
839
2349
|
|
|
@@ -867,7 +2377,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
867
2377
|
|
|
868
2378
|
- ​<!-- 09 -->[theme] Improve default breakpoints (#26746) @siriwatknp
|
|
869
2379
|
|
|
870
|
-
The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui
|
|
2380
|
+
The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui/material-ui/issues/21902).
|
|
871
2381
|
|
|
872
2382
|
```diff
|
|
873
2383
|
{
|
|
@@ -911,17 +2421,17 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
911
2421
|
|
|
912
2422
|
- ​<!-- 08 -->[Slider] Adjust css to match the specification (#26632) @siriwatknp
|
|
913
2423
|
|
|
914
|
-
Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://
|
|
2424
|
+
Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://mui.com/components/slider/).
|
|
915
2425
|
|
|
916
|
-
<a href="https://
|
|
2426
|
+
<a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
|
|
917
2427
|
|
|
918
|
-
You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://
|
|
2428
|
+
You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://mui.com/components/slider/#sizes).
|
|
919
2429
|
|
|
920
|
-
<a href="https://
|
|
2430
|
+
<a href="https://mui.com/components/slider/#sizes"><img width="330" alt="" src="https://user-images.githubusercontent.com/3165635/123076549-8aa0d880-d419-11eb-8835-06cd2b21b2d3.png" style="margin: auto"></a>
|
|
921
2431
|
|
|
922
2432
|
- ​<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
|
|
923
2433
|
|
|
924
|
-
`span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui
|
|
2434
|
+
`span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
|
|
925
2435
|
|
|
926
2436
|
```diff
|
|
927
2437
|
<button class="MuiIconButton-root">
|
|
@@ -1038,11 +2548,11 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
1038
2548
|
</Grid>
|
|
1039
2549
|
```
|
|
1040
2550
|
|
|
1041
|
-
Head to the [documentation](https://
|
|
2551
|
+
Head to the [documentation](https://mui.com/components/grid/#responsive-values) for more details.
|
|
1042
2552
|
|
|
1043
2553
|
- ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
|
|
1044
2554
|
We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
|
|
1045
|
-
- 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui
|
|
2555
|
+
- 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
|
|
1046
2556
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1047
2557
|
|
|
1048
2558
|
### `@material-ui/core@5.0.0-alpha.37`
|
|
@@ -1148,10 +2658,10 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
1148
2658
|
We're confident that its API shouldn't receive any major changes until the stable release of v5 (#26558) @mnajdova.
|
|
1149
2659
|
- 📦 `@material-ui/icons` only ships ES modules and no longer CommonJS modules.
|
|
1150
2660
|
This reduces the download size of the package from 1.7 MB to 1.2 MB and install size from 15.6 MB to 6.7 MB (#26310) @eps1lon.
|
|
1151
|
-
- 💄 Add support for [row and column spacing](https://
|
|
2661
|
+
- 💄 Add support for [row and column spacing](https://mui.com/components/grid/#row-amp-column-spacing) in the Grid component (#26559) @likitarai1.
|
|
1152
2662
|
<img width="549" alt="grid spacing demo" src="https://user-images.githubusercontent.com/3165635/121089288-383fa500-c7e7-11eb-8c43-53457b7430f1.png">
|
|
1153
2663
|
|
|
1154
|
-
Note that this feature was already available for [CSS grid users](https://
|
|
2664
|
+
Note that this feature was already available for [CSS grid users](https://mui.com/components/grid/#css-grid-layout) with the `rowGap` and `columnGap` props.
|
|
1155
2665
|
|
|
1156
2666
|
### `@material-ui/core@5.0.0-alpha.36`
|
|
1157
2667
|
|
|
@@ -1253,8 +2763,8 @@ _May 31, 2021_
|
|
|
1253
2763
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
1254
2764
|
|
|
1255
2765
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
1256
|
-
- 📦 Save [10 kB gzipped](https://bundlephobia.com/
|
|
1257
|
-
- ⚒️ Add many new [codemods](https://github.com/mui
|
|
2766
|
+
- 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
|
|
2767
|
+
- ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
|
|
1258
2768
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1259
2769
|
|
|
1260
2770
|
### `@material-ui/core@5.0.0-alpha.35`
|
|
@@ -1415,7 +2925,7 @@ _May 18, 2021_
|
|
|
1415
2925
|
|
|
1416
2926
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
1417
2927
|
|
|
1418
|
-
- 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui
|
|
2928
|
+
- 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
|
|
1419
2929
|
- 🚀 Make progress with components migration to emotion. We have done 153 of the 168 components (almost there!)
|
|
1420
2930
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1421
2931
|
|
|
@@ -1485,6 +2995,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1485
2995
|
```
|
|
1486
2996
|
|
|
1487
2997
|
- ​<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
|
|
2998
|
+
|
|
1488
2999
|
```diff
|
|
1489
3000
|
<Autocomplete
|
|
1490
3001
|
- getOptionSelected={(option, value) => option.title === value.title}
|
|
@@ -1492,7 +3003,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1492
3003
|
/>
|
|
1493
3004
|
```
|
|
1494
3005
|
|
|
1495
|
-
> Follow [this link](https://
|
|
3006
|
+
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
1496
3007
|
|
|
1497
3008
|
#### Changes
|
|
1498
3009
|
|
|
@@ -1560,7 +3071,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1560
3071
|
|
|
1561
3072
|
- ​<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
|
|
1562
3073
|
- ​<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
|
|
1563
|
-
- ​<!-- 55 -->[core] Include human readable target in the
|
|
3074
|
+
- ​<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
|
|
1564
3075
|
- ​<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
|
|
1565
3076
|
- ​<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
|
|
1566
3077
|
- ​<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
|
|
@@ -1578,7 +3089,7 @@ _May 9, 2021_
|
|
|
1578
3089
|
|
|
1579
3090
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1580
3091
|
|
|
1581
|
-
- 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui
|
|
3092
|
+
- 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
|
|
1582
3093
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1583
3094
|
|
|
1584
3095
|
### `@material-ui/core@5.0.0-alpha.33`
|
|
@@ -1743,7 +3254,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1743
3254
|
|
|
1744
3255
|
- ​<!-- 64 -->[withWidth] Remove API (#26136) @m4theushw
|
|
1745
3256
|
|
|
1746
|
-
Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://
|
|
3257
|
+
Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://mui.com/components/use-media-query/#migrating-from-withwidth).
|
|
1747
3258
|
|
|
1748
3259
|
- ​<!-- 75 -->[Autocomplete] Rename values of the reason argument (#26172) @m4theushw
|
|
1749
3260
|
|
|
@@ -2083,7 +3594,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
2083
3594
|
#### Breaking changes
|
|
2084
3595
|
|
|
2085
3596
|
- [FormControl] Change default variant from standard to outlined (#24895) @petyosi
|
|
2086
|
-
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui
|
|
3597
|
+
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
|
|
2087
3598
|
|
|
2088
3599
|
```diff
|
|
2089
3600
|
-<FormControl value="Standard" />
|
|
@@ -2095,7 +3606,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
2095
3606
|
- [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
|
|
2096
3607
|
- [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
|
|
2097
3608
|
- [Select] Change default variant from standard to outlined (#24895) @petyosi
|
|
2098
|
-
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui
|
|
3609
|
+
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
|
|
2099
3610
|
|
|
2100
3611
|
```diff
|
|
2101
3612
|
-<Select value="Standard" />
|
|
@@ -2299,7 +3810,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
2299
3810
|
```
|
|
2300
3811
|
|
|
2301
3812
|
This feature was made possible by the recent migration to emotion.
|
|
2302
|
-
You can [find the other issues](https://github.com/mui
|
|
3813
|
+
You can [find the other issues](https://github.com/mui/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
|
|
2303
3814
|
|
|
2304
3815
|
- 👩🎤 Convert 3 components to emotion (#25541, #25516, #25521) @rajzik, @praveenkumar-kalidass, @siriwatknp.
|
|
2305
3816
|
- 📚 Migrate 8 component demo pages to the `sx`, `Stack`, and `styled` API @vicasas.
|
|
@@ -2382,7 +3893,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
2382
3893
|
|
|
2383
3894
|
<img width="830" alt="stack" src="https://user-images.githubusercontent.com/3165635/112068427-29434200-8b6a-11eb-94e8-057535423b0f.png">
|
|
2384
3895
|
|
|
2385
|
-
See the documentation for [more details](https://
|
|
3896
|
+
See the documentation for [more details](https://mui.com/components/stack/).
|
|
2386
3897
|
|
|
2387
3898
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
2388
3899
|
|
|
@@ -2783,7 +4294,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
2783
4294
|
```
|
|
2784
4295
|
|
|
2785
4296
|
- 📅 Focus on the date pickers, 5 fixes and 3 docs improvements.
|
|
2786
|
-
- 💅 Provide a new [`darkScrollbar()`](https://
|
|
4297
|
+
- 💅 Provide a new [`darkScrollbar()`](https://mui.com/components/css-baseline/#scrollbars) CSS utility to improve the native scrollbar in dark mode. The documentation uses it.
|
|
2787
4298
|
|
|
2788
4299
|
### `@material-ui/core@5.0.0-alpha.25`
|
|
2789
4300
|
|
|
@@ -3058,7 +4569,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
|
|
|
3058
4569
|
|
|
3059
4570
|
## 5.0.0-alpha.23
|
|
3060
4571
|
|
|
3061
|
-
|
|
4572
|
+
_Jan 14, 2021_
|
|
3062
4573
|
|
|
3063
4574
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3064
4575
|
|
|
@@ -3173,7 +4684,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3173
4684
|
|
|
3174
4685
|
## 5.0.0-alpha.22
|
|
3175
4686
|
|
|
3176
|
-
|
|
4687
|
+
_Jan 4, 2021_
|
|
3177
4688
|
|
|
3178
4689
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3179
4690
|
|
|
@@ -3225,7 +4736,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3225
4736
|
|
|
3226
4737
|
## 5.0.0-alpha.21
|
|
3227
4738
|
|
|
3228
|
-
|
|
4739
|
+
_Dec 30, 2020_
|
|
3229
4740
|
|
|
3230
4741
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3231
4742
|
|
|
@@ -3298,7 +4809,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3298
4809
|
|
|
3299
4810
|
## 5.0.0-alpha.20
|
|
3300
4811
|
|
|
3301
|
-
|
|
4812
|
+
_Dec 21, 2020_
|
|
3302
4813
|
|
|
3303
4814
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
3304
4815
|
|
|
@@ -3376,7 +4887,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3376
4887
|
|
|
3377
4888
|
## 5.0.0-alpha.19
|
|
3378
4889
|
|
|
3379
|
-
|
|
4890
|
+
_Dec 13, 2020_
|
|
3380
4891
|
|
|
3381
4892
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
3382
4893
|
|
|
@@ -3504,7 +5015,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
3504
5015
|
|
|
3505
5016
|
## 5.0.0-alpha.18
|
|
3506
5017
|
|
|
3507
|
-
|
|
5018
|
+
_Dec 3, 2020_
|
|
3508
5019
|
|
|
3509
5020
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3510
5021
|
|
|
@@ -3517,7 +5028,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3517
5028
|
|
|
3518
5029
|
- [Box] Remove deprecated props (#23716) @mnajdova
|
|
3519
5030
|
All props are now available under the `sx` prop. A deprecation will be landing in v4.
|
|
3520
|
-
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui
|
|
5031
|
+
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).
|
|
3521
5032
|
|
|
3522
5033
|
```diff
|
|
3523
5034
|
-<Box p={2} bgColor="primary.main">
|
|
@@ -3596,7 +5107,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3596
5107
|
|
|
3597
5108
|
## 5.0.0-alpha.17
|
|
3598
5109
|
|
|
3599
|
-
|
|
5110
|
+
_Nov 23, 2020_
|
|
3600
5111
|
|
|
3601
5112
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
3602
5113
|
|
|
@@ -3632,7 +5143,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
3632
5143
|
);
|
|
3633
5144
|
```
|
|
3634
5145
|
|
|
3635
|
-
This enforces emotion being injected first. [More details](https://
|
|
5146
|
+
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
3636
5147
|
|
|
3637
5148
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
3638
5149
|
|
|
@@ -3763,16 +5274,16 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
3763
5274
|
|
|
3764
5275
|
## 5.0.0-alpha.16
|
|
3765
5276
|
|
|
3766
|
-
|
|
5277
|
+
_Nov 14, 2020_
|
|
3767
5278
|
|
|
3768
5279
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
3769
5280
|
|
|
3770
5281
|
- 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
|
|
3771
|
-
We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui
|
|
5282
|
+
We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
|
|
3772
5283
|
|
|
3773
|
-
While the source code is currently hosted in the [main repository](https://github.com/mui
|
|
5284
|
+
While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
3774
5285
|
|
|
3775
|
-
- 📚 Revamp the documentation for [the system](https://
|
|
5286
|
+
- 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
3776
5287
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
3777
5288
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
3778
5289
|
|
|
@@ -3781,7 +5292,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
3781
5292
|
#### Breaking changes
|
|
3782
5293
|
|
|
3783
5294
|
- [TextField] Change default variant from standard to outlined (#23503) @mbrookes
|
|
3784
|
-
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui
|
|
5295
|
+
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
|
|
3785
5296
|
|
|
3786
5297
|
```diff
|
|
3787
5298
|
-<TextField value="Standard" />
|
|
@@ -3867,24 +5378,24 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
3867
5378
|
|
|
3868
5379
|
## 5.0.0-alpha.15
|
|
3869
5380
|
|
|
3870
|
-
|
|
5381
|
+
_Nov 4, 2020_
|
|
3871
5382
|
|
|
3872
5383
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
3873
5384
|
|
|
3874
5385
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
3875
5386
|
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`.
|
|
3876
5387
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
3877
|
-
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://
|
|
5388
|
+
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.
|
|
3878
5389
|
|
|
3879
5390
|
**Why an unstyled package?**
|
|
3880
5391
|
|
|
3881
|
-
While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui
|
|
5392
|
+
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.
|
|
3882
5393
|
|
|
3883
5394
|
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).
|
|
3884
5395
|
|
|
3885
|
-
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui
|
|
5396
|
+
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).
|
|
3886
5397
|
|
|
3887
|
-
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://
|
|
5398
|
+
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).
|
|
3888
5399
|
|
|
3889
5400
|
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.
|
|
3890
5401
|
|
|
@@ -3979,7 +5490,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3979
5490
|
|
|
3980
5491
|
## 5.0.0-alpha.14
|
|
3981
5492
|
|
|
3982
|
-
|
|
5493
|
+
_Oct 23, 2020_
|
|
3983
5494
|
|
|
3984
5495
|
A big thanks to the 23 contributors who made this release possible.
|
|
3985
5496
|
Here are some highlights ✨:
|
|
@@ -4030,12 +5541,14 @@ Here are some highlights ✨:
|
|
|
4030
5541
|
You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
|
|
4031
5542
|
|
|
4032
5543
|
- The CSS prefixes have changed:
|
|
5544
|
+
|
|
4033
5545
|
```diff
|
|
4034
5546
|
popper: {
|
|
4035
5547
|
zIndex: 1,
|
|
4036
5548
|
- '&[x-placement*="bottom"] $arrow': {
|
|
4037
5549
|
+ '&[data-popper-placement*="bottom"] $arrow': {
|
|
4038
5550
|
```
|
|
5551
|
+
|
|
4039
5552
|
- Method names have changed.
|
|
4040
5553
|
|
|
4041
5554
|
```diff
|
|
@@ -4150,13 +5663,13 @@ Here are some highlights ✨:
|
|
|
4150
5663
|
|
|
4151
5664
|
## 5.0.0-alpha.13
|
|
4152
5665
|
|
|
4153
|
-
|
|
5666
|
+
_Oct 17, 2020_
|
|
4154
5667
|
|
|
4155
5668
|
A big thanks to the 25 contributors who made this release possible.
|
|
4156
5669
|
Here are some highlights ✨:
|
|
4157
5670
|
|
|
4158
5671
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
4159
|
-
This is a significant update to the [browsers supported](https://
|
|
5672
|
+
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
|
|
4160
5673
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
4161
5674
|
|
|
4162
5675
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -4167,13 +5680,13 @@ Here are some highlights ✨:
|
|
|
4167
5680
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
4168
5681
|
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).
|
|
4169
5682
|
|
|
4170
|
-
Check the updated [Supported platforms documentation](https://
|
|
5683
|
+
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/).
|
|
4171
5684
|
|
|
4172
5685
|
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.
|
|
4173
5686
|
|
|
4174
5687
|
- 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
|
|
4175
|
-
This was a prerequisite step to improve the [system](https://
|
|
4176
|
-
- ✏️ A new blog post: [Q3 2020 Update](https://
|
|
5688
|
+
This was a prerequisite step to improve the [system](https://mui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
|
|
5689
|
+
- ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
|
|
4177
5690
|
- 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
|
|
4178
5691
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
4179
5692
|
|
|
@@ -4276,7 +5789,7 @@ Here are some highlights ✨:
|
|
|
4276
5789
|
|
|
4277
5790
|
## 5.0.0-alpha.12
|
|
4278
5791
|
|
|
4279
|
-
|
|
5792
|
+
_Oct 11, 2020_
|
|
4280
5793
|
|
|
4281
5794
|
A big thanks to the 45 contributors who made this release possible.
|
|
4282
5795
|
Here are some highlights ✨:
|
|
@@ -4286,7 +5799,7 @@ Here are some highlights ✨:
|
|
|
4286
5799
|
The early benchmark we have run shows that performance has improved. We will share more detailed results in #21657.
|
|
4287
5800
|
- 🐙 Migrate a large portion of the tests from enzyme to react-testing-library @eladmotola, @baterson, @bewong89, @devrasec, @guillermaster, @itamar244, @jeferson-sb, @The24thDS.
|
|
4288
5801
|
Last month, react-testing-library had [more downloads](https://npm-stat.com/charts.html?package=enzyme&package=%40testing-library%2Freact&from=2019-10-10&to=2020-10-10) than enzyme in the ecosystem!
|
|
4289
|
-
- 🏷 Add support for tooltips [following the cursor](https://
|
|
5802
|
+
- 🏷 Add support for tooltips [following the cursor](https://mui.com/components/tooltips/#follow-cursor) (#22876) @xtrixia.
|
|
4290
5803
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
4291
5804
|
|
|
4292
5805
|
### `@material-ui/core@v5.0.0-alpha.12`
|
|
@@ -4500,30 +6013,30 @@ Here are some highlights ✨:
|
|
|
4500
6013
|
|
|
4501
6014
|
## 5.0.0-alpha.11
|
|
4502
6015
|
|
|
4503
|
-
|
|
6016
|
+
_Sep 26, 2020_
|
|
4504
6017
|
|
|
4505
6018
|
A big thanks to the 29 contributors who made this release possible.
|
|
4506
6019
|
Here are some highlights ✨:
|
|
4507
6020
|
|
|
4508
6021
|
- 👩🎨 A first iteration on the new styling solution.
|
|
4509
6022
|
|
|
4510
|
-
You can find a [new version](https://
|
|
6023
|
+
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
|
|
4511
6024
|
|
|
4512
6025
|
In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/s/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
|
|
4513
6026
|
|
|
4514
6027
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
4515
6028
|
|
|
4516
|
-
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://
|
|
6029
|
+
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
|
|
4517
6030
|
|
|
4518
6031
|
This change has been in our roadmap for more than a year.
|
|
4519
|
-
We announced it in the [v4 release blog post](https://
|
|
6032
|
+
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
4520
6033
|
|
|
4521
6034
|
- 🛠 A first iteration on the unstyled components.
|
|
4522
6035
|
|
|
4523
|
-
You can find a [new version](https://
|
|
6036
|
+
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
4524
6037
|
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.
|
|
4525
6038
|
|
|
4526
|
-
- ⚡️ A first alpha of the [DataGrid](https://
|
|
6039
|
+
- ⚡️ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
|
|
4527
6040
|
|
|
4528
6041
|
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:
|
|
4529
6042
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -4734,7 +6247,7 @@ More documentation are coming.
|
|
|
4734
6247
|
|
|
4735
6248
|
## 5.0.0-alpha.10
|
|
4736
6249
|
|
|
4737
|
-
|
|
6250
|
+
_Sep 15, 2020_
|
|
4738
6251
|
|
|
4739
6252
|
A big thanks to the 16 contributors who made this release possible.
|
|
4740
6253
|
Here are some highlights ✨:
|
|
@@ -4799,13 +6312,13 @@ Here are some highlights ✨:
|
|
|
4799
6312
|
|
|
4800
6313
|
Before:
|
|
4801
6314
|
|
|
4802
|
-
```
|
|
6315
|
+
```sh
|
|
4803
6316
|
theme.spacing(2) => 16
|
|
4804
6317
|
```
|
|
4805
6318
|
|
|
4806
6319
|
After:
|
|
4807
6320
|
|
|
4808
|
-
```
|
|
6321
|
+
```sh
|
|
4809
6322
|
theme.spacing(2) => '16px'
|
|
4810
6323
|
```
|
|
4811
6324
|
|
|
@@ -4864,7 +6377,7 @@ Here are some highlights ✨:
|
|
|
4864
6377
|
|
|
4865
6378
|
## 5.0.0-alpha.9
|
|
4866
6379
|
|
|
4867
|
-
|
|
6380
|
+
_Sep 6, 2020_
|
|
4868
6381
|
|
|
4869
6382
|
A big thanks to the 14 contributors who made this release possible.
|
|
4870
6383
|
Here are some highlights ✨:
|
|
@@ -4917,7 +6430,7 @@ Here are some highlights ✨:
|
|
|
4917
6430
|
|
|
4918
6431
|
## 5.0.0-alpha.8
|
|
4919
6432
|
|
|
4920
|
-
|
|
6433
|
+
_Aug 31, 2020_
|
|
4921
6434
|
|
|
4922
6435
|
A big thanks to the 19 contributors who made this release possible.
|
|
4923
6436
|
Here are some highlights ✨:
|
|
@@ -4943,7 +6456,7 @@ const theme = createMuiTheme({
|
|
|
4943
6456
|
});
|
|
4944
6457
|
```
|
|
4945
6458
|
|
|
4946
|
-
- ✨ Add [text in divider](https://
|
|
6459
|
+
- ✨ Add [text in divider](https://mui.com/components/dividers/#dividers-with-text) support (#22285) @ShehryarShoukat96
|
|
4947
6460
|
|
|
4948
6461
|
```jsx
|
|
4949
6462
|
<Divider>{'CENTER'}</Divider>
|
|
@@ -5093,7 +6606,7 @@ const theme = createMuiTheme({
|
|
|
5093
6606
|
|
|
5094
6607
|
## 5.0.0-alpha.7
|
|
5095
6608
|
|
|
5096
|
-
|
|
6609
|
+
_Aug 22, 2020_
|
|
5097
6610
|
|
|
5098
6611
|
A big thanks to the 22 contributors who made this release possible.
|
|
5099
6612
|
Here are some highlights ✨:
|
|
@@ -5223,7 +6736,7 @@ Here are some highlights ✨:
|
|
|
5223
6736
|
|
|
5224
6737
|
## 5.0.0-alpha.6
|
|
5225
6738
|
|
|
5226
|
-
|
|
6739
|
+
_Aug 13, 2020_
|
|
5227
6740
|
|
|
5228
6741
|
A big thanks to the 26 contributors who made this release possible.
|
|
5229
6742
|
Here are some highlights ✨:
|
|
@@ -5258,15 +6771,15 @@ Here are some highlights ✨:
|
|
|
5258
6771
|
<Button variant="dashed" />;
|
|
5259
6772
|
```
|
|
5260
6773
|
|
|
5261
|
-
More details in [the documentation](https://
|
|
6774
|
+
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
5262
6775
|
|
|
5263
|
-
- 👮 Add documentation for the [TrapFocus](https://
|
|
6776
|
+
- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
5264
6777
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
5265
6778
|
- 🚧 We have undertaken breaking changes.
|
|
5266
6779
|
|
|
5267
6780
|
### `@material-ui/core@v5.0.0-alpha.6`
|
|
5268
6781
|
|
|
5269
|
-
|
|
6782
|
+
#### Breaking changes
|
|
5270
6783
|
|
|
5271
6784
|
- [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
|
|
5272
6785
|
Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -5425,7 +6938,7 @@ Here are some highlights ✨:
|
|
|
5425
6938
|
+},
|
|
5426
6939
|
```
|
|
5427
6940
|
|
|
5428
|
-
|
|
6941
|
+
#### Changes
|
|
5429
6942
|
|
|
5430
6943
|
- [Avatar] Custom variant (#22139) @mnajdova
|
|
5431
6944
|
- [Badge] Add missing class key (#22095) @kodai3
|
|
@@ -5445,7 +6958,7 @@ Here are some highlights ✨:
|
|
|
5445
6958
|
|
|
5446
6959
|
### `@material-ui/lab@v5.0.0-alpha.6`
|
|
5447
6960
|
|
|
5448
|
-
|
|
6961
|
+
#### Breaking changes
|
|
5449
6962
|
|
|
5450
6963
|
- [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
|
|
5451
6964
|
Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -5457,7 +6970,7 @@ Here are some highlights ✨:
|
|
|
5457
6970
|
+<Skeleton variant="rectangular">
|
|
5458
6971
|
```
|
|
5459
6972
|
|
|
5460
|
-
|
|
6973
|
+
#### Changes
|
|
5461
6974
|
|
|
5462
6975
|
- [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
|
|
5463
6976
|
- [TreeView] Add disabled prop (#20133) @netochaves
|
|
@@ -5509,7 +7022,7 @@ Here are some highlights ✨:
|
|
|
5509
7022
|
|
|
5510
7023
|
## 5.0.0-alpha.5
|
|
5511
7024
|
|
|
5512
|
-
|
|
7025
|
+
_July 28, 2020_
|
|
5513
7026
|
|
|
5514
7027
|
A big thanks to the 18 contributors who made this release possible.
|
|
5515
7028
|
|
|
@@ -5580,7 +7093,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
5580
7093
|
|
|
5581
7094
|
## 5.0.0-alpha.4
|
|
5582
7095
|
|
|
5583
|
-
|
|
7096
|
+
_July 19, 2020_
|
|
5584
7097
|
|
|
5585
7098
|
A big thanks to the 11 contributors who made this release possible.
|
|
5586
7099
|
|
|
@@ -5622,7 +7135,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
5622
7135
|
|
|
5623
7136
|
## 5.0.0-alpha.3
|
|
5624
7137
|
|
|
5625
|
-
|
|
7138
|
+
_July 12, 2020_
|
|
5626
7139
|
|
|
5627
7140
|
A big thanks to the 14 contributors who made this release possible.
|
|
5628
7141
|
|
|
@@ -5671,7 +7184,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
5671
7184
|
|
|
5672
7185
|
## 5.0.0-alpha.2
|
|
5673
7186
|
|
|
5674
|
-
|
|
7187
|
+
_July 4, 2020_
|
|
5675
7188
|
|
|
5676
7189
|
A big thanks to the 16 contributors who made this release possible.
|
|
5677
7190
|
|
|
@@ -5733,7 +7246,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
5733
7246
|
|
|
5734
7247
|
## 5.0.0-alpha.1
|
|
5735
7248
|
|
|
5736
|
-
|
|
7249
|
+
_June 27, 2020_
|
|
5737
7250
|
|
|
5738
7251
|
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
|
|
5739
7252
|
|
|
@@ -5766,7 +7279,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
5766
7279
|
/>
|
|
5767
7280
|
```
|
|
5768
7281
|
|
|
5769
|
-
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://
|
|
7282
|
+
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
|
|
5770
7283
|
|
|
5771
7284
|
```diff
|
|
5772
7285
|
-import Typography from '@material-ui/core/Typography';
|
|
@@ -5849,6 +7362,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
5849
7362
|
```
|
|
5850
7363
|
|
|
5851
7364
|
- [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
7365
|
+
|
|
5852
7366
|
```diff
|
|
5853
7367
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|
|
5854
7368
|
+<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
|
|
@@ -5935,4 +7449,4 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
5935
7449
|
|
|
5936
7450
|
## Older versions
|
|
5937
7451
|
|
|
5938
|
-
Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui
|
|
7452
|
+
Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).
|