diff --git a/CHANGELOG.md b/CHANGELOG.md index 8248b0e0729f89..3a3ad65abe97b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,95 @@ # [Versions](https://mui.com/versions/) +## 5.14.3 + + + +_Jul 31, 2023_ + +A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: + +- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta +- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan +- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak +- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai + +### `@mui/material@5.14.3` + +- ​[Autocomplete][material][joy] Add default `getOptionLabel` prop in ownerState (#38100) @DSK9012 +- ​[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok +- ​[typescript][material] Rename one letter type parameters (#38155) @michaldudak +- ​[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart +- ​[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai +- ​[typescript][material] Add `component` field to `*Props` types (#38084) @michaldudak + +### `@mui/base@5.0.0-beta.9` + +#### Breaking changes + +- ​[Dropdown][base][joy] Introduce higher-level menu component (#37667) @michaldudak + +#### Other changes + +- ​[typescript][base] Rename one letter type parameters (#38171) @michaldudak + +### `@mui/joy@5.0.0-beta.0` + +- ​[joy] Refine the default theme (#36843) @siriwatknp + +### `@mui/material-next@6.0.0-alpha.95` + +- ​[Badge][material-next] Add Badge component (#37850) @DiegoAndai +- ​[Chip][material-next] Copy chip component from material (#38053) @DiegoAndai +- ​[typescript][material-next] Rename one letter type parameters (#38172) @michaldudak + +### `@mui/system@5.14.3` + +- ​[Box][system] Remove `component` from TypeMap (#38168) @michaldudak +- ​[Stack][system] Fix CSS selector (#37525) @sai6855 + +### Docs + +- ​[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli +- ​[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal +- ​[docs] fix links to standardized examples (#38193) @emmanuel-ferdman +- ​[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal +- ​[docs-infra] Show props in the table of content (#38173) @alexfauquette +- ​[docs-infra] Polish API page design (#38196) @oliviertassinari +- ​[docs-infra] Search with productCategory when product is missing (#38239) @oliviertassinari +- ​[docs][material] Revise and update Examples doc (#38205) @samuelsycamore +- ​[docs] Fix typo in notifications.json @mbrookes +- ​[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai +- ​[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan +- ​[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855 +- ​[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle +- ​[docs] Fix SEO issues reported by ahrefs @oliviertassinari +- ​[docs] Fix palette pages - live edit not working (#38195) @oliviertassinari +- ​[docs] Add Google Analytics action for the styling menu (#38085) @mnajdova +- ​[docs] Fix Discord redirection chain @oliviertassinari +- ​[docs] Cover pnpm in more places (#38161) @oliviertassinari +- ​[docs] Avoid broken link (#38154) @oliviertassinari +- ​[docs] Add notification for beta release of Toolpad (#38152) @prakhargupta1 +- ​[docs-infra] Remove sidenav icons (#38174) @oliviertassinari +- ​[docs-infra] Fix search ranking when no productId (#38162) @oliviertassinari +- ​[docs-infra] Adjust the side nav for deeper nested items (#38047) @cherniavskii +- ​[docs][joy] Update TS file of adding more typography levels demo to match the corresponding JS file's styles (#38232) @ZeeshanTamboli +- ​[docs][joy] Add TS demo for reusable component section in approaches page (#38210) @sai6855 +- ​[docs][joy] Add TS demo for theme typography new level customization (#38199) @sai6855 + +### Core + +- ​[blog] Fix blog post slug Base UI (#38254) @oliviertassinari +- ​[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak +- ​[core] Remove dead code @oliviertassinari +- ​[core] Polish Stack test to closer CSS injection order @oliviertassinari +- ​[core] Remove unnecessary `Required` utility type from Typography font style type (#38203) @ZeeshanTamboli +- ​[core] Fix generate Proptypes script skipping unstable items (#38198) @mj12albert +- ​[website] Adding Rich Bustos Twitter handle in bio (#38213) @richbustos +- ​[website] Prepare importing data from HiBob (#38238) @oliviertassinari +- ​[website] Sync team member with HiBob, add Raffaella (#38201) @rluzists1 + +All contributors of this release in alphabetical order: @cherniavskii, @DiegoAndai, @divyammadhok, @DSK9012, @flaviendelangle, @gitstart, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @prakhargupta1, @richbustos, @rluzists1, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli + ## 5.14.2 diff --git a/benchmark/package.json b/benchmark/package.json index b5dbca0aac8667..6a6b93e4d8eded 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mdx-js/react": "^2.3.0", - "@mui/material": "^5.14.2", - "@mui/styles": "^5.14.1", - "@mui/system": "^5.14.1", + "@mui/material": "^5.14.3", + "@mui/styles": "^5.14.3", + "@mui/system": "^5.14.3", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.36.2", diff --git a/docs/package.json b/docs/package.json index a34408ec71b351..79dd57a30f4960 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,18 +31,18 @@ "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-beta.8", - "@mui/docs": "^5.14.1", - "@mui/icons-material": "^5.14.1", - "@mui/joy": "5.0.0-alpha.89", - "@mui/lab": "5.0.0-alpha.137", + "@mui/base": "5.0.0-beta.9", + "@mui/docs": "^5.14.3", + "@mui/icons-material": "^5.14.3", + "@mui/joy": "5.0.0-beta.0", + "@mui/lab": "5.0.0-alpha.138", "@mui/markdown": "^5.0.0", - "@mui/material": "^5.14.2", - "@mui/material-next": "6.0.0-alpha.94", + "@mui/material": "^5.14.3", + "@mui/material-next": "6.0.0-alpha.95", "@mui/styled-engine": "^5.13.2", "@mui/styled-engine-sc": "^5.12.0", - "@mui/styles": "^5.14.1", - "@mui/system": "^5.14.1", + "@mui/styles": "^5.14.3", + "@mui/system": "^5.14.3", "@mui/types": "^7.2.4", "@mui/x-data-grid": "6.10.2", "@mui/x-data-grid-generator": "6.10.2", diff --git a/package.json b/package.json index e17712aa70bb1f..ebe6061728deb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.14.2", + "version": "5.14.3", "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 fb062b547781d9..fbf67f7347a93a 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.8", + "version": "5.0.0-beta.9", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", @@ -54,7 +54,7 @@ "@babel/runtime": "^7.22.6", "@emotion/is-prop-valid": "^1.2.1", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "@popperjs/core": "^2.11.8", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 56cd9d1531ca2f..f0808badc0257f 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.2", + "version": "5.14.3", "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 a33368abf9ef2a..66896c75b275ee 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.14.1", + "version": "5.14.3", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -45,7 +45,7 @@ }, "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "nprogress": "^0.2.0" }, "publishConfig": { diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 7e4348fee99d1d..2422d2ec0c9045 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.1", + "version": "5.14.3", "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 2a24034039b936..66612667a25333 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-alpha.89", + "version": "5.0.0-beta.0", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,11 +57,11 @@ }, "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/base": "5.0.0-beta.8", - "@mui/core-downloads-tracker": "^5.14.2", - "@mui/system": "^5.14.1", + "@mui/base": "5.0.0-beta.9", + "@mui/core-downloads-tracker": "^5.14.3", + "@mui/system": "^5.14.3", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "clsx": "^2.0.0", "csstype": "^3.1.2", "prop-types": "^15.8.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index b05143dbe8402d..a45ab2daac005f 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.137", + "version": "5.0.0-alpha.138", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,10 +61,10 @@ }, "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/base": "5.0.0-beta.8", - "@mui/system": "^5.14.1", + "@mui/base": "5.0.0-beta.9", + "@mui/system": "^5.14.3", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "clsx": "^2.0.0", "prop-types": "^15.8.1", "react-is": "^18.2.0" diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 3e5306a009c3ac..f889119e3b0b80 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.94", + "version": "6.0.0-alpha.95", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,11 +59,11 @@ }, "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/base": "5.0.0-beta.8", - "@mui/material": "^5.14.2", - "@mui/system": "^5.14.1", + "@mui/base": "5.0.0-beta.9", + "@mui/material": "^5.14.3", + "@mui/system": "^5.14.3", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "@popperjs/core": "^2.11.8", "@types/react-transition-group": "^4.4.6", "clsx": "^2.0.0", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 7afc0539e9d377..9120008490109e 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.14.2", + "version": "5.14.3", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,11 +61,11 @@ }, "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/base": "5.0.0-beta.8", - "@mui/core-downloads-tracker": "^5.14.2", - "@mui/system": "^5.14.1", + "@mui/base": "5.0.0-beta.9", + "@mui/core-downloads-tracker": "^5.14.3", + "@mui/system": "^5.14.3", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "@types/react-transition-group": "^4.4.6", "clsx": "^2.0.0", "csstype": "^3.1.2", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index f62a45c81d5f7d..f50073c210702b 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@babel/runtime": "^7.22.6", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "prop-types": "^15.8.1" }, "sideEffects": false, diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 23664257301205..af6aa861fe14da 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.14.1", + "version": "5.14.3", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", @@ -51,7 +51,7 @@ "@emotion/hash": "^0.9.1", "@mui/private-theming": "^5.13.7", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "clsx": "^2.0.0", "csstype": "^3.1.2", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 3c3da01fc541d8..085ad5da49f5bf 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.14.1", + "version": "5.14.3", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -61,7 +61,7 @@ "@mui/private-theming": "^5.13.7", "@mui/styled-engine": "^5.13.2", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.1", + "@mui/utils": "^5.14.3", "clsx": "^2.0.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 9f01037dcfcdec..3a43c6f8949d0b 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.14.1", + "version": "5.14.3", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",