Skip to content

Commit 84d6ecf

Browse files
authored
[release] v6.3.0 (#44847)
1 parent 53acf39 commit 84d6ecf

File tree

22 files changed

+65
-43
lines changed

22 files changed

+65
-43
lines changed

CHANGELOG.md

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

3+
## 6.3.0
4+
5+
<!-- generated comparing v6.2.1..master -->
6+
7+
_Dec 23, 2024_
8+
9+
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- Fix invalid HTML structure in the Accordion component (#44408) @ZeeshanTamboli
12+
The HTML elements of the Accordion summary have been updated:
13+
- the root element is now button (previously div).
14+
- summary content and the icon wrapper are now span (previously div).
15+
This will only impact you if you used the HTML element as selectors in your styles.
16+
17+
18+
19+
- [Accordion] Fix invalid HTML inside heading (#44408) @ZeeshanTamboli
20+
- [useAutocomplete] Improve TS typing of `groupedOptions` prop (#44657) @lewxdev
21+
- Prevent `ownerState` propagation for transition slots (#44401) @ZeeshanTamboli
22+
- [StepContent] Add slots and slotProps (#44742) @sai6855
23+
- [TablePagination] Add the rest of `slots` and `slotProps`. (#44570) @siriwatknp
24+
25+
26+
27+
- Set `before` directly without using prepend for global styles (#44648) @siriwatknp
28+
29+
### Docs
30+
31+
- [material-ui] Improve `theme.applyStyles()` docs (#44658) @DiegoAndai
32+
- [material-ui] Update MD callout (#43958) @aarongarciah
33+
34+
### Core
35+
36+
- Remove unnecessary conditional around `.muiName =` (#44071) @Janpot
37+
- [blog] Material UI: 2024 EOY updates blog post (#44722) @alelthomas
38+
- Fix quickstart command in pigment docs (#44806) @yash49
39+
- [docs-infra] Remove Next.js production profiler (#44823) @romgrk
40+
- [docs-infra] Remove no longer support `optimizeFonts` Next.js option (#44802) @LukasTy
41+
42+
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @DiegoAndai, @Janpot, @lewxdev, @LukasTy, @romgrk, @sai6855, @siriwatknp, @yash49, @ZeeshanTamboli
43+
344
## 6.2.1
445

546
<!-- generated comparing v6.2.0..master -->

package.json

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

packages-internal/babel-plugin-resolve-imports/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-babel-plugin-resolve-imports",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"author": "MUI Team",
55
"description": "babel plugin that resolves import specifiers to their actual output file.",
66
"main": "./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.30",
3+
"version": "1.0.31",
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-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. 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.22",
3+
"version": "1.0.23",
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-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.67",
3+
"version": "5.0.0-beta.68",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

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.2.0",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

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-beta.20",
3+
"version": "6.0.0-beta.21",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material-pigment-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

pnpm-lock.yaml

+4-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)