@mui/icons-material 5.2.5 → 5.4.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 +545 -60
- package/EighteenMp.d.ts +1 -0
- package/EighteenMp.js +18 -0
- package/EighteenMpOutlined.d.ts +1 -0
- package/EighteenMpOutlined.js +22 -0
- package/EighteenMpRounded.d.ts +1 -0
- package/EighteenMpRounded.js +22 -0
- package/EighteenMpSharp.d.ts +1 -0
- package/EighteenMpSharp.js +22 -0
- package/EighteenMpTwoTone.d.ts +1 -0
- package/EighteenMpTwoTone.js +31 -0
- package/FifteenMp.d.ts +1 -0
- package/FifteenMp.js +18 -0
- package/FifteenMpOutlined.d.ts +1 -0
- package/FifteenMpOutlined.js +22 -0
- package/FifteenMpRounded.d.ts +1 -0
- package/FifteenMpRounded.js +20 -0
- package/FifteenMpSharp.d.ts +1 -0
- package/FifteenMpSharp.js +20 -0
- package/FifteenMpTwoTone.d.ts +1 -0
- package/FifteenMpTwoTone.js +28 -0
- package/esm/EighteenMp.js +5 -0
- package/esm/EighteenMpOutlined.js +9 -0
- package/esm/EighteenMpRounded.js +9 -0
- package/esm/EighteenMpSharp.js +9 -0
- package/esm/EighteenMpTwoTone.js +18 -0
- package/esm/FifteenMp.js +5 -0
- package/esm/FifteenMpOutlined.js +9 -0
- package/esm/FifteenMpRounded.js +7 -0
- package/esm/FifteenMpSharp.js +7 -0
- package/esm/FifteenMpTwoTone.js +15 -0
- package/esm/index.js +10 -0
- package/index.d.ts +10 -0
- package/index.js +81 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,485 @@
|
|
|
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
|
|
2
483
|
|
|
3
484
|
## 5.2.5
|
|
4
485
|
|
|
@@ -142,7 +623,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
142
623
|
|
|
143
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>
|
|
144
625
|
|
|
145
|
-
You can follow our progress with unstyled components at https://github.com/mui
|
|
626
|
+
You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
|
|
146
627
|
|
|
147
628
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
148
629
|
|
|
@@ -1116,8 +1597,8 @@ _Sep 1, 2021_
|
|
|
1116
1597
|
|
|
1117
1598
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1118
1599
|
|
|
1119
|
-
- 🎉 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
|
|
1120
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui
|
|
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)
|
|
1121
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 👏!
|
|
1122
1603
|
|
|
1123
1604
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -1128,7 +1609,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1128
1609
|
|
|
1129
1610
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
1130
1611
|
|
|
1131
|
-
```
|
|
1612
|
+
```sh
|
|
1132
1613
|
@material-ui/system -> @mui/system
|
|
1133
1614
|
@material-ui/styles -> @mui/styles
|
|
1134
1615
|
@material-ui/lab -> @mui/lab
|
|
@@ -1141,7 +1622,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1141
1622
|
|
|
1142
1623
|
except these 3 packages that are renamed.
|
|
1143
1624
|
|
|
1144
|
-
```
|
|
1625
|
+
```sh
|
|
1145
1626
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
1146
1627
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
1147
1628
|
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
@@ -1149,7 +1630,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1149
1630
|
|
|
1150
1631
|
> **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
1151
1632
|
|
|
1152
|
-
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.
|
|
1153
1634
|
|
|
1154
1635
|
#### Changes
|
|
1155
1636
|
|
|
@@ -1217,7 +1698,7 @@ _Aug 24, 2021_
|
|
|
1217
1698
|
|
|
1218
1699
|
A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
|
|
1219
1700
|
|
|
1220
|
-
- 🐛 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)
|
|
1221
1702
|
- 📚 Improved the docs and the migration guide for upgrading to v5
|
|
1222
1703
|
|
|
1223
1704
|
### `@material-ui/core@5.0.0-beta.5`
|
|
@@ -1612,7 +2093,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1612
2093
|
|
|
1613
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>
|
|
1614
2095
|
|
|
1615
|
-
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.
|
|
1616
2097
|
|
|
1617
2098
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
1618
2099
|
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
@@ -1718,9 +2199,9 @@ _Jul 01, 2021_
|
|
|
1718
2199
|
|
|
1719
2200
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
1720
2201
|
|
|
1721
|
-
- 🎉 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.
|
|
1722
2203
|
- 🚀 We have completed all the planned breaking changes.
|
|
1723
|
-
- ⚒️ 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).
|
|
1724
2205
|
- 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
|
|
1725
2206
|
|
|
1726
2207
|
### `@material-ui/core@5.0.0-beta.0`
|
|
@@ -1729,7 +2210,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1729
2210
|
|
|
1730
2211
|
- [Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
|
|
1731
2212
|
|
|
1732
|
-
`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).
|
|
1733
2214
|
|
|
1734
2215
|
```diff
|
|
1735
2216
|
<button class="MuiTab-root">
|
|
@@ -1742,7 +2223,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1742
2223
|
|
|
1743
2224
|
- [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
|
|
1744
2225
|
|
|
1745
|
-
`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).
|
|
1746
2227
|
|
|
1747
2228
|
```diff
|
|
1748
2229
|
<button class="MuiBottomNavigationAction-root">
|
|
@@ -1854,7 +2335,7 @@ _Jun 23, 2021_
|
|
|
1854
2335
|
|
|
1855
2336
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1856
2337
|
|
|
1857
|
-
- 🚀 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.
|
|
1858
2339
|
- 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
|
|
1859
2340
|
|
|
1860
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>
|
|
@@ -1896,7 +2377,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1896
2377
|
|
|
1897
2378
|
- ​<!-- 09 -->[theme] Improve default breakpoints (#26746) @siriwatknp
|
|
1898
2379
|
|
|
1899
|
-
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).
|
|
1900
2381
|
|
|
1901
2382
|
```diff
|
|
1902
2383
|
{
|
|
@@ -1950,7 +2431,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1950
2431
|
|
|
1951
2432
|
- ​<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
|
|
1952
2433
|
|
|
1953
|
-
`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).
|
|
1954
2435
|
|
|
1955
2436
|
```diff
|
|
1956
2437
|
<button class="MuiIconButton-root">
|
|
@@ -2071,7 +2552,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2071
2552
|
|
|
2072
2553
|
- ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
|
|
2073
2554
|
We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
|
|
2074
|
-
- 💥 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.
|
|
2075
2556
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
2076
2557
|
|
|
2077
2558
|
### `@material-ui/core@5.0.0-alpha.37`
|
|
@@ -2283,7 +2764,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
2283
2764
|
|
|
2284
2765
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
2285
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.
|
|
2286
|
-
- ⚒️ Add many new [codemods](https://github.com/mui
|
|
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.
|
|
2287
2768
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
2288
2769
|
|
|
2289
2770
|
### `@material-ui/core@5.0.0-alpha.35`
|
|
@@ -2444,7 +2925,7 @@ _May 18, 2021_
|
|
|
2444
2925
|
|
|
2445
2926
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
2446
2927
|
|
|
2447
|
-
- 💥 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.
|
|
2448
2929
|
- 🚀 Make progress with components migration to emotion. We have done 153 of the 168 components (almost there!)
|
|
2449
2930
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
2450
2931
|
|
|
@@ -2514,6 +2995,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2514
2995
|
```
|
|
2515
2996
|
|
|
2516
2997
|
- ​<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
|
|
2998
|
+
|
|
2517
2999
|
```diff
|
|
2518
3000
|
<Autocomplete
|
|
2519
3001
|
- getOptionSelected={(option, value) => option.title === value.title}
|
|
@@ -2607,7 +3089,7 @@ _May 9, 2021_
|
|
|
2607
3089
|
|
|
2608
3090
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2609
3091
|
|
|
2610
|
-
- 💥 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.
|
|
2611
3093
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
2612
3094
|
|
|
2613
3095
|
### `@material-ui/core@5.0.0-alpha.33`
|
|
@@ -3112,7 +3594,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3112
3594
|
#### Breaking changes
|
|
3113
3595
|
|
|
3114
3596
|
- [FormControl] Change default variant from standard to outlined (#24895) @petyosi
|
|
3115
|
-
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.
|
|
3116
3598
|
|
|
3117
3599
|
```diff
|
|
3118
3600
|
-<FormControl value="Standard" />
|
|
@@ -3124,7 +3606,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3124
3606
|
- [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
|
|
3125
3607
|
- [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
|
|
3126
3608
|
- [Select] Change default variant from standard to outlined (#24895) @petyosi
|
|
3127
|
-
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.
|
|
3128
3610
|
|
|
3129
3611
|
```diff
|
|
3130
3612
|
-<Select value="Standard" />
|
|
@@ -3328,7 +3810,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
3328
3810
|
```
|
|
3329
3811
|
|
|
3330
3812
|
This feature was made possible by the recent migration to emotion.
|
|
3331
|
-
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.
|
|
3332
3814
|
|
|
3333
3815
|
- 👩🎤 Convert 3 components to emotion (#25541, #25516, #25521) @rajzik, @praveenkumar-kalidass, @siriwatknp.
|
|
3334
3816
|
- 📚 Migrate 8 component demo pages to the `sx`, `Stack`, and `styled` API @vicasas.
|
|
@@ -4087,7 +4569,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
|
|
|
4087
4569
|
|
|
4088
4570
|
## 5.0.0-alpha.23
|
|
4089
4571
|
|
|
4090
|
-
|
|
4572
|
+
_Jan 14, 2021_
|
|
4091
4573
|
|
|
4092
4574
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4093
4575
|
|
|
@@ -4202,7 +4684,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4202
4684
|
|
|
4203
4685
|
## 5.0.0-alpha.22
|
|
4204
4686
|
|
|
4205
|
-
|
|
4687
|
+
_Jan 4, 2021_
|
|
4206
4688
|
|
|
4207
4689
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4208
4690
|
|
|
@@ -4254,7 +4736,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4254
4736
|
|
|
4255
4737
|
## 5.0.0-alpha.21
|
|
4256
4738
|
|
|
4257
|
-
|
|
4739
|
+
_Dec 30, 2020_
|
|
4258
4740
|
|
|
4259
4741
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4260
4742
|
|
|
@@ -4327,7 +4809,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4327
4809
|
|
|
4328
4810
|
## 5.0.0-alpha.20
|
|
4329
4811
|
|
|
4330
|
-
|
|
4812
|
+
_Dec 21, 2020_
|
|
4331
4813
|
|
|
4332
4814
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4333
4815
|
|
|
@@ -4405,7 +4887,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4405
4887
|
|
|
4406
4888
|
## 5.0.0-alpha.19
|
|
4407
4889
|
|
|
4408
|
-
|
|
4890
|
+
_Dec 13, 2020_
|
|
4409
4891
|
|
|
4410
4892
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
4411
4893
|
|
|
@@ -4533,7 +5015,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4533
5015
|
|
|
4534
5016
|
## 5.0.0-alpha.18
|
|
4535
5017
|
|
|
4536
|
-
|
|
5018
|
+
_Dec 3, 2020_
|
|
4537
5019
|
|
|
4538
5020
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4539
5021
|
|
|
@@ -4546,7 +5028,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4546
5028
|
|
|
4547
5029
|
- [Box] Remove deprecated props (#23716) @mnajdova
|
|
4548
5030
|
All props are now available under the `sx` prop. A deprecation will be landing in v4.
|
|
4549
|
-
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).
|
|
4550
5032
|
|
|
4551
5033
|
```diff
|
|
4552
5034
|
-<Box p={2} bgColor="primary.main">
|
|
@@ -4625,7 +5107,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4625
5107
|
|
|
4626
5108
|
## 5.0.0-alpha.17
|
|
4627
5109
|
|
|
4628
|
-
|
|
5110
|
+
_Nov 23, 2020_
|
|
4629
5111
|
|
|
4630
5112
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4631
5113
|
|
|
@@ -4792,14 +5274,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4792
5274
|
|
|
4793
5275
|
## 5.0.0-alpha.16
|
|
4794
5276
|
|
|
4795
|
-
|
|
5277
|
+
_Nov 14, 2020_
|
|
4796
5278
|
|
|
4797
5279
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
4798
5280
|
|
|
4799
5281
|
- 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
|
|
4800
|
-
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/).
|
|
4801
5283
|
|
|
4802
|
-
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.
|
|
4803
5285
|
|
|
4804
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.
|
|
4805
5287
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
@@ -4810,7 +5292,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
4810
5292
|
#### Breaking changes
|
|
4811
5293
|
|
|
4812
5294
|
- [TextField] Change default variant from standard to outlined (#23503) @mbrookes
|
|
4813
|
-
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.
|
|
4814
5296
|
|
|
4815
5297
|
```diff
|
|
4816
5298
|
-<TextField value="Standard" />
|
|
@@ -4896,7 +5378,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
4896
5378
|
|
|
4897
5379
|
## 5.0.0-alpha.15
|
|
4898
5380
|
|
|
4899
|
-
|
|
5381
|
+
_Nov 4, 2020_
|
|
4900
5382
|
|
|
4901
5383
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
4902
5384
|
|
|
@@ -4907,11 +5389,11 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
4907
5389
|
|
|
4908
5390
|
**Why an unstyled package?**
|
|
4909
5391
|
|
|
4910
|
-
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.
|
|
4911
5393
|
|
|
4912
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).
|
|
4913
5395
|
|
|
4914
|
-
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).
|
|
4915
5397
|
|
|
4916
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).
|
|
4917
5399
|
|
|
@@ -5008,7 +5490,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5008
5490
|
|
|
5009
5491
|
## 5.0.0-alpha.14
|
|
5010
5492
|
|
|
5011
|
-
|
|
5493
|
+
_Oct 23, 2020_
|
|
5012
5494
|
|
|
5013
5495
|
A big thanks to the 23 contributors who made this release possible.
|
|
5014
5496
|
Here are some highlights ✨:
|
|
@@ -5059,12 +5541,14 @@ Here are some highlights ✨:
|
|
|
5059
5541
|
You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
|
|
5060
5542
|
|
|
5061
5543
|
- The CSS prefixes have changed:
|
|
5544
|
+
|
|
5062
5545
|
```diff
|
|
5063
5546
|
popper: {
|
|
5064
5547
|
zIndex: 1,
|
|
5065
5548
|
- '&[x-placement*="bottom"] $arrow': {
|
|
5066
5549
|
+ '&[data-popper-placement*="bottom"] $arrow': {
|
|
5067
5550
|
```
|
|
5551
|
+
|
|
5068
5552
|
- Method names have changed.
|
|
5069
5553
|
|
|
5070
5554
|
```diff
|
|
@@ -5179,7 +5663,7 @@ Here are some highlights ✨:
|
|
|
5179
5663
|
|
|
5180
5664
|
## 5.0.0-alpha.13
|
|
5181
5665
|
|
|
5182
|
-
|
|
5666
|
+
_Oct 17, 2020_
|
|
5183
5667
|
|
|
5184
5668
|
A big thanks to the 25 contributors who made this release possible.
|
|
5185
5669
|
Here are some highlights ✨:
|
|
@@ -5305,7 +5789,7 @@ Here are some highlights ✨:
|
|
|
5305
5789
|
|
|
5306
5790
|
## 5.0.0-alpha.12
|
|
5307
5791
|
|
|
5308
|
-
|
|
5792
|
+
_Oct 11, 2020_
|
|
5309
5793
|
|
|
5310
5794
|
A big thanks to the 45 contributors who made this release possible.
|
|
5311
5795
|
Here are some highlights ✨:
|
|
@@ -5529,7 +6013,7 @@ Here are some highlights ✨:
|
|
|
5529
6013
|
|
|
5530
6014
|
## 5.0.0-alpha.11
|
|
5531
6015
|
|
|
5532
|
-
|
|
6016
|
+
_Sep 26, 2020_
|
|
5533
6017
|
|
|
5534
6018
|
A big thanks to the 29 contributors who made this release possible.
|
|
5535
6019
|
Here are some highlights ✨:
|
|
@@ -5545,7 +6029,7 @@ Here are some highlights ✨:
|
|
|
5545
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/)).
|
|
5546
6030
|
|
|
5547
6031
|
This change has been in our roadmap for more than a year.
|
|
5548
|
-
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.
|
|
5549
6033
|
|
|
5550
6034
|
- 🛠 A first iteration on the unstyled components.
|
|
5551
6035
|
|
|
@@ -5763,7 +6247,7 @@ More documentation are coming.
|
|
|
5763
6247
|
|
|
5764
6248
|
## 5.0.0-alpha.10
|
|
5765
6249
|
|
|
5766
|
-
|
|
6250
|
+
_Sep 15, 2020_
|
|
5767
6251
|
|
|
5768
6252
|
A big thanks to the 16 contributors who made this release possible.
|
|
5769
6253
|
Here are some highlights ✨:
|
|
@@ -5828,13 +6312,13 @@ Here are some highlights ✨:
|
|
|
5828
6312
|
|
|
5829
6313
|
Before:
|
|
5830
6314
|
|
|
5831
|
-
```
|
|
6315
|
+
```sh
|
|
5832
6316
|
theme.spacing(2) => 16
|
|
5833
6317
|
```
|
|
5834
6318
|
|
|
5835
6319
|
After:
|
|
5836
6320
|
|
|
5837
|
-
```
|
|
6321
|
+
```sh
|
|
5838
6322
|
theme.spacing(2) => '16px'
|
|
5839
6323
|
```
|
|
5840
6324
|
|
|
@@ -5893,7 +6377,7 @@ Here are some highlights ✨:
|
|
|
5893
6377
|
|
|
5894
6378
|
## 5.0.0-alpha.9
|
|
5895
6379
|
|
|
5896
|
-
|
|
6380
|
+
_Sep 6, 2020_
|
|
5897
6381
|
|
|
5898
6382
|
A big thanks to the 14 contributors who made this release possible.
|
|
5899
6383
|
Here are some highlights ✨:
|
|
@@ -5946,7 +6430,7 @@ Here are some highlights ✨:
|
|
|
5946
6430
|
|
|
5947
6431
|
## 5.0.0-alpha.8
|
|
5948
6432
|
|
|
5949
|
-
|
|
6433
|
+
_Aug 31, 2020_
|
|
5950
6434
|
|
|
5951
6435
|
A big thanks to the 19 contributors who made this release possible.
|
|
5952
6436
|
Here are some highlights ✨:
|
|
@@ -6122,7 +6606,7 @@ const theme = createMuiTheme({
|
|
|
6122
6606
|
|
|
6123
6607
|
## 5.0.0-alpha.7
|
|
6124
6608
|
|
|
6125
|
-
|
|
6609
|
+
_Aug 22, 2020_
|
|
6126
6610
|
|
|
6127
6611
|
A big thanks to the 22 contributors who made this release possible.
|
|
6128
6612
|
Here are some highlights ✨:
|
|
@@ -6252,7 +6736,7 @@ Here are some highlights ✨:
|
|
|
6252
6736
|
|
|
6253
6737
|
## 5.0.0-alpha.6
|
|
6254
6738
|
|
|
6255
|
-
|
|
6739
|
+
_Aug 13, 2020_
|
|
6256
6740
|
|
|
6257
6741
|
A big thanks to the 26 contributors who made this release possible.
|
|
6258
6742
|
Here are some highlights ✨:
|
|
@@ -6295,7 +6779,7 @@ Here are some highlights ✨:
|
|
|
6295
6779
|
|
|
6296
6780
|
### `@material-ui/core@v5.0.0-alpha.6`
|
|
6297
6781
|
|
|
6298
|
-
|
|
6782
|
+
#### Breaking changes
|
|
6299
6783
|
|
|
6300
6784
|
- [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
|
|
6301
6785
|
Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6454,7 +6938,7 @@ Here are some highlights ✨:
|
|
|
6454
6938
|
+},
|
|
6455
6939
|
```
|
|
6456
6940
|
|
|
6457
|
-
|
|
6941
|
+
#### Changes
|
|
6458
6942
|
|
|
6459
6943
|
- [Avatar] Custom variant (#22139) @mnajdova
|
|
6460
6944
|
- [Badge] Add missing class key (#22095) @kodai3
|
|
@@ -6474,7 +6958,7 @@ Here are some highlights ✨:
|
|
|
6474
6958
|
|
|
6475
6959
|
### `@material-ui/lab@v5.0.0-alpha.6`
|
|
6476
6960
|
|
|
6477
|
-
|
|
6961
|
+
#### Breaking changes
|
|
6478
6962
|
|
|
6479
6963
|
- [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
|
|
6480
6964
|
Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6486,7 +6970,7 @@ Here are some highlights ✨:
|
|
|
6486
6970
|
+<Skeleton variant="rectangular">
|
|
6487
6971
|
```
|
|
6488
6972
|
|
|
6489
|
-
|
|
6973
|
+
#### Changes
|
|
6490
6974
|
|
|
6491
6975
|
- [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
|
|
6492
6976
|
- [TreeView] Add disabled prop (#20133) @netochaves
|
|
@@ -6538,7 +7022,7 @@ Here are some highlights ✨:
|
|
|
6538
7022
|
|
|
6539
7023
|
## 5.0.0-alpha.5
|
|
6540
7024
|
|
|
6541
|
-
|
|
7025
|
+
_July 28, 2020_
|
|
6542
7026
|
|
|
6543
7027
|
A big thanks to the 18 contributors who made this release possible.
|
|
6544
7028
|
|
|
@@ -6609,7 +7093,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
6609
7093
|
|
|
6610
7094
|
## 5.0.0-alpha.4
|
|
6611
7095
|
|
|
6612
|
-
|
|
7096
|
+
_July 19, 2020_
|
|
6613
7097
|
|
|
6614
7098
|
A big thanks to the 11 contributors who made this release possible.
|
|
6615
7099
|
|
|
@@ -6651,7 +7135,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
6651
7135
|
|
|
6652
7136
|
## 5.0.0-alpha.3
|
|
6653
7137
|
|
|
6654
|
-
|
|
7138
|
+
_July 12, 2020_
|
|
6655
7139
|
|
|
6656
7140
|
A big thanks to the 14 contributors who made this release possible.
|
|
6657
7141
|
|
|
@@ -6700,7 +7184,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
6700
7184
|
|
|
6701
7185
|
## 5.0.0-alpha.2
|
|
6702
7186
|
|
|
6703
|
-
|
|
7187
|
+
_July 4, 2020_
|
|
6704
7188
|
|
|
6705
7189
|
A big thanks to the 16 contributors who made this release possible.
|
|
6706
7190
|
|
|
@@ -6762,7 +7246,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
6762
7246
|
|
|
6763
7247
|
## 5.0.0-alpha.1
|
|
6764
7248
|
|
|
6765
|
-
|
|
7249
|
+
_June 27, 2020_
|
|
6766
7250
|
|
|
6767
7251
|
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
|
|
6768
7252
|
|
|
@@ -6878,6 +7362,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
6878
7362
|
```
|
|
6879
7363
|
|
|
6880
7364
|
- [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
7365
|
+
|
|
6881
7366
|
```diff
|
|
6882
7367
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|
|
6883
7368
|
+<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
|
|
@@ -6964,4 +7449,4 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
6964
7449
|
|
|
6965
7450
|
## Older versions
|
|
6966
7451
|
|
|
6967
|
-
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).
|