diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b4f3bae85e37..3228a93542ad5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,61 @@ # [Versions](https://mui.com/versions/) +## v5.15.14 + + + +_Mar 18, 2024_ + +A big thanks to the 15 contributors who made this release possible. +This release was mostly about šŸ› bug fixes and šŸ“š documentation improvements. + +### `@mui/material@5.15.13` + +- [Accordion] Convert to support CSS extraction (#41221) @mnajdova +- ​[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova +- ​[Slider] Convert to support CSS extraction (#41201) @mnajdova +- ​[Select] Fix variant type (#41405) @sai6855 +- ​[typescript] Use interface instead of type for props (#41500) @siriwatknp + +### `@pigment-css/react@0.0.3` + +- ​Add Box component (#41451) @brijeshb42 + +### `pigment-css/nextjs-plugin@0.0.3` + +- ​Fix alias resolver (#41494) @brijeshb42 +- ​Follow-up to #41494 (#41502) @brijeshb42 + +### Docs + +- ​[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs +- ​[pigment-css] Add media query guide (#41473) @siriwatknp +- ​[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr +- ​[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai + +### Core + +- ​[blog] Bringing consistency to MaterialĀ UI customization APIs (#41040) @DiegoAndai +- ​[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak +- ​[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot +- ​[core] Use Circle CI context (#41532) @oliviertassinari +- ​[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai +- ​[docs] Fix useStorageState regressions (#41223) @Janpot +- ​[docs] Fix some Vale errors (#41516) @oliviertassinari +- ​[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan +- ​[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal +- ​[material-next] Drop the package (#41544) @mnajdova +- ​[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari +- ​[docs-infra] Improve Vale config @oliviertassinari +- ​[docs-infra] Add a feature list "component" (#41484) @danilo-leal +- ​[docs-infra] Add code block header classes (#41487) @danilo-leal +- ​[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal +- ​[website] Improve navbar's items hover state (#41535) @EyaOuenniche +- ​[website] Split Toolpad documentation (#41316) @bharatkashyap +- ​[website] Use MUIĀ X Data Grid v7-beta (#41276) @cherniavskii + +All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan + ## v5.15.13 diff --git a/package.json b/package.json index ffd22e7405fe03..a140a2732576fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.13", + "version": "5.15.14", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/docs-utils/package.json b/packages-internal/docs-utils/package.json index a33264cd53e1a5..7ddabfa3a217fa 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.3", + "version": "1.0.4", "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 5880fde65ea9b8..391eca25d51455 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.2", + "version": "1.0.3", "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/markdown/package.json b/packages/markdown/package.json index e11064d3a73af8..5a7b0373e8311c 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-markdown", - "version": "1.0.0", + "version": "1.0.1", "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-base/package.json b/packages/mui-base/package.json index 6e862c8e52bc55..350c356217b117 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.39", + "version": "5.0.0-beta.40", "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 040b62940921bd..0b8512b7042c33 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.15.13", + "version": "5.15.14", "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 45d6e8eeb12c5f..8c2ff52575ebfe 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.13", + "version": "5.15.14", "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 6c488ab8425f82..773cad1039afdb 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.15.13", + "version": "5.15.14", "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 e5ce3a88cc3bb9..32ddd5668876cf 100644 --- a/packages/mui-envinfo/package.json +++ b/packages/mui-envinfo/package.json @@ -1,6 +1,6 @@ { "name": "@mui/envinfo", - "version": "2.0.18", + "version": "2.0.19", "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 065dabc888ae6f..7e444974b82cec 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.13", + "version": "5.15.14", "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 c1204738aa4852..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.31", + "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.", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 72a879ef2a3fca..0bb25dd837357b 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.168", + "version": "5.0.0-alpha.169", "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 e47a5f05419270..bb840b2d534dec 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.13", + "version": "5.15.14", "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 528c83996fd82f..a34d5e95b3f86a 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.13", + "version": "5.15.14", "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 6d26c546fe7b07..9309fb33afce07 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.0.0-alpha.17", + "version": "6.0.0-alpha.18", "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 78ef3bc80309b3..578216b8dbf9a9 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "5.15.11", + "version": "5.15.14", "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 947fb8a3e77a2f..d25cd3c3c15e49 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.13", + "version": "5.15.14", "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 bdecbe7f126c0b..079119e5131574 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.15.13", + "version": "5.15.14", "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 f8404d25f51085..b19ec8a59fc4f1 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -1,6 +1,6 @@ { "name": "@mui/types", - "version": "7.2.13", + "version": "7.2.14", "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 c78b15464403b9..1ec2250902f92c 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.15.13", + "version": "5.15.14", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", diff --git a/packages/pigment-css-nextjs-plugin/package.json b/packages/pigment-css-nextjs-plugin/package.json index b438dc689f6de7..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.2", + "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 83f782485125b8..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.2", + "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 a629064da5d17b..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.2", + "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 a4be4be096fb7d..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.2", + "version": "0.0.3", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",