From a070a894fbe21c52df446438ca1bb5a891d5e1b5 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Thu, 27 Jun 2024 16:59:20 +0700 Subject: [PATCH] v6.0.0-alpha.13 (#42770) --- CHANGELOG.md | 39 +++++++++++++++++++ package.json | 2 +- packages-internal/test-utils/package.json | 2 +- packages/mui-base/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-joy/package.json | 2 +- packages/mui-lab/package.json | 2 +- packages/mui-material-nextjs/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 +- 17 files changed, 55 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2027048bc5eb6a..a82c66d2c37f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # [Versions](https://mui.com/versions/) +## v6.0.0-alpha.13 + + + +_Jun 27, 2024_ + +A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 Added layout components for Pigment CSS integration (#42693) @siriwatknp + +### `@mui/material@6.0.0-alpha.13` + +- [Autocomplete] Fix more React 18.3 key spread warnings in demos (#42639) @wbt +- [Container][Grid][Stack][Hidden] Export Pigment CSS layout components (#42693) @siriwatknp +- [Text Field] when click password visibility button, text caret position change to very front. (#42595) @appleSimple +- [Modal] migrate useSlotProps to useSLot (#42150) @sai6855 + +### `@mui/styles@6.0.0-alpha.13` + +- [withStyles] Expect React defaultProps warning in test (#42752) @aarongarciah + +### Docs + +- Fix link in CONTRIBUTING.md (#42755) @Janpot +- Add documentation on migrating JSS's alternative, array-based syntax to syntax supported by Emotion (#42053) @cjl750 +- Fix type error in virtualized table demo (#42757) @aarongarciah +- Add first batch of v6 migration (#42242) @siriwatknp +- Fix quotes on font-family dedeclaration in the Landing Page template theme (#42748) @joetats + +### Core + +- [code-infra] Refactor eslint `import/no-cycle` rule (#42705) @LukasTy +- [core] Target direct version for prerelease (#42768) @siriwatknp +- [test] Remove enzyme (#42706) @aarongarciah +- [test] Remove createMount test util (#42703) @aarongarciah +- [website] Add Ale to team (#42764) @alelthomas + +All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt + ## v6.0.0-alpha.12 diff --git a/package.json b/package.json index 678d0b2da04229..bd33c950dbd69d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.0.0-alpha.12", + "version": "6.0.0-alpha.13", "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 2523916d8b6b30..e5e97a96411abc 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.2", + "version": "1.0.3", "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-base/package.json b/packages/mui-base/package.json index e2645758439d21..051d5de6cdfbd4 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.50", + "version": "5.0.0-beta.51", "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-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 538ddd2901b44c..3c5bb7187dbb28 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.12", + "version": "6.0.0-alpha.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 e828a2174463c0..f47acf66740222 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.12", + "version": "6.0.0-alpha.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 c158cc5a6813b6..c1c31a97b8ac30 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.12", + "version": "6.0.0-alpha.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 594f9f354b2c0c..a51b43c964b116 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.45", + "version": "5.0.0-beta.46", "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 adcc830458dbe1..31ffc28718b153 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.12", + "version": "6.0.0-alpha.13", "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 5dc3a6405768dd..6cc6fdc2eeede1 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.11", + "version": "6.0.0-alpha.13", "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 68690848e63a9d..2c9b751fed241c 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.12", + "version": "6.0.0-alpha.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 8737db730b9b79..99de9498541ccf 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.12", + "version": "6.0.0-alpha.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-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index dab4f7221f9588..609f886ea0e175 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.27", + "version": "6.0.0-alpha.28", "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 bdd36fb3e97691..30788043dcda1a 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.12", + "version": "6.0.0-alpha.13", "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 cf199af9d44a0b..e6641ae10c047d 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.12", + "version": "6.0.0-alpha.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 ac5d02da33d373..0492ed3f074c4d 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.12", + "version": "6.0.0-alpha.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 1c3b2ef815de7a..605f178adc51ec 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.12", + "version": "6.0.0-alpha.13", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",