Skip to content

Commit 263c725

Browse files
authored
[release] v6.1.1 (#43788)
1 parent 4c30e68 commit 263c725

File tree

26 files changed

+95
-75
lines changed

26 files changed

+95
-75
lines changed

CHANGELOG.md

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

3+
## v6.1.1
4+
5+
<!-- generated comparing v6.1.0..master -->
6+
7+
_Sep 19, 2024_
8+
9+
A big thanks to the 18 contributors who made this release possible.
10+
11+
12+
13+
- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai
14+
- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli
15+
- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp
16+
- [Modal] Fix event handlers overriding behavior (#43757) @sai6855
17+
18+
19+
20+
- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp
21+
22+
23+
24+
- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49
25+
26+
### Docs
27+
28+
- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T
29+
- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855
30+
- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn
31+
- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari
32+
- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah
33+
- [material-ui] Add docs for complementary Table components (#43756) @Juneezee
34+
- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli
35+
- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah
36+
- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218
37+
- [test] Improve demos for better regression screenshots (#43742) @aarongarciah
38+
- Fix minor typo (#42899) @xconverge
39+
- Revert icon search virtualization (#43569) @Janpot
40+
- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari
41+
- Fix 301 link to design asset @oliviertassinari
42+
- Update release schedule table after v6 stable (#43726) @sahil-ag
43+
- Fix bundle size link regression @oliviertassinari
44+
45+
### Core
46+
47+
- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy
48+
- [core] Fix 301 link to Next.js and git diff @oliviertassinari
49+
- [core] Fix package.json repository rule @oliviertassinari
50+
- [core] Remove redundant window @oliviertassinari
51+
- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth
52+
- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee
53+
- [core] Remove /.yarn (#43712) @oliviertassinari
54+
- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow
55+
- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari
56+
- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari
57+
- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii
58+
- [docs-infra] Fix API search link regression (#43662) @oliviertassinari
59+
- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
60+
- [test] Remove position:relative from regression container (#43743) @aarongarciah
61+
- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
62+
- [website] Match pricing page with linked page h1 @oliviertassinari
63+
64+
All contributors of this release in alphabetical order: @aarongarciah, @binsmyth, @cherniavskii, @DiegoAndai, @Janpot, @Juneezee, @LukasTy, @mnajdova, @morozow, @Nashyn, @oliviertassinari, @sahil-ag, @sai6855, @Sergio16T, @siriwatknp, @xconverge, @yash49, @ZeeshanTamboli
65+
366
## v6.1.0
467

568
<!-- generated comparing v6.0.2..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.0",
3+
"version": "6.1.1",
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.17",
3+
"version": "1.0.18",
44
"author": "MUI Team",
55
"description": "babel plugin that resolves import specifiers to their actual output file.",
66
"main": "./index.js",

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.12",
3+
"version": "1.0.13",
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.20",
3+
"version": "1.0.21",
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.13",
3+
"version": "1.0.14",
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.13",
3+
"version": "1.0.14",
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.8",
3+
"version": "1.0.9",
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.1.0",
3+
"version": "6.1.1",
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.1.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.25",
3+
"version": "2.0.26",
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.0",
3+
"version": "6.1.1",
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.9",
3+
"version": "6.0.0-beta.10",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.0",
3+
"version": "6.1.1",
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.16",
3+
"version": "7.2.17",
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.0",
3+
"version": "6.1.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

pnpm-lock.yaml

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

scripts/sizeSnapshot/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.0",
44
"description": "Size snapshot of MUI packages",
55
"dependencies": {
6-
"@mui/lab": "workspace:^",
76
"@mui/base": "workspace:^",
87
"@mui/joy": "workspace:^",
8+
"@mui/lab": "workspace:^",
99
"@mui/material": "workspace:^",
10-
"@mui/styles": "workspace:^",
1110
"@mui/private-theming": "workspace:^",
12-
"@mui/utils": "workspace:^",
13-
"@mui/system": "workspace:^"
11+
"@mui/styles": "workspace:^",
12+
"@mui/system": "workspace:^",
13+
"@mui/utils": "workspace:^"
1414
}
1515
}

0 commit comments

Comments
 (0)