@mui/private-theming 6.0.0-alpha.11 → 6.0.0-alpha.13

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,113 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v6.0.0-alpha.13
4
+
5
+ <!-- generated comparing v6.0.0-alpha.12..next -->
6
+
7
+ _Jun 27, 2024_
8
+
9
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🚀 Added layout components for Pigment CSS integration (#42693) @siriwatknp
12
+
13
+ ### `@mui/material@6.0.0-alpha.13`
14
+
15
+ - [Autocomplete] Fix more React 18.3 key spread warnings in demos (#42639) @wbt
16
+ - [Container][Grid][Stack][Hidden] Export Pigment CSS layout components (#42693) @siriwatknp
17
+ - [Text Field] when click password visibility button, text caret position change to very front. (#42595) @appleSimple
18
+ - [Modal] migrate useSlotProps to useSLot (#42150) @sai6855
19
+
20
+ ### `@mui/styles@6.0.0-alpha.13`
21
+
22
+ - [withStyles] Expect React defaultProps warning in test (#42752) @aarongarciah
23
+
24
+ ### Docs
25
+
26
+ - Fix link in CONTRIBUTING.md (#42755) @Janpot
27
+ - Add documentation on migrating JSS's alternative, array-based syntax to syntax supported by Emotion (#42053) @cjl750
28
+ - Fix type error in virtualized table demo (#42757) @aarongarciah
29
+ - Add first batch of v6 migration (#42242) @siriwatknp
30
+ - Fix quotes on font-family dedeclaration in the Landing Page template theme (#42748) @joetats
31
+
32
+ ### Core
33
+
34
+ - [code-infra] Refactor eslint `import/no-cycle` rule (#42705) @LukasTy
35
+ - [core] Target direct version for prerelease (#42768) @siriwatknp
36
+ - [test] Remove enzyme (#42706) @aarongarciah
37
+ - [test] Remove createMount test util (#42703) @aarongarciah
38
+ - [website] Add Ale to team (#42764) @alelthomas
39
+
40
+ All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
41
+
42
+ ## v6.0.0-alpha.12
43
+
44
+ <!-- generated comparing v6.0.0-alpha.11..next -->
45
+
46
+ _Jun 24, 2024_
47
+
48
+ A big thanks to the 17 contributors who made this release possible.
49
+
50
+ ### `@mui/material@6.0.0-alpha.12`
51
+
52
+ - Add `InitColorSchemeScript` for Next.js App Router (#42247) @siriwatknp
53
+ - [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai
54
+ - [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah
55
+ - Support Pigment CSS for `CssBaseline`, `ScopedCssBaseline` and `Popper` (#42640) @siriwatknp
56
+ - Add `DefaultPropsProvider` for Pigment CSS integration (#42638) @siriwatknp
57
+ - [Stepper] Generate class for nonLinear prop (#42620) @alexismo
58
+ - [Tab] Fix failing test (#42686) @aarongarciah
59
+ - [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855
60
+ - [TableSortLabel] Deprecate composed classes (#42281) @sai6855
61
+ - [usePagination] Update pagination `siblingsEnd` calculation logic (#42667) @Mini-ghost
62
+
63
+ ### `@mui/codemod@6.0.0-alpha.12`
64
+
65
+ - Support dynamic props styled transformation (#42683) @siriwatknp
66
+
67
+ ### `@mui/system@6.0.0-alpha.12`
68
+
69
+ - Fix issues reported by react compiler in `mui-system` package (#42637) @sai6855
70
+ - [useMediaQuery] Remove deprecated types (#42560) @aarongarciah
71
+
72
+ ### `@mui/joy@5.0.0-beta.45`
73
+
74
+ - Fix issues reported by the React Compiler (#42671) @anuujj
75
+ - [Autocomplete] Fix React spread key warning (#42741) @aarongarciah
76
+
77
+ ### `@mui/lab@6.0.0-alpha.12`
78
+
79
+ - [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen
80
+
81
+ ### Docs
82
+
83
+ - Fix git diff format in migration to v6 (#42711) @oliviertassinari
84
+ - Use new email for sponsoring @oliviertassinari
85
+ - Fix 301 links (#42697) @alexfauquette
86
+ - Normalize the capitalization of Design Kit @oliviertassinari
87
+ - Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah
88
+ - [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (#42648) @Danielkhakbaz
89
+
90
+ ### Core
91
+
92
+ - [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot
93
+ - [code-infra] Fix benchmark package (#42553) @Janpot
94
+ - [core] Replace enzyme in describeConformance (#42447) @DiegoAndai
95
+ - [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari
96
+ - [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari
97
+ - [docs-infra] Add stray design polish (#42646) @danilo-leal
98
+ - [docs-infra] Fix wrong migration (#42675) @siriwatknp
99
+ - [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal
100
+ - [docs-infra] Revamp the product switcher design (#42603) @danilo-leal
101
+ - [docs-infra] Allow Link component to receive the `role` attribute (#42629) @danilo-leal
102
+ - [infra] Add support donation button (#42499) @oliviertassinari
103
+ - [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
104
+ - [test] Fix tests on CI (#42670) @michaldudak
105
+ - [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
106
+ - [website] Add Armin to the team members (#42679) @arminmeh
107
+ - [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova
108
+
109
+ 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
110
+
3
111
  ## v6.0.0-alpha.11
4
112
 
5
113
  <!-- generated comparing v6.0.0-alpha.10..next -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-alpha.11
2
+ * @mui/private-theming v6.0.0-alpha.13
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.0.0-alpha.11
2
+ * @mui/private-theming v6.0.0-alpha.13
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.0.0-alpha.11
2
+ * @mui/private-theming v6.0.0-alpha.13
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.0.0-alpha.11",
3
+ "version": "6.0.0-alpha.13",
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.11"
31
+ "@mui/utils": "6.0.0-alpha.13"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0",