@mui/private-theming 6.1.5 → 6.1.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 +111 -5
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,112 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## v6.1.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.1.6..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 13, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 13 contributors who made this release possible.
|
|
10
|
+
This release includes fixes as well as documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@6.1.7`
|
|
13
|
+
|
|
14
|
+
- Fix default props theme scoping (#44340) @siriwatknp
|
|
15
|
+
- Support theme scoping in `useMediaQuery` (#44339) @siriwatknp
|
|
16
|
+
- [Grid] Fix regression spacing prop with string value (#44376) @siriwatknp
|
|
17
|
+
|
|
18
|
+
### `@mui/styled-engine-sc@6.1.7`
|
|
19
|
+
|
|
20
|
+
- Fix missing `@types/hoist-non-react-statics` causing `styled` returns any (#44397) @megos
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- Replace 'Experimental APIs - Toolpad' with 'Toolpad (Beta)' (#44388) @prakhargupta1
|
|
25
|
+
- Fix Pigment CSS install (#44353) @oliviertassinari
|
|
26
|
+
- Fix dashboard menu warning (#44317) @siriwatknp
|
|
27
|
+
- Add runtime theme section for Material Pigment CSS (#44137) @siriwatknp
|
|
28
|
+
- Add hash to `key` to remove noise from console (#44289) @sai6855
|
|
29
|
+
- Revise Example Projects and Related Projects pages (#44191) @samuelsycamore
|
|
30
|
+
- [material-ui] Fix typo in typography theme set up for templates (#44338) @navedqb
|
|
31
|
+
- [material-ui] Add StackBlitz/CodeSandbox buttons to template cards (#44253) @zanivan
|
|
32
|
+
- [material-ui] Fix Sign-in/Sign-up templates layout (#44281) @zanivan
|
|
33
|
+
- [material-ui] Remove noise in template (#44260) @oliviertassinari
|
|
34
|
+
- [material-ui][Rating] Add uncontrolled example to Basic Rating demo (#44386) @sai6855
|
|
35
|
+
- [material-ui][TextField] Replace InputProps with slotProps.input in demo (#44288) @sai6855
|
|
36
|
+
|
|
37
|
+
### Core
|
|
38
|
+
|
|
39
|
+
- [blog] Follow media asset guidelines (#44374) @oliviertassinari
|
|
40
|
+
- [code-infra] Changes for test util to work in `vitest` (#43625) @JCQuintas
|
|
41
|
+
- Remove old marked JS options (#44375) @ZeeshanTamboli
|
|
42
|
+
- Fix webpack capitalization (#44352) @oliviertassinari
|
|
43
|
+
- Fix Next.js link 404 (710cd95) @oliviertassinari
|
|
44
|
+
- Update Gold sponsoring backlinks (#44316) @oliviertassinari
|
|
45
|
+
- Fix tools-public.mui.com redirection (9196fa5) @oliviertassinari
|
|
46
|
+
- Remove blank AlertTitle test file (#44282) @ZeeshanTamboli
|
|
47
|
+
- [docs-infra] Fix ad in RTL (#44345) @oliviertassinari
|
|
48
|
+
- [docs-infra] Enforce punctuation on descriptions (#44292) @oliviertassinari
|
|
49
|
+
- [docs-infra] Add CodeSandbox and StackBlitz to vale vocab (6db477a) @oliviertassinari
|
|
50
|
+
- [docs-infra] Fix correct spelling of VS Code (#44277) @oliviertassinari
|
|
51
|
+
- [docs-infra] Add a `rawDescriptions` option (#44390) @vladmoroz
|
|
52
|
+
- [examples] Add missing `clsx` dependency (#43526) @Janpot
|
|
53
|
+
- [infra] Fix @renovate[bot] appearing in changelog (#44275) @mnajdova
|
|
54
|
+
|
|
55
|
+
All contributors of this release in alphabetical order: @Janpot, @JCQuintas, @megos, @mnajdova, @navedqb, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @vladmoroz, @zanivan, @ZeeshanTamboli
|
|
56
|
+
|
|
57
|
+
## v6.1.6
|
|
58
|
+
|
|
59
|
+
<!-- generated comparing v6.1.5..master -->
|
|
60
|
+
|
|
61
|
+
_Oct 30, 2024_
|
|
62
|
+
|
|
63
|
+
A big thanks to the 13 contributors who made this release possible.
|
|
64
|
+
|
|
65
|
+
### `@mui/material@6.1.6`
|
|
66
|
+
|
|
67
|
+
- [Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams (#44183) @sai6855
|
|
68
|
+
- [Avatar] Fix AvatarGroup spacing (#44208) @aarongarciah
|
|
69
|
+
- [AvatarGroup] Fix spacing CSS variable (#44202) @navedqb
|
|
70
|
+
- [Divider] Fix CSS specificity order (#44204) @o-alexandrov
|
|
71
|
+
- [Slider] Fix value prop type warning (#44131) @joshkel
|
|
72
|
+
- Replace `useThemeProps` with `useDefaultProps` (#44193) @siriwatknp
|
|
73
|
+
|
|
74
|
+
### `@mui/material-nextjs@6.1.6`
|
|
75
|
+
|
|
76
|
+
- Support Next 15.0.0 (#42428) @nphmuller
|
|
77
|
+
|
|
78
|
+
### `@mui/lab@6.0.0-beta.14`
|
|
79
|
+
|
|
80
|
+
- [Tabs] Fix type of TabPanel component (#44207) @blackcow1987
|
|
81
|
+
|
|
82
|
+
### `@mui/codemod@6.1.6`
|
|
83
|
+
|
|
84
|
+
- Fix system props default import specifier (#44170) @siriwatknp
|
|
85
|
+
|
|
86
|
+
### `@mui/utils@6.1.6`
|
|
87
|
+
|
|
88
|
+
- Bring back useIsFocusVisible (#44256) @aarongarciah
|
|
89
|
+
- Bring back getReactNodeRef (#44248) @aarongarciah
|
|
90
|
+
|
|
91
|
+
### Docs
|
|
92
|
+
|
|
93
|
+
- [material-ui][Avatar] Add AvatarGroup spacing demo (#44209) @aarongarciah
|
|
94
|
+
- Fix a typo in CONTRIBUTING.md (#44200) @prakhargupta1
|
|
95
|
+
- Mark the Hidden component as deprecated in the sidenav (#44068) @jimmycallin
|
|
96
|
+
- Use () when referencing functions (#44184) @oliviertassinari
|
|
97
|
+
- Follow types description convention (#44187) @oliviertassinari
|
|
98
|
+
|
|
99
|
+
### Core
|
|
100
|
+
|
|
101
|
+
- Lock file maintenance (#43947)
|
|
102
|
+
- Run @mui/icon-material src:icons (#44097) @oliviertassinari
|
|
103
|
+
- [test][material-ui] Add tests for Pigment Grid and Stack (#44132) @DiegoAndai
|
|
104
|
+
- [test] Distinguish private with public tests API (#44188) @oliviertassinari
|
|
105
|
+
- [docs-infra] Add recursively the relative modules in the demos (#44150) @mnajdova
|
|
106
|
+
|
|
107
|
+
All contributors of this release in alphabetical order: @aarongarciah, @blackcow1987, @DiegoAndai, @jimmycallin, @joshkel, @mnajdova, @navedqb, @nphmuller, @o-alexandrov, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp
|
|
108
|
+
|
|
109
|
+
## v6.1.5
|
|
4
110
|
|
|
5
111
|
<!-- generated comparing v6.1.4..master -->
|
|
6
112
|
|
|
@@ -32,7 +138,7 @@ A big thanks to the 9 contributors who made this release possible.
|
|
|
32
138
|
- [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu
|
|
33
139
|
- [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari
|
|
34
140
|
- [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore
|
|
35
|
-
- Add CodeSandbox/
|
|
141
|
+
- Add CodeSandbox/StackBlitz to the rest of the templates (#43708) @siriwatknp
|
|
36
142
|
- Update Figma link to fix 301 (a7b7d9c) @oliviertassinari
|
|
37
143
|
- Link Toolpad from Core repo (#44111) @prakhargupta1
|
|
38
144
|
- Remove HighlightedCode max-width (#43731) @Janpot
|
|
@@ -202,7 +308,7 @@ A big thanks to the 13 contributors who made this release possible.
|
|
|
202
308
|
- Uniformity in version range @oliviertassinari
|
|
203
309
|
- Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
|
|
204
310
|
- [docs-infra] Strengthen CSP (#43711) @oliviertassinari
|
|
205
|
-
- [docs-infra] Open
|
|
311
|
+
- [docs-infra] Open CodeSandbox demo with fontsize=12 (#43860) @siriwatknp
|
|
206
312
|
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
|
|
207
313
|
- [test] Point Istanbul to correct URL (#43935) @sai6855
|
|
208
314
|
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
|
|
@@ -358,7 +464,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
358
464
|
|
|
359
465
|
### `@mui/material@6.0.2`
|
|
360
466
|
|
|
361
|
-
- Fix `createTheme` with just color schemes (#43518) @siriwatknp
|
|
467
|
+
- Fix `createTheme()` with just color schemes (#43518) @siriwatknp
|
|
362
468
|
- [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
|
|
363
469
|
- [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
|
|
364
470
|
|
|
@@ -1100,7 +1206,7 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
1100
1206
|
|
|
1101
1207
|
### Docs
|
|
1102
1208
|
|
|
1103
|
-
- Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
|
|
1209
|
+
- Add `theme.applyStyles()` and migrate docs (#42498) @siriwatknp
|
|
1104
1210
|
- Fix dashboard template console error (#42594) @oliviertassinari
|
|
1105
1211
|
- Migrate system props to `sx` prop (#42475) @siriwatknp
|
|
1106
1212
|
- [material-ui]Fix duplicated sentence (#42521) @alexfauquette
|
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.1.
|
|
3
|
+
"version": "6.1.7",
|
|
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.
|
|
29
|
+
"@babel/runtime": "^7.26.0",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^6.1.
|
|
31
|
+
"@mui/utils": "^6.1.7"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|