@mui/material-pigment-css 6.4.3 → 6.4.7

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