@mui/private-theming 6.0.0-alpha.11 → 6.0.0-alpha.12
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 +69 -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,74 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.12
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.11..next -->
|
|
6
|
+
|
|
7
|
+
_Jun 24, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.12`
|
|
12
|
+
|
|
13
|
+
- Add `InitColorSchemeScript` for Next.js App Router (#42247) @siriwatknp
|
|
14
|
+
- [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai
|
|
15
|
+
- [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah
|
|
16
|
+
- Support Pigment CSS for `CssBaseline`, `ScopedCssBaseline` and `Popper` (#42640) @siriwatknp
|
|
17
|
+
- Add `DefaultPropsProvider` for Pigment CSS integration (#42638) @siriwatknp
|
|
18
|
+
- [Stepper] Generate class for nonLinear prop (#42620) @alexismo
|
|
19
|
+
- [Tab] Fix failing test (#42686) @aarongarciah
|
|
20
|
+
- [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855
|
|
21
|
+
- [TableSortLabel] Deprecate composed classes (#42281) @sai6855
|
|
22
|
+
- [usePagination] Update pagination `siblingsEnd` calculation logic (#42667) @Mini-ghost
|
|
23
|
+
|
|
24
|
+
### `@mui/codemod@6.0.0-alpha.12`
|
|
25
|
+
|
|
26
|
+
- Support dynamic props styled transformation (#42683) @siriwatknp
|
|
27
|
+
|
|
28
|
+
### `@mui/system@6.0.0-alpha.12`
|
|
29
|
+
|
|
30
|
+
- Fix issues reported by react compiler in `mui-system` package (#42637) @sai6855
|
|
31
|
+
- [useMediaQuery] Remove deprecated types (#42560) @aarongarciah
|
|
32
|
+
|
|
33
|
+
### `@mui/joy@5.0.0-beta.45`
|
|
34
|
+
|
|
35
|
+
- Fix issues reported by the React Compiler (#42671) @anuujj
|
|
36
|
+
- [Autocomplete] Fix React spread key warning (#42741) @aarongarciah
|
|
37
|
+
|
|
38
|
+
### `@mui/lab@6.0.0-alpha.12`
|
|
39
|
+
|
|
40
|
+
- [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen
|
|
41
|
+
|
|
42
|
+
### Docs
|
|
43
|
+
|
|
44
|
+
- Fix git diff format in migration to v6 (#42711) @oliviertassinari
|
|
45
|
+
- Use new email for sponsoring @oliviertassinari
|
|
46
|
+
- Fix 301 links (#42697) @alexfauquette
|
|
47
|
+
- Normalize the capitalization of Design Kit @oliviertassinari
|
|
48
|
+
- Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah
|
|
49
|
+
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (#42648) @Danielkhakbaz
|
|
50
|
+
|
|
51
|
+
### Core
|
|
52
|
+
|
|
53
|
+
- [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot
|
|
54
|
+
- [code-infra] Fix benchmark package (#42553) @Janpot
|
|
55
|
+
- [core] Replace enzyme in describeConformance (#42447) @DiegoAndai
|
|
56
|
+
- [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari
|
|
57
|
+
- [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari
|
|
58
|
+
- [docs-infra] Add stray design polish (#42646) @danilo-leal
|
|
59
|
+
- [docs-infra] Fix wrong migration (#42675) @siriwatknp
|
|
60
|
+
- [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal
|
|
61
|
+
- [docs-infra] Revamp the product switcher design (#42603) @danilo-leal
|
|
62
|
+
- [docs-infra] Allow Link component to receive the `role` attribute (#42629) @danilo-leal
|
|
63
|
+
- [infra] Add support donation button (#42499) @oliviertassinari
|
|
64
|
+
- [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
|
|
65
|
+
- [test] Fix tests on CI (#42670) @michaldudak
|
|
66
|
+
- [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
|
|
67
|
+
- [website] Add Armin to the team members (#42679) @arminmeh
|
|
68
|
+
- [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova
|
|
69
|
+
|
|
70
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
|
|
71
|
+
|
|
3
72
|
## v6.0.0-alpha.11
|
|
4
73
|
|
|
5
74
|
<!-- generated comparing v6.0.0-alpha.10..next -->
|
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.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.12",
|
|
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.24.7",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^6.0.0-alpha.
|
|
31
|
+
"@mui/utils": "^6.0.0-alpha.12"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|