diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcdd872df93b8..ab914def28d8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,78 @@ # [Versions](https://mui.com/versions/) +## 5.14.14 + + + +_Oct 17, 2023_ + +A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨: +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.14.14` + +- ​[material-ui][AppBar] Support all default palette colors in TypeScript (#39389) @BreakBB +- ​[material-ui][AvatarGroup] Add `renderSurplus` prop (#39283) @uuxxx +- ​[material-ui][Box] Fix system properties has incorrect `Theme` interface when applied directly (#39404) @Semigradsky +- ​[material-ui][Pagination] Update `type` parameter of `getItemAriaLabel` prop (#39390) @Simer13 +- ​[material][tab] Show/hide scroll buttons for dynamically added children (#39415) @brijeshb42 + +### `@mui/base@5.0.0-beta.20` + +- ​[base-ui][Menu] Do not reopen the menu after clicking on a trigger in Safari (#39393) @michaldudak + +### `@mui/material-next@6.0.0-alpha.106` + +- ​[Divider][material-next] Add Divider component (#39179) @Best-Sardar + +### `@mui/joy@5.0.0-beta.11` + +- ​[joy-ui][List] Add the `marker` prop (#39313) @siriwatknp +- ​[joy-ui][Skeleton] Fix semi-transparent scenario when with surface components and color inversion (#39400) @TheNatkat +- ​[joy-ui][Textarea] Fix focus ring for error state (#39391) @vineetjk + +### `@mui/icons-material@5.14.14` + +- ​[icons] Fix VoiceChatOutlined showing the wrong icon (#39418) @devuser200 + +### `@mui/system@5.14.14` + +- ​[mui-system][style] bug fix for style value check color in nullable object (#39457) @DarhkVoyd + +### `@mui/styled-engine-sc@6.0.0-alpha.2` + +- ​[styled-engine-sc] Fix TS issues because of missing types (#39395) @mnajdova + +### Docs + +- ​[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin +- ​[docs] Accessibility in Base UI (#39264) @michaldudak +- ​[docs] Fix 301 redirection @oliviertassinari +- ​[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli +- ​[docs] Adjust design kits-related content (#39367) @danilo-leal +- ​[docs] Revise the Contributing Guide (#39190) @samuelsycamore +- ​[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault +- ​[docs][joy-ui] Fix color inversion demos (#39403) @danilo-leal +- ​[docs][material-ui] Remove irrelevant TODO from Snackbar demo (#39396) @ZeeshanTamboli +- ​[docs][material-ui][Table] Bug in "Sorting & Selecting" demo (#39426) @codewithrabeeh +- ​[docs][joy-ui][typography] Update docs after lineHeight changes (#39366) @zanivan + +### Core + +- ​[core] Fix multiple typos across the repo (#39422) @parikshitadhikari +- ​[docs-infra] Add refinements to the API content design (#39425) @danilo-leal +- ​[docs-infra] Add a min height to the layout component (#39416) @danilo-leal +- ​[docs-infra] Prevent horizontal scroll in the TOC (#39417) @danilo-leal +- ​[docs-infra] Add a collapsible list & table views to the API content display (#38265) @alexfauquette +- ​[docs-infra] Adjust the `kbd` tag styles (#39397) @danilo-leal +- ​[docs-infra] Fix strong style regression (#39384) @oliviertassinari +- ​[website] Add the LinkedIn profile to the contributors section on the About page (#39455) @chhawinder +- ​[website] Update new role template (#39386) @oliviertassinari +- ​[website] Add stray design fine-tunning to the Pricing page (#39472) @danilo-leal +- ​[website] Fix career anchor link to perks & benefits @oliviertassinari + +All contributors of this release in alphabetical order: @adrienbrault, @alexfauquette, @Best-Sardar, @BreakBB, @brijeshb42, @chhawinder, @christophermorin, @codewithrabeeh, @danilo-leal, @DarhkVoyd, @devuser200, @michaldudak, @mnajdova, @oliviertassinari, @parikshitadhikari, @samuelsycamore, @Semigradsky, @Simer13, @siriwatknp, @TheNatkat, @uuxxx, @vineetjk, @zanivan, @ZeeshanTamboli + ## 5.14.13 diff --git a/benchmark/package.json b/benchmark/package.json index 7461c7d5ab30c8..ef5fa38aab2732 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.11.1", "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", - "@mui/material": "^5.14.13", - "@mui/styles": "^5.14.13", - "@mui/system": "^5.14.13", + "@mui/material": "^5.14.14", + "@mui/styles": "^5.14.14", + "@mui/system": "^5.14.14", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "docs": "^5.0.0", diff --git a/docs/package.json b/docs/package.json index 74e7f35179f069..87a2d208ff718c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,21 +32,21 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-beta.19", - "@mui/docs": "^5.14.13", - "@mui/icons-material": "^5.14.13", - "@mui/joy": "5.0.0-beta.10", - "@mui/lab": "5.0.0-alpha.148", + "@mui/base": "5.0.0-beta.20", + "@mui/docs": "^5.14.14", + "@mui/icons-material": "^5.14.14", + "@mui/joy": "5.0.0-beta.11", + "@mui/lab": "5.0.0-alpha.149", "@mui/markdown": "^5.0.0", - "@mui/material": "^5.14.13", - "@mui/material-next": "6.0.0-alpha.105", + "@mui/material": "^5.14.14", + "@mui/material-next": "6.0.0-alpha.106", "@mui/styled-engine": "^5.14.13", - "@mui/styled-engine-sc": "6.0.0-alpha.1", - "@mui/styles": "^5.14.13", - "@mui/system": "^5.14.13", + "@mui/styled-engine-sc": "6.0.0-alpha.2", + "@mui/styles": "^5.14.14", + "@mui/system": "^5.14.14", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", - "@mui/x-charts": "^6.0.0-alpha.14", + "@mui/x-charts": "6.0.0-alpha.14", "@mui/x-data-grid": "6.16.1", "@mui/x-data-grid-generator": "6.16.1", "@mui/x-data-grid-premium": "6.16.1", diff --git a/package.json b/package.json index 4787517dcde5b8..5da3974cffb605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.14.13", + "version": "5.14.14", "private": true, "scripts": { "proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 7a74efcb5ec7cd..e0aaeaee0c7ac5 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.19", + "version": "5.0.0-beta.20", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", @@ -51,7 +51,7 @@ }, "devDependencies": { "@mui-internal/test-utils": "^1.0.0", - "@mui/material": "^5.14.13", + "@mui/material": "^5.14.14", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", "@types/chai": "^4.3.6", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index f851e177d880f4..5d874d2c487b71 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.14.13", + "version": "5.14.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 68d35516a8e6e7..32cf3cd6598c34 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.14.13", + "version": "5.14.14", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -35,7 +35,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/base": "5.0.0-beta.19", + "@mui/base": "5.0.0-beta.20", "@mui/utils": "^5.14.13", "nprogress": "^0.2.0", "prop-types": "^15.8.1" diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 7642965c301f41..8cb44b3755feae 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.14.13", + "version": "5.14.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 02a9aaaea70baf..534972cb58a9cd 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.10", + "version": "5.0.0-beta.11", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -39,9 +39,9 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/base": "5.0.0-beta.19", - "@mui/core-downloads-tracker": "^5.14.13", - "@mui/system": "^5.14.13", + "@mui/base": "5.0.0-beta.20", + "@mui/core-downloads-tracker": "^5.14.14", + "@mui/system": "^5.14.14", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", "clsx": "^2.0.0", @@ -49,7 +49,7 @@ }, "devDependencies": { "@mui-internal/test-utils": "^1.0.0", - "@mui/material": "^5.14.13", + "@mui/material": "^5.14.14", "@types/chai": "^4.3.6", "@types/prop-types": "^15.7.7", "@types/react": "^18.2.23", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 7598e079333e5a..3c1f74985235be 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.148", + "version": "5.0.0-alpha.149", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -42,8 +42,8 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/base": "5.0.0-beta.19", - "@mui/system": "^5.14.13", + "@mui/base": "5.0.0-beta.20", + "@mui/system": "^5.14.14", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", "@mui/x-tree-view": "6.0.0-alpha.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 4eb16d0238d2fa..a1e6cb1eba5840 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.105", + "version": "6.0.0-alpha.106", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -41,9 +41,9 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/base": "5.0.0-beta.19", - "@mui/material": "^5.14.13", - "@mui/system": "^5.14.13", + "@mui/base": "5.0.0-beta.20", + "@mui/material": "^5.14.14", + "@mui/system": "^5.14.14", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", "@types/react-transition-group": "^4.4.7", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 334b17b0576b84..08b42767f3b30d 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.14.13", + "version": "5.14.14", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -43,9 +43,9 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/base": "5.0.0-beta.19", - "@mui/core-downloads-tracker": "^5.14.13", - "@mui/system": "^5.14.13", + "@mui/base": "5.0.0-beta.20", + "@mui/core-downloads-tracker": "^5.14.14", + "@mui/system": "^5.14.14", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", "@types/react-transition-group": "^4.4.7", @@ -57,9 +57,9 @@ }, "devDependencies": { "@mui-internal/test-utils": "^1.0.0", - "@mui/icons-material": "^5.14.13", - "@mui/lab": "5.0.0-alpha.148", - "@mui/styles": "^5.14.13", + "@mui/icons-material": "^5.14.14", + "@mui/lab": "5.0.0-alpha.149", + "@mui/styles": "^5.14.14", "@popperjs/core": "^2.11.8", "@rollup/plugin-replace": "^5.0.4", "@testing-library/dom": "^9.3.3", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index b3ab921b3f5286..20b7c9758ebcbb 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.14.13", + "version": "5.14.14", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", @@ -44,8 +44,8 @@ }, "devDependencies": { "@mui-internal/test-utils": "^1.0.0", - "@mui/material": "^5.14.13", - "@mui/styles": "^5.14.13", + "@mui/material": "^5.14.14", + "@mui/styles": "^5.14.14", "@mui/types": "^7.2.6", "@types/chai": "^4.3.6", "@types/react": "^18.2.23", diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index d78693628f969a..fe9e19a097d1ab 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.1", + "version": "6.0.0-alpha.2", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index df7edd6417dc36..e89c7fc961f886 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.14.13", + "version": "5.14.14", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", @@ -40,7 +40,7 @@ "dependencies": { "@babel/runtime": "^7.23.1", "@emotion/hash": "^0.9.1", - "@mui/private-theming": "^5.14.13", + "@mui/private-theming": "^5.14.14", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", "clsx": "^2.0.0", @@ -58,8 +58,8 @@ }, "devDependencies": { "@mui-internal/test-utils": "^1.0.0", - "@mui/joy": "5.0.0-beta.10", - "@mui/material": "^5.14.13", + "@mui/joy": "5.0.0-beta.11", + "@mui/material": "^5.14.14", "@types/chai": "^4.3.6", "@types/react": "^18.2.23", "@types/react-dom": "^18.2.11", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 035d4fd7f20899..c7054745c5d38a 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.14.13", + "version": "5.14.14", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -41,7 +41,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.1", - "@mui/private-theming": "^5.14.13", + "@mui/private-theming": "^5.14.14", "@mui/styled-engine": "^5.14.13", "@mui/types": "^7.2.6", "@mui/utils": "^5.14.13", @@ -53,9 +53,9 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui-internal/test-utils": "^1.0.0", - "@mui/joy": "5.0.0-beta.10", - "@mui/material": "^5.14.13", - "@mui/material-next": "6.0.0-alpha.105", + "@mui/joy": "5.0.0-beta.11", + "@mui/material": "^5.14.14", + "@mui/material-next": "6.0.0-alpha.106", "@types/chai": "^4.3.6", "@types/prop-types": "^15.7.7", "@types/react": "^18.2.23", diff --git a/packages/zero-tag-processor/package.json b/packages/zero-tag-processor/package.json index a08f3e45b542bd..d130bec02eaf5d 100644 --- a/packages/zero-tag-processor/package.json +++ b/packages/zero-tag-processor/package.json @@ -47,12 +47,12 @@ "@emotion/css": "^11.11.2", "@linaria/tags": "^4.5.4", "@linaria/utils": "^4.5.3", - "@mui/system": "^5.14.13", + "@mui/system": "^5.14.14", "lodash.get": "^4.4.2", "stylis": "^4.2.0" }, "devDependencies": { - "@mui/material": "^5.14.13", + "@mui/material": "^5.14.14", "@types/babel__core": "^7.20.2", "@types/babel__helper-module-imports": "^7.18.1", "@types/babel__helper-plugin-utils": "^7.10.1", diff --git a/test/package.json b/test/package.json index 487e2ee7ce61ff..bd43461b0a27d8 100644 --- a/test/package.json +++ b/test/package.json @@ -10,13 +10,13 @@ "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.1", "@mui-internal/test-utils": "^1.0.0", - "@mui/base": "5.0.0-beta.19", - "@mui/icons-material": "^5.14.13", - "@mui/joy": "5.0.0-beta.10", - "@mui/lab": "5.0.0-alpha.148", - "@mui/material": "^5.14.13", - "@mui/material-next": "6.0.0-alpha.105", - "@mui/system": "^5.14.13", + "@mui/base": "5.0.0-beta.20", + "@mui/icons-material": "^5.14.14", + "@mui/joy": "5.0.0-beta.11", + "@mui/lab": "5.0.0-alpha.149", + "@mui/material": "^5.14.14", + "@mui/material-next": "6.0.0-alpha.106", + "@mui/system": "^5.14.14", "@playwright/test": "1.37.1", "@testing-library/dom": "^9.3.3", "@types/chai": "^4.3.6", diff --git a/yarn.lock b/yarn.lock index 13f621541c474e..efc4e2903e9ae7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2301,7 +2301,7 @@ react-test-renderer "^18.0.0" semver "^5.7.0" -"@mui/x-charts@^6.0.0-alpha.14": +"@mui/x-charts@6.0.0-alpha.14": version "6.0.0-alpha.14" resolved "https://registry.yarnpkg.com/@mui/x-charts/-/x-charts-6.0.0-alpha.14.tgz#6e1e694ca63d229666f8c6a0f2d13fa9dbc27dea" integrity sha512-p2HzfXI5FMjaR3loFmlu2c4Rfu2YbW5YL4fMU4f5eH0pQf7v6PUhhjewlFjlg2DR885LTaKDC5vd06pxVtqSWQ==