From 356b885778a2af26505d5dbba76a9abcceb69800 Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Wed, 26 Feb 2025 21:30:17 +0800 Subject: [PATCH] [release] v6.4.6 (#45416) --- CHANGELOG.md | 38 +++++++++++++++++++ package.json | 2 +- packages-internal/test-utils/package.json | 2 +- packages/mui-codemod/package.json | 2 +- .../mui-core-downloads-tracker/package.json | 2 +- packages/mui-docs/package.json | 2 +- packages/mui-icons-material/package.json | 2 +- packages/mui-lab/package.json | 2 +- .../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-utils/package.json | 2 +- 16 files changed, 53 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00200543e8a418..5b758298f32619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # [Versions](https://mui.com/versions/) +## 6.4.6 + + + +_Feb 26, 2025_ + +A big thanks to the 4 contributors who made this release possible. + +### `@mui/material@6.4.6` + +- [Checkbox] Add slots and slotProps (#45361) @siriwatknp +- [Drawer] Deprecate *Props and complete `slots`, `slotProps` (#45377) @siriwatknp +- [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai +- [InputBase] Deprecate composed classes (#45366) @siriwatknp +- Fix `slotProps.transition` types (#45367) @siriwatknp +- Allow nested theme creation with `vars` (#45368) @siriwatknp +- Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp +- [Popover] Deprecate *Props and complete `slots`, `slotProps` (#45337) @siriwatknp +- [Radio] Add slots and slotProps (#45364) @siriwatknp +- [Slider] Fix css class selector in migration guide (#45409) @sai6855 +- [Slider] Fix spacings in .md files (#45393) @sai6855 +- [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp +- [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp +- [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp +- [Tabs] Deprecate *Props and complete slots, slotProps (#45012) (#45355) @siriwatknp +- [Menu] Deprecate *Props and complete `slots`, `slotProps` (#45369) @siriwatknp + +### Docs + +- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli +- Fix typo in slider docs (#45392) @sai6855 + +### Core + +- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli + +All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli + ## 6.4.5 diff --git a/package.json b/package.json index 7a19b3b243be11..bc296b6cb4796e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.4.5", + "version": "6.4.6", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index e76bbfbb08de74..93e53922467745 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.26", + "version": "1.0.27", "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/mui-codemod/package.json b/packages/mui-codemod/package.json index 4648306da70dcf..e4686a0b392ea2 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.4.4", + "version": "6.4.6", "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 24ac3eb8860780..9a4521e71b4071 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.4.5", + "version": "6.4.6", "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 cab96aa3ad96ef..44a48e7228277e 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.4.5", + "version": "6.4.6", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 99f1beecbcbcdb..f0a4c93ca76c7b 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.4.5", + "version": "6.4.6", "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 e8c5292637da92..df6ccb5af6addd 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.28", + "version": "6.0.0-beta.29", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index 70af135d3eee00..4b1c5af862a936 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.4.3", + "version": "6.4.6", "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 ca97153b9c9278..1a55384caaf63a 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.4.5", + "version": "6.4.6", "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 43952f589d5398..81891d350c86d7 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.4.3", + "version": "6.4.6", "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 1afc583e05aab8..9762331468ff52 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.4.3", + "version": "6.4.6", "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 14ceb8c699d4c8..17a43945bba07e 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.4.3", + "version": "6.4.6", "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 4afd8bbd9a8305..96afd5949b8d12 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.4.5", + "version": "6.4.6", "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 d303143b2e620b..5e5fd13a7055a0 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.4.3", + "version": "6.4.6", "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-utils/package.json b/packages/mui-utils/package.json index 643b0f913837e3..312c4354670f9c 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.4.3", + "version": "6.4.6", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",