@mui/lab 5.0.0-alpha.171 → 5.0.0-alpha.173
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 +128 -22
- 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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,112 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 5.16.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.16.4..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 25, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/utils@5.16.5`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 1 -->[utils] Add dependency to @mui/types (@mnajdova) (#43047) @mnajdova
|
|
14
|
+
|
|
15
|
+
### Docs
|
|
16
|
+
|
|
17
|
+
- ​<!-- 4 -->[material-ui][joy-ui][Autocomplete] Fix `Hint` demo (@ManthanGajjar) (#43039) @ManthanGajjar
|
|
18
|
+
- ​<!-- 3 -->Fix CHANGELOG convention @oliviertassinari
|
|
19
|
+
- ​<!-- 2 -->[material-ui] Fix broken image links in blog template on master branch (#42969) @navedqb
|
|
20
|
+
|
|
21
|
+
All contributors of this release in alphabetical order: @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari
|
|
22
|
+
|
|
23
|
+
## 5.16.4
|
|
24
|
+
|
|
25
|
+
<!-- generated comparing v5.16.3..master -->
|
|
26
|
+
|
|
27
|
+
_Jul 16, 2024_
|
|
28
|
+
|
|
29
|
+
A big thanks to the 1 contributor who made this release possible.
|
|
30
|
+
|
|
31
|
+
### `@mui/material@5.16.4`
|
|
32
|
+
|
|
33
|
+
- ​<!-- 1 -->Fix wrong import in Popover types (#42967) @mnajdova
|
|
34
|
+
|
|
35
|
+
All contributors of this release in alphabetical order: @mnajdova
|
|
36
|
+
|
|
37
|
+
## 5.16.3
|
|
38
|
+
|
|
39
|
+
<!-- generated comparing v5.16.2..master -->
|
|
40
|
+
|
|
41
|
+
_Jul 16, 2024_
|
|
42
|
+
|
|
43
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
44
|
+
|
|
45
|
+
### `@mui/material@5.16.3`
|
|
46
|
+
|
|
47
|
+
- ​<!-- 1 -->[material] Add missing dependency (#42959) @mnajdova
|
|
48
|
+
|
|
49
|
+
### Docs
|
|
50
|
+
|
|
51
|
+
- ​<!-- 3 -->[material-ui][Autocomplete] Add instructions about `autosuggest-highlight` dependency (#42953) @HoFa1997
|
|
52
|
+
- ​<!-- 2 -->Move feedback from Canny to GitHub @oliviertassinari
|
|
53
|
+
|
|
54
|
+
All contributors of this release in alphabetical order: @HoFa1997, @mnajdova, @oliviertassinari
|
|
55
|
+
|
|
56
|
+
## 5.16.2
|
|
57
|
+
|
|
58
|
+
<!-- generated comparing v5.16.1..master -->
|
|
59
|
+
|
|
60
|
+
_Jul 16, 2024_
|
|
61
|
+
|
|
62
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
63
|
+
|
|
64
|
+
### `@mui/material@5.16.2`
|
|
65
|
+
|
|
66
|
+
- ​<!-- 2 -->[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova
|
|
67
|
+
|
|
68
|
+
### Core
|
|
69
|
+
|
|
70
|
+
- ​<!-- 1 -->[website] Sync /about page @oliviertassinari
|
|
71
|
+
|
|
72
|
+
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
73
|
+
|
|
74
|
+
## 5.16.1
|
|
75
|
+
|
|
76
|
+
_Jul 11, 2024_
|
|
77
|
+
|
|
78
|
+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
79
|
+
|
|
80
|
+
- ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
|
|
81
|
+
|
|
82
|
+
### `@mui/material@5.16.1`
|
|
83
|
+
|
|
84
|
+
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
|
|
85
|
+
|
|
86
|
+
### `@mui/joy@5.0.0-beta.48`
|
|
87
|
+
|
|
88
|
+
- [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
|
|
89
|
+
|
|
90
|
+
### Docs
|
|
91
|
+
|
|
92
|
+
- [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
|
|
93
|
+
- [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
|
|
94
|
+
- Fix typos (@omahs) (#42888) @omahs
|
|
95
|
+
- Fix 301 @oliviertassinari
|
|
96
|
+
|
|
97
|
+
### Core
|
|
98
|
+
|
|
99
|
+
- [core] Bump React to 18.3.1 (#42846) @aarongarciah
|
|
100
|
+
- [core] Remove react-test-renderer (#42853) @aarongarciah
|
|
101
|
+
- [core] Replace enzyme in describeConformance (#42847) @aarongarciah
|
|
102
|
+
- [test] Remove enzyme (#42850) @aarongarciah
|
|
103
|
+
- [test] Remove createMount test util (#42849) @aarongarciah
|
|
104
|
+
- [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
|
|
105
|
+
- [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
|
|
106
|
+
|
|
107
|
+
All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
|
|
108
|
+
|
|
109
|
+
## 5.16.0
|
|
4
110
|
|
|
5
111
|
<!-- generated comparing v5.15.21..master -->
|
|
6
112
|
|
|
@@ -28,7 +134,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
28
134
|
|
|
29
135
|
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
|
|
30
136
|
|
|
31
|
-
##
|
|
137
|
+
## 5.15.21
|
|
32
138
|
|
|
33
139
|
<!-- generated comparing v5.15.20..master -->
|
|
34
140
|
|
|
@@ -58,7 +164,7 @@ A big thanks to the 7 contributors who made this release possible.
|
|
|
58
164
|
|
|
59
165
|
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
|
|
60
166
|
|
|
61
|
-
##
|
|
167
|
+
## 5.15.20
|
|
62
168
|
|
|
63
169
|
<!-- generated comparing v5.15.19..master -->
|
|
64
170
|
|
|
@@ -99,7 +205,7 @@ A big thanks to the 9 contributors who made this release possible.
|
|
|
99
205
|
|
|
100
206
|
All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
|
|
101
207
|
|
|
102
|
-
##
|
|
208
|
+
## 5.15.19
|
|
103
209
|
|
|
104
210
|
<!-- generated comparing v5.15.18..master -->
|
|
105
211
|
|
|
@@ -138,7 +244,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
138
244
|
|
|
139
245
|
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
|
|
140
246
|
|
|
141
|
-
##
|
|
247
|
+
## 5.15.18
|
|
142
248
|
|
|
143
249
|
<!-- generated comparing v5.15.17..master -->
|
|
144
250
|
|
|
@@ -163,7 +269,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
|
|
|
163
269
|
|
|
164
270
|
All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
165
271
|
|
|
166
|
-
##
|
|
272
|
+
## 5.15.17
|
|
167
273
|
|
|
168
274
|
<!-- generated comparing v5.15.16..master -->
|
|
169
275
|
|
|
@@ -194,7 +300,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
194
300
|
|
|
195
301
|
All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
|
|
196
302
|
|
|
197
|
-
##
|
|
303
|
+
## 5.15.16
|
|
198
304
|
|
|
199
305
|
<!-- generated comparing v5.15.15..master -->
|
|
200
306
|
|
|
@@ -246,7 +352,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
246
352
|
|
|
247
353
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
|
|
248
354
|
|
|
249
|
-
##
|
|
355
|
+
## 5.15.15
|
|
250
356
|
|
|
251
357
|
<!-- generated comparing v5.15.14..master -->
|
|
252
358
|
|
|
@@ -286,7 +392,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
286
392
|
|
|
287
393
|
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
288
394
|
|
|
289
|
-
##
|
|
395
|
+
## 5.15.14
|
|
290
396
|
|
|
291
397
|
<!-- generated comparing v5.15.13..master -->
|
|
292
398
|
|
|
@@ -342,7 +448,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
342
448
|
|
|
343
449
|
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
344
450
|
|
|
345
|
-
##
|
|
451
|
+
## 5.15.13
|
|
346
452
|
|
|
347
453
|
<!-- generated comparing v5.15.12..master -->
|
|
348
454
|
|
|
@@ -434,7 +540,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
434
540
|
|
|
435
541
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
436
542
|
|
|
437
|
-
##
|
|
543
|
+
## 5.15.12
|
|
438
544
|
|
|
439
545
|
<!-- generated comparing v5.15.11..master -->
|
|
440
546
|
|
|
@@ -516,7 +622,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
516
622
|
|
|
517
623
|
All contributors of this release in alphabetical order: @alexfauquette, @atomiks, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli
|
|
518
624
|
|
|
519
|
-
##
|
|
625
|
+
## 5.15.11
|
|
520
626
|
|
|
521
627
|
<!-- generated comparing v5.15.10..master -->
|
|
522
628
|
|
|
@@ -632,7 +738,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
632
738
|
|
|
633
739
|
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
634
740
|
|
|
635
|
-
##
|
|
741
|
+
## 5.15.10
|
|
636
742
|
|
|
637
743
|
<!-- generated comparing v5.15.9..master -->
|
|
638
744
|
|
|
@@ -680,7 +786,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
680
786
|
|
|
681
787
|
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
|
|
682
788
|
|
|
683
|
-
##
|
|
789
|
+
## 5.15.9<!-- generated comparing v5.15.8..master -->
|
|
684
790
|
|
|
685
791
|
_Feb 8, 2024_
|
|
686
792
|
|
|
@@ -715,7 +821,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
715
821
|
|
|
716
822
|
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
|
|
717
823
|
|
|
718
|
-
##
|
|
824
|
+
## 5.15.8<!-- generated comparing v5.15.7..master -->
|
|
719
825
|
|
|
720
826
|
_Feb 6, 2024_
|
|
721
827
|
|
|
@@ -794,7 +900,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
794
900
|
|
|
795
901
|
All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
|
|
796
902
|
|
|
797
|
-
##
|
|
903
|
+
## 5.15.7
|
|
798
904
|
|
|
799
905
|
<!-- generated comparing v5.15.6..master -->
|
|
800
906
|
|
|
@@ -889,7 +995,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
889
995
|
|
|
890
996
|
All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
|
|
891
997
|
|
|
892
|
-
##
|
|
998
|
+
## 5.15.6
|
|
893
999
|
|
|
894
1000
|
<!-- generated comparing v5.15.5..master -->
|
|
895
1001
|
|
|
@@ -948,7 +1054,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
948
1054
|
|
|
949
1055
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
|
|
950
1056
|
|
|
951
|
-
##
|
|
1057
|
+
## 5.15.5
|
|
952
1058
|
|
|
953
1059
|
<!-- generated comparing v5.15.4..master -->
|
|
954
1060
|
|
|
@@ -5029,7 +5135,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
5029
5135
|
|
|
5030
5136
|
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
5031
5137
|
|
|
5032
|
-
##
|
|
5138
|
+
## 5.10.14
|
|
5033
5139
|
|
|
5034
5140
|
<!-- generated comparing v5.10.13..master -->
|
|
5035
5141
|
|
|
@@ -5097,7 +5203,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5097
5203
|
|
|
5098
5204
|
All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @cherniavskii, @danilo-leal, @hbjORbj, @Janpot, @kennethbigler, @kushagra010, @michaldudak, @mnajdova, @ofir5300, @oliviertassinari, @sai6855, @sfavello, @sidtohan, @siriwatknp, @Studio384
|
|
5099
5205
|
|
|
5100
|
-
##
|
|
5206
|
+
## 5.10.13
|
|
5101
5207
|
|
|
5102
5208
|
<!-- generated comparing v5.10.12..master -->
|
|
5103
5209
|
|
|
@@ -5155,7 +5261,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
5155
5261
|
|
|
5156
5262
|
All contributors of this release in alphabetical order: @akshaya-venkatesh8, @alexfauquette, @hbjORbj, @Janpot, @jesrodri, @michaldudak, @oliviertassinari, @PetroSilenius, @samuelsycamore, @shivam1646, @siriwatknp, @trizotti
|
|
5157
5263
|
|
|
5158
|
-
##
|
|
5264
|
+
## 5.10.12
|
|
5159
5265
|
|
|
5160
5266
|
<!-- generated comparing v5.10.11..master -->
|
|
5161
5267
|
|
|
@@ -5231,7 +5337,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5231
5337
|
|
|
5232
5338
|
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @EduardoSCosta, @emlai, @hbjORbj, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @punithnayak, @PunitSoniME, @renovate[bot], @RoodyCode, @samuelsycamore, @siriwatknp, @VinceCYLiao
|
|
5233
5339
|
|
|
5234
|
-
##
|
|
5340
|
+
## 5.10.11
|
|
5235
5341
|
|
|
5236
5342
|
<!-- generated comparing v5.10.10..master -->
|
|
5237
5343
|
|
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/lab",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.173",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@babel/runtime": "^7.23.9",
|
|
32
32
|
"clsx": "^2.1.0",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/
|
|
35
|
-
"@mui/system": "^5.16.
|
|
36
|
-
"@mui/
|
|
37
|
-
"@mui/
|
|
34
|
+
"@mui/types": "^7.2.15",
|
|
35
|
+
"@mui/system": "^5.16.5",
|
|
36
|
+
"@mui/utils": "^5.16.5",
|
|
37
|
+
"@mui/base": "5.0.0-beta.40"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@emotion/react": "^11.5.0",
|