Skip to content

Commit 6d5e444

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

File tree

23 files changed

+95
-22
lines changed

23 files changed

+95
-22
lines changed

CHANGELOG.md

+73
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+
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+
28+
29+
- Add container queries utility (#41674) @siriwatknp
30+
31+
32+
33+
- Add styled v6 transformation (#41743) @siriwatknp
34+
35+
36+
37+
- [Button] Disable text highlighting (#41902) @mithun522
38+
39+
### `@pigment-css/[email protected]`
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

+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.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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+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.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

+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.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

+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.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

+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.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.",

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.35",
3+
"version": "5.0.0-beta.36",
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.2",
3+
"version": "6.0.0-alpha.3",
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.2",
3+
"version": "6.0.0-alpha.3",
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-private-theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.3",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",

packages/mui-styled-engine-sc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "6.0.0-alpha.20",
3+
"version": "6.0.0-alpha.21",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

packages/mui-styled-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.3",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

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.2",
3+
"version": "6.0.0-alpha.3",
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.1",
3+
"version": "6.0.0-alpha.3",
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.",

packages/mui-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0-alpha.3",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

packages/pigment-css-nextjs-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/nextjs-plugin",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

packages/pigment-css-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/react",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

packages/pigment-css-unplugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/unplugin",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

packages/pigment-css-vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/vite-plugin",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)