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

Lines changed: 63 additions & 0 deletions
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

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

Lines changed: 1 addition & 1 deletion
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

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

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

Lines changed: 1 addition & 1 deletion
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

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

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

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

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

0 commit comments

Comments
 (0)