diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f26b3a7062eaee..3f4e8616b1b561 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 + uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 with: languages: typescript config-file: ./.github/codeql/codeql-config.yml @@ -30,4 +30,4 @@ jobs: # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 + uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b34828a54bf706..a24dca121f0dee 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -43,6 +43,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 + uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2 with: sarif_file: results.sarif diff --git a/CHANGELOG.md b/CHANGELOG.md index 810c550c19494a..2d04bd6c3d9b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,125 @@ # [Versions](https://mui.com/versions/) +## 5.12.3 + + + +_May 2, 2023_ + +A big thanks to the 18 contributors who made this release possible. Here are some highlights āœØ: + +- all planned breaking changes for Base UI are done. The first beta release should come next week šŸŽ‰ +- šŸ› bug fixes and šŸ“š documentation improvements. + +### `@mui/material@5.12.3` + +- ​[Accordion] Add missing `component` type (#37111) @sai6855 +- ​[ButtonGroup] Should not retain divider color when it is disabled and variant is `text` (#36967) @DavidBoyer11 +- ​[Divider] Fix styles on dividers with text (#35072) @maxdestors +- ​[TextField] Improve IntelliSense support for props (#36737) @sai6855 +- ​[TextField] Fix running click event on disabled (#36892) @sai6855 + +### `@mui/joy@5.0.0-alpha.78` + +- ​[Joy] Miscellaneous fixes and docs improvement (#37026) @siriwatknp + +### `@mui/base@5.0.0-alpha.128` + +#### Breaking changes + +- The `component` prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like: + + ```diff +