diff --git a/CHANGELOG.md b/CHANGELOG.md index a0513573538e7a..80651467905857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,81 @@ # [Versions](https://mui.com/versions/) +## v6.0.0-alpha.11 + + + +_Jun 11, 2024_ + +A big thanks to the 18 contributors who made this release possible. + +### `@mui/material@6.0.0-alpha.11` + +- ​[Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli +- ​[Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma +- ​[Grid] Fix support for CSS variables (#42574) @oliviertassinari +- ​[InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp +- ​Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855 +- ​Integrate `extendSxProp` adapter (#42543) @siriwatknp +- ​[Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855 +- ​[pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp + +### `@mui/system@6.0.0-alpha.11` + +- ​[Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai +- ​[useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah + +### `@mui/utils@6.0.0-alpha.11` + +- ​Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy + +### `@mui/codemod@6.0.0-alpha.11` + +- ​Improve styled and sx prop transformation (#42598) @siriwatknp +- ​Support more cases for sx-prop transformation (#42527) @siriwatknp + +### `@mui/private-theming@6.0.0-alpha.11` + +- ​Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855 + +### Docs + +- ​Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp +- ​Fix dashboard template console error (#42594) @oliviertassinari +- ​Migrate system props to `sx` prop (#42475) @siriwatknp +- ​[material-ui]Fix duplicated sentence (#42521) @alexfauquette +- ​[Grid] Fix docs spacing (#42573) @oliviertassinari +- ​[joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie +- ​[joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco +- ​[material-ui] Add docs for complementary stepper components (#41900) @anle9650 +- ​[material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan +- ​[material-ui] Add container queries docs (#42434) @siriwatknp +- ​[material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah +- ​[material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah +- ​[material-ui] Add a Refine example project (#42461) @necatiozmen + +### Core + +- ​[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH +- ​[core] Allow `for..of` loops (#42600) @michaldudak +- ​[core] Add comment about Object.js @oliviertassinari +- ​[core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah +- ​[core] Group Pigment CSS dependencies (#42174) @siriwatknp +- ​[core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah +- ​[core] Skip charts animation for visual regression test (#42530) @alexfauquette +- ​[docs-infra] Simplify click header (#42593) @oliviertassinari +- ​[docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell +- ​[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal +- ​[docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette +- ​[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal +- ​[examples] Remove Pigment CSS examples (#42471) @sai6855 +- ​[test] Restore pnpm tc command (#42572) @oliviertassinari +- ​[test] Restore testing internal packages (#42519) @michaldudak +- ​[website] Close Developer Advocate / Content Engineer role @oliviertassinari +- ​[website] Remove blank line @oliviertassinari +- ​[website] Fix mobile layout shift @oliviertassinari + +All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli + ## v6.0.0-alpha.10 diff --git a/package.json b/package.json index 97f7c00407dc5e..e5b0cbc534dace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index bd3e50d33e9909..56e08d3220813a 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.9", + "version": "1.0.10", "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-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 9ec2f624c997a2..bc5c0db05dc044 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.0", + "version": "1.0.1", "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/markdown/package.json b/packages/markdown/package.json index 41c5c30b1c8425..69a4515e45a0fb 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-markdown", - "version": "1.0.4", + "version": "1.0.5", "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-babel-macros/package.json b/packages/mui-babel-macros/package.json index 934d6d059c3caf..bfef3cab623381 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.4", + "version": "1.0.5", "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 fd72005123dfcf..0c40c6b8bc6004 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.48", + "version": "5.0.0-beta.49", "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 a5eb0d90167d60..2fe4c040851eb8 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 dbf5b3f00b17d4..183959f550ee19 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.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 82d61ece9ff0c5..1466e31b395eb8 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 baa336deb68634..fe6e3963582b98 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.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 2dc2d4164919b3..5938eee7288de7 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.43", + "version": "5.0.0-beta.44", "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 dfb7fef15ee785..3bc5f430583489 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index b871b707ed3e91..c300ce10befdad 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.11", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index e82dfdc135da21..6363fa4dee06e0 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 e9dd443ea90a4e..62382eaa515d20 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.0.0-alpha.9", + "version": "6.0.0-alpha.11", "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 e500efb4ac22f6..f45d8eecfc2e41 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.25", + "version": "6.0.0-alpha.26", "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 834c164939d2d8..659812018d407d 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.0.0-alpha.9", + "version": "6.0.0-alpha.11", "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 ea3647209375ea..0ffe81938b33b6 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 474c7ef2361518..fe91b8bb4c448e 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.0.0-alpha.10", + "version": "6.0.0-alpha.11", "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 ea7b5a66ac44cc..008d99c66fd3f9 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.0.0-alpha.9", + "version": "6.0.0-alpha.11", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", @@ -44,8 +44,8 @@ "react-is": "^18.2.0" }, "devDependencies": { - "@mui/internal-test-utils": "workspace:^", "@mui/internal-babel-macros": "workspace:^", + "@mui/internal-test-utils": "workspace:^", "@mui/types": "workspace:^", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.6",