@mui/private-theming 6.4.3 → 6.4.8

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 CHANGED
@@ -1,5 +1,161 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.8
4
+
5
+ <!-- generated comparing v6.4.7..v6.x -->
6
+
7
+ _Mar 14, 2025_
8
+
9
+ A big thanks to the 9 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.8`
12
+
13
+ - [ListItemText] Add missing `root` slot (#45552) @sai6855
14
+ - [SpeedDial] Add missing `root` slot (#45551) @sai6855
15
+ - [Tooltip] Allow auto placement on tooltip (#45536) @Jtaks
16
+ - [useScrollTrigger] Do nothing if target is null (#45553) @vipierozan99
17
+ - [Accordion] Add missing `root` slot (#45534) @sai6855
18
+ - [AccordionSummary] Add slots and slotProps (#45560) @sai6855
19
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) (#45498) @mj12albert
20
+
21
+ ### `@mui/styled-engine@6.4.8`
22
+
23
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45563) @siriwatknp
24
+
25
+ ### `@mui/system@6.4.8`
26
+
27
+ - [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp
28
+
29
+ ### `@mui/utils@6.4.8`
30
+
31
+ - Use correct iri-reference homepage format (#45511) @dahiro
32
+
33
+ ### Core
34
+
35
+ - [test] Fix React 18 tests (#45161) (#45496) @DiegoAndai
36
+
37
+ ### Docs
38
+
39
+ - [Backdrop] Fix component name in migration guide (#45507) @sai6855
40
+ - Fix broken links to MUI X docs (cherry-pick of #45145) (#45481) @mapache-salvaje
41
+ - [examples] Fix the invalid argument to extract examples (#45493) @ovtn
42
+ - Add `overriding-component-structure` doc to Material UI (#45570) @siriwatknp
43
+
44
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Jtaks, @mapache-salvaje, @mj12albert, @ovtn, @sai6855, @siriwatknp, @vipierozan99
45
+
46
+ ## 6.4.7
47
+
48
+ <!-- generated comparing v6.4.6..v6.x -->
49
+
50
+ _Mar 5, 2025_
51
+
52
+ A big thanks to the 3 contributors who made this release possible.
53
+
54
+ ### `@mui/material@6.4.7`
55
+
56
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (@siriwatknp) (#45437) @siriwatknp
57
+ - [Rating] Deprecate \*Props and complete slots, slotProps (#45295) (#45398) @DiegoAndai
58
+ - [Radio] Fix `inputProps` not forwarded (@siriwatknp) (#45475) @siriwatknp
59
+
60
+ ### Core
61
+
62
+ - [blog] React 19 migration for MUI X (#45440) @arminmeh
63
+
64
+ All contributors of this release in alphabetical order: @arminmeh, @DiegoAndai, @siriwatknp
65
+
66
+ ## 6.4.6
67
+
68
+ <!-- generated comparing v6.4.5..v6.x -->
69
+
70
+ _Feb 26, 2025_
71
+
72
+ A big thanks to the 4 contributors who made this release possible.
73
+
74
+ ### `@mui/material@6.4.6`
75
+
76
+ - [Checkbox] Add slots and slotProps (#45361) @siriwatknp
77
+ - [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#45377) @siriwatknp
78
+ - [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
79
+ - [InputBase] Deprecate composed classes (#45366) @siriwatknp
80
+ - Fix `slotProps.transition` types (#45367) @siriwatknp
81
+ - Allow nested theme creation with `vars` (#45368) @siriwatknp
82
+ - Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
83
+ - [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45337) @siriwatknp
84
+ - [Radio] Add slots and slotProps (#45364) @siriwatknp
85
+ - [Slider] Fix css class selector in migration guide (#45409) @sai6855
86
+ - [Slider] Fix spacings in .md files (#45393) @sai6855
87
+ - [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
88
+ - [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
89
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
90
+ - [Tabs] Deprecate \*Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
91
+ - [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#45369) @siriwatknp
92
+
93
+ ### Docs
94
+
95
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli
96
+ - Fix typo in slider docs (#45392) @sai6855
97
+
98
+ ### Core
99
+
100
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli
101
+
102
+ All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli
103
+
104
+ ## 6.4.5
105
+
106
+ <!-- generated comparing v6.4.4..v6.x -->
107
+
108
+ _Feb 18, 2025_
109
+
110
+ A big thanks to the 5 contributors who made this release possible.
111
+
112
+ ### `@mui/material@6.4.5`
113
+
114
+ - [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45303) @ZeeshanTamboli
115
+ - [Button] Apply id only if loading indicator is present (#45339) @aarongarciah
116
+
117
+ ### Docs
118
+
119
+ - [icons] Fix typo in material-icons.md (#45336) @a-s-russo
120
+ - [Menu] Add Grouped Menu demo (#45292) @noobDev31
121
+
122
+ ### Core
123
+
124
+ - [blog] Consistent Base UI terminology (#45342) @aarongarciah
125
+ - Fix double redirection to Base UI (#45146) @oliviertassinari
126
+
127
+ All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @noobDev31, @oliviertassinari, @ZeeshanTamboli
128
+
129
+ ## 6.4.4
130
+
131
+ <!-- generated comparing v6.4.3..v6.x -->
132
+
133
+ _Feb 11, 2025_
134
+
135
+ A big thanks to the 3 contributors who made this release possible.
136
+
137
+ ### `@mui/material@6.4.4`
138
+
139
+ - [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
140
+ - [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
141
+ - [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
142
+
143
+ ### Docs
144
+
145
+ - [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
146
+ - [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
147
+ - A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
148
+
149
+ ### Core
150
+
151
+ - Fix missing store contributor renaming (527222d) @oliviertassinari
152
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
153
+ - Fix 404 errors (#45137) @oliviertassinari
154
+ - [docs] Sync active sponsors (#45204) @oliviertassinari
155
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
156
+
157
+ All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
158
+
3
159
  ## 6.4.3
4
160
 
5
161
  <!-- generated comparing v6.4.2..v6.x -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.4.3
2
+ * @mui/private-theming v6.4.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.4.3
2
+ * @mui/private-theming v6.4.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.4.3
2
+ * @mui/private-theming v6.4.8
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "6.4.3",
3
+ "version": "6.4.8",
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.3"
31
+ "@mui/utils": "^6.4.8"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",