Skip to content

Commit afffc2f

Browse files
authored
[release] v6.0.0-alpha.4 (#42005)
1 parent fc8fd64 commit afffc2f

File tree

11 files changed

+65
-10
lines changed

11 files changed

+65
-10
lines changed

CHANGELOG.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v6.0.0-alpha.4
4+
5+
<!-- generated comparing v6.0.0-alpha.3..next -->
6+
7+
_Apr 24, 2024_
8+
9+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
12+
- ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
13+
14+
15+
16+
- [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
17+
- [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
18+
- [Radio] Convert to support CSS extraction (#41840) @lhilgert9
19+
- [Typography] Fix ownerState prop placement (#41903) @sai6855
20+
- Generate typography tokens (#41703) @siriwatknp
21+
- Move typography CSS variables to `font` (#42003) @siriwatknp
22+
- Fix getOverlayAlpha type (#41995) @oliviertassinari
23+
- Support CSS Extraction using codemod (#41935) @siriwatknp
24+
25+
26+
27+
- &#8203;<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
28+
29+
### Docs
30+
31+
- [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
32+
- [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
33+
- [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
34+
- [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
35+
- Fix 301 Toolpad links @oliviertassinari
36+
- Fix 301 image redirections @oliviertassinari
37+
38+
### Core
39+
40+
- pnpm docs:zipRules && vale sync @oliviertassinari
41+
- Remove @pigment-css/\* packages (#41965) @mnajdova
42+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
43+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
44+
- [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
45+
- [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
46+
- [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
47+
- [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
48+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
49+
- [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
50+
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
51+
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
52+
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
53+
- [website] Remove customer support agent role from website (#41969) @rluzists1
54+
- [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
55+
56+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
57+
358
## v6.0.0-alpha.3
459

560
<!-- generated comparing v6.0.0-alpha.2..next -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-joy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-beta.36",
3+
"version": "5.0.0-beta.37",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

packages/mui-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

0 commit comments

Comments
 (0)