@mui/private-theming 6.0.0-beta.0 → 6.0.0-beta.3
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 +473 -31
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,112 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 6.0.0-beta.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-beta.2..next -->
|
|
6
|
+
|
|
7
|
+
_Jul 24, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 New version of the free Dashboard template, now with more components and an improved layout.
|
|
12
|
+
|
|
13
|
+
### `@mui/codemod@6.0.0-beta.3`
|
|
14
|
+
|
|
15
|
+
- ​<!-- 17 -->Fix Divider props codemod (#42919) @aarongarciah
|
|
16
|
+
|
|
17
|
+
### `@mui/material@6.0.0-beta.3`
|
|
18
|
+
|
|
19
|
+
- ​<!-- 06 -->Fix Accessing element.ref (#42818) @sai6855
|
|
20
|
+
- ​<!-- 05 -->Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
|
|
21
|
+
- ​<!-- 03 -->[Typography] Deprecate `paragraph` prop (#42383) @walston
|
|
22
|
+
- ​<!-- 03 -->[Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
|
|
23
|
+
|
|
24
|
+
### `@mui/material-nextjs@6.0.0-beta.3`
|
|
25
|
+
|
|
26
|
+
- ​<!-- 04 -->[material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
|
|
27
|
+
- ​<!-- 02 -->[material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
|
|
28
|
+
|
|
29
|
+
### `@mui/utils@6.0.0-beta.3`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 02 -->[utils] Add dependency to @mui/types (#43029) @mnajdova
|
|
32
|
+
|
|
33
|
+
### Docs
|
|
34
|
+
|
|
35
|
+
- ​<!-- 22 -->[material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
|
|
36
|
+
- ​<!-- 19 -->[docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
|
|
37
|
+
- ​<!-- 16 -->[docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
|
|
38
|
+
- ​<!-- 13 -->[docs] Remove stringify theme import (#43032) @siriwatknp
|
|
39
|
+
- ​<!-- 12 -->[docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
|
|
40
|
+
- ​<!-- 11 -->[docs] Fix migration typo (#42976) @mnajdova
|
|
41
|
+
- ​<!-- 08 -->[material-ui] Add improvements to Dashboard template (#42445) @zanivan
|
|
42
|
+
- ​<!-- 07 -->[material-ui] Fix broken image links in blog template (#42956) @navedqb
|
|
43
|
+
|
|
44
|
+
### Core
|
|
45
|
+
|
|
46
|
+
- ​<!-- 23 -->[code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
|
|
47
|
+
- ​<!-- 21 -->[code-infra] Fix pnpm lock file (#43030) @Janpot
|
|
48
|
+
- ​<!-- 20 -->[code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
|
|
49
|
+
- ​<!-- 19 -->[code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
|
|
50
|
+
- ​<!-- 18 -->[code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
|
|
51
|
+
- ​<!-- 16 -->[core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
|
|
52
|
+
- ​<!-- 15 -->[core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
|
|
53
|
+
- ​<!-- 14 -->[core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
|
|
54
|
+
- ​<!-- 10 -->[docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
|
|
55
|
+
- ​<!-- 09 -->[docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
|
|
56
|
+
- ​<!-- 02 -->[test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
|
|
57
|
+
- ​<!-- 01 -->[website] Fix strange focus-visible on hover (#42924) @oliviertassinari
|
|
58
|
+
|
|
59
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @brijeshb42, @cherniavskii, @DiegoAndai, @Janpot, @jeloagnasin, @LukasTy, @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari, @sai6855, @siriwatknp, @walston, @zanivan, @ZouYouShun
|
|
60
|
+
|
|
61
|
+
## 6.0.0-beta.2
|
|
62
|
+
|
|
63
|
+
<!-- generated comparing v6.0.0-beta.1..next -->
|
|
64
|
+
|
|
65
|
+
_Jul 16, 2024_
|
|
66
|
+
|
|
67
|
+
### `@mui/material@6.0.0-beta.2`
|
|
68
|
+
|
|
69
|
+
- ​<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
|
|
70
|
+
|
|
71
|
+
### Docs
|
|
72
|
+
|
|
73
|
+
- ​<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
76
|
+
|
|
77
|
+
## 6.0.0-beta.1
|
|
78
|
+
|
|
79
|
+
<!-- generated comparing v6.0.0-beta.0..next -->
|
|
80
|
+
|
|
81
|
+
_Jul 16, 2024_
|
|
82
|
+
|
|
83
|
+
A big thanks to the 6 contributors who made this release possible.
|
|
84
|
+
|
|
85
|
+
### `@mui/material@6.0.0-beta.1`
|
|
86
|
+
|
|
87
|
+
- ​<!-- 03 -->Remove dependency on @mui/base (#42907) @mnajdova
|
|
88
|
+
- ​<!-- 02 -->Set material-pigment-css to public (#42912) @siriwatknp
|
|
89
|
+
|
|
90
|
+
### `@mui/codemod@6.0.0-beta.1`
|
|
91
|
+
|
|
92
|
+
- ​<!-- 10 -->Support sx conditional inside spread element (#42894) @siriwatknp
|
|
93
|
+
|
|
94
|
+
### Docs
|
|
95
|
+
|
|
96
|
+
- ​<!-- 07 -->Fix 301 link @oliviertassinari
|
|
97
|
+
- ​<!-- 04 -->[material-ui] Add script to generate template screenshots (#42903) @siriwatknp
|
|
98
|
+
|
|
99
|
+
### Core
|
|
100
|
+
|
|
101
|
+
- ​<!-- 09 -->[core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
|
|
102
|
+
- ​<!-- 08 -->[core] Normalize rest / other to match the most common used @oliviertassinari
|
|
103
|
+
- ​<!-- 06 -->[docs-infra] Move Ads component to TS (#42842) @alexfauquette
|
|
104
|
+
- ​<!-- 05 -->[docs-infra] Support code tabs overflow (#42913) @arminmeh
|
|
105
|
+
- ​<!-- 01 -->[website] Sync /about page @oliviertassinari
|
|
106
|
+
|
|
107
|
+
All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
|
|
108
|
+
|
|
109
|
+
## 6.0.0-beta.0
|
|
4
110
|
|
|
5
111
|
<!-- generated comparing v6.0.0-alpha.14..next -->
|
|
6
112
|
|
|
@@ -45,7 +151,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
45
151
|
|
|
46
152
|
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
|
|
47
153
|
|
|
48
|
-
##
|
|
154
|
+
## 6.0.0-alpha.14
|
|
49
155
|
|
|
50
156
|
<!-- generated comparing v6.0.0-alpha.13..next -->
|
|
51
157
|
|
|
@@ -97,7 +203,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
97
203
|
|
|
98
204
|
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
|
|
99
205
|
|
|
100
|
-
##
|
|
206
|
+
## 6.0.0-alpha.13
|
|
101
207
|
|
|
102
208
|
<!-- generated comparing v6.0.0-alpha.12..next -->
|
|
103
209
|
|
|
@@ -136,7 +242,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
136
242
|
|
|
137
243
|
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
|
|
138
244
|
|
|
139
|
-
##
|
|
245
|
+
## 6.0.0-alpha.12
|
|
140
246
|
|
|
141
247
|
<!-- generated comparing v6.0.0-alpha.11..next -->
|
|
142
248
|
|
|
@@ -205,7 +311,7 @@ A big thanks to the 17 contributors who made this release possible.
|
|
|
205
311
|
|
|
206
312
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
|
|
207
313
|
|
|
208
|
-
##
|
|
314
|
+
## 6.0.0-alpha.11
|
|
209
315
|
|
|
210
316
|
<!-- generated comparing v6.0.0-alpha.10..next -->
|
|
211
317
|
|
|
@@ -281,7 +387,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
281
387
|
|
|
282
388
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
|
|
283
389
|
|
|
284
|
-
##
|
|
390
|
+
## 6.0.0-alpha.10
|
|
285
391
|
|
|
286
392
|
<!-- generated comparing v6.0.0-alpha.9..next -->
|
|
287
393
|
|
|
@@ -328,7 +434,7 @@ A big thanks to the 7 contributors who made this release possible.
|
|
|
328
434
|
|
|
329
435
|
All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
|
|
330
436
|
|
|
331
|
-
##
|
|
437
|
+
## 6.0.0-alpha.9
|
|
332
438
|
|
|
333
439
|
<!-- generated comparing v6.0.0-alpha.8..next -->
|
|
334
440
|
|
|
@@ -404,7 +510,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
404
510
|
|
|
405
511
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @apedroferreira, @brijeshb42, @cherniavskii, @ChronicusUA, @danilo-leal, @DiegoAndai, @fedirjh, @j4marcos, @Janpot, @KenanYusuf, @lhilgert9, @lucasgmelo, @MatheusEli, @mihilt, @mnajdova, @nikitaa24, @oliviertassinari, @sayoubiaf, @siriwatknp, @tjcouch-sil, @ZeeshanTamboli
|
|
406
512
|
|
|
407
|
-
##
|
|
513
|
+
## 6.0.0-alpha.8
|
|
408
514
|
|
|
409
515
|
<!-- generated comparing v6.0.0-alpha.7..next -->
|
|
410
516
|
|
|
@@ -439,7 +545,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
439
545
|
|
|
440
546
|
All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
441
547
|
|
|
442
|
-
##
|
|
548
|
+
## 6.0.0-alpha.7
|
|
443
549
|
|
|
444
550
|
<!-- generated comparing v6.0.0-alpha.6..next -->
|
|
445
551
|
|
|
@@ -486,7 +592,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
486
592
|
|
|
487
593
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
488
594
|
|
|
489
|
-
##
|
|
595
|
+
## 6.0.0-alpha.6
|
|
490
596
|
|
|
491
597
|
<!-- generated comparing v6.0.0-alpha.5..next -->
|
|
492
598
|
|
|
@@ -534,7 +640,7 @@ A big thanks to the 10 contributors who made this release possible.
|
|
|
534
640
|
|
|
535
641
|
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
536
642
|
|
|
537
|
-
##
|
|
643
|
+
## 6.0.0-alpha.5
|
|
538
644
|
|
|
539
645
|
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
540
646
|
|
|
@@ -572,7 +678,7 @@ A big thanks to the 9 contributors who made this release possible.
|
|
|
572
678
|
|
|
573
679
|
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
574
680
|
|
|
575
|
-
##
|
|
681
|
+
## 6.0.0-alpha.4
|
|
576
682
|
|
|
577
683
|
<!-- generated comparing v6.0.0-alpha.3..next -->
|
|
578
684
|
|
|
@@ -627,7 +733,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
627
733
|
|
|
628
734
|
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
629
735
|
|
|
630
|
-
##
|
|
736
|
+
## 6.0.0-alpha.3
|
|
631
737
|
|
|
632
738
|
<!-- generated comparing v6.0.0-alpha.2..next -->
|
|
633
739
|
|
|
@@ -700,7 +806,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
700
806
|
|
|
701
807
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
|
|
702
808
|
|
|
703
|
-
##
|
|
809
|
+
## 6.0.0-alpha.2
|
|
704
810
|
|
|
705
811
|
<!-- generated comparing v6.0.0-alpha.1..next -->
|
|
706
812
|
|
|
@@ -739,7 +845,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
739
845
|
|
|
740
846
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
741
847
|
|
|
742
|
-
##
|
|
848
|
+
## 6.0.0-alpha.1
|
|
743
849
|
|
|
744
850
|
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
745
851
|
|
|
@@ -826,7 +932,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
826
932
|
|
|
827
933
|
All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli
|
|
828
934
|
|
|
829
|
-
##
|
|
935
|
+
## 6.0.0-alpha.0
|
|
830
936
|
|
|
831
937
|
<!-- generated comparing v5.15.14..next -->
|
|
832
938
|
|
|
@@ -905,7 +1011,339 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
905
1011
|
|
|
906
1012
|
All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
|
|
907
1013
|
|
|
908
|
-
##
|
|
1014
|
+
## 5.16.4
|
|
1015
|
+
|
|
1016
|
+
<!-- generated comparing v5.16.3..master -->
|
|
1017
|
+
|
|
1018
|
+
_Jul 16, 2024_
|
|
1019
|
+
|
|
1020
|
+
A big thanks to the 1 contributor who made this release possible.
|
|
1021
|
+
|
|
1022
|
+
### `@mui/material@5.16.4`
|
|
1023
|
+
|
|
1024
|
+
- ​<!-- 1 -->Fix wrong import in Popover types (#42967) @mnajdova
|
|
1025
|
+
|
|
1026
|
+
All contributors of this release in alphabetical order: @mnajdova
|
|
1027
|
+
|
|
1028
|
+
## 5.16.3
|
|
1029
|
+
|
|
1030
|
+
<!-- generated comparing v5.16.2..master -->
|
|
1031
|
+
|
|
1032
|
+
_Jul 16, 2024_
|
|
1033
|
+
|
|
1034
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
1035
|
+
|
|
1036
|
+
### `@mui/material@5.16.3`
|
|
1037
|
+
|
|
1038
|
+
- ​<!-- 1 -->[material] Add missing dependency (#42959) @mnajdova
|
|
1039
|
+
|
|
1040
|
+
### Docs
|
|
1041
|
+
|
|
1042
|
+
- ​<!-- 3 -->[material-ui][Autocomplete] Add instructions about `autosuggest-highlight` dependency (#42953) @HoFa1997
|
|
1043
|
+
- ​<!-- 2 -->Move feedback from Canny to GitHub @oliviertassinari
|
|
1044
|
+
|
|
1045
|
+
All contributors of this release in alphabetical order: @HoFa1997, @mnajdova, @oliviertassinari
|
|
1046
|
+
|
|
1047
|
+
## 5.16.2
|
|
1048
|
+
|
|
1049
|
+
<!-- generated comparing v5.16.1..master -->
|
|
1050
|
+
|
|
1051
|
+
_Jul 16, 2024_
|
|
1052
|
+
|
|
1053
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
1054
|
+
|
|
1055
|
+
### `@mui/material@5.16.2`
|
|
1056
|
+
|
|
1057
|
+
- ​<!-- 2 -->[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova
|
|
1058
|
+
|
|
1059
|
+
### Core
|
|
1060
|
+
|
|
1061
|
+
- ​<!-- 1 -->[website] Sync /about page @oliviertassinari
|
|
1062
|
+
|
|
1063
|
+
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
1064
|
+
|
|
1065
|
+
## 5.16.1
|
|
1066
|
+
|
|
1067
|
+
_Jul 11, 2024_
|
|
1068
|
+
|
|
1069
|
+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
1070
|
+
|
|
1071
|
+
- ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
|
|
1072
|
+
|
|
1073
|
+
### `@mui/material@5.16.1`
|
|
1074
|
+
|
|
1075
|
+
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
|
|
1076
|
+
|
|
1077
|
+
### `@mui/joy@5.0.0-beta.48`
|
|
1078
|
+
|
|
1079
|
+
- [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
|
|
1080
|
+
|
|
1081
|
+
### Docs
|
|
1082
|
+
|
|
1083
|
+
- [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
|
|
1084
|
+
- [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
|
|
1085
|
+
- Fix typos (@omahs) (#42888) @omahs
|
|
1086
|
+
- Fix 301 @oliviertassinari
|
|
1087
|
+
|
|
1088
|
+
### Core
|
|
1089
|
+
|
|
1090
|
+
- [core] Bump React to 18.3.1 (#42846) @aarongarciah
|
|
1091
|
+
- [core] Remove react-test-renderer (#42853) @aarongarciah
|
|
1092
|
+
- [core] Replace enzyme in describeConformance (#42847) @aarongarciah
|
|
1093
|
+
- [test] Remove enzyme (#42850) @aarongarciah
|
|
1094
|
+
- [test] Remove createMount test util (#42849) @aarongarciah
|
|
1095
|
+
- [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
|
|
1096
|
+
- [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
|
|
1097
|
+
|
|
1098
|
+
All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
|
|
1099
|
+
|
|
1100
|
+
## 5.16.0
|
|
1101
|
+
|
|
1102
|
+
<!-- generated comparing v5.15.21..master -->
|
|
1103
|
+
|
|
1104
|
+
_Jul 5, 2024_
|
|
1105
|
+
|
|
1106
|
+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
1107
|
+
|
|
1108
|
+
- 🚀 Added `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
|
|
1109
|
+
|
|
1110
|
+
### `@mui/material@5.16.0`
|
|
1111
|
+
|
|
1112
|
+
- [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
|
|
1113
|
+
- Add `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
|
|
1114
|
+
- Add `DefaultPropsProvider` (#42820) @siriwatknp
|
|
1115
|
+
- Support `CssVarsTheme` in `responsiveFontSizes` return type (@jxdp) (#42806) @jxdp
|
|
1116
|
+
- Remove warning from `getInitColorSchemeScript` (#42838) @siriwatknp
|
|
1117
|
+
|
|
1118
|
+
### Docs
|
|
1119
|
+
|
|
1120
|
+
- [docs] Fix 301 MDN redirections @oliviertassinari
|
|
1121
|
+
|
|
1122
|
+
### Core
|
|
1123
|
+
|
|
1124
|
+
- [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
|
|
1125
|
+
|
|
1126
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
|
|
1127
|
+
|
|
1128
|
+
## 5.15.21
|
|
1129
|
+
|
|
1130
|
+
<!-- generated comparing v5.15.20..master -->
|
|
1131
|
+
|
|
1132
|
+
_Jun 28, 2024_
|
|
1133
|
+
|
|
1134
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
1135
|
+
|
|
1136
|
+
### `@mui/material@5.15.21`
|
|
1137
|
+
|
|
1138
|
+
- [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
|
|
1139
|
+
- [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
|
|
1140
|
+
|
|
1141
|
+
### Docs
|
|
1142
|
+
|
|
1143
|
+
- Use new email for sponsoring @oliviertassinari
|
|
1144
|
+
- Fix 301 links (@alexfauquette) (#42700) @alexfauquette
|
|
1145
|
+
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
|
|
1146
|
+
- [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
|
|
1147
|
+
- [material-ui] Fix sign in side image (#42708) @zanivan
|
|
1148
|
+
- [website] Add Ale to team (#42769) @alelthomas
|
|
1149
|
+
|
|
1150
|
+
### Core
|
|
1151
|
+
|
|
1152
|
+
- [core] Cherry pick pnpm updates (#42763) @DiegoAndai
|
|
1153
|
+
- [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
|
|
1154
|
+
- [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
|
|
1155
|
+
|
|
1156
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
|
|
1157
|
+
|
|
1158
|
+
## 5.15.20
|
|
1159
|
+
|
|
1160
|
+
<!-- generated comparing v5.15.19..master -->
|
|
1161
|
+
|
|
1162
|
+
_Jun 12, 2024_
|
|
1163
|
+
|
|
1164
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
1165
|
+
|
|
1166
|
+
### `@mui/material@5.15.20`
|
|
1167
|
+
|
|
1168
|
+
- ​<!-- 17 -->[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
|
|
1169
|
+
- ​<!-- 07 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855
|
|
1170
|
+
|
|
1171
|
+
### `@mui/utils@5.15.15`
|
|
1172
|
+
|
|
1173
|
+
- ​<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy
|
|
1174
|
+
- ​<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai
|
|
1175
|
+
|
|
1176
|
+
### Docs
|
|
1177
|
+
|
|
1178
|
+
- ​<!-- 16 -->[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
|
|
1179
|
+
- ​<!-- 15 -->[docs] Update twitter.com to x.com @oliviertassinari
|
|
1180
|
+
- ​<!-- 14 -->[docs] Simplify Example projects page @oliviertassinari
|
|
1181
|
+
- ​<!-- 13 -->[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
|
|
1182
|
+
- ​<!-- 12 -->[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
|
|
1183
|
+
- ​<!-- 11 -->[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
|
|
1184
|
+
- ​<!-- 10 -->[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
|
|
1185
|
+
- ​<!-- 09 -->[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
|
|
1186
|
+
|
|
1187
|
+
### Core
|
|
1188
|
+
|
|
1189
|
+
- ​<!-- 18 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
|
|
1190
|
+
- ​<!-- 08 -->[examples] Remove Pigment CSS examples (#42538) @sai6855
|
|
1191
|
+
- ​<!-- 05 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
|
|
1192
|
+
- ​<!-- 04 -->[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
|
|
1193
|
+
- ​<!-- 03 -->[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
|
|
1194
|
+
- ​<!-- 02 -->[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
|
|
1195
|
+
- ​<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
|
|
1196
|
+
|
|
1197
|
+
All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
|
|
1198
|
+
|
|
1199
|
+
## 5.15.19
|
|
1200
|
+
|
|
1201
|
+
<!-- generated comparing v5.15.18..master -->
|
|
1202
|
+
|
|
1203
|
+
_May 29, 2024_
|
|
1204
|
+
|
|
1205
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
1206
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1207
|
+
|
|
1208
|
+
### `@mui/material@5.15.19`
|
|
1209
|
+
|
|
1210
|
+
- ​<!-- 19 -->[AlertTitle] Enable extending Typography props (@lucasgmelo) (#42334) @github-actions[bot]
|
|
1211
|
+
- ​<!-- 06 -->[responsiveFontSizes] Handled undefined variants (@brijeshb42) (#42419) @github-actions[bot]
|
|
1212
|
+
- ​<!-- 05 -->[Slider] Fix wrong CSS value (@mnajdova) (#42373) @github-actions[bot]
|
|
1213
|
+
|
|
1214
|
+
### Docs
|
|
1215
|
+
|
|
1216
|
+
- ​<!-- 13 -->Link to pnpm installation docs (#42420) @aarongarciah
|
|
1217
|
+
- ​<!-- 12 -->Remove LocalMonero (@oliviertassinari) (#42315) @github-actions[bot]
|
|
1218
|
+
- ​<!-- 10 -->[material-ui] Fix typo in style interoperability with Tailwind CSS docs (@ZeeshanTamboli) (#42312) @github-actions[bot]
|
|
1219
|
+
- ​<!-- 09 -->[material-ui][Pagination] Clarify pagination `page` prop API (@Mandar-Pandya) (#42265) @github-actions[bot]
|
|
1220
|
+
- ​<!-- 08 -->[material-ui][Tabs] Improve the Basic Tabs demo (@MatheusEli) (#42426) @github-actions[bot]
|
|
1221
|
+
- ​<!-- 07 -->[pigment-css] Fix duplication of content (#42410) @oliviertassinari
|
|
1222
|
+
|
|
1223
|
+
### Core
|
|
1224
|
+
|
|
1225
|
+
- ​<!-- 18 -->[blog] Add the "Product" tag to the Pigment CSS post (@danilo-leal) (#42366) @github-actions[bot]
|
|
1226
|
+
- ​<!-- 17 -->[blog] Update blog post OG image (@danilo-leal) (#42306) @github-actions[bot]
|
|
1227
|
+
- ​<!-- 16 -->[blog] Update Pigment CSS post (@danilo-leal) (#42267) @github-actions[bot]
|
|
1228
|
+
- ​<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) (#42241) @DiegoAndai
|
|
1229
|
+
- ​<!-- 14 -->[core] Fix a few more key spread issues (@oliviertassinari) (#42318) @github-actions[bot]
|
|
1230
|
+
- ​<!-- 11 -->[docs-infra] Allow JSDoc tags (#42327) @aarongarciah
|
|
1231
|
+
- ​<!-- 04 -->[website] Add Nikita to the about page (@nikitaa24) (#42421) @github-actions[bot]
|
|
1232
|
+
- ​<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (@KenanYusuf) (#42357) @github-actions[bot]
|
|
1233
|
+
- ​<!-- 02 -->[website] Adds Kenan Yusuf to about page (@KenanYusuf) (#42330) @github-actions[bot]
|
|
1234
|
+
- ​<!-- 01 -->[website] Improve about page @oliviertassinari
|
|
1235
|
+
|
|
1236
|
+
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
|
|
1237
|
+
|
|
1238
|
+
## 5.15.18
|
|
1239
|
+
|
|
1240
|
+
<!-- generated comparing v5.15.17..master -->
|
|
1241
|
+
|
|
1242
|
+
_May 14, 2024_
|
|
1243
|
+
|
|
1244
|
+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
1245
|
+
|
|
1246
|
+
### `@mui/material@5.15.18`
|
|
1247
|
+
|
|
1248
|
+
- ​<!-- 6 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (@TahaRhidouani) (#42176) @github-actions[bot]
|
|
1249
|
+
- ​<!-- 3 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (@tarunrajput) (#42250) @github-actions[bot]
|
|
1250
|
+
|
|
1251
|
+
### Docs
|
|
1252
|
+
|
|
1253
|
+
- ​<!-- 4 -->[docs] Fix 301 to Figma @oliviertassinari
|
|
1254
|
+
|
|
1255
|
+
### Core
|
|
1256
|
+
|
|
1257
|
+
- ​<!-- 5 -->[blog] Introducing Pigment CSS blog post (#42198) (#42255) @samuelsycamore
|
|
1258
|
+
- ​<!-- 2 -->[website] Add redirection for talk @oliviertassinari
|
|
1259
|
+
- ​<!-- 1 -->[website] Adds Arthur Balduini team info (@arthurbalduini) (#42226) @github-actions[bot]
|
|
1260
|
+
|
|
1261
|
+
All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
1262
|
+
|
|
1263
|
+
## 5.15.17
|
|
1264
|
+
|
|
1265
|
+
<!-- generated comparing v5.15.16..master -->
|
|
1266
|
+
|
|
1267
|
+
_May 8, 2024_
|
|
1268
|
+
|
|
1269
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
1270
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1271
|
+
|
|
1272
|
+
### `@mui/material@5.15.17`
|
|
1273
|
+
|
|
1274
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
1275
|
+
|
|
1276
|
+
### Docs
|
|
1277
|
+
|
|
1278
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
1279
|
+
- [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
|
|
1280
|
+
- [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
|
|
1281
|
+
|
|
1282
|
+
### Core
|
|
1283
|
+
|
|
1284
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
1285
|
+
- [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
|
|
1286
|
+
- [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
|
|
1287
|
+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
1288
|
+
- [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
|
|
1289
|
+
- [website] Closing the survey @oliviertassinari
|
|
1290
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
1291
|
+
|
|
1292
|
+
All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
|
|
1293
|
+
|
|
1294
|
+
## 5.15.16
|
|
1295
|
+
|
|
1296
|
+
<!-- generated comparing v5.15.15..master -->
|
|
1297
|
+
|
|
1298
|
+
_May 1, 2024_
|
|
1299
|
+
|
|
1300
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
1301
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1302
|
+
|
|
1303
|
+
### `@mui/material@5.15.16`
|
|
1304
|
+
|
|
1305
|
+
- [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
|
|
1306
|
+
- [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
|
|
1307
|
+
- —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
|
|
1308
|
+
|
|
1309
|
+
### Docs
|
|
1310
|
+
|
|
1311
|
+
- Fix small SEO issues @oliviertassinari
|
|
1312
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
1313
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
1314
|
+
- Fix 301 image redirections @oliviertassinari
|
|
1315
|
+
- Fix small SEO issues @oliviertassinari
|
|
1316
|
+
- Fix 301 redirection @oliviertassinari
|
|
1317
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
1318
|
+
- Fix 301 links @oliviertassinari
|
|
1319
|
+
- [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
|
|
1320
|
+
- [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
|
|
1321
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
|
|
1322
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
|
|
1323
|
+
- [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
|
|
1324
|
+
- [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
|
|
1325
|
+
- [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
|
|
1326
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
|
|
1327
|
+
- [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
|
|
1328
|
+
|
|
1329
|
+
### Core
|
|
1330
|
+
|
|
1331
|
+
- [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
|
|
1332
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
|
|
1333
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
1334
|
+
- [docs-infra] Use edge function for card generation (#41188) @alexfauquette
|
|
1335
|
+
- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
|
|
1336
|
+
- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
|
|
1337
|
+
- [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
|
|
1338
|
+
- [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
|
|
1339
|
+
- [website] Add Nadja on the about page (#42054) @mnajdova
|
|
1340
|
+
- [website] Close the `Design Engineer - X` role (#42014) @DanailH
|
|
1341
|
+
- [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
|
|
1342
|
+
- [website] Add Jose to About Us (#41759) @JCQuintas
|
|
1343
|
+
|
|
1344
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
|
|
1345
|
+
|
|
1346
|
+
## 5.15.15
|
|
909
1347
|
|
|
910
1348
|
<!-- generated comparing v5.15.14..master -->
|
|
911
1349
|
|
|
@@ -945,7 +1383,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
945
1383
|
|
|
946
1384
|
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
947
1385
|
|
|
948
|
-
##
|
|
1386
|
+
## 5.15.14
|
|
949
1387
|
|
|
950
1388
|
<!-- generated comparing v5.15.13..master -->
|
|
951
1389
|
|
|
@@ -1001,7 +1439,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1001
1439
|
|
|
1002
1440
|
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
1003
1441
|
|
|
1004
|
-
##
|
|
1442
|
+
## 5.15.13
|
|
1005
1443
|
|
|
1006
1444
|
<!-- generated comparing v5.15.12..master -->
|
|
1007
1445
|
|
|
@@ -1093,7 +1531,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1093
1531
|
|
|
1094
1532
|
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
|
|
1095
1533
|
|
|
1096
|
-
##
|
|
1534
|
+
## 5.15.12
|
|
1097
1535
|
|
|
1098
1536
|
<!-- generated comparing v5.15.11..master -->
|
|
1099
1537
|
|
|
@@ -1175,7 +1613,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1175
1613
|
|
|
1176
1614
|
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
|
|
1177
1615
|
|
|
1178
|
-
##
|
|
1616
|
+
## 5.15.11
|
|
1179
1617
|
|
|
1180
1618
|
<!-- generated comparing v5.15.10..master -->
|
|
1181
1619
|
|
|
@@ -1291,7 +1729,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1291
1729
|
|
|
1292
1730
|
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
|
|
1293
1731
|
|
|
1294
|
-
##
|
|
1732
|
+
## 5.15.10
|
|
1295
1733
|
|
|
1296
1734
|
<!-- generated comparing v5.15.9..master -->
|
|
1297
1735
|
|
|
@@ -1339,7 +1777,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1339
1777
|
|
|
1340
1778
|
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
|
|
1341
1779
|
|
|
1342
|
-
##
|
|
1780
|
+
## 5.15.9
|
|
1781
|
+
|
|
1782
|
+
<!-- generated comparing v5.15.8..master -->
|
|
1343
1783
|
|
|
1344
1784
|
_Feb 8, 2024_
|
|
1345
1785
|
|
|
@@ -1374,7 +1814,9 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
1374
1814
|
|
|
1375
1815
|
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
|
|
1376
1816
|
|
|
1377
|
-
##
|
|
1817
|
+
## 5.15.8
|
|
1818
|
+
|
|
1819
|
+
<!-- generated comparing v5.15.7..master -->
|
|
1378
1820
|
|
|
1379
1821
|
_Feb 6, 2024_
|
|
1380
1822
|
|
|
@@ -1453,7 +1895,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1453
1895
|
|
|
1454
1896
|
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
|
|
1455
1897
|
|
|
1456
|
-
##
|
|
1898
|
+
## 5.15.7
|
|
1457
1899
|
|
|
1458
1900
|
<!-- generated comparing v5.15.6..master -->
|
|
1459
1901
|
|
|
@@ -1548,7 +1990,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1548
1990
|
|
|
1549
1991
|
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
|
|
1550
1992
|
|
|
1551
|
-
##
|
|
1993
|
+
## 5.15.6
|
|
1552
1994
|
|
|
1553
1995
|
<!-- generated comparing v5.15.5..master -->
|
|
1554
1996
|
|
|
@@ -1607,7 +2049,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1607
2049
|
|
|
1608
2050
|
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
|
|
1609
2051
|
|
|
1610
|
-
##
|
|
2052
|
+
## 5.15.5
|
|
1611
2053
|
|
|
1612
2054
|
<!-- generated comparing v5.15.4..master -->
|
|
1613
2055
|
|
|
@@ -5688,7 +6130,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
5688
6130
|
|
|
5689
6131
|
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
5690
6132
|
|
|
5691
|
-
##
|
|
6133
|
+
## 5.10.14
|
|
5692
6134
|
|
|
5693
6135
|
<!-- generated comparing v5.10.13..master -->
|
|
5694
6136
|
|
|
@@ -5756,7 +6198,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5756
6198
|
|
|
5757
6199
|
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
|
|
5758
6200
|
|
|
5759
|
-
##
|
|
6201
|
+
## 5.10.13
|
|
5760
6202
|
|
|
5761
6203
|
<!-- generated comparing v5.10.12..master -->
|
|
5762
6204
|
|
|
@@ -5814,7 +6256,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
5814
6256
|
|
|
5815
6257
|
All contributors of this release in alphabetical order: @akshaya-venkatesh8, @alexfauquette, @hbjORbj, @Janpot, @jesrodri, @michaldudak, @oliviertassinari, @PetroSilenius, @samuelsycamore, @shivam1646, @siriwatknp, @trizotti
|
|
5816
6258
|
|
|
5817
|
-
##
|
|
6259
|
+
## 5.10.12
|
|
5818
6260
|
|
|
5819
6261
|
<!-- generated comparing v5.10.11..master -->
|
|
5820
6262
|
|
|
@@ -5890,7 +6332,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5890
6332
|
|
|
5891
6333
|
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
|
|
5892
6334
|
|
|
5893
|
-
##
|
|
6335
|
+
## 5.10.11
|
|
5894
6336
|
|
|
5895
6337
|
<!-- generated comparing v5.10.10..master -->
|
|
5896
6338
|
|
package/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/private-theming",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui-org"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.24.
|
|
29
|
+
"@babel/runtime": "^7.24.8",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "6.0.0-beta.
|
|
31
|
+
"@mui/utils": "6.0.0-beta.3"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"directory": "build"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
|
-
"node": ">=
|
|
48
|
+
"node": ">=14.0.0"
|
|
49
49
|
},
|
|
50
50
|
"module": "./index.js",
|
|
51
51
|
"types": "./index.d.ts"
|