@mui/private-theming 6.0.0-alpha.3 → 6.0.0-alpha.5
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 +93 -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,98 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
6
|
+
|
|
7
|
+
_May 1, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.5`
|
|
12
|
+
|
|
13
|
+
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
14
|
+
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
15
|
+
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
16
|
+
|
|
17
|
+
### `@mui/base@5.0.0-beta.43`
|
|
18
|
+
|
|
19
|
+
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
20
|
+
|
|
21
|
+
### Docs
|
|
22
|
+
|
|
23
|
+
- Fix small SEO issues @oliviertassinari
|
|
24
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
25
|
+
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
26
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
27
|
+
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
28
|
+
|
|
29
|
+
### Core
|
|
30
|
+
|
|
31
|
+
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
32
|
+
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
33
|
+
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
34
|
+
- [website] Sync career roles (#42058) @oliviertassinari
|
|
35
|
+
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
36
|
+
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
37
|
+
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
38
|
+
|
|
39
|
+
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
40
|
+
|
|
41
|
+
## v6.0.0-alpha.4
|
|
42
|
+
|
|
43
|
+
<!-- generated comparing v6.0.0-alpha.3..next -->
|
|
44
|
+
|
|
45
|
+
_Apr 24, 2024_
|
|
46
|
+
|
|
47
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
48
|
+
|
|
49
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
|
|
50
|
+
- ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
|
|
51
|
+
|
|
52
|
+
### `@mui/material@6.0.0-alpha.4`
|
|
53
|
+
|
|
54
|
+
- [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
|
|
55
|
+
- [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
|
|
56
|
+
- [Radio] Convert to support CSS extraction (#41840) @lhilgert9
|
|
57
|
+
- [Typography] Fix ownerState prop placement (#41903) @sai6855
|
|
58
|
+
- Generate typography tokens (#41703) @siriwatknp
|
|
59
|
+
- Move typography CSS variables to `font` (#42003) @siriwatknp
|
|
60
|
+
- Fix getOverlayAlpha type (#41995) @oliviertassinari
|
|
61
|
+
- Support CSS Extraction using codemod (#41935) @siriwatknp
|
|
62
|
+
|
|
63
|
+
### `@mui/icons-material@6.0.0-alpha.4`
|
|
64
|
+
|
|
65
|
+
- ​<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
|
|
66
|
+
|
|
67
|
+
### Docs
|
|
68
|
+
|
|
69
|
+
- [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
|
|
70
|
+
- [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
|
|
71
|
+
- [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
|
|
72
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
|
|
73
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
74
|
+
- Fix 301 image redirections @oliviertassinari
|
|
75
|
+
|
|
76
|
+
### Core
|
|
77
|
+
|
|
78
|
+
- pnpm docs:zipRules && vale sync @oliviertassinari
|
|
79
|
+
- Remove @pigment-css/\* packages (#41965) @mnajdova
|
|
80
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
81
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
82
|
+
- [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
|
|
83
|
+
- [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
|
|
84
|
+
- [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
|
|
85
|
+
- [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
|
|
86
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
87
|
+
- [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
|
|
88
|
+
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
|
|
89
|
+
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
|
|
90
|
+
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
|
|
91
|
+
- [website] Remove customer support agent role from website (#41969) @rluzists1
|
|
92
|
+
- [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
|
|
93
|
+
|
|
94
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
95
|
+
|
|
3
96
|
## v6.0.0-alpha.3
|
|
4
97
|
|
|
5
98
|
<!-- generated comparing v6.0.0-alpha.2..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.5",
|
|
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.4",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^6.0.0-alpha.
|
|
31
|
+
"@mui/utils": "^6.0.0-alpha.5"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|