@mui/icons-material 5.2.0 → 5.3.0
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 +547 -33
- package/InsertChartOutlined.js +1 -1
- package/esm/InsertChartOutlined.js +1 -1
- package/index.js +1 -1
- package/package.json +7 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,514 @@
|
|
|
1
|
-
|
|
1
|
+
# [Versions](https://mui.com/versions/)
|
|
2
|
+
|
|
3
|
+
## 5.3.0
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.2.8..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 17, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524)
|
|
12
|
+
- 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
|
|
13
|
+
- 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
|
|
14
|
+
- 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121)
|
|
15
|
+
|
|
16
|
+
### `@mui/material@5.3.0`
|
|
17
|
+
|
|
18
|
+
- [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli
|
|
19
|
+
- [Select] Add defaultOpen prop (#30212) @VicHofs
|
|
20
|
+
|
|
21
|
+
### `@mui/system@5.3.0`
|
|
22
|
+
|
|
23
|
+
- [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj
|
|
24
|
+
- [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp
|
|
25
|
+
|
|
26
|
+
### `@mui/lab@5.0.0-alpha.65`
|
|
27
|
+
|
|
28
|
+
- [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj
|
|
29
|
+
- [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib
|
|
30
|
+
|
|
31
|
+
### `@mui/codemod@5.3.0`
|
|
32
|
+
|
|
33
|
+
- [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp
|
|
34
|
+
|
|
35
|
+
### `@mui/styled-engine-sc@5.3.0`
|
|
36
|
+
|
|
37
|
+
- [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova
|
|
38
|
+
|
|
39
|
+
### `@mui/joy@5.0.0-alpha.11`
|
|
40
|
+
|
|
41
|
+
- [Joy] Add `SvgIcon` component (#30570) @hbjORbj
|
|
42
|
+
|
|
43
|
+
### `@mui/base@5.0.0-alpha.65`
|
|
44
|
+
|
|
45
|
+
- [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova
|
|
46
|
+
|
|
47
|
+
### Docs
|
|
48
|
+
|
|
49
|
+
- [docs] End code block in test/README.md (#30531) @yaboi
|
|
50
|
+
- [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon
|
|
51
|
+
- [docs] Update migration scripts and e2e tests (#30583) @siriwatknp
|
|
52
|
+
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
53
|
+
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
54
|
+
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
55
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
56
|
+
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
57
|
+
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
58
|
+
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
59
|
+
- [docs] Add products identifier and drawer (#30283) @siriwatknp
|
|
60
|
+
- [website] Fix code button with installation command (#30622) @danilo-leal
|
|
61
|
+
- [website] Add a Blog index page (#30121) @danilo-leal
|
|
62
|
+
- [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari
|
|
63
|
+
- [website] Add Andrii to the About Us page (#30581) @cherniavskii
|
|
64
|
+
|
|
65
|
+
### Core
|
|
66
|
+
|
|
67
|
+
- [core] Revert changes to peer dependencies (#30662) @oliviertassinari
|
|
68
|
+
- [core] Renovate should not try to update node (#30659) @oliviertassinari
|
|
69
|
+
- [core] Remove dead files (#30663) @oliviertassinari
|
|
70
|
+
- [core] Fix outdated TypeScript template (#30596) @oliviertassinari
|
|
71
|
+
- [core] Remove extra `</p>` from header of README.md (#30530) @yaboi
|
|
72
|
+
- [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli
|
|
73
|
+
|
|
74
|
+
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
|
|
75
|
+
|
|
76
|
+
## 5.2.8
|
|
77
|
+
|
|
78
|
+
<!-- generated comparing v5.2.7..master -->
|
|
79
|
+
|
|
80
|
+
_Jan 10, 2022_
|
|
81
|
+
|
|
82
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
83
|
+
|
|
84
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
85
|
+
|
|
86
|
+
### `@mui/material@5.2.8`
|
|
87
|
+
|
|
88
|
+
- ​<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
|
|
89
|
+
- ​<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
|
|
90
|
+
|
|
91
|
+
### `@mui/joy@5.0.0-alpha.10`
|
|
92
|
+
|
|
93
|
+
- ​<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
|
|
94
|
+
- ​<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
|
|
95
|
+
|
|
96
|
+
### Docs
|
|
97
|
+
|
|
98
|
+
- ​<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
|
|
99
|
+
- ​<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
|
|
100
|
+
- ​<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
|
|
101
|
+
- ​<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
|
|
102
|
+
- ​<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
|
|
103
|
+
- ​<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
|
|
104
|
+
- ​<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
|
|
105
|
+
- ​<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
|
|
106
|
+
- ​<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
|
|
107
|
+
- ​<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
|
|
108
|
+
- ​<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
|
|
109
|
+
- ​<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
|
|
110
|
+
- ​<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
|
|
111
|
+
- ​<!-- 01 -->[website] Add José on the /about page (#30492) @danilo-leal
|
|
112
|
+
|
|
113
|
+
All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
114
|
+
|
|
115
|
+
## 5.2.7
|
|
116
|
+
|
|
117
|
+
<!-- generated comparing v5.2.6..master -->
|
|
118
|
+
|
|
119
|
+
_Jan 3, 2022_
|
|
120
|
+
|
|
121
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
122
|
+
|
|
123
|
+
- 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
|
|
124
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
125
|
+
|
|
126
|
+
### `@mui/material@5.2.7`
|
|
127
|
+
|
|
128
|
+
- ​<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
|
|
129
|
+
- ​<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
|
|
130
|
+
- ​<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
|
|
131
|
+
- ​<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
|
|
132
|
+
- ​<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
|
|
133
|
+
|
|
134
|
+
### Docs
|
|
135
|
+
|
|
136
|
+
- ​<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
|
|
137
|
+
- ​<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
|
|
138
|
+
- ​<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
|
|
139
|
+
- ​<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
|
|
140
|
+
- ​<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
|
|
141
|
+
- ​<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
|
|
142
|
+
- ​<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
|
|
143
|
+
- ​<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
|
|
144
|
+
- ​<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
|
|
145
|
+
- ​<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
|
|
146
|
+
- ​<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
|
|
147
|
+
|
|
148
|
+
### Core
|
|
149
|
+
|
|
150
|
+
- ​<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
|
|
151
|
+
- ​<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
|
|
152
|
+
|
|
153
|
+
All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
|
|
154
|
+
|
|
155
|
+
## 5.2.6
|
|
156
|
+
|
|
157
|
+
<!-- generated comparing v5.2.5..master -->
|
|
158
|
+
|
|
159
|
+
_Dec 27, 2021_
|
|
160
|
+
|
|
161
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
162
|
+
|
|
163
|
+
- 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
|
|
164
|
+
- 🛠 Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
|
|
165
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
166
|
+
|
|
167
|
+
### `@mui/material@5.2.6`
|
|
168
|
+
|
|
169
|
+
- ​<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
|
|
170
|
+
- ​<!-- 03 -->[l10n] Add Norwegian Bokmål (nb-NO) locale (#27520) @wogsland
|
|
171
|
+
|
|
172
|
+
### `@mui/base@5.0.0-alpha.62`
|
|
173
|
+
|
|
174
|
+
- ​<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
|
|
175
|
+
|
|
176
|
+
### `@mui/joy@5.0.0-alpha.8`
|
|
177
|
+
|
|
178
|
+
- ​<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
|
|
179
|
+
|
|
180
|
+
### Docs
|
|
181
|
+
|
|
182
|
+
- ​<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
|
|
183
|
+
- ​<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
|
|
184
|
+
- ​<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
|
|
185
|
+
- ​<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
|
|
186
|
+
- ​<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
|
|
187
|
+
- ​<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
|
|
188
|
+
- ​<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
|
|
189
|
+
- ​<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
|
|
190
|
+
- ​<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
|
|
191
|
+
- ​<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
|
|
192
|
+
- ​<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
|
|
193
|
+
- ​<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
|
|
194
|
+
- ​<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
|
|
195
|
+
- ​<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
|
|
196
|
+
- ​<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
|
|
197
|
+
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
198
|
+
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
199
|
+
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
200
|
+
- ​<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
|
|
201
|
+
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
202
|
+
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
203
|
+
|
|
204
|
+
### Core
|
|
205
|
+
|
|
206
|
+
- ​<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
|
|
207
|
+
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
208
|
+
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
209
|
+
|
|
210
|
+
All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
|
|
211
|
+
|
|
212
|
+
## 5.2.5
|
|
213
|
+
|
|
214
|
+
<!-- generated comparing v5.2.4..master -->
|
|
215
|
+
|
|
216
|
+
_Dec 20, 2021_
|
|
217
|
+
|
|
218
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
219
|
+
|
|
220
|
+
- 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
|
|
221
|
+
- 📓 Danish (da-DK) locale was added (#29485) @mikk5829
|
|
222
|
+
- 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
|
|
223
|
+
- 📚 Many additions and improvements to the documentation were made
|
|
224
|
+
|
|
225
|
+
### `@mui/material@5.2.5`
|
|
226
|
+
|
|
227
|
+
- [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
|
|
228
|
+
- [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
|
|
229
|
+
- [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
|
|
230
|
+
|
|
231
|
+
### `@mui/system@5.2.5`
|
|
232
|
+
|
|
233
|
+
- [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
|
|
234
|
+
|
|
235
|
+
### `@mui/lab@5.0.0-alpha.61`
|
|
236
|
+
|
|
237
|
+
- [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
|
|
238
|
+
|
|
239
|
+
### Docs
|
|
240
|
+
|
|
241
|
+
- [docs] Run JS compiler on markdown output (#29732) @Janpot
|
|
242
|
+
- [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
|
|
243
|
+
- [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
|
|
244
|
+
- [docs] Remove extra word in Select component code example comments (#30281) @KThompso
|
|
245
|
+
- [docs] Improve the description of the Accordion (#30253) @jamesmelzer
|
|
246
|
+
- [docs] Heading capitalization convention @oliviertassinari
|
|
247
|
+
- [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
|
|
248
|
+
- [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
|
|
249
|
+
- [docs] Add script to clone pages (#30107) @siriwatknp
|
|
250
|
+
- [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
|
|
251
|
+
- [docs] Sync icon search UI state with the url (#30075) @Janpot
|
|
252
|
+
- [docs] Base components demos design polish (#30149) @danilo-leal
|
|
253
|
+
- [docs] General documentation polish (#29994) @danilo-leal
|
|
254
|
+
- [examples] Fix typo in the remix example's README (#30289) @lemol
|
|
255
|
+
- [website] Remove expired gold sponsor (#30222) @oliviertassinari
|
|
256
|
+
- [website] Remove broken showcase links (#30217) @mnajdova
|
|
257
|
+
|
|
258
|
+
### Core
|
|
259
|
+
|
|
260
|
+
- [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
|
|
261
|
+
- [core] make snapshot comparison more resilient (#30183) @Janpot
|
|
262
|
+
- [core] update formatted ts demo to support new structure (#30248) @siriwatknp
|
|
263
|
+
- [core] cache dependencies in github actions (#30211) @siriwatknp
|
|
264
|
+
- [core] fix root package version (#30204) @siriwatknp
|
|
265
|
+
- [core] Fail the build when the dangerjs script errors (#30186) @Janpot
|
|
266
|
+
- [test] Add E2E website tests (#30128) @siriwatknp
|
|
267
|
+
|
|
268
|
+
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
|
|
269
|
+
|
|
270
|
+
## 5.2.4
|
|
271
|
+
|
|
272
|
+
<!-- generated comparing v5.2.3..master -->
|
|
273
|
+
|
|
274
|
+
_Dec 14, 2021_
|
|
275
|
+
|
|
276
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
277
|
+
|
|
278
|
+
- ✨ Add `not` operator to `theme.breakpoints` (#29311) @Philipp000
|
|
279
|
+
|
|
280
|
+
```js
|
|
281
|
+
const styles = (theme) => ({
|
|
282
|
+
root: {
|
|
283
|
+
backgroundColor: 'blue',
|
|
284
|
+
// Match [xs, md) and [md + 1, ∞)
|
|
285
|
+
// [xs, md) and [lg, ∞)
|
|
286
|
+
// [0px, 900px) and [1200px, ∞)
|
|
287
|
+
[theme.breakpoints.not('md')]: {
|
|
288
|
+
backgroundColor: 'red',
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
});
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
295
|
+
|
|
296
|
+
### `@mui/material@5.2.4`
|
|
297
|
+
|
|
298
|
+
- ​<!-- 14 -->[esm] Correct a styles imports (#29976) @Janpot
|
|
299
|
+
- ​<!-- 12 -->[GlobalStyles] Fix `theme` type (#30072) @mnajdova
|
|
300
|
+
- ​<!-- 11 -->[Grid] Fix grid items to respond to the container's responsive columns (#29715) @kkorach
|
|
301
|
+
- ​<!-- 04 -->[TextField] Fix missing space before asterisk in `OutlinedInput`'s label (#29630) @alisasanib
|
|
302
|
+
- ​<!-- 03 -->[Transition] Allow any valid HTML attribute to be passed (#29888) @Janpot
|
|
303
|
+
- ​<!-- 02 -->[types] Fix discrepancy between core and system `ThemeOptions` (#30095) @fmeum
|
|
304
|
+
- ​<!-- 09 -->[InputBase] Add prop for disabling global styles (#29213) @bryan-hunter
|
|
305
|
+
- ​<!-- 08 -->[Select] Improve multiple logic (#30135) @ladygo93
|
|
306
|
+
|
|
307
|
+
### `@mui/system@5.2.4`
|
|
308
|
+
|
|
309
|
+
- ​<!-- 06 -->[system] Don't transition when re-appearing (#30108) @eps1lon
|
|
310
|
+
- ​<!-- 05 -->[system] Add `not` operator to `breakpoints` (#29311) @Philipp000
|
|
311
|
+
|
|
312
|
+
### `@mui/base@5.0.0-alpha.60`
|
|
313
|
+
|
|
314
|
+
- ​<!-- 25 -->[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova
|
|
315
|
+
|
|
316
|
+
### `@mui/icons-material@5.2.4`
|
|
317
|
+
|
|
318
|
+
- ​<!-- 10 -->[icons] Correct location of icon download folder (#29839) @yaboi
|
|
319
|
+
|
|
320
|
+
### Docs
|
|
321
|
+
|
|
322
|
+
- ​<!-- 22 -->[docs] Explain the use of Select's label in FormControl (#30189) @michaldudak
|
|
323
|
+
- ​<!-- 21 -->[docs] Don't run nprogress on shallow routing (#30087) @Janpot
|
|
324
|
+
- ​<!-- 20 -->[docs] Add Data Driven Forms to related projects (#30078) @rvsia
|
|
325
|
+
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
326
|
+
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
327
|
+
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
328
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
|
|
329
|
+
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
330
|
+
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
331
|
+
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
332
|
+
|
|
333
|
+
### Core
|
|
334
|
+
|
|
335
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
336
|
+
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
337
|
+
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
338
|
+
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
339
|
+
|
|
340
|
+
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
|
|
341
|
+
|
|
342
|
+
## 5.2.3
|
|
343
|
+
|
|
344
|
+
<!-- generated comparing v5.2.2..master -->
|
|
345
|
+
|
|
346
|
+
_Dec 6, 2021_
|
|
347
|
+
|
|
348
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
349
|
+
|
|
350
|
+
- ✨ We have introduced a new unstyled component in `@mui/base`: `TablePagination` (#29759) @mnajdova
|
|
351
|
+
|
|
352
|
+
<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>
|
|
353
|
+
|
|
354
|
+
You can follow our progress with unstyled components at https://github.com/mui-org/material-ui/issues/27170.
|
|
355
|
+
|
|
356
|
+
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
357
|
+
|
|
358
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
359
|
+
|
|
360
|
+
### `@mui/material@5.2.3`
|
|
361
|
+
|
|
362
|
+
- ​<!-- 33 -->[Accordion] Add a test for handling `square` prop (#29972) @daniel-sachs
|
|
363
|
+
- ​<!-- 32 -->[Alert] Fix `square` Paper prop (#30027) @ZeeshanTamboli
|
|
364
|
+
- ​<!-- 31 -->[AvatarGroup] Allow specifying total number of avatars (#29898) @eduardomcv
|
|
365
|
+
- ​<!-- 29 -->[Button] Fix regression from context API (#29982) @siriwatknp
|
|
366
|
+
- ​<!-- 13 -->[Grid] Fix generated classes for `spacing` prop when the value is object (#29880) @jayeclark
|
|
367
|
+
- ​<!-- 10 -->[Select] Should not crash when an empty array is passed with `multiple` enabled (#29957) @Domino987
|
|
368
|
+
|
|
369
|
+
### `@mui/system@5.2.3`
|
|
370
|
+
|
|
371
|
+
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
|
|
372
|
+
- ​<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
|
|
373
|
+
|
|
374
|
+
### `@mui/utils@5.2.3`
|
|
375
|
+
|
|
376
|
+
- ​<!-- 03 -->[utils] Add typings for `@mui-material/styles/cssUtils` (#29621) @Semigradsky
|
|
377
|
+
|
|
378
|
+
### `@mui/icons-material@5.2.1`
|
|
379
|
+
|
|
380
|
+
- ​<!-- 12 -->[icons] Consolidate ignored icons into one list (#29843) @chao813
|
|
381
|
+
|
|
382
|
+
### `@mui/base@5.0.0-alpha.59`
|
|
383
|
+
|
|
384
|
+
- ​<!-- 30 -->[base] Fix missing ClickAwayListener barrel index export (#30000) @oliviertassinari
|
|
385
|
+
- ​<!-- 04 -->[TablePaginationUnstyled] Introduce new component (#29759) @mnajdova
|
|
386
|
+
|
|
387
|
+
### `@mui/lab@5.0.0-alpha.59`
|
|
388
|
+
|
|
389
|
+
- ​<!-- 27 -->[DateRangePicker] Fix `DateRangePickerDayProps` interface (#29067) @jonathanrtuck
|
|
390
|
+
- ​<!-- 10 -->[Pickers] Remove propagation of custom props to the `MonthPicker` component's DOM element (#30021) @ZeeshanTamboli
|
|
391
|
+
- ​<!-- 08 -->[StaticDatePicker] Add className and slot to PickerStaticWrapper (#29619) @kkorach
|
|
392
|
+
|
|
393
|
+
### `@mui/joy@5.0.0-alpha.5`
|
|
394
|
+
|
|
395
|
+
- ​<!-- 11 -->[Joy] Theme setup (#29846) @siriwatknp
|
|
396
|
+
|
|
397
|
+
### Docs
|
|
398
|
+
|
|
399
|
+
- ​<!-- 34 -->[docs] Fix link in TypeScript doc page (#30044) @genzyy
|
|
400
|
+
- ​<!-- 26 -->[docs] Remove the 'WIP' icon from the 'Group & Pivot' page title (#30077) @flaviendelangle
|
|
401
|
+
- ​<!-- 25 -->[docs] Add warning that `@mui/styled-engine-sc` does not work in SSR (#30026) @mnajdova
|
|
402
|
+
- ​<!-- 24 -->[docs] Add section for CSS specificity in the migration guide (#30008) @hbjORbj
|
|
403
|
+
- ​<!-- 28 -->[docs] Clarify comment in migration doc (#30076) @hbjORbj
|
|
404
|
+
- ​<!-- 23 -->[docs] Sync translations with Crowdin (#30041) @l10nbot
|
|
405
|
+
- ​<!-- 22 -->[docs] Explain how Paper changes shade in dark mode (#30003) @michaldudak
|
|
406
|
+
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
407
|
+
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
408
|
+
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
409
|
+
- ​<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
|
|
410
|
+
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
411
|
+
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
412
|
+
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
413
|
+
- ​<!-- 14 -->[examples] Fix lint issue for displayName missing in the Next.js examples (#29985) @ZeeshanTamboli
|
|
414
|
+
- ​<!-- 09 -->[Stack] Document system props in Stack API (#30069) @ThewBear
|
|
415
|
+
- ​<!-- 07 -->[survey] Add a banner and card for promoting the 2021 survey (#29950) @danilo-leal
|
|
416
|
+
- ​<!-- 02 -->[website] Correct the Careers page description (#30073) @michaldudak
|
|
417
|
+
- ​<!-- 01 -->[website] Fix 301 links (#30040) @oliviertassinari
|
|
418
|
+
|
|
419
|
+
### Core
|
|
420
|
+
|
|
421
|
+
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
422
|
+
- ​<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
|
|
423
|
+
|
|
424
|
+
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
|
|
425
|
+
|
|
426
|
+
## 5.2.2
|
|
427
|
+
|
|
428
|
+
<!-- generated comparing v5.2.1..master -->
|
|
429
|
+
|
|
430
|
+
_Nov 29, 2021_
|
|
431
|
+
|
|
432
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
433
|
+
|
|
434
|
+
- ♿️ Improved accessibility of `Snackbar` and `TextField` in `@mui/material` (#29782) (#29850) (#29852) @eps1lon.
|
|
435
|
+
- 🎉 Added support for `sx` syntax inside `styled()` utility (#29833) @mnajdova.
|
|
436
|
+
- 🎉 Added support for more options for `createCssVarsProvider` in `@mui/system` (#29845) (#29857) @hbjORbj.
|
|
437
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
438
|
+
|
|
439
|
+
### `@mui/material@5.2.2`
|
|
440
|
+
|
|
441
|
+
- ​<!-- 14 -->[MenuList] Add component prop (#29882) @Harshikerfuffle
|
|
442
|
+
- ​<!-- 13 -->[Snackbar] Interrupt auto-hide on keyboard interaction (#29852) @eps1lon
|
|
443
|
+
- ​<!-- 12 -->[Snackbar] Dismiss on Escape press (#29850) @eps1lon
|
|
444
|
+
- ​<!-- 06 -->[TextField] Associate accessible name and description by default (#29782) @eps1lon
|
|
445
|
+
|
|
446
|
+
### `@mui/joy@5.0.0-alpha.4`
|
|
447
|
+
|
|
448
|
+
- ​<!-- 15 -->[Joy] Add `Button` - 1st iteration (#29464) @siriwatknp
|
|
449
|
+
|
|
450
|
+
### `@mui/codemod@5.2.1`
|
|
451
|
+
|
|
452
|
+
- ​<!-- 28 -->[codemod] Fix alias import for box-sx-prop (#29902) @siriwatknp
|
|
453
|
+
|
|
454
|
+
### `@mui/system@5.2.2`
|
|
455
|
+
|
|
456
|
+
- ​<!-- 11 -->[system] CSSVarsProvider cleans up `html[style]` when unmounting (#29946) @eps1lon
|
|
457
|
+
- ​<!-- 10 -->[system] Add support for `disableTransitionOnChange` in `createCssVarsProvider` (#29857) @hbjORbj
|
|
458
|
+
- ​<!-- 09 -->[system] Add support for `enableColorScheme` in `createCssVarsProvider` (#29845) @hbjORbj
|
|
459
|
+
|
|
460
|
+
### `@mui/utils@5.2.2`
|
|
461
|
+
|
|
462
|
+
- ​<!-- 05 -->[useId] Trade random collisions for collisions on overflow (#29781) @eps1lon
|
|
463
|
+
- ​<!-- 04 -->[useIsFocusVisible] Convert to TypeScript (#29779) @eps1lon
|
|
464
|
+
|
|
465
|
+
### Docs
|
|
466
|
+
|
|
467
|
+
- ​<!-- 24 -->[docs] Fix v5-beta confusing example description (#29932) @oliviertassinari
|
|
468
|
+
- ​<!-- 23 -->[docs] Apply the z-index on the right DOM element (#29934) @oliviertassinari
|
|
469
|
+
- ​<!-- 22 -->[docs] Improve git diff format (#29935) @oliviertassinari
|
|
470
|
+
- ​<!-- 21 -->[docs] Fix typo (#29866) @sinclairity
|
|
471
|
+
- ​<!-- 20 -->[docs] Fix key display (#29933) @oliviertassinari
|
|
472
|
+
- ​<!-- 19 -->[docs] Fix outdated link to next/link docs (#29937) @radlinskii
|
|
473
|
+
- ​<!-- 18 -->[docs] Add how to pass `sx` prop (#29905) @siriwatknp
|
|
474
|
+
- ​<!-- 17 -->[docs] Fix typo in notifications @mbrookes
|
|
475
|
+
- ​<!-- 16 -->[docs] Black Friday sale notification @mbrookes
|
|
476
|
+
- ​<!-- 03 -->[website] Fix canonical links (#29938) @oliviertassinari
|
|
477
|
+
- ​<!-- 02 -->[website] Fix SEO issues (#29939) @oliviertassinari
|
|
478
|
+
- ​<!-- 01 -->[website] Improvements to the /x product page (#28964) @danilo-leal
|
|
479
|
+
|
|
480
|
+
### Core
|
|
481
|
+
|
|
482
|
+
- ​<!-- 27 -->[core] Remove dead code (#29940) @oliviertassinari
|
|
483
|
+
- ​<!-- 26 -->[core] Move benchmark CI job from AZP to CircleCI (#29894) @eps1lon
|
|
484
|
+
- ​<!-- 25 -->[core] Fix PR detection pattern in test_bundle_size_monitor (#29895) @eps1lon
|
|
485
|
+
- ​<!-- 08 -->[test] Fix browser tests (#29929) @eps1lon
|
|
486
|
+
- ​<!-- 07 -->[test] Reject shorthand properties in style matchers (#29893) @eps1lon
|
|
487
|
+
|
|
488
|
+
All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
|
|
489
|
+
|
|
490
|
+
## 5.2.1
|
|
491
|
+
|
|
492
|
+
<!-- generated comparing v5.2.0..master -->
|
|
493
|
+
|
|
494
|
+
_Nov 25, 2021_
|
|
495
|
+
|
|
496
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
497
|
+
|
|
498
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
499
|
+
|
|
500
|
+
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
501
|
+
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
502
|
+
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
503
|
+
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
504
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
|
|
505
|
+
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
506
|
+
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
507
|
+
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
508
|
+
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
|
|
509
|
+
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
|
|
510
|
+
|
|
511
|
+
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
|
|
2
512
|
|
|
3
513
|
## 5.2.0
|
|
4
514
|
|
|
@@ -827,7 +1337,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
827
1337
|
|
|
828
1338
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
829
1339
|
|
|
830
|
-
```
|
|
1340
|
+
```sh
|
|
831
1341
|
@material-ui/system -> @mui/system
|
|
832
1342
|
@material-ui/styles -> @mui/styles
|
|
833
1343
|
@material-ui/lab -> @mui/lab
|
|
@@ -840,7 +1350,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
840
1350
|
|
|
841
1351
|
except these 3 packages that are renamed.
|
|
842
1352
|
|
|
843
|
-
```
|
|
1353
|
+
```sh
|
|
844
1354
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
845
1355
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
846
1356
|
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
@@ -1981,7 +2491,7 @@ _May 31, 2021_
|
|
|
1981
2491
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
1982
2492
|
|
|
1983
2493
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
1984
|
-
- 📦 Save [10 kB gzipped](https://bundlephobia.com/
|
|
2494
|
+
- 📦 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.
|
|
1985
2495
|
- ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
|
|
1986
2496
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1987
2497
|
|
|
@@ -2213,6 +2723,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2213
2723
|
```
|
|
2214
2724
|
|
|
2215
2725
|
- ​<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
|
|
2726
|
+
|
|
2216
2727
|
```diff
|
|
2217
2728
|
<Autocomplete
|
|
2218
2729
|
- getOptionSelected={(option, value) => option.title === value.title}
|
|
@@ -3786,7 +4297,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
|
|
|
3786
4297
|
|
|
3787
4298
|
## 5.0.0-alpha.23
|
|
3788
4299
|
|
|
3789
|
-
|
|
4300
|
+
_Jan 14, 2021_
|
|
3790
4301
|
|
|
3791
4302
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3792
4303
|
|
|
@@ -3901,7 +4412,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3901
4412
|
|
|
3902
4413
|
## 5.0.0-alpha.22
|
|
3903
4414
|
|
|
3904
|
-
|
|
4415
|
+
_Jan 4, 2021_
|
|
3905
4416
|
|
|
3906
4417
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3907
4418
|
|
|
@@ -3953,7 +4464,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3953
4464
|
|
|
3954
4465
|
## 5.0.0-alpha.21
|
|
3955
4466
|
|
|
3956
|
-
|
|
4467
|
+
_Dec 30, 2020_
|
|
3957
4468
|
|
|
3958
4469
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3959
4470
|
|
|
@@ -4026,7 +4537,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4026
4537
|
|
|
4027
4538
|
## 5.0.0-alpha.20
|
|
4028
4539
|
|
|
4029
|
-
|
|
4540
|
+
_Dec 21, 2020_
|
|
4030
4541
|
|
|
4031
4542
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4032
4543
|
|
|
@@ -4104,7 +4615,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4104
4615
|
|
|
4105
4616
|
## 5.0.0-alpha.19
|
|
4106
4617
|
|
|
4107
|
-
|
|
4618
|
+
_Dec 13, 2020_
|
|
4108
4619
|
|
|
4109
4620
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
4110
4621
|
|
|
@@ -4232,7 +4743,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4232
4743
|
|
|
4233
4744
|
## 5.0.0-alpha.18
|
|
4234
4745
|
|
|
4235
|
-
|
|
4746
|
+
_Dec 3, 2020_
|
|
4236
4747
|
|
|
4237
4748
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4238
4749
|
|
|
@@ -4324,7 +4835,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4324
4835
|
|
|
4325
4836
|
## 5.0.0-alpha.17
|
|
4326
4837
|
|
|
4327
|
-
|
|
4838
|
+
_Nov 23, 2020_
|
|
4328
4839
|
|
|
4329
4840
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4330
4841
|
|
|
@@ -4491,7 +5002,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4491
5002
|
|
|
4492
5003
|
## 5.0.0-alpha.16
|
|
4493
5004
|
|
|
4494
|
-
|
|
5005
|
+
_Nov 14, 2020_
|
|
4495
5006
|
|
|
4496
5007
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
4497
5008
|
|
|
@@ -4595,7 +5106,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
4595
5106
|
|
|
4596
5107
|
## 5.0.0-alpha.15
|
|
4597
5108
|
|
|
4598
|
-
|
|
5109
|
+
_Nov 4, 2020_
|
|
4599
5110
|
|
|
4600
5111
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
4601
5112
|
|
|
@@ -4707,7 +5218,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
4707
5218
|
|
|
4708
5219
|
## 5.0.0-alpha.14
|
|
4709
5220
|
|
|
4710
|
-
|
|
5221
|
+
_Oct 23, 2020_
|
|
4711
5222
|
|
|
4712
5223
|
A big thanks to the 23 contributors who made this release possible.
|
|
4713
5224
|
Here are some highlights ✨:
|
|
@@ -4758,12 +5269,14 @@ Here are some highlights ✨:
|
|
|
4758
5269
|
You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
|
|
4759
5270
|
|
|
4760
5271
|
- The CSS prefixes have changed:
|
|
5272
|
+
|
|
4761
5273
|
```diff
|
|
4762
5274
|
popper: {
|
|
4763
5275
|
zIndex: 1,
|
|
4764
5276
|
- '&[x-placement*="bottom"] $arrow': {
|
|
4765
5277
|
+ '&[data-popper-placement*="bottom"] $arrow': {
|
|
4766
5278
|
```
|
|
5279
|
+
|
|
4767
5280
|
- Method names have changed.
|
|
4768
5281
|
|
|
4769
5282
|
```diff
|
|
@@ -4878,7 +5391,7 @@ Here are some highlights ✨:
|
|
|
4878
5391
|
|
|
4879
5392
|
## 5.0.0-alpha.13
|
|
4880
5393
|
|
|
4881
|
-
|
|
5394
|
+
_Oct 17, 2020_
|
|
4882
5395
|
|
|
4883
5396
|
A big thanks to the 25 contributors who made this release possible.
|
|
4884
5397
|
Here are some highlights ✨:
|
|
@@ -5004,7 +5517,7 @@ Here are some highlights ✨:
|
|
|
5004
5517
|
|
|
5005
5518
|
## 5.0.0-alpha.12
|
|
5006
5519
|
|
|
5007
|
-
|
|
5520
|
+
_Oct 11, 2020_
|
|
5008
5521
|
|
|
5009
5522
|
A big thanks to the 45 contributors who made this release possible.
|
|
5010
5523
|
Here are some highlights ✨:
|
|
@@ -5228,7 +5741,7 @@ Here are some highlights ✨:
|
|
|
5228
5741
|
|
|
5229
5742
|
## 5.0.0-alpha.11
|
|
5230
5743
|
|
|
5231
|
-
|
|
5744
|
+
_Sep 26, 2020_
|
|
5232
5745
|
|
|
5233
5746
|
A big thanks to the 29 contributors who made this release possible.
|
|
5234
5747
|
Here are some highlights ✨:
|
|
@@ -5462,7 +5975,7 @@ More documentation are coming.
|
|
|
5462
5975
|
|
|
5463
5976
|
## 5.0.0-alpha.10
|
|
5464
5977
|
|
|
5465
|
-
|
|
5978
|
+
_Sep 15, 2020_
|
|
5466
5979
|
|
|
5467
5980
|
A big thanks to the 16 contributors who made this release possible.
|
|
5468
5981
|
Here are some highlights ✨:
|
|
@@ -5527,13 +6040,13 @@ Here are some highlights ✨:
|
|
|
5527
6040
|
|
|
5528
6041
|
Before:
|
|
5529
6042
|
|
|
5530
|
-
```
|
|
6043
|
+
```sh
|
|
5531
6044
|
theme.spacing(2) => 16
|
|
5532
6045
|
```
|
|
5533
6046
|
|
|
5534
6047
|
After:
|
|
5535
6048
|
|
|
5536
|
-
```
|
|
6049
|
+
```sh
|
|
5537
6050
|
theme.spacing(2) => '16px'
|
|
5538
6051
|
```
|
|
5539
6052
|
|
|
@@ -5592,7 +6105,7 @@ Here are some highlights ✨:
|
|
|
5592
6105
|
|
|
5593
6106
|
## 5.0.0-alpha.9
|
|
5594
6107
|
|
|
5595
|
-
|
|
6108
|
+
_Sep 6, 2020_
|
|
5596
6109
|
|
|
5597
6110
|
A big thanks to the 14 contributors who made this release possible.
|
|
5598
6111
|
Here are some highlights ✨:
|
|
@@ -5645,7 +6158,7 @@ Here are some highlights ✨:
|
|
|
5645
6158
|
|
|
5646
6159
|
## 5.0.0-alpha.8
|
|
5647
6160
|
|
|
5648
|
-
|
|
6161
|
+
_Aug 31, 2020_
|
|
5649
6162
|
|
|
5650
6163
|
A big thanks to the 19 contributors who made this release possible.
|
|
5651
6164
|
Here are some highlights ✨:
|
|
@@ -5821,7 +6334,7 @@ const theme = createMuiTheme({
|
|
|
5821
6334
|
|
|
5822
6335
|
## 5.0.0-alpha.7
|
|
5823
6336
|
|
|
5824
|
-
|
|
6337
|
+
_Aug 22, 2020_
|
|
5825
6338
|
|
|
5826
6339
|
A big thanks to the 22 contributors who made this release possible.
|
|
5827
6340
|
Here are some highlights ✨:
|
|
@@ -5951,7 +6464,7 @@ Here are some highlights ✨:
|
|
|
5951
6464
|
|
|
5952
6465
|
## 5.0.0-alpha.6
|
|
5953
6466
|
|
|
5954
|
-
|
|
6467
|
+
_Aug 13, 2020_
|
|
5955
6468
|
|
|
5956
6469
|
A big thanks to the 26 contributors who made this release possible.
|
|
5957
6470
|
Here are some highlights ✨:
|
|
@@ -5994,7 +6507,7 @@ Here are some highlights ✨:
|
|
|
5994
6507
|
|
|
5995
6508
|
### `@material-ui/core@v5.0.0-alpha.6`
|
|
5996
6509
|
|
|
5997
|
-
|
|
6510
|
+
#### Breaking changes
|
|
5998
6511
|
|
|
5999
6512
|
- [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
|
|
6000
6513
|
Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6153,7 +6666,7 @@ Here are some highlights ✨:
|
|
|
6153
6666
|
+},
|
|
6154
6667
|
```
|
|
6155
6668
|
|
|
6156
|
-
|
|
6669
|
+
#### Changes
|
|
6157
6670
|
|
|
6158
6671
|
- [Avatar] Custom variant (#22139) @mnajdova
|
|
6159
6672
|
- [Badge] Add missing class key (#22095) @kodai3
|
|
@@ -6173,7 +6686,7 @@ Here are some highlights ✨:
|
|
|
6173
6686
|
|
|
6174
6687
|
### `@material-ui/lab@v5.0.0-alpha.6`
|
|
6175
6688
|
|
|
6176
|
-
|
|
6689
|
+
#### Breaking changes
|
|
6177
6690
|
|
|
6178
6691
|
- [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
|
|
6179
6692
|
Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6185,7 +6698,7 @@ Here are some highlights ✨:
|
|
|
6185
6698
|
+<Skeleton variant="rectangular">
|
|
6186
6699
|
```
|
|
6187
6700
|
|
|
6188
|
-
|
|
6701
|
+
#### Changes
|
|
6189
6702
|
|
|
6190
6703
|
- [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
|
|
6191
6704
|
- [TreeView] Add disabled prop (#20133) @netochaves
|
|
@@ -6237,7 +6750,7 @@ Here are some highlights ✨:
|
|
|
6237
6750
|
|
|
6238
6751
|
## 5.0.0-alpha.5
|
|
6239
6752
|
|
|
6240
|
-
|
|
6753
|
+
_July 28, 2020_
|
|
6241
6754
|
|
|
6242
6755
|
A big thanks to the 18 contributors who made this release possible.
|
|
6243
6756
|
|
|
@@ -6308,7 +6821,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
6308
6821
|
|
|
6309
6822
|
## 5.0.0-alpha.4
|
|
6310
6823
|
|
|
6311
|
-
|
|
6824
|
+
_July 19, 2020_
|
|
6312
6825
|
|
|
6313
6826
|
A big thanks to the 11 contributors who made this release possible.
|
|
6314
6827
|
|
|
@@ -6350,7 +6863,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
6350
6863
|
|
|
6351
6864
|
## 5.0.0-alpha.3
|
|
6352
6865
|
|
|
6353
|
-
|
|
6866
|
+
_July 12, 2020_
|
|
6354
6867
|
|
|
6355
6868
|
A big thanks to the 14 contributors who made this release possible.
|
|
6356
6869
|
|
|
@@ -6399,7 +6912,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
6399
6912
|
|
|
6400
6913
|
## 5.0.0-alpha.2
|
|
6401
6914
|
|
|
6402
|
-
|
|
6915
|
+
_July 4, 2020_
|
|
6403
6916
|
|
|
6404
6917
|
A big thanks to the 16 contributors who made this release possible.
|
|
6405
6918
|
|
|
@@ -6461,7 +6974,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
6461
6974
|
|
|
6462
6975
|
## 5.0.0-alpha.1
|
|
6463
6976
|
|
|
6464
|
-
|
|
6977
|
+
_June 27, 2020_
|
|
6465
6978
|
|
|
6466
6979
|
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
|
|
6467
6980
|
|
|
@@ -6577,6 +7090,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
6577
7090
|
```
|
|
6578
7091
|
|
|
6579
7092
|
- [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
7093
|
+
|
|
6580
7094
|
```diff
|
|
6581
7095
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|
|
6582
7096
|
+<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
|
package/InsertChartOutlined.js
CHANGED
|
@@ -12,7 +12,7 @@ var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
|
12
12
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
13
|
|
|
14
14
|
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
15
|
-
d: "
|
|
15
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"
|
|
16
16
|
}), 'InsertChartOutlined');
|
|
17
17
|
|
|
18
18
|
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import createSvgIcon from './utils/createSvgIcon';
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
3
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
-
d: "
|
|
4
|
+
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z"
|
|
5
5
|
}), 'InsertChartOutlined');
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -23,10 +23,14 @@
|
|
|
23
23
|
"url": "https://github.com/mui-org/material-ui/issues"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://mui.com/components/material-icons/",
|
|
26
|
+
"funding": {
|
|
27
|
+
"type": "opencollective",
|
|
28
|
+
"url": "https://opencollective.com/mui"
|
|
29
|
+
},
|
|
26
30
|
"peerDependencies": {
|
|
27
31
|
"@mui/material": "^5.0.0",
|
|
28
32
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
29
|
-
"react": "^17.0.
|
|
33
|
+
"react": "^17.0.0"
|
|
30
34
|
},
|
|
31
35
|
"peerDependenciesMeta": {
|
|
32
36
|
"@types/react": {
|
|
@@ -34,7 +38,7 @@
|
|
|
34
38
|
}
|
|
35
39
|
},
|
|
36
40
|
"dependencies": {
|
|
37
|
-
"@babel/runtime": "^7.16.
|
|
41
|
+
"@babel/runtime": "^7.16.7"
|
|
38
42
|
},
|
|
39
43
|
"sideEffects": false,
|
|
40
44
|
"publishConfig": {
|