From 0f594e66d4fdf60d9985718f890f4b52f6861a63 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Tue, 17 Sep 2024 10:44:50 +0700 Subject: [PATCH 01/11] update changelog --- CHANGELOG.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4cf6e8548fff..6c17c2c00a483e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,71 @@ # [Versions](https://mui.com/versions/) +## v6.1.1 + + + +_Sep 17, 2024_ + +A big thanks to the 18 contributors who made this release possible. + +### `@mui/material@6.1.1` + +- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai +- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli +- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp + +### `@mui/system@6.1.1` + +- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp + +### `@mui/utils@6.1.1` + +- Fix "useId" & "useSyncExternalStore" imports to not be statically analysable (#43360) @yash49 + +### Docs + +- [docs][material-ui] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn +- [docs][material-ui][Breadcrumbs] Document CondensedWithMenu option for Material UI Breadcrumbs (#42973) @Sergio16T +- [docs][material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855 +- [docs] Fix minor typo (#42899) @xconverge +- [docs] Revert icon search virtualization (#43569) @Janpot +- [docs] Fix MUI Treasury Layout broken links (#43752) @oliviertassinari +- [docs] Fix 301 link to design asset @oliviertassinari +- [docs] Update release schedule table after v6 stable (#43726) @sahil-ag +- [docs] Fix bundle size link regression @oliviertassinari +- [material-ui][docs] Document Typography color prop breaking change (#43735) @aarongarciah +- [pigment-css][docs] Call out Pigment being in alpha (#43725) @aarongarciah +- [slider][docs] Polish Music player demo (#43748) @oliviertassinari +- [test][docs] Improve demos for better regression screenshots (#43742) @aarongarciah +- [docs][material-ui] Add docs for complementary Table components (#43756) @Juneezee + +### Core + +- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy +- [core] Fix 301 link to Next.js and git diff @oliviertassinari +- [core] Fix package.json repository rule @oliviertassinari +- [core] Remove redundant window @oliviertassinari +- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth +- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee +- [core] Include history from the @mui/base components & hooks v5 @oliviertassinari +- [core] Include history from the @mui/base components & hooks v4 @oliviertassinari +- [core] Include history from the @mui/base components & hooks v3 @oliviertassinari +- [core] Include history from the @mui/base components & hooks v2 @oliviertassinari +- [core] Include history from the @mui/base components & hooks (#43079) @oliviertassinari +- [core] Remove /.yarn (#43712) @oliviertassinari +- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow +- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari +- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari +- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii +- [docs-infra] Fix API search link regression (#43662) @oliviertassinari +- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot +- [test] Remove position:relative from regression container (#43743) @aarongarciah +- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot +- [blog] Fix broken link to purchase MUI X Pro (#43664) @oliviertassinari +- [website] Match pricing page with linked page h1 @oliviertassinari + +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 + ## v6.1.0 diff --git a/package.json b/package.json index 7329d97812349a..2fe837ad3ad77f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.1.0", + "version": "6.1.1", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", From 19e33f6f1e8a34f461aac578b7496ea0490c993c Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Tue, 17 Sep 2024 10:47:04 +0700 Subject: [PATCH 02/11] release:version --- .../babel-plugin-resolve-imports/package.json | 2 +- packages-internal/docs-utils/package.json | 2 +- packages-internal/scripts/package.json | 2 +- packages-internal/test-utils/package.json | 2 +- packages/markdown/package.json | 2 +- packages/mui-babel-macros/package.json | 2 +- packages/mui-base/package.json | 2 +- packages/mui-codemod/package.json | 2 +- packages/mui-core-downloads-tracker/package.json | 2 +- packages/mui-docs/package.json | 2 +- packages/mui-envinfo/package.json | 2 +- packages/mui-icons-material/package.json | 2 +- packages/mui-lab/package.json | 2 +- packages/mui-material-nextjs/package.json | 2 +- packages/mui-material-pigment-css/package.json | 2 +- packages/mui-material/package.json | 2 +- packages/mui-private-theming/package.json | 2 +- packages/mui-styled-engine-sc/package.json | 2 +- packages/mui-styled-engine/package.json | 2 +- packages/mui-styles/package.json | 2 +- packages/mui-system/package.json | 2 +- packages/mui-types/package.json | 2 +- packages/mui-utils/package.json | 2 +- scripts/sizeSnapshot/package.json | 8 ++++---- 24 files changed, 27 insertions(+), 27 deletions(-) diff --git a/packages-internal/babel-plugin-resolve-imports/package.json b/packages-internal/babel-plugin-resolve-imports/package.json index 81147ac48ce77d..9e63a3653417ea 100644 --- a/packages-internal/babel-plugin-resolve-imports/package.json +++ b/packages-internal/babel-plugin-resolve-imports/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-babel-plugin-resolve-imports", - "version": "1.0.17", + "version": "1.0.18", "author": "MUI Team", "description": "babel plugin that resolves import specifiers to their actual output file.", "main": "./index.js", diff --git a/packages-internal/docs-utils/package.json b/packages-internal/docs-utils/package.json index 230b5305d49c5e..da1487eeca3ab9 100644 --- a/packages-internal/docs-utils/package.json +++ b/packages-internal/docs-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-docs-utils", - "version": "1.0.12", + "version": "1.0.13", "author": "MUI Team", "description": "Utilities for MUI docs. This is an internal package not meant for general use.", "main": "./build/index.js", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index 1d2772bbe4dfc9..989b86da865c42 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.20", + "version": "1.0.21", "author": "MUI Team", "description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.", "main": "build/index.js", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 163cb54319864c..5f9dbe61be48d6 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-test-utils", - "version": "1.0.13", + "version": "1.0.14", "author": "MUI Team", "description": "Utilities for MUI tests. This is an internal package not meant for general use.", "main": "./build/index.js", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 23b94707370b9b..d19d5acefff661 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-markdown", - "version": "1.0.13", + "version": "1.0.14", "author": "MUI Team", "description": "MUI markdown parser. This is an internal package not meant for general use.", "main": "./index.js", diff --git a/packages/mui-babel-macros/package.json b/packages/mui-babel-macros/package.json index c581e6b74741c9..f10caf897c1008 100644 --- a/packages/mui-babel-macros/package.json +++ b/packages/mui-babel-macros/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-babel-macros", - "version": "1.0.8", + "version": "1.0.9", "author": "MUI Team", "description": "MUI Babel macros. This is an internal package not meant for general use.", "main": "./MuiError.macro.js", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index d73a442a423322..4e188d2599ccab 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-beta.58", + "version": "5.0.0-5.0.0-beta.58.0", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 4b5191d245845d..a34619ccabbdc1 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.1.0", + "version": "6.1.1", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 2f8f4383abacd5..81538a1cadfdb7 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 8f2e848ac88cc8..4bc40a11ef92f9 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-envinfo/package.json b/packages/mui-envinfo/package.json index f6d7a20f1f2b2e..52cbca10fbc9b8 100644 --- a/packages/mui-envinfo/package.json +++ b/packages/mui-envinfo/package.json @@ -1,6 +1,6 @@ { "name": "@mui/envinfo", - "version": "2.0.25", + "version": "2.0.26", "private": false, "author": "MUI Team", "description": "Logs infos about the environment relevant to @mui/*", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 052a09f53d806e..5186534165cbac 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 16e43360cd1de3..e5b0ab9783e581 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "6.0.0-beta.9", + "version": "6.0.0-beta.10", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index 417b44186c43bb..972c3ebb65e46c 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index 039cf83e8bede6..c0cdc89dc30f31 100644 --- a/packages/mui-material-pigment-css/package.json +++ b/packages/mui-material-pigment-css/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-pigment-css", - "version": "6.1.0", + "version": "6.1.1", "author": "MUI Team", "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.", "main": "./src/index.ts", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 61b65bee6c379a..9ae019544fb75c 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 276a566063e09a..0dbd1e4c6a67a4 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 7bf57494f917d6..c9ea40a5983368 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 7d2f4d200216f0..c72a6a9d183a46 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 2379792ecb0393..0dc5d467331a53 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 88e42b73ed9e51..e3c324be26be92 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-types/package.json b/packages/mui-types/package.json index efff0c759447c9..ff8c38048c9ad6 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -1,6 +1,6 @@ { "name": "@mui/types", - "version": "7.2.16", + "version": "7.2.17", "private": false, "author": "MUI Team", "description": "Utility types for MUI.", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 2af0e9de890cb3..1aa580b37c853b 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.1.0", + "version": "6.1.1", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", diff --git a/scripts/sizeSnapshot/package.json b/scripts/sizeSnapshot/package.json index 5d7d392be33122..cdf10486a4b819 100644 --- a/scripts/sizeSnapshot/package.json +++ b/scripts/sizeSnapshot/package.json @@ -3,13 +3,13 @@ "version": "1.0.0", "description": "Size snapshot of MUI packages", "dependencies": { - "@mui/lab": "workspace:^", "@mui/base": "workspace:^", "@mui/joy": "workspace:^", + "@mui/lab": "workspace:^", "@mui/material": "workspace:^", - "@mui/styles": "workspace:^", "@mui/private-theming": "workspace:^", - "@mui/utils": "workspace:^", - "@mui/system": "workspace:^" + "@mui/styles": "workspace:^", + "@mui/system": "workspace:^", + "@mui/utils": "workspace:^" } } From 17e96571377f901a2f05c88b5fdceb4eec41e238 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Wed, 18 Sep 2024 12:20:17 +0700 Subject: [PATCH 03/11] revert --- packages/mui-base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 4e188d2599ccab..d73a442a423322 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-5.0.0-beta.58.0", + "version": "5.0.0-beta.58", "private": false, "author": "MUI Team", "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.", From 3847bbe03bcf969f12e3ff1e8f7f948cc9bf9df2 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Wed, 18 Sep 2024 12:20:21 +0700 Subject: [PATCH 04/11] refine changelog --- CHANGELOG.md | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c17c2c00a483e..afcdaf2160c56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,24 +20,24 @@ A big thanks to the 18 contributors who made this release possible. ### `@mui/utils@6.1.1` -- Fix "useId" & "useSyncExternalStore" imports to not be statically analysable (#43360) @yash49 +- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49 ### Docs -- [docs][material-ui] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn -- [docs][material-ui][Breadcrumbs] Document CondensedWithMenu option for Material UI Breadcrumbs (#42973) @Sergio16T -- [docs][material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855 -- [docs] Fix minor typo (#42899) @xconverge -- [docs] Revert icon search virtualization (#43569) @Janpot -- [docs] Fix MUI Treasury Layout broken links (#43752) @oliviertassinari -- [docs] Fix 301 link to design asset @oliviertassinari -- [docs] Update release schedule table after v6 stable (#43726) @sahil-ag -- [docs] Fix bundle size link regression @oliviertassinari -- [material-ui][docs] Document Typography color prop breaking change (#43735) @aarongarciah -- [pigment-css][docs] Call out Pigment being in alpha (#43725) @aarongarciah -- [slider][docs] Polish Music player demo (#43748) @oliviertassinari -- [test][docs] Improve demos for better regression screenshots (#43742) @aarongarciah -- [docs][material-ui] Add docs for complementary Table components (#43756) @Juneezee +- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Material UI Breadcrumbs (#42973) @Sergio16T +- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855 +- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn +- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari +- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah +- [material-ui] Add docs for complementary Table components (#43756) @Juneezee +- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah +- [test] Improve demos for better regression screenshots (#43742) @aarongarciah +- Fix minor typo (#42899) @xconverge +- Revert icon search virtualization (#43569) @Janpot +- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari +- Fix 301 link to design asset @oliviertassinari +- Update release schedule table after v6 stable (#43726) @sahil-ag +- Fix bundle size link regression @oliviertassinari ### Core @@ -47,11 +47,6 @@ A big thanks to the 18 contributors who made this release possible. - [core] Remove redundant window @oliviertassinari - [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth - [core] Replace more `indexOf` with `includes` (#43694) @Juneezee -- [core] Include history from the @mui/base components & hooks v5 @oliviertassinari -- [core] Include history from the @mui/base components & hooks v4 @oliviertassinari -- [core] Include history from the @mui/base components & hooks v3 @oliviertassinari -- [core] Include history from the @mui/base components & hooks v2 @oliviertassinari -- [core] Include history from the @mui/base components & hooks (#43079) @oliviertassinari - [core] Remove /.yarn (#43712) @oliviertassinari - [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow - [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari @@ -61,7 +56,6 @@ A big thanks to the 18 contributors who made this release possible. - [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot - [test] Remove position:relative from regression container (#43743) @aarongarciah - [test] Remove top-level inline-block from the regression tests (#43656) @Janpot -- [blog] Fix broken link to purchase MUI X Pro (#43664) @oliviertassinari - [website] Match pricing page with linked page h1 @oliviertassinari 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 From db11b0917362826cf2202f75c22c2b8ee54a2fb5 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 18 Sep 2024 11:41:11 +0200 Subject: [PATCH 05/11] Update CHANGELOG.md Co-authored-by: Zeeshan Tamboli Signed-off-by: Olivier Tassinari --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afcdaf2160c56d..277d2b4c0de528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -_Sep 17, 2024_ +_Sep 18, 2024_ A big thanks to the 18 contributors who made this release possible. From dd0cc81512279bfbbe6fd53c3044cde375252963 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 19 Sep 2024 09:03:10 +0700 Subject: [PATCH 06/11] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afcdaf2160c56d..7dd943fce7a402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ A big thanks to the 18 contributors who made this release possible. - [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai - [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli - [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp +- [Modal] Fix event handlers overriding behaviour (#43757) @sai6855 ### `@mui/system@6.1.1` @@ -30,7 +31,9 @@ A big thanks to the 18 contributors who made this release possible. - [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari - [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah - [material-ui] Add docs for complementary Table components (#43756) @Juneezee +- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli - [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah +- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218 - [test] Improve demos for better regression screenshots (#43742) @aarongarciah - Fix minor typo (#42899) @xconverge - Revert icon search virtualization (#43569) @Janpot From d81c54a6f148af7810e3269efe76d19206c94c66 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 19 Sep 2024 09:09:46 +0700 Subject: [PATCH 07/11] pnpm dedupe --- pnpm-lock.yaml | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f0e38df0a3b5f..e1399af1fa6315 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -658,7 +658,7 @@ importers: version: 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@toolpad/core': specifier: ^0.6.0 - version: 0.6.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material-pigment-css@6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/node@20.16.5)(@types/react@18.3.4)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.12(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.47.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.29.2) + version: 0.6.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@20.16.5)(@types/react@18.3.4)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.12(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.47.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.29.2) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.47) @@ -4099,10 +4099,6 @@ packages: '@types/react': optional: true - '@mui/material-pigment-css@6.1.0': - resolution: {integrity: sha512-jAzv+abtJJ5ZeKJKIBex1iATH1cH4iwk7Aty6miL//CwyJkQqC8AuQEkdPsQIR+8eKuHBeGHL52R0S3c5r7MRQ==} - engines: {node: '>=14.0.0'} - '@mui/material@5.15.4': resolution: {integrity: sha512-T/LGRAC+M0c+D3+y67eHwIN5bSje0TxbcJCWR0esNvU11T0QwrX3jedXItPNBwMupF2F5VWCDHBVLlFnN3+ABA==} engines: {node: '>=12.0.0'} @@ -15000,7 +14996,7 @@ snapshots: '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) '@types/react': 18.3.4 - '@mui/lab@6.0.0-beta.9(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material-pigment-css@6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/lab@6.0.0-beta.9(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.6 '@mui/base': 5.0.0-beta.58(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -15015,22 +15011,8 @@ snapshots: optionalDependencies: '@emotion/react': 11.13.3(@types/react@18.3.4)(react@18.3.1) '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@mui/material-pigment-css': 6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) '@types/react': 18.3.4 - '@mui/material-pigment-css@6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1)': - dependencies: - '@babel/runtime': 7.25.6 - '@mui/system': 6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1) - '@pigment-css/react': 0.0.23(@types/react@18.3.4)(react@18.3.1) - transitivePeerDependencies: - - '@emotion/react' - - '@emotion/styled' - - '@types/react' - - react - - supports-color - optional: true - '@mui/material@5.15.4(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.6 @@ -16666,11 +16648,11 @@ snapshots: '@theme-ui/css': 0.16.2(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1)) react: 18.3.1 - '@toolpad/core@0.6.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material-pigment-css@6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/node@20.16.5)(@types/react@18.3.4)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.12(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.47.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.29.2)': + '@toolpad/core@0.6.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/icons-material@packages+mui-icons-material+build)(@mui/material@packages+mui-material+build)(@types/node@20.16.5)(@types/react@18.3.4)(happy-dom@12.10.3)(jsdom@24.0.0)(next@14.2.12(@babel/core@7.25.2)(@opentelemetry/api@1.8.0)(@playwright/test@1.47.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(terser@5.29.2)': dependencies: '@babel/runtime': 7.25.6 '@mui/icons-material': link:packages/mui-icons-material/build - '@mui/lab': 6.0.0-beta.9(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material-pigment-css@6.1.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/lab': 6.0.0-beta.9(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.4)(react@18.3.1))(@types/react@18.3.4)(react@18.3.1))(@mui/material@packages+mui-material+build)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': link:packages/mui-material/build '@mui/utils': 6.1.0(@types/react@18.3.4)(react@18.3.1) '@toolpad/utils': 0.6.0(@types/node@20.16.5)(happy-dom@12.10.3)(jsdom@24.0.0)(react@18.3.1)(terser@5.29.2) From 7723538f79b14958597cf3997a8ec128e20f4f3b Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 19 Sep 2024 09:24:18 +0700 Subject: [PATCH 08/11] pnpm dedupe --- pnpm-lock.yaml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1399af1fa6315..ad4caa29d66c3f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1417,7 +1417,7 @@ importers: version: 7.25.6 '@mui/base': specifier: '*' - version: 5.0.0-beta.40(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-beta.58(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/internal-markdown': specifier: workspace:^ version: link:../markdown @@ -4036,17 +4036,6 @@ packages: '@types/react': optional: true - '@mui/base@5.0.0-beta.40': - resolution: {integrity: sha512-I/lGHztkCzvwlXpjD2+SNmvNQvB4227xBXhISPjEaJUXGImOQ9f3D2Yj/T3KasSI/h0MLWy74X0J6clhPmsRbQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/react': ^18.3.4 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@mui/base@5.0.0-beta.58': resolution: {integrity: sha512-P0E7ZrxOuyYqBvVv9w8k7wm+Xzx/KRu+BGgFcR2htTsGCpJNQJCSUXNUZ50MUmSU9hzqhwbQWNXhV1MBTl6F7A==} engines: {node: '>=14.0.0'} @@ -14949,20 +14938,6 @@ snapshots: optionalDependencies: '@types/react': 18.3.4 - '@mui/base@5.0.0-beta.40(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.25.6 - '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/types': 7.2.16(@types/react@18.3.4) - '@mui/utils': 5.16.6(@types/react@18.3.4)(react@18.3.1) - '@popperjs/core': 2.11.8 - clsx: 2.1.1 - prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - optionalDependencies: - '@types/react': 18.3.4 - '@mui/base@5.0.0-beta.58(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.6 From 933628132bc7cf23fc683c6799e964fcb302e4e0 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 19 Sep 2024 09:31:55 +0700 Subject: [PATCH 09/11] remove Material UI --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe021455f55232..780aa84af63d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ A big thanks to the 18 contributors who made this release possible. ### Docs -- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Material UI Breadcrumbs (#42973) @Sergio16T +- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T - [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855 - [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn - [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari From 907718075d8bbfed6f5a72b0a5d0ce9277a43085 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 19 Sep 2024 11:35:14 +0700 Subject: [PATCH 10/11] fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 780aa84af63d6d..c0ec544dfc7a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ A big thanks to the 18 contributors who made this release possible. - [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai - [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli - [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp -- [Modal] Fix event handlers overriding behaviour (#43757) @sai6855 +- [Modal] Fix event handlers overriding behavior (#43757) @sai6855 ### `@mui/system@6.1.1` From 78b90fc5afea1168fa8505d290ec9b01795ed540 Mon Sep 17 00:00:00 2001 From: Zeeshan Tamboli Date: Thu, 19 Sep 2024 11:33:17 +0530 Subject: [PATCH 11/11] Update CHANGELOG.md Signed-off-by: Zeeshan Tamboli --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ec544dfc7a03..d1be1e2c8e4c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -_Sep 18, 2024_ +_Sep 19, 2024_ A big thanks to the 18 contributors who made this release possible.