Skip to content

Commit c7de2ca

Browse files
authored
[release] v6.1.3 (#44038)
1 parent eaa3d91 commit c7de2ca

File tree

22 files changed

+101
-42
lines changed

22 files changed

+101
-42
lines changed

CHANGELOG.md

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

3+
## v6.1.3
4+
5+
<!-- generated comparing v6.1.2..master -->
6+
7+
_Oct 9, 2024_
8+
9+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk
12+
13+
14+
15+
- &#8203;<!-- 18 -->Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
16+
- &#8203;<!-- 42 -->[Badge] Make keys in anchor origin partial (#43950) @sai6855
17+
- &#8203;<!-- 22 -->[Grid2] Fix column spacing for nested containers (#43733) @Janpot
18+
- &#8203;<!-- 21 -->[Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
19+
- &#8203;<!-- 20 -->[Grid2] Add compatible props warning (#43801) @k-rajat19
20+
- &#8203;<!-- 17 -->[Modal] Fix comment location (#44026) @oliviertassinari
21+
- &#8203;<!-- 16 -->[OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
22+
23+
24+
25+
- &#8203;<!-- 15 -->Make createGrid compatible with React 19 types (#44035) @aarongarciah
26+
- &#8203;<!-- 14 -->Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
27+
- &#8203;<!-- 13 -->Pre-serialize & cache styles to improve performance (#43412) @romgrk
28+
- &#8203;<!-- 09 -->[typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
29+
30+
31+
32+
- &#8203;<!-- 08 -->[utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
33+
34+
35+
36+
- &#8203;<!-- 20 -->[lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
37+
38+
### Docs
39+
40+
- &#8203;<!-- 35 -->Update docs-infra role (#44032) @mnajdova
41+
- &#8203;<!-- 34 -->Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
42+
- &#8203;<!-- 33 -->Fix 301 redirections in docs @oliviertassinari
43+
- &#8203;<!-- 32 -->Fix indentation @oliviertassinari
44+
- &#8203;<!-- 31 -->Fix Live edit copies (#43835) @oliviertassinari
45+
- &#8203;<!-- 30 -->Virtualize icons svg (#43939) @Janpot
46+
- &#8203;<!-- 28 -->[Grid] Fix Grid2 gap description (#43967) @aarongarciah
47+
- &#8203;<!-- 27 -->[icons] Index search synchronously (#44001) @oliviertassinari
48+
- &#8203;<!-- 26 -->[material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
49+
- &#8203;<!-- 25 -->[material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
50+
- &#8203;<!-- 24 -->[material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
51+
- &#8203;<!-- 23 -->[examples] Use CSS Variables (#43856) @Juneezee
52+
- &#8203;<!-- 29 -->[material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
53+
54+
### Core
55+
56+
- &#8203;<!-- 37 -->Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
57+
- &#8203;<!-- 36 -->Amend changelog (#43968) @aarongarciah
58+
- &#8203;<!-- 41 -->Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
59+
- &#8203;<!-- 43 -->[docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
60+
- &#8203;<!-- 41 -->[blog] Migrate some .gif to <video> (#43945) @oliviertassinari
61+
- &#8203;<!-- 40 -->[code-infra] Align `next` dependency specifier across project (#44036) @Janpot
62+
- &#8203;<!-- 39 -->[code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
63+
- &#8203;<!-- 38 -->[code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
64+
- &#8203;<!-- 29 -->[docs-infra] Fix link in header regression (#43834) @oliviertassinari
65+
- &#8203;<!-- 19 -->[infra] Fix line break in Stack Overflow message @oliviertassinari
66+
- &#8203;<!-- 12 -->[test] Add missing async (#44028) @oliviertassinari
67+
- &#8203;<!-- 11 -->[test] Fix Escape event firing event (#43961) @oliviertassinari
68+
- &#8203;<!-- 10 -->[test] Fix flaky pigment-css screenshot (#43959) @Janpot
69+
- &#8203;<!-- 07 -->[website] Add missing \_redirects HTTP status @oliviertassinari
70+
- &#8203;<!-- 06 -->[website] Fix sponsor image height @oliviertassinari
71+
- &#8203;<!-- 05 -->[website] Remove srcset, does nothing in README @oliviertassinari
72+
- &#8203;<!-- 04 -->[website] Polish display of sponsors @oliviertassinari
73+
- &#8203;<!-- 03 -->[website] Standardize utm tags @oliviertassinari
74+
- &#8203;<!-- 02 -->[website] Improve utm_source strategy @oliviertassinari
75+
- &#8203;<!-- 01 -->[website] Clarify min-level docs-infra @oliviertassinari
76+
- &#8203;<!-- 08 -->[website] Update backlink sponsors (#43995) @rluzists1
77+
78+
All contributors of this release in alphabetical order: @aarongarciah, @Asin-Junior-Honore, @barrownicholas, @Chee7ah, @effektsvk, @hieunguyenduc696, @Janpot, @Juneezee, @k-rajat19, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @wojtek35, @yonatan0
79+
380
## v6.1.2
481

582
<!-- generated comparing v6.1.1..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.1.2",
3+
"version": "6.1.3",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages-internal/babel-plugin-minify-errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-babel-plugin-minify-errors",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"author": "MUI Team",
55
"description": "This is an internal package not meant for general use.",
66
"repository": {

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.22",
3+
"version": "1.0.23",
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.15",
3+
"version": "1.0.16",
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.15",
3+
"version": "1.0.16",
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-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.1.2",
3+
"version": "6.1.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.1.2",
3+
"version": "6.1.3",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-envinfo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.27",
3+
"version": "2.0.28",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Logs infos about the environment relevant to @mui/*",

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.1.2",
3+
"version": "6.1.3",
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.10",
3+
"version": "6.0.0-beta.11",
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.1.2",
3+
"version": "6.1.3",
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.1.2",
3+
"version": "6.1.3",
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.1.2",
3+
"version": "6.1.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.1.2",
3+
"version": "6.1.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.1.2",
3+
"version": "6.1.3",
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.1.2",
3+
"version": "6.1.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.1.2",
3+
"version": "6.1.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.1.2",
3+
"version": "6.1.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-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/types",
3-
"version": "7.2.17",
3+
"version": "7.2.18",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility types for MUI.",

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)