Skip to content

Commit 6d5e444

Browse files
authored
[release] v6.0.0-alpha.3 (mui#41916)
1 parent c7bc3ed commit 6d5e444

File tree

23 files changed

+95
-22
lines changed

23 files changed

+95
-22
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v6.0.0-alpha.3
4+
5+
<!-- generated comparing v6.0.0-alpha.2..next -->
6+
7+
_Apr 17, 2024_
8+
9+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🔥 Converted 5 more Material UI components to use Pigment CSS.
12+
- 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
13+
14+
### `@mui/material@6.0.0-alpha.3`
15+
16+
- Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
17+
- [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
18+
- [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
19+
- Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
20+
- [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
21+
- [StepConnector] deprecate composed classes (#41740) @sai6855
22+
- [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
23+
- [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
24+
- [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
25+
- [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
26+
27+
### `@mui/system@6.0.0-alpha.3`
28+
29+
- Add container queries utility (#41674) @siriwatknp
30+
31+
### `@mui/codemod@6.0.0-alpha.3`
32+
33+
- Add styled v6 transformation (#41743) @siriwatknp
34+
35+
### `@mui/joy@5.0.0-beta.36`
36+
37+
- [Button] Disable text highlighting (#41902) @mithun522
38+
39+
### `@pigment-css/react@0.0.7`
40+
41+
- Patch WyW's WeakRef usage (#41909) @DiegoAndai
42+
- Implement sx transform for system components (#41861) @brijeshb42
43+
44+
### Docs
45+
46+
- [material-ui] Add Connect-related content (#40848) @danilo-leal
47+
- [material-ui] Fix credit comment typo (#41872) @aarongarciah
48+
- [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
49+
- [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
50+
- [material-ui] Simplify components styling on templates (#41845) @zanivan
51+
- [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
52+
- [material-ui] Fix import statement in migration guide (#41852) @sai6855
53+
- Fix 301 redirection @oliviertassinari
54+
- Fix format git diff regression (#41882) @oliviertassinari
55+
- Fix small SEO issues @oliviertassinari
56+
- [pigment-css] Fix README typos (#41870) @MohammadShehadeh
57+
58+
### Core
59+
60+
- Begin removing IE 11-related code (#41709) @iammminzzy
61+
- [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
62+
- [code-infra] Fix require.context with aliases (#41682) @Janpot
63+
- [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
64+
- [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
65+
- Replace bundle size reporter filter (#38979) @Janpot
66+
- [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
67+
- [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
68+
- [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
69+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
70+
- [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
71+
- [docs-infra] Fix markdown version for material (#41908) @alexfauquette
72+
- [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
73+
74+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
75+
376
## v6.0.0-alpha.2
477

578
<!-- generated comparing v6.0.0-alpha.1..next -->

package.json

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

packages-internal/docs-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-docs-utils",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"author": "MUI Team",
55
"description": "Utilities for MUI docs. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
66
"main": "build/index.js",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.js",

packages/mui-babel-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-babel-macros",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "MUI Team",
55
"description": "MUI Babel macros. This is an internal package not meant for general use.",
66
"main": "./MuiError.macro.js",

packages/mui-codemod/package.json

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

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

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "6.0.0-alpha.3",
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

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

packages/mui-icons-material/package.json

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

0 commit comments

Comments
 (0)