@mui/private-theming 6.4.2 → 6.4.6
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 +112 -0
- package/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,117 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 6.4.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.4.5..v6.x -->
|
|
6
|
+
|
|
7
|
+
_Feb 26, 2025_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.4.6`
|
|
12
|
+
|
|
13
|
+
- [Checkbox] Add slots and slotProps (#45361) @siriwatknp
|
|
14
|
+
- [Drawer] Deprecate *Props and complete `slots`, `slotProps` (#45377) @siriwatknp
|
|
15
|
+
- [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
|
|
16
|
+
- [InputBase] Deprecate composed classes (#45366) @siriwatknp
|
|
17
|
+
- Fix `slotProps.transition` types (#45367) @siriwatknp
|
|
18
|
+
- Allow nested theme creation with `vars` (#45368) @siriwatknp
|
|
19
|
+
- Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
|
|
20
|
+
- [Popover] Deprecate *Props and complete `slots`, `slotProps` (#45337) @siriwatknp
|
|
21
|
+
- [Radio] Add slots and slotProps (#45364) @siriwatknp
|
|
22
|
+
- [Slider] Fix css class selector in migration guide (#45409) @sai6855
|
|
23
|
+
- [Slider] Fix spacings in .md files (#45393) @sai6855
|
|
24
|
+
- [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
|
|
25
|
+
- [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
|
|
26
|
+
- [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
|
|
27
|
+
- [Tabs] Deprecate *Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
|
|
28
|
+
- [Menu] Deprecate *Props and complete `slots`, `slotProps` (#45369) @siriwatknp
|
|
29
|
+
|
|
30
|
+
### Docs
|
|
31
|
+
|
|
32
|
+
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli
|
|
33
|
+
- Fix typo in slider docs (#45392) @sai6855
|
|
34
|
+
|
|
35
|
+
### Core
|
|
36
|
+
|
|
37
|
+
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli
|
|
38
|
+
|
|
39
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
40
|
+
|
|
41
|
+
## 6.4.5
|
|
42
|
+
|
|
43
|
+
<!-- generated comparing v6.4.4..v6.x -->
|
|
44
|
+
|
|
45
|
+
_Feb 18, 2025_
|
|
46
|
+
|
|
47
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
48
|
+
|
|
49
|
+
### `@mui/material@6.4.5`
|
|
50
|
+
|
|
51
|
+
- [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45303) @ZeeshanTamboli
|
|
52
|
+
- [Button] Apply id only if loading indicator is present (#45339) @aarongarciah
|
|
53
|
+
|
|
54
|
+
### Docs
|
|
55
|
+
|
|
56
|
+
- [icons] Fix typo in material-icons.md (#45336) @a-s-russo
|
|
57
|
+
- [Menu] Add Grouped Menu demo (#45292) @noobDev31
|
|
58
|
+
|
|
59
|
+
### Core
|
|
60
|
+
|
|
61
|
+
- [blog] Consistent Base UI terminology (#45342) @aarongarciah
|
|
62
|
+
- Fix double redirection to Base UI (#45146) @oliviertassinari
|
|
63
|
+
|
|
64
|
+
All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @noobDev31, @oliviertassinari, @ZeeshanTamboli
|
|
65
|
+
|
|
66
|
+
## 6.4.4
|
|
67
|
+
|
|
68
|
+
<!-- generated comparing v6.4.3..v6.x -->
|
|
69
|
+
|
|
70
|
+
_Feb 11, 2025_
|
|
71
|
+
|
|
72
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
73
|
+
|
|
74
|
+
### `@mui/material@6.4.4`
|
|
75
|
+
|
|
76
|
+
- [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
|
|
77
|
+
- [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
|
|
78
|
+
- [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
|
|
79
|
+
|
|
80
|
+
### Docs
|
|
81
|
+
|
|
82
|
+
- [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
|
|
83
|
+
- [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
|
|
84
|
+
- A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
|
|
85
|
+
|
|
86
|
+
### Core
|
|
87
|
+
|
|
88
|
+
- Fix missing store contributor renaming (527222d) @oliviertassinari
|
|
89
|
+
- Fix MUI Base vale rule (#45140) @oliviertassinari
|
|
90
|
+
- Fix 404 errors (#45137) @oliviertassinari
|
|
91
|
+
- [docs] Sync active sponsors (#45204) @oliviertassinari
|
|
92
|
+
- [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
|
|
93
|
+
|
|
94
|
+
All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
|
|
95
|
+
|
|
96
|
+
## 6.4.3
|
|
97
|
+
|
|
98
|
+
<!-- generated comparing v6.4.2..v6.x -->
|
|
99
|
+
|
|
100
|
+
_Feb 4, 2025_
|
|
101
|
+
|
|
102
|
+
A big thanks to the 3 contributors who made this release possible.
|
|
103
|
+
|
|
104
|
+
### `@mui/material@6.4.3`
|
|
105
|
+
|
|
106
|
+
- [LinearProgress][CircularProgress] Add variant overrides for module augmentation (#45191) @ZeeshanTamboli
|
|
107
|
+
- [TextField] Remove deprecated props from documentation (#45200) @sai6855
|
|
108
|
+
|
|
109
|
+
### Core
|
|
110
|
+
|
|
111
|
+
- Fix corepack and pnpm installation in CircleCI (#45194) @DiegoAndai
|
|
112
|
+
|
|
113
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @ZeeshanTamboli
|
|
114
|
+
|
|
3
115
|
## 6.4.2
|
|
4
116
|
|
|
5
117
|
<!-- generated comparing v6.4.1..v6.x -->
|
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.4.
|
|
3
|
+
"version": "6.4.6",
|
|
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.26.0",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^6.4.
|
|
31
|
+
"@mui/utils": "^6.4.6"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|