Skip to content

Commit 080d166

Browse files
committed
Merge branch 'master' into perf-serialize-styles
2 parents 0d220c4 + e6ff0b5 commit 080d166

File tree

21 files changed

+26228
-19
lines changed

21 files changed

+26228
-19
lines changed

CHANGELOG.md

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

3+
## v6.1.2
4+
5+
<!-- generated comparing v6.1.1..master -->
6+
7+
_Oct 2, 2024_
8+
9+
A big thanks to the 13 contributors who made this release possible.
10+
11+
### `@mui/material@6.1.2`
12+
13+
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
14+
- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
15+
- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
16+
- [Button] Fix regression for color `inherit` (#43862) @siriwatknp
17+
- [LinearProgress] Fix background color (#43949) @sai6855
18+
- Support CSS variables with shadow DOM (#43948) @siriwatknp
19+
- Improve getReactElementRef() utils (#43022) @sai6855
20+
- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
21+
- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
22+
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
23+
- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
24+
- [ThemeProvider] Support setting default mode (#43951) @siriwatknp
25+
26+
### Docs
27+
28+
- Update theme toggle demo (#43956) @Janpot
29+
- Add note about minimum required webpack version (#43864) @Janpot
30+
- Format Pigment CSS docs (#43812) @oliviertassinari
31+
- Fix visual bug on dashboard template (#43836) @oliviertassinari
32+
- Fix pigment-css.md syntax error (#43837) @kdichev
33+
- Fix Sign-in template form experience (#43838) @oliviertassinari
34+
- Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore
35+
- Fix 301 to chromium (#43809) @oliviertassinari
36+
- [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore
37+
- [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli
38+
- [Table] Stabilize random series in virtualized table demo (#43744) @Janpot
39+
- [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore
40+
41+
### Core
42+
43+
- [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot
44+
- [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore
45+
- [code-infra] Fix and update bundling fixtures (#43709) @Janpot
46+
- [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot
47+
- [code-infra] Optimize regression tests (#43889) @Janpot
48+
- [code-infra] Remove custom playwright installation steps (#43881) @Janpot
49+
- [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot
50+
- [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot
51+
- Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten
52+
- Uniformity in version range @oliviertassinari
53+
- Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
54+
- [docs-infra] Strengthen CSP (#43711) @oliviertassinari
55+
- [docs-infra] Open Codesandbox demo with fontsize=12 (#43860) @siriwatknp
56+
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
57+
- [test] Point Istanbul to correct URL (#43935) @sai6855
58+
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
59+
- [website] Add 'Row spanning' (#43831) @oliviertassinari
60+
- [website] Improve Next roles section (#43822) @oliviertassinari
61+
- [website] Open the xCharts, eXplore and X general react engineer roles (#43805) @DanailH
62+
63+
All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
64+
365
## v6.1.1
466

567
<!-- generated comparing v6.1.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.1.1",
3+
"version": "6.1.2",
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.13",
3+
"version": "1.0.14",
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.21",
3+
"version": "1.0.22",
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.14",
3+
"version": "1.0.15",
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.14",
3+
"version": "1.0.15",
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-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.1",
3+
"version": "6.1.2",
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.1",
3+
"version": "6.1.2",
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.1",
3+
"version": "6.1.2",
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.26",
3+
"version": "2.0.27",
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.1",
3+
"version": "6.1.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

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

0 commit comments

Comments
 (0)