@mui/icons-material 5.2.1 → 5.3.1
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 +427 -33
- 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 +655 -645
- package/index.js +81 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,394 @@
|
|
|
1
|
-
|
|
1
|
+
# [Versions](https://mui.com/versions/)
|
|
2
|
+
|
|
3
|
+
## 5.3.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.3.0..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 24, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
12
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/icons-material@5.3.1`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 04 -->[icons] Fix naming typos (#30512) @MrHBS
|
|
17
|
+
- ​<!-- 03 -->[icons] Makes material-icons work with Joy (#30681) @siriwatknp
|
|
18
|
+
|
|
19
|
+
### `@mui/base@5.0.0-alpha.66`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 02 -->[SliderUnstyled] Improve typings on some internal utils (#30614) @mnajdova
|
|
22
|
+
|
|
23
|
+
### Core
|
|
24
|
+
|
|
25
|
+
- ​<!-- 24 -->[core] Batch small changes (#30690) @oliviertassinari
|
|
26
|
+
- ​<!-- 23 -->[core] Add new structure to ignore list crowdin (#30608) @siriwatknp
|
|
27
|
+
- ​<!-- 22 -->[core] Correct version in package.json (#30677) @michaldudak
|
|
28
|
+
- ​<!-- 01 -->[test] Fix buildApiUtils tests on Windows (#30698) @michaldudak
|
|
29
|
+
|
|
30
|
+
### Docs
|
|
31
|
+
|
|
32
|
+
- ​<!-- 26 -->[blog] Enable blog index (#30724) @siriwatknp
|
|
33
|
+
- ​<!-- 25 -->[blog] Introducing the Row Grouping feature (#30598) @alexfauquette
|
|
34
|
+
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
35
|
+
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
36
|
+
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
37
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
38
|
+
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
39
|
+
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
40
|
+
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
41
|
+
- ​<!-- 14 -->[docs] Update remix example to restore from error pages (#30592) @mnajdova
|
|
42
|
+
- ​<!-- 13 -->[docs] Use new URLs when enable_redirects is true (#30704) @siriwatknp
|
|
43
|
+
- ​<!-- 12 -->[docs] Add a missing bracket in the migration-v4 guide (#30616) @chaosmirage
|
|
44
|
+
- ​<!-- 11 -->[docs] Add Checkbox color prop change (#30697) @aaneitchik
|
|
45
|
+
- ​<!-- 10 -->[docs] Fix migration to have singular urls (#30695) @siriwatknp
|
|
46
|
+
- ​<!-- 09 -->[docs] Update UXPin link to new landing page (#30691) @Evomatic
|
|
47
|
+
- ​<!-- 08 -->[docs] Close user menu on click in the responsive app bar demo (#30664) @NoahYarian
|
|
48
|
+
- ​<!-- 07 -->[docs] Clear the difference between UI and React components (#29930) @oliviertassinari
|
|
49
|
+
- ​<!-- 06 -->[docs] Make Autocomplete docs gender neutral (#30679) @exequielbc
|
|
50
|
+
- ​<!-- 05 -->[docs] Update doc structure for X components (#30684) @siriwatknp
|
|
51
|
+
|
|
52
|
+
All contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
|
|
53
|
+
|
|
54
|
+
## 5.3.0
|
|
55
|
+
|
|
56
|
+
<!-- generated comparing v5.2.8..master -->
|
|
57
|
+
|
|
58
|
+
_Jan 17, 2022_
|
|
59
|
+
|
|
60
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
61
|
+
|
|
62
|
+
- 🛠 @siriwatknp added support for callbacks in styleOverrides (#30524)
|
|
63
|
+
- 🧩 @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
|
|
64
|
+
- 🛠 @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
|
|
65
|
+
- 📄 @danilo-leal and @siriwatknp created our own blog home page (#30121)
|
|
66
|
+
|
|
67
|
+
### `@mui/material@5.3.0`
|
|
68
|
+
|
|
69
|
+
- [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli
|
|
70
|
+
- [Select] Add defaultOpen prop (#30212) @VicHofs
|
|
71
|
+
|
|
72
|
+
### `@mui/system@5.3.0`
|
|
73
|
+
|
|
74
|
+
- [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj
|
|
75
|
+
- [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp
|
|
76
|
+
|
|
77
|
+
### `@mui/lab@5.0.0-alpha.65`
|
|
78
|
+
|
|
79
|
+
- [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj
|
|
80
|
+
- [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib
|
|
81
|
+
|
|
82
|
+
### `@mui/codemod@5.3.0`
|
|
83
|
+
|
|
84
|
+
- [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp
|
|
85
|
+
|
|
86
|
+
### `@mui/styled-engine-sc@5.3.0`
|
|
87
|
+
|
|
88
|
+
- [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova
|
|
89
|
+
|
|
90
|
+
### `@mui/joy@5.0.0-alpha.11`
|
|
91
|
+
|
|
92
|
+
- [Joy] Add `SvgIcon` component (#30570) @hbjORbj
|
|
93
|
+
|
|
94
|
+
### `@mui/base@5.0.0-alpha.65`
|
|
95
|
+
|
|
96
|
+
- [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova
|
|
97
|
+
|
|
98
|
+
### Docs
|
|
99
|
+
|
|
100
|
+
- [docs] End code block in test/README.md (#30531) @yaboi
|
|
101
|
+
- [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon
|
|
102
|
+
- [docs] Update migration scripts and e2e tests (#30583) @siriwatknp
|
|
103
|
+
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
104
|
+
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
105
|
+
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
106
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
107
|
+
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
108
|
+
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
109
|
+
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
110
|
+
- [docs] Add products identifier and drawer (#30283) @siriwatknp
|
|
111
|
+
- [website] Fix code button with installation command (#30622) @danilo-leal
|
|
112
|
+
- [website] Add a Blog index page (#30121) @danilo-leal
|
|
113
|
+
- [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari
|
|
114
|
+
- [website] Add Andrii to the About Us page (#30581) @cherniavskii
|
|
115
|
+
|
|
116
|
+
### Core
|
|
117
|
+
|
|
118
|
+
- [core] Revert changes to peer dependencies (#30662) @oliviertassinari
|
|
119
|
+
- [core] Renovate should not try to update node (#30659) @oliviertassinari
|
|
120
|
+
- [core] Remove dead files (#30663) @oliviertassinari
|
|
121
|
+
- [core] Fix outdated TypeScript template (#30596) @oliviertassinari
|
|
122
|
+
- [core] Remove extra `</p>` from header of README.md (#30530) @yaboi
|
|
123
|
+
- [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli
|
|
124
|
+
|
|
125
|
+
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
|
|
126
|
+
|
|
127
|
+
## 5.2.8
|
|
128
|
+
|
|
129
|
+
<!-- generated comparing v5.2.7..master -->
|
|
130
|
+
|
|
131
|
+
_Jan 10, 2022_
|
|
132
|
+
|
|
133
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
134
|
+
|
|
135
|
+
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
136
|
+
|
|
137
|
+
### `@mui/material@5.2.8`
|
|
138
|
+
|
|
139
|
+
- ​<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
|
|
140
|
+
- ​<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
|
|
141
|
+
|
|
142
|
+
### `@mui/joy@5.0.0-alpha.10`
|
|
143
|
+
|
|
144
|
+
- ​<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
|
|
145
|
+
- ​<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
|
|
146
|
+
|
|
147
|
+
### Docs
|
|
148
|
+
|
|
149
|
+
- ​<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
|
|
150
|
+
- ​<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
|
|
151
|
+
- ​<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
|
|
152
|
+
- ​<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
|
|
153
|
+
- ​<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
|
|
154
|
+
- ​<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
|
|
155
|
+
- ​<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
|
|
156
|
+
- ​<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
|
|
157
|
+
- ​<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
|
|
158
|
+
- ​<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
|
|
159
|
+
- ​<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
|
|
160
|
+
- ​<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
|
|
161
|
+
- ​<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
|
|
162
|
+
- ​<!-- 01 -->[website] Add José on the /about page (#30492) @danilo-leal
|
|
163
|
+
|
|
164
|
+
All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
165
|
+
|
|
166
|
+
## 5.2.7
|
|
167
|
+
|
|
168
|
+
<!-- generated comparing v5.2.6..master -->
|
|
169
|
+
|
|
170
|
+
_Jan 3, 2022_
|
|
171
|
+
|
|
172
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
173
|
+
|
|
174
|
+
- 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
|
|
175
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
176
|
+
|
|
177
|
+
### `@mui/material@5.2.7`
|
|
178
|
+
|
|
179
|
+
- ​<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
|
|
180
|
+
- ​<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
|
|
181
|
+
- ​<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
|
|
182
|
+
- ​<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
|
|
183
|
+
- ​<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
|
|
184
|
+
|
|
185
|
+
### Docs
|
|
186
|
+
|
|
187
|
+
- ​<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
|
|
188
|
+
- ​<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
|
|
189
|
+
- ​<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
|
|
190
|
+
- ​<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
|
|
191
|
+
- ​<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
|
|
192
|
+
- ​<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
|
|
193
|
+
- ​<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
|
|
194
|
+
- ​<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
|
|
195
|
+
- ​<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
|
|
196
|
+
- ​<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
|
|
197
|
+
- ​<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
|
|
198
|
+
|
|
199
|
+
### Core
|
|
200
|
+
|
|
201
|
+
- ​<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
|
|
202
|
+
- ​<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
|
|
203
|
+
|
|
204
|
+
All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
|
|
205
|
+
|
|
206
|
+
## 5.2.6
|
|
207
|
+
|
|
208
|
+
<!-- generated comparing v5.2.5..master -->
|
|
209
|
+
|
|
210
|
+
_Dec 27, 2021_
|
|
211
|
+
|
|
212
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
213
|
+
|
|
214
|
+
- 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
|
|
215
|
+
- 🛠 Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
|
|
216
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
217
|
+
|
|
218
|
+
### `@mui/material@5.2.6`
|
|
219
|
+
|
|
220
|
+
- ​<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
|
|
221
|
+
- ​<!-- 03 -->[l10n] Add Norwegian Bokmål (nb-NO) locale (#27520) @wogsland
|
|
222
|
+
|
|
223
|
+
### `@mui/base@5.0.0-alpha.62`
|
|
224
|
+
|
|
225
|
+
- ​<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
|
|
226
|
+
|
|
227
|
+
### `@mui/joy@5.0.0-alpha.8`
|
|
228
|
+
|
|
229
|
+
- ​<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
|
|
230
|
+
|
|
231
|
+
### Docs
|
|
232
|
+
|
|
233
|
+
- ​<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
|
|
234
|
+
- ​<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
|
|
235
|
+
- ​<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
|
|
236
|
+
- ​<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
|
|
237
|
+
- ​<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
|
|
238
|
+
- ​<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
|
|
239
|
+
- ​<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
|
|
240
|
+
- ​<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
|
|
241
|
+
- ​<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
|
|
242
|
+
- ​<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
|
|
243
|
+
- ​<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
|
|
244
|
+
- ​<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
|
|
245
|
+
- ​<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
|
|
246
|
+
- ​<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
|
|
247
|
+
- ​<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
|
|
248
|
+
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
249
|
+
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
250
|
+
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
251
|
+
- ​<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
|
|
252
|
+
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
253
|
+
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
254
|
+
|
|
255
|
+
### Core
|
|
256
|
+
|
|
257
|
+
- ​<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
|
|
258
|
+
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
259
|
+
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
260
|
+
|
|
261
|
+
All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
|
|
262
|
+
|
|
263
|
+
## 5.2.5
|
|
264
|
+
|
|
265
|
+
<!-- generated comparing v5.2.4..master -->
|
|
266
|
+
|
|
267
|
+
_Dec 20, 2021_
|
|
268
|
+
|
|
269
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
270
|
+
|
|
271
|
+
- 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
|
|
272
|
+
- 📓 Danish (da-DK) locale was added (#29485) @mikk5829
|
|
273
|
+
- 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
|
|
274
|
+
- 📚 Many additions and improvements to the documentation were made
|
|
275
|
+
|
|
276
|
+
### `@mui/material@5.2.5`
|
|
277
|
+
|
|
278
|
+
- [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
|
|
279
|
+
- [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
|
|
280
|
+
- [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
|
|
281
|
+
|
|
282
|
+
### `@mui/system@5.2.5`
|
|
283
|
+
|
|
284
|
+
- [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
|
|
285
|
+
|
|
286
|
+
### `@mui/lab@5.0.0-alpha.61`
|
|
287
|
+
|
|
288
|
+
- [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
|
|
289
|
+
|
|
290
|
+
### Docs
|
|
291
|
+
|
|
292
|
+
- [docs] Run JS compiler on markdown output (#29732) @Janpot
|
|
293
|
+
- [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
|
|
294
|
+
- [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
|
|
295
|
+
- [docs] Remove extra word in Select component code example comments (#30281) @KThompso
|
|
296
|
+
- [docs] Improve the description of the Accordion (#30253) @jamesmelzer
|
|
297
|
+
- [docs] Heading capitalization convention @oliviertassinari
|
|
298
|
+
- [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
|
|
299
|
+
- [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
|
|
300
|
+
- [docs] Add script to clone pages (#30107) @siriwatknp
|
|
301
|
+
- [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
|
|
302
|
+
- [docs] Sync icon search UI state with the url (#30075) @Janpot
|
|
303
|
+
- [docs] Base components demos design polish (#30149) @danilo-leal
|
|
304
|
+
- [docs] General documentation polish (#29994) @danilo-leal
|
|
305
|
+
- [examples] Fix typo in the remix example's README (#30289) @lemol
|
|
306
|
+
- [website] Remove expired gold sponsor (#30222) @oliviertassinari
|
|
307
|
+
- [website] Remove broken showcase links (#30217) @mnajdova
|
|
308
|
+
|
|
309
|
+
### Core
|
|
310
|
+
|
|
311
|
+
- [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
|
|
312
|
+
- [core] make snapshot comparison more resilient (#30183) @Janpot
|
|
313
|
+
- [core] update formatted ts demo to support new structure (#30248) @siriwatknp
|
|
314
|
+
- [core] cache dependencies in github actions (#30211) @siriwatknp
|
|
315
|
+
- [core] fix root package version (#30204) @siriwatknp
|
|
316
|
+
- [core] Fail the build when the dangerjs script errors (#30186) @Janpot
|
|
317
|
+
- [test] Add E2E website tests (#30128) @siriwatknp
|
|
318
|
+
|
|
319
|
+
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
|
|
320
|
+
|
|
321
|
+
## 5.2.4
|
|
322
|
+
|
|
323
|
+
<!-- generated comparing v5.2.3..master -->
|
|
324
|
+
|
|
325
|
+
_Dec 14, 2021_
|
|
326
|
+
|
|
327
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
328
|
+
|
|
329
|
+
- ✨ Add `not` operator to `theme.breakpoints` (#29311) @Philipp000
|
|
330
|
+
|
|
331
|
+
```js
|
|
332
|
+
const styles = (theme) => ({
|
|
333
|
+
root: {
|
|
334
|
+
backgroundColor: 'blue',
|
|
335
|
+
// Match [xs, md) and [md + 1, ∞)
|
|
336
|
+
// [xs, md) and [lg, ∞)
|
|
337
|
+
// [0px, 900px) and [1200px, ∞)
|
|
338
|
+
[theme.breakpoints.not('md')]: {
|
|
339
|
+
backgroundColor: 'red',
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
});
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
346
|
+
|
|
347
|
+
### `@mui/material@5.2.4`
|
|
348
|
+
|
|
349
|
+
- ​<!-- 14 -->[esm] Correct a styles imports (#29976) @Janpot
|
|
350
|
+
- ​<!-- 12 -->[GlobalStyles] Fix `theme` type (#30072) @mnajdova
|
|
351
|
+
- ​<!-- 11 -->[Grid] Fix grid items to respond to the container's responsive columns (#29715) @kkorach
|
|
352
|
+
- ​<!-- 04 -->[TextField] Fix missing space before asterisk in `OutlinedInput`'s label (#29630) @alisasanib
|
|
353
|
+
- ​<!-- 03 -->[Transition] Allow any valid HTML attribute to be passed (#29888) @Janpot
|
|
354
|
+
- ​<!-- 02 -->[types] Fix discrepancy between core and system `ThemeOptions` (#30095) @fmeum
|
|
355
|
+
- ​<!-- 09 -->[InputBase] Add prop for disabling global styles (#29213) @bryan-hunter
|
|
356
|
+
- ​<!-- 08 -->[Select] Improve multiple logic (#30135) @ladygo93
|
|
357
|
+
|
|
358
|
+
### `@mui/system@5.2.4`
|
|
359
|
+
|
|
360
|
+
- ​<!-- 06 -->[system] Don't transition when re-appearing (#30108) @eps1lon
|
|
361
|
+
- ​<!-- 05 -->[system] Add `not` operator to `breakpoints` (#29311) @Philipp000
|
|
362
|
+
|
|
363
|
+
### `@mui/base@5.0.0-alpha.60`
|
|
364
|
+
|
|
365
|
+
- ​<!-- 25 -->[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova
|
|
366
|
+
|
|
367
|
+
### `@mui/icons-material@5.2.4`
|
|
368
|
+
|
|
369
|
+
- ​<!-- 10 -->[icons] Correct location of icon download folder (#29839) @yaboi
|
|
370
|
+
|
|
371
|
+
### Docs
|
|
372
|
+
|
|
373
|
+
- ​<!-- 22 -->[docs] Explain the use of Select's label in FormControl (#30189) @michaldudak
|
|
374
|
+
- ​<!-- 21 -->[docs] Don't run nprogress on shallow routing (#30087) @Janpot
|
|
375
|
+
- ​<!-- 20 -->[docs] Add Data Driven Forms to related projects (#30078) @rvsia
|
|
376
|
+
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
377
|
+
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
378
|
+
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
379
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
|
|
380
|
+
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
381
|
+
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
382
|
+
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
383
|
+
|
|
384
|
+
### Core
|
|
385
|
+
|
|
386
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
387
|
+
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
388
|
+
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
389
|
+
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
390
|
+
|
|
391
|
+
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
|
|
2
392
|
|
|
3
393
|
## 5.2.3
|
|
4
394
|
|
|
@@ -998,7 +1388,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
998
1388
|
|
|
999
1389
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
1000
1390
|
|
|
1001
|
-
```
|
|
1391
|
+
```sh
|
|
1002
1392
|
@material-ui/system -> @mui/system
|
|
1003
1393
|
@material-ui/styles -> @mui/styles
|
|
1004
1394
|
@material-ui/lab -> @mui/lab
|
|
@@ -1011,7 +1401,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1011
1401
|
|
|
1012
1402
|
except these 3 packages that are renamed.
|
|
1013
1403
|
|
|
1014
|
-
```
|
|
1404
|
+
```sh
|
|
1015
1405
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
1016
1406
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
1017
1407
|
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
@@ -2384,6 +2774,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2384
2774
|
```
|
|
2385
2775
|
|
|
2386
2776
|
- ​<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
|
|
2777
|
+
|
|
2387
2778
|
```diff
|
|
2388
2779
|
<Autocomplete
|
|
2389
2780
|
- getOptionSelected={(option, value) => option.title === value.title}
|
|
@@ -3957,7 +4348,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
|
|
|
3957
4348
|
|
|
3958
4349
|
## 5.0.0-alpha.23
|
|
3959
4350
|
|
|
3960
|
-
|
|
4351
|
+
_Jan 14, 2021_
|
|
3961
4352
|
|
|
3962
4353
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3963
4354
|
|
|
@@ -4072,7 +4463,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4072
4463
|
|
|
4073
4464
|
## 5.0.0-alpha.22
|
|
4074
4465
|
|
|
4075
|
-
|
|
4466
|
+
_Jan 4, 2021_
|
|
4076
4467
|
|
|
4077
4468
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4078
4469
|
|
|
@@ -4124,7 +4515,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4124
4515
|
|
|
4125
4516
|
## 5.0.0-alpha.21
|
|
4126
4517
|
|
|
4127
|
-
|
|
4518
|
+
_Dec 30, 2020_
|
|
4128
4519
|
|
|
4129
4520
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4130
4521
|
|
|
@@ -4197,7 +4588,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4197
4588
|
|
|
4198
4589
|
## 5.0.0-alpha.20
|
|
4199
4590
|
|
|
4200
|
-
|
|
4591
|
+
_Dec 21, 2020_
|
|
4201
4592
|
|
|
4202
4593
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4203
4594
|
|
|
@@ -4275,7 +4666,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4275
4666
|
|
|
4276
4667
|
## 5.0.0-alpha.19
|
|
4277
4668
|
|
|
4278
|
-
|
|
4669
|
+
_Dec 13, 2020_
|
|
4279
4670
|
|
|
4280
4671
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
4281
4672
|
|
|
@@ -4403,7 +4794,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4403
4794
|
|
|
4404
4795
|
## 5.0.0-alpha.18
|
|
4405
4796
|
|
|
4406
|
-
|
|
4797
|
+
_Dec 3, 2020_
|
|
4407
4798
|
|
|
4408
4799
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4409
4800
|
|
|
@@ -4495,7 +4886,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4495
4886
|
|
|
4496
4887
|
## 5.0.0-alpha.17
|
|
4497
4888
|
|
|
4498
|
-
|
|
4889
|
+
_Nov 23, 2020_
|
|
4499
4890
|
|
|
4500
4891
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4501
4892
|
|
|
@@ -4662,7 +5053,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4662
5053
|
|
|
4663
5054
|
## 5.0.0-alpha.16
|
|
4664
5055
|
|
|
4665
|
-
|
|
5056
|
+
_Nov 14, 2020_
|
|
4666
5057
|
|
|
4667
5058
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
4668
5059
|
|
|
@@ -4766,7 +5157,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
4766
5157
|
|
|
4767
5158
|
## 5.0.0-alpha.15
|
|
4768
5159
|
|
|
4769
|
-
|
|
5160
|
+
_Nov 4, 2020_
|
|
4770
5161
|
|
|
4771
5162
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
4772
5163
|
|
|
@@ -4878,7 +5269,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
4878
5269
|
|
|
4879
5270
|
## 5.0.0-alpha.14
|
|
4880
5271
|
|
|
4881
|
-
|
|
5272
|
+
_Oct 23, 2020_
|
|
4882
5273
|
|
|
4883
5274
|
A big thanks to the 23 contributors who made this release possible.
|
|
4884
5275
|
Here are some highlights ✨:
|
|
@@ -4929,12 +5320,14 @@ Here are some highlights ✨:
|
|
|
4929
5320
|
You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
|
|
4930
5321
|
|
|
4931
5322
|
- The CSS prefixes have changed:
|
|
5323
|
+
|
|
4932
5324
|
```diff
|
|
4933
5325
|
popper: {
|
|
4934
5326
|
zIndex: 1,
|
|
4935
5327
|
- '&[x-placement*="bottom"] $arrow': {
|
|
4936
5328
|
+ '&[data-popper-placement*="bottom"] $arrow': {
|
|
4937
5329
|
```
|
|
5330
|
+
|
|
4938
5331
|
- Method names have changed.
|
|
4939
5332
|
|
|
4940
5333
|
```diff
|
|
@@ -5049,7 +5442,7 @@ Here are some highlights ✨:
|
|
|
5049
5442
|
|
|
5050
5443
|
## 5.0.0-alpha.13
|
|
5051
5444
|
|
|
5052
|
-
|
|
5445
|
+
_Oct 17, 2020_
|
|
5053
5446
|
|
|
5054
5447
|
A big thanks to the 25 contributors who made this release possible.
|
|
5055
5448
|
Here are some highlights ✨:
|
|
@@ -5175,7 +5568,7 @@ Here are some highlights ✨:
|
|
|
5175
5568
|
|
|
5176
5569
|
## 5.0.0-alpha.12
|
|
5177
5570
|
|
|
5178
|
-
|
|
5571
|
+
_Oct 11, 2020_
|
|
5179
5572
|
|
|
5180
5573
|
A big thanks to the 45 contributors who made this release possible.
|
|
5181
5574
|
Here are some highlights ✨:
|
|
@@ -5399,7 +5792,7 @@ Here are some highlights ✨:
|
|
|
5399
5792
|
|
|
5400
5793
|
## 5.0.0-alpha.11
|
|
5401
5794
|
|
|
5402
|
-
|
|
5795
|
+
_Sep 26, 2020_
|
|
5403
5796
|
|
|
5404
5797
|
A big thanks to the 29 contributors who made this release possible.
|
|
5405
5798
|
Here are some highlights ✨:
|
|
@@ -5415,7 +5808,7 @@ Here are some highlights ✨:
|
|
|
5415
5808
|
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/)).
|
|
5416
5809
|
|
|
5417
5810
|
This change has been in our roadmap for more than a year.
|
|
5418
|
-
We announced it in the [v4 release blog post](https://
|
|
5811
|
+
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
5419
5812
|
|
|
5420
5813
|
- 🛠 A first iteration on the unstyled components.
|
|
5421
5814
|
|
|
@@ -5633,7 +6026,7 @@ More documentation are coming.
|
|
|
5633
6026
|
|
|
5634
6027
|
## 5.0.0-alpha.10
|
|
5635
6028
|
|
|
5636
|
-
|
|
6029
|
+
_Sep 15, 2020_
|
|
5637
6030
|
|
|
5638
6031
|
A big thanks to the 16 contributors who made this release possible.
|
|
5639
6032
|
Here are some highlights ✨:
|
|
@@ -5698,13 +6091,13 @@ Here are some highlights ✨:
|
|
|
5698
6091
|
|
|
5699
6092
|
Before:
|
|
5700
6093
|
|
|
5701
|
-
```
|
|
6094
|
+
```sh
|
|
5702
6095
|
theme.spacing(2) => 16
|
|
5703
6096
|
```
|
|
5704
6097
|
|
|
5705
6098
|
After:
|
|
5706
6099
|
|
|
5707
|
-
```
|
|
6100
|
+
```sh
|
|
5708
6101
|
theme.spacing(2) => '16px'
|
|
5709
6102
|
```
|
|
5710
6103
|
|
|
@@ -5763,7 +6156,7 @@ Here are some highlights ✨:
|
|
|
5763
6156
|
|
|
5764
6157
|
## 5.0.0-alpha.9
|
|
5765
6158
|
|
|
5766
|
-
|
|
6159
|
+
_Sep 6, 2020_
|
|
5767
6160
|
|
|
5768
6161
|
A big thanks to the 14 contributors who made this release possible.
|
|
5769
6162
|
Here are some highlights ✨:
|
|
@@ -5816,7 +6209,7 @@ Here are some highlights ✨:
|
|
|
5816
6209
|
|
|
5817
6210
|
## 5.0.0-alpha.8
|
|
5818
6211
|
|
|
5819
|
-
|
|
6212
|
+
_Aug 31, 2020_
|
|
5820
6213
|
|
|
5821
6214
|
A big thanks to the 19 contributors who made this release possible.
|
|
5822
6215
|
Here are some highlights ✨:
|
|
@@ -5992,7 +6385,7 @@ const theme = createMuiTheme({
|
|
|
5992
6385
|
|
|
5993
6386
|
## 5.0.0-alpha.7
|
|
5994
6387
|
|
|
5995
|
-
|
|
6388
|
+
_Aug 22, 2020_
|
|
5996
6389
|
|
|
5997
6390
|
A big thanks to the 22 contributors who made this release possible.
|
|
5998
6391
|
Here are some highlights ✨:
|
|
@@ -6122,7 +6515,7 @@ Here are some highlights ✨:
|
|
|
6122
6515
|
|
|
6123
6516
|
## 5.0.0-alpha.6
|
|
6124
6517
|
|
|
6125
|
-
|
|
6518
|
+
_Aug 13, 2020_
|
|
6126
6519
|
|
|
6127
6520
|
A big thanks to the 26 contributors who made this release possible.
|
|
6128
6521
|
Here are some highlights ✨:
|
|
@@ -6165,7 +6558,7 @@ Here are some highlights ✨:
|
|
|
6165
6558
|
|
|
6166
6559
|
### `@material-ui/core@v5.0.0-alpha.6`
|
|
6167
6560
|
|
|
6168
|
-
|
|
6561
|
+
#### Breaking changes
|
|
6169
6562
|
|
|
6170
6563
|
- [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
|
|
6171
6564
|
Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6324,7 +6717,7 @@ Here are some highlights ✨:
|
|
|
6324
6717
|
+},
|
|
6325
6718
|
```
|
|
6326
6719
|
|
|
6327
|
-
|
|
6720
|
+
#### Changes
|
|
6328
6721
|
|
|
6329
6722
|
- [Avatar] Custom variant (#22139) @mnajdova
|
|
6330
6723
|
- [Badge] Add missing class key (#22095) @kodai3
|
|
@@ -6344,7 +6737,7 @@ Here are some highlights ✨:
|
|
|
6344
6737
|
|
|
6345
6738
|
### `@material-ui/lab@v5.0.0-alpha.6`
|
|
6346
6739
|
|
|
6347
|
-
|
|
6740
|
+
#### Breaking changes
|
|
6348
6741
|
|
|
6349
6742
|
- [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
|
|
6350
6743
|
Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6356,7 +6749,7 @@ Here are some highlights ✨:
|
|
|
6356
6749
|
+<Skeleton variant="rectangular">
|
|
6357
6750
|
```
|
|
6358
6751
|
|
|
6359
|
-
|
|
6752
|
+
#### Changes
|
|
6360
6753
|
|
|
6361
6754
|
- [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
|
|
6362
6755
|
- [TreeView] Add disabled prop (#20133) @netochaves
|
|
@@ -6408,7 +6801,7 @@ Here are some highlights ✨:
|
|
|
6408
6801
|
|
|
6409
6802
|
## 5.0.0-alpha.5
|
|
6410
6803
|
|
|
6411
|
-
|
|
6804
|
+
_July 28, 2020_
|
|
6412
6805
|
|
|
6413
6806
|
A big thanks to the 18 contributors who made this release possible.
|
|
6414
6807
|
|
|
@@ -6479,7 +6872,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
6479
6872
|
|
|
6480
6873
|
## 5.0.0-alpha.4
|
|
6481
6874
|
|
|
6482
|
-
|
|
6875
|
+
_July 19, 2020_
|
|
6483
6876
|
|
|
6484
6877
|
A big thanks to the 11 contributors who made this release possible.
|
|
6485
6878
|
|
|
@@ -6521,7 +6914,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
6521
6914
|
|
|
6522
6915
|
## 5.0.0-alpha.3
|
|
6523
6916
|
|
|
6524
|
-
|
|
6917
|
+
_July 12, 2020_
|
|
6525
6918
|
|
|
6526
6919
|
A big thanks to the 14 contributors who made this release possible.
|
|
6527
6920
|
|
|
@@ -6570,7 +6963,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
6570
6963
|
|
|
6571
6964
|
## 5.0.0-alpha.2
|
|
6572
6965
|
|
|
6573
|
-
|
|
6966
|
+
_July 4, 2020_
|
|
6574
6967
|
|
|
6575
6968
|
A big thanks to the 16 contributors who made this release possible.
|
|
6576
6969
|
|
|
@@ -6632,7 +7025,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
6632
7025
|
|
|
6633
7026
|
## 5.0.0-alpha.1
|
|
6634
7027
|
|
|
6635
|
-
|
|
7028
|
+
_June 27, 2020_
|
|
6636
7029
|
|
|
6637
7030
|
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
|
|
6638
7031
|
|
|
@@ -6748,6 +7141,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
6748
7141
|
```
|
|
6749
7142
|
|
|
6750
7143
|
- [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
7144
|
+
|
|
6751
7145
|
```diff
|
|
6752
7146
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|
|
6753
7147
|
+<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
|