@mui/styled-engine 5.2.6 → 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 +188 -32
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,156 @@
|
|
|
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
|
|
2
154
|
|
|
3
155
|
## 5.2.6
|
|
4
156
|
|
|
@@ -1185,7 +1337,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1185
1337
|
|
|
1186
1338
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
1187
1339
|
|
|
1188
|
-
```
|
|
1340
|
+
```sh
|
|
1189
1341
|
@material-ui/system -> @mui/system
|
|
1190
1342
|
@material-ui/styles -> @mui/styles
|
|
1191
1343
|
@material-ui/lab -> @mui/lab
|
|
@@ -1198,7 +1350,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1198
1350
|
|
|
1199
1351
|
except these 3 packages that are renamed.
|
|
1200
1352
|
|
|
1201
|
-
```
|
|
1353
|
+
```sh
|
|
1202
1354
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
1203
1355
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
1204
1356
|
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
@@ -2571,6 +2723,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2571
2723
|
```
|
|
2572
2724
|
|
|
2573
2725
|
- ​<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
|
|
2726
|
+
|
|
2574
2727
|
```diff
|
|
2575
2728
|
<Autocomplete
|
|
2576
2729
|
- getOptionSelected={(option, value) => option.title === value.title}
|
|
@@ -4144,7 +4297,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
|
|
|
4144
4297
|
|
|
4145
4298
|
## 5.0.0-alpha.23
|
|
4146
4299
|
|
|
4147
|
-
|
|
4300
|
+
_Jan 14, 2021_
|
|
4148
4301
|
|
|
4149
4302
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4150
4303
|
|
|
@@ -4259,7 +4412,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4259
4412
|
|
|
4260
4413
|
## 5.0.0-alpha.22
|
|
4261
4414
|
|
|
4262
|
-
|
|
4415
|
+
_Jan 4, 2021_
|
|
4263
4416
|
|
|
4264
4417
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4265
4418
|
|
|
@@ -4311,7 +4464,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4311
4464
|
|
|
4312
4465
|
## 5.0.0-alpha.21
|
|
4313
4466
|
|
|
4314
|
-
|
|
4467
|
+
_Dec 30, 2020_
|
|
4315
4468
|
|
|
4316
4469
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4317
4470
|
|
|
@@ -4384,7 +4537,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4384
4537
|
|
|
4385
4538
|
## 5.0.0-alpha.20
|
|
4386
4539
|
|
|
4387
|
-
|
|
4540
|
+
_Dec 21, 2020_
|
|
4388
4541
|
|
|
4389
4542
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4390
4543
|
|
|
@@ -4462,7 +4615,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4462
4615
|
|
|
4463
4616
|
## 5.0.0-alpha.19
|
|
4464
4617
|
|
|
4465
|
-
|
|
4618
|
+
_Dec 13, 2020_
|
|
4466
4619
|
|
|
4467
4620
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
4468
4621
|
|
|
@@ -4590,7 +4743,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4590
4743
|
|
|
4591
4744
|
## 5.0.0-alpha.18
|
|
4592
4745
|
|
|
4593
|
-
|
|
4746
|
+
_Dec 3, 2020_
|
|
4594
4747
|
|
|
4595
4748
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4596
4749
|
|
|
@@ -4682,7 +4835,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4682
4835
|
|
|
4683
4836
|
## 5.0.0-alpha.17
|
|
4684
4837
|
|
|
4685
|
-
|
|
4838
|
+
_Nov 23, 2020_
|
|
4686
4839
|
|
|
4687
4840
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4688
4841
|
|
|
@@ -4849,7 +5002,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4849
5002
|
|
|
4850
5003
|
## 5.0.0-alpha.16
|
|
4851
5004
|
|
|
4852
|
-
|
|
5005
|
+
_Nov 14, 2020_
|
|
4853
5006
|
|
|
4854
5007
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
4855
5008
|
|
|
@@ -4953,7 +5106,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
4953
5106
|
|
|
4954
5107
|
## 5.0.0-alpha.15
|
|
4955
5108
|
|
|
4956
|
-
|
|
5109
|
+
_Nov 4, 2020_
|
|
4957
5110
|
|
|
4958
5111
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
4959
5112
|
|
|
@@ -5065,7 +5218,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5065
5218
|
|
|
5066
5219
|
## 5.0.0-alpha.14
|
|
5067
5220
|
|
|
5068
|
-
|
|
5221
|
+
_Oct 23, 2020_
|
|
5069
5222
|
|
|
5070
5223
|
A big thanks to the 23 contributors who made this release possible.
|
|
5071
5224
|
Here are some highlights ✨:
|
|
@@ -5116,12 +5269,14 @@ Here are some highlights ✨:
|
|
|
5116
5269
|
You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
|
|
5117
5270
|
|
|
5118
5271
|
- The CSS prefixes have changed:
|
|
5272
|
+
|
|
5119
5273
|
```diff
|
|
5120
5274
|
popper: {
|
|
5121
5275
|
zIndex: 1,
|
|
5122
5276
|
- '&[x-placement*="bottom"] $arrow': {
|
|
5123
5277
|
+ '&[data-popper-placement*="bottom"] $arrow': {
|
|
5124
5278
|
```
|
|
5279
|
+
|
|
5125
5280
|
- Method names have changed.
|
|
5126
5281
|
|
|
5127
5282
|
```diff
|
|
@@ -5236,7 +5391,7 @@ Here are some highlights ✨:
|
|
|
5236
5391
|
|
|
5237
5392
|
## 5.0.0-alpha.13
|
|
5238
5393
|
|
|
5239
|
-
|
|
5394
|
+
_Oct 17, 2020_
|
|
5240
5395
|
|
|
5241
5396
|
A big thanks to the 25 contributors who made this release possible.
|
|
5242
5397
|
Here are some highlights ✨:
|
|
@@ -5362,7 +5517,7 @@ Here are some highlights ✨:
|
|
|
5362
5517
|
|
|
5363
5518
|
## 5.0.0-alpha.12
|
|
5364
5519
|
|
|
5365
|
-
|
|
5520
|
+
_Oct 11, 2020_
|
|
5366
5521
|
|
|
5367
5522
|
A big thanks to the 45 contributors who made this release possible.
|
|
5368
5523
|
Here are some highlights ✨:
|
|
@@ -5586,7 +5741,7 @@ Here are some highlights ✨:
|
|
|
5586
5741
|
|
|
5587
5742
|
## 5.0.0-alpha.11
|
|
5588
5743
|
|
|
5589
|
-
|
|
5744
|
+
_Sep 26, 2020_
|
|
5590
5745
|
|
|
5591
5746
|
A big thanks to the 29 contributors who made this release possible.
|
|
5592
5747
|
Here are some highlights ✨:
|
|
@@ -5820,7 +5975,7 @@ More documentation are coming.
|
|
|
5820
5975
|
|
|
5821
5976
|
## 5.0.0-alpha.10
|
|
5822
5977
|
|
|
5823
|
-
|
|
5978
|
+
_Sep 15, 2020_
|
|
5824
5979
|
|
|
5825
5980
|
A big thanks to the 16 contributors who made this release possible.
|
|
5826
5981
|
Here are some highlights ✨:
|
|
@@ -5885,13 +6040,13 @@ Here are some highlights ✨:
|
|
|
5885
6040
|
|
|
5886
6041
|
Before:
|
|
5887
6042
|
|
|
5888
|
-
```
|
|
6043
|
+
```sh
|
|
5889
6044
|
theme.spacing(2) => 16
|
|
5890
6045
|
```
|
|
5891
6046
|
|
|
5892
6047
|
After:
|
|
5893
6048
|
|
|
5894
|
-
```
|
|
6049
|
+
```sh
|
|
5895
6050
|
theme.spacing(2) => '16px'
|
|
5896
6051
|
```
|
|
5897
6052
|
|
|
@@ -5950,7 +6105,7 @@ Here are some highlights ✨:
|
|
|
5950
6105
|
|
|
5951
6106
|
## 5.0.0-alpha.9
|
|
5952
6107
|
|
|
5953
|
-
|
|
6108
|
+
_Sep 6, 2020_
|
|
5954
6109
|
|
|
5955
6110
|
A big thanks to the 14 contributors who made this release possible.
|
|
5956
6111
|
Here are some highlights ✨:
|
|
@@ -6003,7 +6158,7 @@ Here are some highlights ✨:
|
|
|
6003
6158
|
|
|
6004
6159
|
## 5.0.0-alpha.8
|
|
6005
6160
|
|
|
6006
|
-
|
|
6161
|
+
_Aug 31, 2020_
|
|
6007
6162
|
|
|
6008
6163
|
A big thanks to the 19 contributors who made this release possible.
|
|
6009
6164
|
Here are some highlights ✨:
|
|
@@ -6179,7 +6334,7 @@ const theme = createMuiTheme({
|
|
|
6179
6334
|
|
|
6180
6335
|
## 5.0.0-alpha.7
|
|
6181
6336
|
|
|
6182
|
-
|
|
6337
|
+
_Aug 22, 2020_
|
|
6183
6338
|
|
|
6184
6339
|
A big thanks to the 22 contributors who made this release possible.
|
|
6185
6340
|
Here are some highlights ✨:
|
|
@@ -6309,7 +6464,7 @@ Here are some highlights ✨:
|
|
|
6309
6464
|
|
|
6310
6465
|
## 5.0.0-alpha.6
|
|
6311
6466
|
|
|
6312
|
-
|
|
6467
|
+
_Aug 13, 2020_
|
|
6313
6468
|
|
|
6314
6469
|
A big thanks to the 26 contributors who made this release possible.
|
|
6315
6470
|
Here are some highlights ✨:
|
|
@@ -6352,7 +6507,7 @@ Here are some highlights ✨:
|
|
|
6352
6507
|
|
|
6353
6508
|
### `@material-ui/core@v5.0.0-alpha.6`
|
|
6354
6509
|
|
|
6355
|
-
|
|
6510
|
+
#### Breaking changes
|
|
6356
6511
|
|
|
6357
6512
|
- [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
|
|
6358
6513
|
Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6511,7 +6666,7 @@ Here are some highlights ✨:
|
|
|
6511
6666
|
+},
|
|
6512
6667
|
```
|
|
6513
6668
|
|
|
6514
|
-
|
|
6669
|
+
#### Changes
|
|
6515
6670
|
|
|
6516
6671
|
- [Avatar] Custom variant (#22139) @mnajdova
|
|
6517
6672
|
- [Badge] Add missing class key (#22095) @kodai3
|
|
@@ -6531,7 +6686,7 @@ Here are some highlights ✨:
|
|
|
6531
6686
|
|
|
6532
6687
|
### `@material-ui/lab@v5.0.0-alpha.6`
|
|
6533
6688
|
|
|
6534
|
-
|
|
6689
|
+
#### Breaking changes
|
|
6535
6690
|
|
|
6536
6691
|
- [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
|
|
6537
6692
|
Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
|
|
@@ -6543,7 +6698,7 @@ Here are some highlights ✨:
|
|
|
6543
6698
|
+<Skeleton variant="rectangular">
|
|
6544
6699
|
```
|
|
6545
6700
|
|
|
6546
|
-
|
|
6701
|
+
#### Changes
|
|
6547
6702
|
|
|
6548
6703
|
- [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
|
|
6549
6704
|
- [TreeView] Add disabled prop (#20133) @netochaves
|
|
@@ -6595,7 +6750,7 @@ Here are some highlights ✨:
|
|
|
6595
6750
|
|
|
6596
6751
|
## 5.0.0-alpha.5
|
|
6597
6752
|
|
|
6598
|
-
|
|
6753
|
+
_July 28, 2020_
|
|
6599
6754
|
|
|
6600
6755
|
A big thanks to the 18 contributors who made this release possible.
|
|
6601
6756
|
|
|
@@ -6666,7 +6821,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
6666
6821
|
|
|
6667
6822
|
## 5.0.0-alpha.4
|
|
6668
6823
|
|
|
6669
|
-
|
|
6824
|
+
_July 19, 2020_
|
|
6670
6825
|
|
|
6671
6826
|
A big thanks to the 11 contributors who made this release possible.
|
|
6672
6827
|
|
|
@@ -6708,7 +6863,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
6708
6863
|
|
|
6709
6864
|
## 5.0.0-alpha.3
|
|
6710
6865
|
|
|
6711
|
-
|
|
6866
|
+
_July 12, 2020_
|
|
6712
6867
|
|
|
6713
6868
|
A big thanks to the 14 contributors who made this release possible.
|
|
6714
6869
|
|
|
@@ -6757,7 +6912,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
6757
6912
|
|
|
6758
6913
|
## 5.0.0-alpha.2
|
|
6759
6914
|
|
|
6760
|
-
|
|
6915
|
+
_July 4, 2020_
|
|
6761
6916
|
|
|
6762
6917
|
A big thanks to the 16 contributors who made this release possible.
|
|
6763
6918
|
|
|
@@ -6819,7 +6974,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
6819
6974
|
|
|
6820
6975
|
## 5.0.0-alpha.1
|
|
6821
6976
|
|
|
6822
|
-
|
|
6977
|
+
_June 27, 2020_
|
|
6823
6978
|
|
|
6824
6979
|
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
|
|
6825
6980
|
|
|
@@ -6935,6 +7090,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
6935
7090
|
```
|
|
6936
7091
|
|
|
6937
7092
|
- [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
7093
|
+
|
|
6938
7094
|
```diff
|
|
6939
7095
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|
|
6940
7096
|
+<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for emotion.",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.16.
|
|
29
|
+
"@babel/runtime": "^7.16.7",
|
|
30
30
|
"@emotion/cache": "^11.7.1",
|
|
31
31
|
"prop-types": "^15.7.2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@emotion/react": "^11.4.1",
|
|
35
35
|
"@emotion/styled": "^11.3.0",
|
|
36
|
-
"react": "^17.0.
|
|
36
|
+
"react": "^17.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@emotion/react": {
|