@mui/private-theming 5.15.8 β 5.15.11
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 +222 -23
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,204 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.11
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.10..master -->
|
|
6
|
+
|
|
7
|
+
_Feb 21, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 26 contributors who made this release possible.
|
|
10
|
+
This release was mostly about π bug fixes and π documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.11`
|
|
13
|
+
|
|
14
|
+
- [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
|
|
15
|
+
- [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
|
|
16
|
+
- [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
|
|
17
|
+
- [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
|
|
18
|
+
- [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
|
|
19
|
+
- Use direct import (#40851) @siriwatknp
|
|
20
|
+
|
|
21
|
+
### `@mui/material-nextjs@5.15.11`
|
|
22
|
+
|
|
23
|
+
- Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### `@mui/system@5.15.11`
|
|
26
|
+
|
|
27
|
+
- Use direct import (#40851) @siriwatknp
|
|
28
|
+
- Move useMediaQuery to system (#39463) @justintoman
|
|
29
|
+
- Consolidate the variants props callback arguments (#41222) @mnajdova
|
|
30
|
+
- Merge props and ownerState in the variants props callback (#41219) @mnajdova
|
|
31
|
+
|
|
32
|
+
### `@mui/codemod@5.15.11`
|
|
33
|
+
|
|
34
|
+
- [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
|
|
35
|
+
- [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
|
|
36
|
+
|
|
37
|
+
### `@mui/utils@5.15.11`
|
|
38
|
+
|
|
39
|
+
- Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
|
|
40
|
+
|
|
41
|
+
### `@mui/base@5.0.0-beta.37`
|
|
42
|
+
|
|
43
|
+
- [Switch] Add missing role attribute (#40907) @KirankumarAmbati
|
|
44
|
+
- [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
|
|
45
|
+
|
|
46
|
+
### `@mui/lab@5.0.0-alpha.164`
|
|
47
|
+
|
|
48
|
+
- [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
|
|
49
|
+
|
|
50
|
+
### Docs
|
|
51
|
+
|
|
52
|
+
- [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
|
|
53
|
+
- [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
|
|
54
|
+
- [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
|
|
55
|
+
- [joy-ui] Fix 404 image on the docs @oliviertassinari
|
|
56
|
+
- [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
|
|
57
|
+
- [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
|
|
58
|
+
- [material-ui] Update the Testing page's Argos link (#41170) @gregberge
|
|
59
|
+
- [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
|
|
60
|
+
- [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
|
|
61
|
+
- [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
|
|
62
|
+
- [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
|
|
63
|
+
- [material-ui] Add simpler demo for default behavior (#40980) @zanivan
|
|
64
|
+
- [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
|
|
65
|
+
- Link to react-transition group with https @oliviertassinari
|
|
66
|
+
- Update broken URL hashes (#41185) @LukasTy
|
|
67
|
+
- Prefer https links @oliviertassinari
|
|
68
|
+
- Fix MUI Treasury link @oliviertassinari
|
|
69
|
+
- Migrate the last > quotes to ::: callouts @oliviertassinari
|
|
70
|
+
|
|
71
|
+
### Core
|
|
72
|
+
|
|
73
|
+
- [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
|
|
74
|
+
- [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
|
|
75
|
+
- [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
|
|
76
|
+
- [blog] Remove the "News" tag (#41208) @danilo-leal
|
|
77
|
+
- [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
|
|
78
|
+
- [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
|
|
79
|
+
- [code-infra] Move Link to @mui/docs (#40889) @Janpot
|
|
80
|
+
- [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
|
|
81
|
+
- [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
|
|
82
|
+
- [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
|
|
83
|
+
- [code-infra] Build internal packages before publishing (#41210) @michaldudak
|
|
84
|
+
- [core] Improve the release instructions (#40973) @mnajdova
|
|
85
|
+
- [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
|
|
86
|
+
- [core] Fix TypeScript spelling in changelog @oliviertassinari
|
|
87
|
+
- [core] Fix small detail in the autocomplete demo @oliviertassinari
|
|
88
|
+
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
|
89
|
+
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
|
90
|
+
- [core] Fix missing context display names (#41168) @oliviertassinari
|
|
91
|
+
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
|
92
|
+
- [zero][demo] Fix sample next app build (#41197) @brijeshb42
|
|
93
|
+
- [docs-infra] Simplify copy logic (#41167) @oliviertassinari
|
|
94
|
+
- [docs-infra] New way of providing API layout config (#41106) @alexfauquette
|
|
95
|
+
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
96
|
+
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
97
|
+
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
98
|
+
- [docs-infra] Flag NPM and Github as wrong spellings @oliviertassinari
|
|
99
|
+
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
100
|
+
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
101
|
+
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
102
|
+
- [docs-infra] Share vale-config (#41176) @alexfauquette
|
|
103
|
+
- [test] Generalize test utils (#41175) @michaldudak
|
|
104
|
+
- [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
|
|
105
|
+
- [website] Match chart component names @oliviertassinari
|
|
106
|
+
- [website] Add Marblism diamond sponsor (#41097) @rluzists1
|
|
107
|
+
- [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
|
|
108
|
+
- [website] Fix responsive breakpoints @oliviertassinari
|
|
109
|
+
- [website] Fix overloading of footer JS files @oliviertassinari
|
|
110
|
+
- [website] Improve the footer's chip contrast (#41209) @danilo-leal
|
|
111
|
+
- [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
|
|
112
|
+
- [zero] Setup basic testing framework (#40986) @brijeshb42
|
|
113
|
+
- [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
|
|
114
|
+
- [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
|
|
115
|
+
- [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
|
|
116
|
+
|
|
117
|
+
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
|
|
118
|
+
|
|
119
|
+
## v5.15.10
|
|
120
|
+
|
|
121
|
+
<!-- generated comparing v5.15.9..master -->
|
|
122
|
+
|
|
123
|
+
_Feb 12, 2024_
|
|
124
|
+
|
|
125
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
126
|
+
This release was mostly about π bug fixes and π documentation improvements.
|
|
127
|
+
|
|
128
|
+
### `@mui/material@5.15.10`
|
|
129
|
+
|
|
130
|
+
- [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
|
|
131
|
+
|
|
132
|
+
### `@mui/joy@5.0.0-beta.28`
|
|
133
|
+
|
|
134
|
+
- [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
|
|
135
|
+
- [IconButton] Support loading prop (#40949) @Smileek
|
|
136
|
+
|
|
137
|
+
### Docs
|
|
138
|
+
|
|
139
|
+
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
|
|
140
|
+
- [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
|
|
141
|
+
- [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
|
|
142
|
+
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
|
|
143
|
+
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
144
|
+
- Fix h1 on Joy UI templates @oliviertassinari
|
|
145
|
+
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
146
|
+
- Add notification for mui x v7 beta (#41001) @joserodolfofreitas
|
|
147
|
+
- Fix 301 links @oliviertassinari
|
|
148
|
+
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
149
|
+
- Add a 404 page (#40884) @danilo-leal
|
|
150
|
+
- Fix missing GitHub label when opening new issue @oliviertassinari
|
|
151
|
+
- [Stack] Update import statement for Stack component (#41032) @sai6855
|
|
152
|
+
|
|
153
|
+
### Core
|
|
154
|
+
|
|
155
|
+
- [blog] Add post about upcoming plans for BaseΒ UI (#40882) @danilo-leal
|
|
156
|
+
- [core] Simplify CodeSandbox reproduction @oliviertassinari
|
|
157
|
+
- [core] Missing redirection @oliviertassinari
|
|
158
|
+
- [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
|
|
159
|
+
- [core] Avoid variable shorthands @oliviertassinari
|
|
160
|
+
- [docs-infra] Fix search icon issue (#40957) @oliviertassinari
|
|
161
|
+
- [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
|
|
162
|
+
- [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
|
|
163
|
+
- [website] Polish Customer Support Agent role @oliviertassinari
|
|
164
|
+
|
|
165
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
|
|
166
|
+
|
|
167
|
+
## v5.15.9<!-- generated comparing v5.15.8..master -->
|
|
168
|
+
|
|
169
|
+
_Feb 8, 2024_
|
|
170
|
+
|
|
171
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights β¨:
|
|
172
|
+
|
|
173
|
+
- π A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
|
|
174
|
+
|
|
175
|
+
### `@mui/material@5.15.9`
|
|
176
|
+
|
|
177
|
+
- ​<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
|
|
178
|
+
- ​<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
|
|
179
|
+
|
|
180
|
+
### `@mui/base@5.0.0-beta.36`
|
|
181
|
+
|
|
182
|
+
- ​<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
|
|
183
|
+
|
|
184
|
+
### `@mui/system@5.15.9`
|
|
185
|
+
|
|
186
|
+
- ​<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
|
|
187
|
+
- ​<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
|
|
188
|
+
|
|
189
|
+
### Docs
|
|
190
|
+
|
|
191
|
+
- ​<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
|
|
192
|
+
- ​<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
|
|
193
|
+
|
|
194
|
+
### Core
|
|
195
|
+
|
|
196
|
+
- ​<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
|
|
197
|
+
- ​<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
|
|
198
|
+
- ​<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
|
|
199
|
+
|
|
200
|
+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
|
|
201
|
+
|
|
3
202
|
## v5.15.8<!-- generated comparing v5.15.7..master -->
|
|
4
203
|
|
|
5
204
|
_Feb 6, 2024_
|
|
@@ -36,7 +235,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
36
235
|
### Docs
|
|
37
236
|
|
|
38
237
|
- ​<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
|
|
39
|
-
- ​<!-- 33 -->[base-ui] Improve Base
|
|
238
|
+
- ​<!-- 33 -->[base-ui] Improve BaseΒ UI traffic from MaterialΒ UI (#40875) @oliviertassinari
|
|
40
239
|
- ​<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
|
|
41
240
|
- ​<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
|
|
42
241
|
- ​<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
|
|
@@ -73,7 +272,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
73
272
|
- ​<!-- 07 -->[website] Fix broken link @oliviertassinari
|
|
74
273
|
- ​<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
|
|
75
274
|
- ​<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
|
|
76
|
-
- ​<!-- 04 -->[website] Refine the Material
|
|
275
|
+
- ​<!-- 04 -->[website] Refine the MaterialΒ UI homepage demo (#40881) @danilo-leal
|
|
77
276
|
- ​<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
|
|
78
277
|
- ​<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
|
|
79
278
|
|
|
@@ -134,7 +333,7 @@ This release was mostly about π bug fixes and π documentation improvements
|
|
|
134
333
|
- ​<!-- 30 -->Fix build @oliviertassinari
|
|
135
334
|
- ​<!-- 29 -->Add support pages for each product @oliviertassinari
|
|
136
335
|
- ​<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
|
|
137
|
-
- ​<!-- 24 -->[Menu] Fix hydration mismatch error on Base
|
|
336
|
+
- ​<!-- 24 -->[Menu] Fix hydration mismatch error on BaseΒ UI's Menu docs (#40758) @michaldudak
|
|
138
337
|
- ​<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
|
|
139
338
|
|
|
140
339
|
### Core
|
|
@@ -159,7 +358,7 @@ This release was mostly about π bug fixes and π documentation improvements
|
|
|
159
358
|
- ​<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
|
|
160
359
|
- ​<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
|
|
161
360
|
- ​<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
|
|
162
|
-
- ​<!-- 14 -->[website] Add new Base
|
|
361
|
+
- ​<!-- 14 -->[website] Add new BaseΒ UI role (#40773) @colmtuite
|
|
163
362
|
- ​<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
|
|
164
363
|
- ​<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
|
|
165
364
|
- ​<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
|
|
@@ -1241,7 +1440,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1241
1440
|
- [core] Update eslint rules (#39178) @romgrk
|
|
1242
1441
|
- [core] Fix Greg GitHub slug @oliviertassinari
|
|
1243
1442
|
- [core] Priority Support casing normalization @oliviertassinari
|
|
1244
|
-
- [website] Add
|
|
1443
|
+
- [website] Add Heatmap in pricing page (#39269) @oliviertassinari
|
|
1245
1444
|
- [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
|
|
1246
1445
|
- [website] Add Charts to the pricing table (#38680) @alexfauquette
|
|
1247
1446
|
- [website] Polish career experience @oliviertassinari
|
|
@@ -2609,7 +2808,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2609
2808
|
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
2610
2809
|
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
2611
2810
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2612
|
-
- [docs] Update theme customization
|
|
2811
|
+
- [docs] Update theme customization TypeScript (#35551) @siriwatknp
|
|
2613
2812
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
2614
2813
|
- [docs] Change BaseΒ UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
2615
2814
|
- [docs] Improve BaseΒ UI overview page (#37227) @mnajdova
|
|
@@ -2648,14 +2847,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2648
2847
|
|
|
2649
2848
|
- [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
|
|
2650
2849
|
- [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
|
|
2651
|
-
- [AspectRatio][joy] js test replaced with
|
|
2652
|
-
- [Badge][AvatarGroup][joy] js test replaced with
|
|
2850
|
+
- [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
|
|
2851
|
+
- [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
|
|
2653
2852
|
- [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
|
|
2654
2853
|
- [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
|
|
2655
2854
|
- [test][Joy] Remove duplicate Avatar test (#37201) @zignis
|
|
2656
|
-
- [test][joy] js test cases converted to
|
|
2657
|
-
- [Button][joy] Convert Button test to
|
|
2658
|
-
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to
|
|
2855
|
+
- [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
|
|
2856
|
+
- [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
|
|
2857
|
+
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
|
|
2659
2858
|
- [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
|
|
2660
2859
|
|
|
2661
2860
|
### `@mui/base@5.0.0-beta.0`
|
|
@@ -3353,7 +3552,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3353
3552
|
- ​<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
|
|
3354
3553
|
- ​<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
|
|
3355
3554
|
- ​<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
|
|
3356
|
-
- ​<!-- 12 -->[docs][joy] Add
|
|
3555
|
+
- ​<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
|
|
3357
3556
|
- ​<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
|
|
3358
3557
|
- ​<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
|
|
3359
3558
|
|
|
@@ -4073,7 +4272,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4073
4272
|
|
|
4074
4273
|
- [Alert] Update icon color in all variants (#35414) @danilo-leal
|
|
4075
4274
|
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
|
|
4076
|
-
- [SwipeableDrawer]
|
|
4275
|
+
- [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
|
|
4077
4276
|
|
|
4078
4277
|
### `@mui/icons-material@5.11.0`
|
|
4079
4278
|
|
|
@@ -5574,7 +5773,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5574
5773
|
### `@mui/base@5.0.0-alpha.88`
|
|
5575
5774
|
|
|
5576
5775
|
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
5577
|
-
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix
|
|
5776
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
|
|
5578
5777
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
5579
5778
|
|
|
5580
5779
|
### Docs
|
|
@@ -6744,7 +6943,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6744
6943
|
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
6745
6944
|
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
6746
6945
|
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
6747
|
-
- ​<!-- 29 -->[examples] Add `@types/node` to
|
|
6946
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
|
|
6748
6947
|
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-witβ¦ (#30981) @nnecec
|
|
6749
6948
|
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
6750
6949
|
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
@@ -7511,7 +7710,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7511
7710
|
### `@mui/system@5.2.3`
|
|
7512
7711
|
|
|
7513
7712
|
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
|
|
7514
|
-
- ​<!-- 05 -->[system] Support boolean values in
|
|
7713
|
+
- ​<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
|
|
7515
7714
|
|
|
7516
7715
|
### `@mui/utils@5.2.3`
|
|
7517
7716
|
|
|
@@ -9379,7 +9578,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
9379
9578
|
- ​<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
|
|
9380
9579
|
- ​<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
|
|
9381
9580
|
- ​<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
|
|
9382
|
-
- ​<!-- 39 -->[examples] Rename
|
|
9581
|
+
- ​<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
|
|
9383
9582
|
|
|
9384
9583
|
### Core
|
|
9385
9584
|
|
|
@@ -10727,7 +10926,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
10727
10926
|
### Docs
|
|
10728
10927
|
|
|
10729
10928
|
- ​<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
|
|
10730
|
-
- ​<!-- 45 -->[docs] Add note for
|
|
10929
|
+
- ​<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
|
|
10731
10930
|
- ​<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
|
|
10732
10931
|
- ​<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
|
|
10733
10932
|
- ​<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
|
|
@@ -12112,7 +12311,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
12112
12311
|
- [DatePicker] Add missing exports (#23621) @havgry
|
|
12113
12312
|
- [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
|
|
12114
12313
|
- [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
|
|
12115
|
-
- [DatePicker] Fix missing manifest for
|
|
12314
|
+
- [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
|
|
12116
12315
|
- [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
|
|
12117
12316
|
|
|
12118
12317
|
### Docs
|
|
@@ -14215,28 +14414,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
14215
14414
|
+</Accordion>
|
|
14216
14415
|
```
|
|
14217
14416
|
|
|
14218
|
-
- [BottomNavigation]
|
|
14417
|
+
- [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
14219
14418
|
|
|
14220
14419
|
```diff
|
|
14221
14420
|
-<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
|
|
14222
14421
|
+<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
|
|
14223
14422
|
```
|
|
14224
14423
|
|
|
14225
|
-
- [Slider]
|
|
14424
|
+
- [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
14226
14425
|
|
|
14227
14426
|
```diff
|
|
14228
14427
|
-<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
14229
14428
|
+<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
14230
14429
|
```
|
|
14231
14430
|
|
|
14232
|
-
- [Tabs]
|
|
14431
|
+
- [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
14233
14432
|
|
|
14234
14433
|
```diff
|
|
14235
14434
|
-<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
14236
14435
|
+<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
14237
14436
|
```
|
|
14238
14437
|
|
|
14239
|
-
- [Accordion]
|
|
14438
|
+
- [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
14240
14439
|
|
|
14241
14440
|
```diff
|
|
14242
14441
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, 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/private-theming",
|
|
3
|
-
"version": "5.15.
|
|
3
|
+
"version": "5.15.11",
|
|
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`.",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "^7.23.9",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^5.15.
|
|
31
|
+
"@mui/utils": "^5.15.11"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|