diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e7f2c243f52e..fd226f5433cc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # [Versions](https://mui.com/versions/) +## v5.15.12 + + + +_Feb 27, 2024_ + +A big thanks to the 26 contributors who made this release possible. +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.15.12` + +- ​[Alert] Deprecate composed classes (#40688) @DiegoAndai +- ​Remove unused dev dependency on @mui/lab (#41198) @brijeshb42 +- ​[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9 +- ​[Button] Deprecate classes for v6 (#40675) @sai6855 +- ​[Chip] Deprecate composed classes (#41235) @sai6855 +- ​[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855 + +### Docs + +- ​[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal + +### Core + +- ​Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari +- ​[blog] No bundled demos in blog posts @oliviertassinari +- ​[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak +- ​[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak +- ​[core] Use runtime agnostic setTimeout type @oliviertassinari +- ​[core] Remove window. reference for common globals @oliviertassinari +- ​[core] Add a script to build all packages (#40631) @michaldudak +- ​[docs-infra] Fix Stack Overflow breaking space @oliviertassinari +- ​[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok +- ​[docs-infra] Improve fix blank links ad @oliviertassinari +- ​[docs-infra] Support interfaces for X docs (#41069) @alexfauquette +- ​[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette +- ​[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp +- ​[zero] Minor wording changes in README (#41253) @brijeshb42 +- ​[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42 + +All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @divyammadhok, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp + ## v5.15.11 diff --git a/package.json b/package.json index 8dd8cc42e5d3ea..79d260fdf8fe1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.11", + "version": "5.15.12", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 7593292d12cd68..39beb76f619c13 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.37", + "version": "5.0.0-beta.38", "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.", @@ -50,8 +50,8 @@ "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/internal-babel-macros": "workspace:^", "@mui-internal/test-utils": "workspace:^", + "@mui/internal-babel-macros": "workspace:^", "@mui/types": "workspace:^", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 91dc87cbe0035e..27d5004111f0fa 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.15.11", + "version": "5.15.12", "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 fea026d1e65021..9d778304278211 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.11", + "version": "5.15.12", "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 7256766209a528..1ff9508ec37cab 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.15.11", + "version": "5.15.12", "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 655de74410cd1b..0009b995bf51a8 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.11", + "version": "5.15.12", "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 c46bd9f9b649af..42a2544e39c640 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.29", + "version": "5.0.0-beta.30", "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 37c1a9941320fa..9a553a7fc92854 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.166", + "version": "5.0.0-alpha.167", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 474288b423c989..13da7371d564eb 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-next", - "version": "6.0.0-alpha.124", + "version": "6.0.0-alpha.125", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -54,8 +54,8 @@ }, "devDependencies": { "@emotion/react": "^11.11.3", - "@mui/internal-babel-macros": "workspace:^", "@mui-internal/test-utils": "workspace:^", + "@mui/internal-babel-macros": "workspace:^", "@testing-library/user-event": "^14.5.2", "@types/chai": "^4.3.11", "@types/prop-types": "^15.7.11", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index c49f2e526f340c..0b278258a6a5fd 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.11", + "version": "5.15.12", "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.", @@ -56,8 +56,8 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@mui/internal-babel-macros": "workspace:^", "@mui-internal/test-utils": "workspace:^", + "@mui/internal-babel-macros": "workspace:^", "@popperjs/core": "^2.11.8", "@rollup/plugin-replace": "^5.0.5", "@testing-library/dom": "^9.3.4", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 38e8e8504c7453..e5b24ae7fd1e25 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "5.15.11", + "version": "5.15.12", "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-styles/package.json b/packages/mui-styles/package.json index ccc727a90e8f4a..55a71330021f7f 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.11", + "version": "5.15.12", "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 2dfaa1dc08d4ea..731f880366735f 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.15.11", + "version": "5.15.12", "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.", @@ -52,8 +52,8 @@ "devDependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@mui/internal-babel-macros": "workspace:^", "@mui-internal/test-utils": "workspace:^", + "@mui/internal-babel-macros": "workspace:^", "@mui/system": "workspace:*", "@types/chai": "^4.3.11", "@types/prop-types": "^15.7.11", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 71f66306009ad1..1018d93f21fcde 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.15.11", + "version": "5.15.12", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", @@ -45,8 +45,8 @@ "react-is": "^18.2.0" }, "devDependencies": { - "@mui/internal-babel-macros": "workspace:^", "@mui-internal/test-utils": "workspace:^", + "@mui/internal-babel-macros": "workspace:^", "@mui/types": "workspace:^", "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", diff --git a/packages/zero-runtime/package.json b/packages/zero-runtime/package.json index d427fcdde858b6..7dd49e73b3e259 100644 --- a/packages/zero-runtime/package.json +++ b/packages/zero-runtime/package.json @@ -36,9 +36,9 @@ "@babel/parser": "^7.23.9", "@babel/types": "^7.23.9", "@emotion/css": "^11.11.2", + "@emotion/react": "^11.11.3", "@emotion/serialize": "^1.1.3", "@emotion/styled": "^11.11.0", - "@emotion/react": "^11.11.3", "@mui/system": "workspace:^", "@wyw-in-js/processor-utils": "^0.4.1", "@wyw-in-js/shared": "^0.4.1",