From f03264f50d6bada3ab1e11552ba3f56ab963e27a Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Wed, 3 Apr 2024 16:27:56 +0700 Subject: [PATCH 1/7] update changelog --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3228a93542ad5e..14a519b1b624b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # [Versions](https://mui.com/versions/) +## v5.15.15 + + + +_Apr 3, 2024_ + +A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.15.15` + +- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli + +### `@mui/system@5.15.15` + +- Fix typo to avoid infinite recursion in function call. (#41678) @ZeeshanTamboli + +### Docs + +- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal +- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli +- Continue migration of Base UI to sperate repository @oliviertassinari +- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii +- Update the versions dropdown to show v6 (#41557) @mnajdova + +### Core + +- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii +- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii +- [blog] Add post about remote (#41565) @danilo-leal +- [core] Continue rename of Toolpad @oliviertassinari +- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap +- [website] Add Aarón to About Us (#41747) @aarongarciah +- [website] Add stray design adjustments throughout the site (#41642) @mnajdova +- [website] Update pricing table (#41606) @cherniavskii + +All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli + ## v5.15.14 From b2b37a62ab866fa2bf10147b871381bfd1e62937 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Wed, 3 Apr 2024 16:36:15 +0700 Subject: [PATCH 2/7] run release:version --- package.json | 2 +- packages/mui-core-downloads-tracker/package.json | 2 +- packages/mui-icons-material/package.json | 2 +- packages/mui-joy/package.json | 2 +- packages/mui-lab/package.json | 2 +- packages/mui-material/package.json | 2 +- packages/mui-styles/package.json | 2 +- packages/mui-system/package.json | 2 +- packages/pigment-css-nextjs-plugin/package.json | 2 +- packages/pigment-css-react/package.json | 2 +- packages/pigment-css-unplugin/package.json | 2 +- packages/pigment-css-vite-plugin/package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index a140a2732576fc..afdefc20ce65e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.14", + "version": "5.15.15", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 8c2ff52575ebfe..d36067af1256bd 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": "5.15.14", + "version": "5.15.15", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 7e444974b82cec..f107a0c01ec65f 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "5.15.14", + "version": "5.15.15", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 9501e9774a071a..97108c433fa30e 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-beta.32", + "version": "5.0.0-beta.34", "private": false, "author": "MUI Team", "description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 0bb25dd837357b..fba2edc059caad 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "5.0.0-alpha.169", + "version": "5.0.0-alpha.170", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index bb840b2d534dec..979205f1c5601c 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.14", + "version": "5.15.15", "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-styles/package.json b/packages/mui-styles/package.json index d25cd3c3c15e49..0ea9a3a934a319 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.14", + "version": "5.15.15", "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 079119e5131574..22dc6029f00cf5 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.15.14", + "version": "5.15.15", "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/pigment-css-nextjs-plugin/package.json b/packages/pigment-css-nextjs-plugin/package.json index e7c718e1f3d5ee..ff9149029c1def 100644 --- a/packages/pigment-css-nextjs-plugin/package.json +++ b/packages/pigment-css-nextjs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/nextjs-plugin", - "version": "0.0.3", + "version": "0.0.4", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-react/package.json b/packages/pigment-css-react/package.json index a86699f7bb56c7..bddaeb002a1e1e 100644 --- a/packages/pigment-css-react/package.json +++ b/packages/pigment-css-react/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/react", - "version": "0.0.3", + "version": "0.0.4", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-unplugin/package.json b/packages/pigment-css-unplugin/package.json index 4ffc19b889726d..63f7a85f420295 100644 --- a/packages/pigment-css-unplugin/package.json +++ b/packages/pigment-css-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/unplugin", - "version": "0.0.3", + "version": "0.0.4", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-vite-plugin/package.json b/packages/pigment-css-vite-plugin/package.json index e59fa61ef19b46..f1dd2ab9a909de 100644 --- a/packages/pigment-css-vite-plugin/package.json +++ b/packages/pigment-css-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/vite-plugin", - "version": "0.0.3", + "version": "0.0.4", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", From 1a372f9ca1b44abc7e9b035fbf0f54d2175c3b12 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Wed, 3 Apr 2024 16:42:13 +0700 Subject: [PATCH 3/7] revert Joy UI --- packages/mui-joy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 97108c433fa30e..9501e9774a071a 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-beta.34", + "version": "5.0.0-beta.32", "private": false, "author": "MUI Team", "description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.", From 0169f8f3b0f7b97b886e21a94b614d20fbae500d Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Wed, 3 Apr 2024 16:50:54 +0700 Subject: [PATCH 4/7] revert pigment --- packages/pigment-css-nextjs-plugin/package.json | 2 +- packages/pigment-css-react/package.json | 2 +- packages/pigment-css-unplugin/package.json | 2 +- packages/pigment-css-vite-plugin/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/pigment-css-nextjs-plugin/package.json b/packages/pigment-css-nextjs-plugin/package.json index ff9149029c1def..e7c718e1f3d5ee 100644 --- a/packages/pigment-css-nextjs-plugin/package.json +++ b/packages/pigment-css-nextjs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/nextjs-plugin", - "version": "0.0.4", + "version": "0.0.3", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-react/package.json b/packages/pigment-css-react/package.json index bddaeb002a1e1e..a86699f7bb56c7 100644 --- a/packages/pigment-css-react/package.json +++ b/packages/pigment-css-react/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/react", - "version": "0.0.4", + "version": "0.0.3", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-unplugin/package.json b/packages/pigment-css-unplugin/package.json index 63f7a85f420295..4ffc19b889726d 100644 --- a/packages/pigment-css-unplugin/package.json +++ b/packages/pigment-css-unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/unplugin", - "version": "0.0.4", + "version": "0.0.3", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", diff --git a/packages/pigment-css-vite-plugin/package.json b/packages/pigment-css-vite-plugin/package.json index f1dd2ab9a909de..e59fa61ef19b46 100644 --- a/packages/pigment-css-vite-plugin/package.json +++ b/packages/pigment-css-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/vite-plugin", - "version": "0.0.4", + "version": "0.0.3", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts", From 64713dcf3c3ea11f5ef5196b393ce79e0dc020bb Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 4 Apr 2024 09:37:14 +0700 Subject: [PATCH 5/7] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a519b1b624b0..3c49353a1b1e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements ### `@mui/material@5.15.15` +- [Autocomplete] Display options provided to the `options` prop even if loading is true. (#41677) @ZeeshanTamboli - [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli ### `@mui/system@5.15.15` @@ -19,6 +20,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements ### Docs +- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli - [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal - [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli - Continue migration of Base UI to sperate repository @oliviertassinari From c8992f803ef4e51394469737188b680aadb156bc Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 4 Apr 2024 09:38:04 +0700 Subject: [PATCH 6/7] fix space --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c49353a1b1e01..19e016d8b0c471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,13 +24,13 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements - [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal - [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli - Continue migration of Base UI to sperate repository @oliviertassinari -- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii +- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii - Update the versions dropdown to show v6 (#41557) @mnajdova ### Core -- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii -- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii +- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii +- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii - [blog] Add post about remote (#41565) @danilo-leal - [core] Continue rename of Toolpad @oliviertassinari - [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap From 8f8d6a16393082242f83be833082d33488a356bc Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Thu, 4 Apr 2024 13:40:53 +0700 Subject: [PATCH 7/7] Apply suggestions from code review Co-authored-by: Marija Najdova Signed-off-by: Siriwat K --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e016d8b0c471..a72e0a32b3a5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,19 @@ -_Apr 3, 2024_ +_Apr 4, 2024_ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ### `@mui/material@5.15.15` -- [Autocomplete] Display options provided to the `options` prop even if loading is true. (#41677) @ZeeshanTamboli +- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli - [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli ### `@mui/system@5.15.15` -- Fix typo to avoid infinite recursion in function call. (#41678) @ZeeshanTamboli +- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli ### Docs