@mui/private-theming 6.0.0-alpha.3 → 6.0.0-alpha.6
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 +188 -0
- 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,5 +1,193 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.6..next -->
|
|
6
|
+
|
|
7
|
+
_May 16, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.7`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 23 -->[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
|
|
14
|
+
- ​<!-- 22 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
|
|
15
|
+
- ​<!-- 21 -->[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
|
|
16
|
+
- ​<!-- 19 -->[CircularProgress] Deprecate composed classes (#42076) @sai6855
|
|
17
|
+
- ​<!-- 05 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
|
|
18
|
+
|
|
19
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
|
|
22
|
+
|
|
23
|
+
### Docs
|
|
24
|
+
|
|
25
|
+
- ​<!-- 13 -->Fix 301 to Figma @oliviertassinari
|
|
26
|
+
- ​<!-- 12 -->Fix use of deprecated React API (#42118) @oliviertassinari
|
|
27
|
+
- ​<!-- 11 -->Remove the Base notification (#42191) @danilo-leal
|
|
28
|
+
- ​<!-- 07 -->[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
|
|
29
|
+
- ​<!-- 06 -->[material-ui] Fix typo in composition docs (#42195) @aarongarciah
|
|
30
|
+
|
|
31
|
+
### Core
|
|
32
|
+
|
|
33
|
+
- ​<!-- 20 -->[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
|
|
34
|
+
- ​<!-- 17 -->[core] Remove confusing comment @oliviertassinari
|
|
35
|
+
- ​<!-- 16 -->[core] Match other repositories and convention @oliviertassinari
|
|
36
|
+
- ​<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
|
|
37
|
+
- ​<!-- 14 -->[core] Remove unecessary quotes @oliviertassinari
|
|
38
|
+
- ​<!-- 10 -->[docs-infra] Share code for section title (#42236) @alexfauquette
|
|
39
|
+
- ​<!-- 09 -->[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
|
|
40
|
+
- ​<!-- 08 -->[docs-infra] Make select components with two capital letters (#42004) @alexfauquette
|
|
41
|
+
- ​<!-- 08 -->[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
|
|
42
|
+
- ​<!-- 05 -->[website] Add redirection for talk @oliviertassinari
|
|
43
|
+
- ​<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
|
|
44
|
+
- ​<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
|
|
45
|
+
- ​<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
|
|
46
|
+
- ​<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
|
|
47
|
+
|
|
48
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
49
|
+
|
|
50
|
+
## v6.0.0-alpha.6
|
|
51
|
+
|
|
52
|
+
<!-- generated comparing v6.0.0-alpha.5..next -->
|
|
53
|
+
|
|
54
|
+
_May 8, 2024_
|
|
55
|
+
|
|
56
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
57
|
+
|
|
58
|
+
### `@mui/material@6.0.0-alpha.6`
|
|
59
|
+
|
|
60
|
+
- [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
|
|
61
|
+
- Migrate components to support CSS extraction (#42001) @siriwatknp
|
|
62
|
+
- [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
|
|
63
|
+
|
|
64
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
65
|
+
|
|
66
|
+
- Add `theme-v6` migration (#42056) @siriwatknp
|
|
67
|
+
|
|
68
|
+
### `@mui/icons-material@6.0.0-alpha.6`
|
|
69
|
+
|
|
70
|
+
- Add the Emergency icon (#42080) @danilo-leal
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
|
|
75
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
76
|
+
- [material-ui] Fix broken link (#42142) @aarongarciah
|
|
77
|
+
- [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
|
|
78
|
+
|
|
79
|
+
### Core
|
|
80
|
+
|
|
81
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
82
|
+
- [blog] Update Sync post OG image (#42114) @danilo-leal
|
|
83
|
+
- [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
|
|
84
|
+
- [code-infra] Add canary release scripts (#41949) @michaldudak
|
|
85
|
+
- [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
|
|
86
|
+
- [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
|
|
87
|
+
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
|
|
88
|
+
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
|
|
89
|
+
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
|
|
90
|
+
- [website] Componentize a few Careers page sections (#42102) @danilo-leal
|
|
91
|
+
- [website] Refine the InfoCard design (#42116) @danilo-leal
|
|
92
|
+
- [website] Fix home page slider's track position (#42141) @aarongarciah
|
|
93
|
+
- [website] Closing the survey @oliviertassinari
|
|
94
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
95
|
+
|
|
96
|
+
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
97
|
+
|
|
98
|
+
## v6.0.0-alpha.5
|
|
99
|
+
|
|
100
|
+
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
101
|
+
|
|
102
|
+
_May 1, 2024_
|
|
103
|
+
|
|
104
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
105
|
+
|
|
106
|
+
### `@mui/material@6.0.0-alpha.5`
|
|
107
|
+
|
|
108
|
+
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
109
|
+
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
110
|
+
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
111
|
+
|
|
112
|
+
### `@mui/base@5.0.0-beta.43`
|
|
113
|
+
|
|
114
|
+
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
115
|
+
|
|
116
|
+
### Docs
|
|
117
|
+
|
|
118
|
+
- Fix small SEO issues @oliviertassinari
|
|
119
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
120
|
+
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
121
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
122
|
+
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
123
|
+
|
|
124
|
+
### Core
|
|
125
|
+
|
|
126
|
+
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
127
|
+
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
128
|
+
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
129
|
+
- [website] Sync career roles (#42058) @oliviertassinari
|
|
130
|
+
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
131
|
+
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
132
|
+
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
133
|
+
|
|
134
|
+
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
135
|
+
|
|
136
|
+
## v6.0.0-alpha.4
|
|
137
|
+
|
|
138
|
+
<!-- generated comparing v6.0.0-alpha.3..next -->
|
|
139
|
+
|
|
140
|
+
_Apr 24, 2024_
|
|
141
|
+
|
|
142
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
143
|
+
|
|
144
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
|
|
145
|
+
- ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
|
|
146
|
+
|
|
147
|
+
### `@mui/material@6.0.0-alpha.4`
|
|
148
|
+
|
|
149
|
+
- [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
|
|
150
|
+
- [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
|
|
151
|
+
- [Radio] Convert to support CSS extraction (#41840) @lhilgert9
|
|
152
|
+
- [Typography] Fix ownerState prop placement (#41903) @sai6855
|
|
153
|
+
- Generate typography tokens (#41703) @siriwatknp
|
|
154
|
+
- Move typography CSS variables to `font` (#42003) @siriwatknp
|
|
155
|
+
- Fix getOverlayAlpha type (#41995) @oliviertassinari
|
|
156
|
+
- Support CSS Extraction using codemod (#41935) @siriwatknp
|
|
157
|
+
|
|
158
|
+
### `@mui/icons-material@6.0.0-alpha.4`
|
|
159
|
+
|
|
160
|
+
- ​<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
|
|
161
|
+
|
|
162
|
+
### Docs
|
|
163
|
+
|
|
164
|
+
- [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
|
|
165
|
+
- [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
|
|
166
|
+
- [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
|
|
167
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
|
|
168
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
169
|
+
- Fix 301 image redirections @oliviertassinari
|
|
170
|
+
|
|
171
|
+
### Core
|
|
172
|
+
|
|
173
|
+
- pnpm docs:zipRules && vale sync @oliviertassinari
|
|
174
|
+
- Remove @pigment-css/\* packages (#41965) @mnajdova
|
|
175
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
176
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
177
|
+
- [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
|
|
178
|
+
- [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
|
|
179
|
+
- [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
|
|
180
|
+
- [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
|
|
181
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
182
|
+
- [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
|
|
183
|
+
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
|
|
184
|
+
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
|
|
185
|
+
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
|
|
186
|
+
- [website] Remove customer support agent role from website (#41969) @rluzists1
|
|
187
|
+
- [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
|
|
188
|
+
|
|
189
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
190
|
+
|
|
3
191
|
## v6.0.0-alpha.3
|
|
4
192
|
|
|
5
193
|
<!-- 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.6",
|
|
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.24.
|
|
29
|
+
"@babel/runtime": "^7.24.5",
|
|
30
30
|
"prop-types": "^15.8.1",
|
|
31
|
-
"@mui/utils": "^6.0.0-alpha.
|
|
31
|
+
"@mui/utils": "^6.0.0-alpha.6"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|