diff --git a/CHANGELOG.md b/CHANGELOG.md index 162d194f580c03..6b52bd6edffd71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,97 @@ # [Versions](https://mui.com/versions/) +## v5.15.13 + + + +_Mar 12, 2024_ + +A big thanks to the 15 contributors who made this release possible. Here are some highights ✨ + +- The Material UI free Checkout template got a design uplift (#41447) @zanivan + +### `@mui/material@5.15.13` + +- [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855 +- [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi +- Add `paperChannel` token (#41447) @siriwatknp +- [Switch] Convert to support CSS extraction (#41367) @alexfauquette +- [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy + +### `@mui/system@5.15.13` + +- [RtlProvider] Add component & hook (#41241) @mnajdova + +### `@mui/utils@5.15.13` + +- [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak + +### `@mui/codemod@5.15.13` + +- Fix merging of slotProps and componentProps (#41323) @sai6855 + +### `@mui/base@5.0.0-beta.39` + +- [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr +- [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley +- [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli + +### `@pigment-css/react@0.0.2` + +- Handle more scenarios while transforming sx prop (#41372) @brijeshb42 +- Improve testing of fixtures (#41389) @brijeshb42 +- Fix `keyframes` serialize styles error (#41395) @siriwatknp +- Use class selector instead of class value (#41442) @brijeshb42 +- [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42 + +### Docs + +- [material-ui] Refine checkout template (#40967) @zanivan +- [material-ui] Add docs for complementary List components (#41329) @anle9650 +- [material-ui] Add docs for complementary Dialog components (#41313) @jwithington +- [material-ui] Fix Templates live preview link (#41467) @danilo-leal +- [material-ui] Polish out the templates page (#41468) @zanivan +- [material-ui] Adjust the Templates card design (#41450) @danilo-leal +- [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs +- [joy-ui] Update case studies chip background color (#41413) @cipherlogs +- [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs +- [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs +- [pigment] Add example and guide section (#41249) @siriwatknp +- [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari +- [pigment-css] Fix import on the README (#41411) @danilo-leal +- [pigment-css] Edit starter template links on README (#41409) @danilo-leal +- [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal +- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal +- Finish brand name fixes #41438 @oliviertassinari +- Remove noreferrer @oliviertassinari +- Fix v4 docs appearing in notifications (#41390) @peterwangsc +- Update GitHub project links (#41370) @danilo-leal + +### Core + +- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42 +- [pigment] Rename directories to match package names (#41453) @brijeshb42 +- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari +- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot +- [code-infra] Add alias for icon types (#41248) @Janpot +- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot +- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot +- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak +- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova +- [docs-infra] Fix pigment css apps path in the render mui demos script (#41476) @mnajdova +- [docs-infra] move feedback to ESM (#41381) @alexfauquette +- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal +- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari +- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal +- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal +- [website] Update the Careers page role (#41384) @danilo-leal +- [website] Compress about images @oliviertassinari +- [website] Improve color contrast on the homepage (#41465) @danilo-leal +- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp +- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp + +All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli + ## v5.15.12 diff --git a/package.json b/package.json index aff885bddeffae..3fe522de0f0ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.12", + "version": "5.15.13", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index e620735bdc3bca..673d0907edf534 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.1", + "version": "1.0.2", "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/mui-babel-macros/package.json b/packages/mui-babel-macros/package.json index 0c78f41d885424..ee8f8a8063973a 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.0", + "version": "1.0.1", "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 b7e86fdb4d5a82..6e862c8e52bc55 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.38", + "version": "5.0.0-beta.39", "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 1bbfcdfc94ac7d..040b62940921bd 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.15.12", + "version": "5.15.13", "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 9d778304278211..45d6e8eeb12c5f 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.12", + "version": "5.15.13", "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 751b37ec439659..c6c00f40584658 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.15.12", + "version": "5.15.13", "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 7adc8f786fe252..065dabc888ae6f 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.12", + "version": "5.15.13", "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 170fb702806512..c1204738aa4852 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.30", + "version": "5.0.0-beta.31", "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 122c54a1b04020..72a879ef2a3fca 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.167", + "version": "5.0.0-alpha.168", "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 f7bff874303d07..e73e78032b3f16 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.125", + "version": "6.0.0-alpha.126", "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.4", - "@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.12", "@types/prop-types": "^15.7.11", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index a99a20c5f2f4e6..e47a5f05419270 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.12", + "version": "5.15.13", "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 d81038d164a087..528c83996fd82f 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.12", + "version": "5.15.13", "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 915855c36f9ce1..947fb8a3e77a2f 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.12", + "version": "5.15.13", "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 8c61f0ca70f2a4..bdecbe7f126c0b 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.15.12", + "version": "5.15.13", "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 23d3af9e9e2ba6..80e234ab204c7a 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.15.12", + "version": "5.15.13", "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 9a61f7b49e58b6..b438dc689f6de7 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.1", + "version": "0.0.2", "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 6f92c9383b3d1b..cc67cf53f2e27d 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.1", + "version": "0.0.2", "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 704e2b967e5440..a629064da5d17b 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.1", + "version": "0.0.2", "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 a3a71836f5da63..a4be4be096fb7d 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.1", + "version": "0.0.2", "main": "build/index.js", "module": "build/index.mjs", "types": "build/index.d.ts",