diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ee47b07d2acf..a5cabde32be030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ # [Versions](https://mui.com/versions/) +## 5.11.14 + + + +_Mar 21, 2023_ + +A big thanks to the 15 contributors who made this release possible. +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.11.14` + +- [Breadcrumbs] Add ability to change icon used in `BreadcrumbCollapsed` through slots (#33812) @pratikkarad +- [Stepper] Add aria-current to active StepButton (#36526) @michalak111 +- [TabScrollButton] Add ability to change left and right icons (#33863) @pratikkarad +- [ListItemButton] Respect LinkComponent (#34159) @zaverden +- [l10n] Add Central Kurdish (ku-CKB) locale (#36592) @HediMuhamad + +### `@mui/system@5.11.14` + +- [system] Fix sx prop regression for fontWeight values (#36543) @mnajdova + +### `@mui/base@5.0.0-alpha.121` + +- [docs][base] Improve the Slots Table in API docs (#36330) @hbjORbj + +### `@mui/joy@5.0.0-alpha.72` + +- [Joy] Ensure new CSS variable naming is everywhere (#36460) @hbjORbj +- [Menu][joy] Classname listbox is missing (#36520) @hbjORbj +- [Joy] Fix `--List-decorator*` vars (#36595) @siriwatknp + +### `@mui/lab@5.0.0-alpha.124` + +- [Masonry] Include Masonry in theme augmentation interface (#36533) @hbjORbj + +### Docs + +- [blog] Post blog about Chamonix retreat to the website (#36517) @mikailaread +- [blog] Fix image layout shift (#36522) @oliviertassinari +- [docs] Use `theme.applyDarkStyles` for the rest of the docs (#36161) @siriwatknp +- [docs] Fix 301 and 404 links (#36555) @oliviertassinari +- [docs] Keep slot code order in API docs (#36499) @oliviertassinari +- [docs] Missing className on Migrating from JSS example (#36536) @gabrielnafuzi +- [docs] Fix function name for Joy templates (#36512) @hbjORbj +- [docs] Add multiline Chip example (#36437) @dav1app +- [docs] Add a new gold sponsor (#36518) @hbjORbj +- [docs][joy] Improve the Slots Table in API docs (#36328) @hbjORbj +- [docs] Fix virtualElement demo for Popper (#36320) @sai6855 +- [docs] Fix typo in API docs (#36388) @RomanHotsiy +- [docs] Ensure classname displayed under Slots section in API docs exists (#36539) @hbjORbj +- [docs][joy] Build TS versions for Modal component demos (#36385) @varunmulay22 +- [docs][joy] Build TS versions for Menu component demos (#36383) @varunmulay22 +- [docs][joy] Build TS versions for Switch component demos (#36379) @varunmulay22 +- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp +- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22 +- [website] Designer role changes (#36528) @danilo-leal +- [website] No association between showcase and MUI @oliviertassinari +- [website] Open Head of Operations role (#36501) @oliviertassinari +- [website] Limit sponsors description to two rows @oliviertassinari + +### Core + +- [core] Fix CI @oliviertassinari +- [core] Fix blank line @oliviertassinari +- [website] Simplify internal ops @oliviertassinari + +All contributors of this release in alphabetical order: @danilo-leal, @dav1app, @gabrielnafuzi, @hbjORbj, @HediMuhamad, @michalak111, @mikailaread, @mnajdova, @oliviertassinari, @pratikkarad, @RomanHotsiy, @sai6855, @siriwatknp, @varunmulay22, @zaverden + ## 5.11.13 diff --git a/benchmark/package.json b/benchmark/package.json index c2cc3b69685759..bcc2a8fe2f1d71 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mdx-js/react": "^2.3.0", - "@mui/material": "^5.11.13", + "@mui/material": "^5.11.14", "@mui/styles": "^5.11.13", - "@mui/system": "^5.11.13", + "@mui/system": "^5.11.14", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "playwright": "^1.31.2", diff --git a/docs/package.json b/docs/package.json index 2e00ee6bba1cb7..389c5db4ac6e9f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,18 +31,18 @@ "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-alpha.121", + "@mui/base": "5.0.0-alpha.122", "@mui/docs": "^5.11.13", "@mui/icons-material": "^5.11.11", - "@mui/joy": "5.0.0-alpha.71", - "@mui/lab": "5.0.0-alpha.123", + "@mui/joy": "5.0.0-alpha.72", + "@mui/lab": "5.0.0-alpha.124", "@mui/markdown": "^5.0.0", - "@mui/material": "^5.11.13", - "@mui/material-next": "6.0.0-alpha.78", + "@mui/material": "^5.11.14", + "@mui/material-next": "6.0.0-alpha.79", "@mui/styled-engine": "^5.11.11", "@mui/styled-engine-sc": "^5.11.11", "@mui/styles": "^5.11.13", - "@mui/system": "^5.11.13", + "@mui/system": "^5.11.14", "@mui/types": "^7.2.3", "@mui/x-data-grid": "6.0.0-alpha.14", "@mui/x-data-grid-generator": "6.0.0-alpha.14", diff --git a/docs/pages/base/api/use-menu-item.json b/docs/pages/base/api/use-menu-item.json index f2a77f0b9fa7cf..459097b94b117b 100644 --- a/docs/pages/base/api/use-menu-item.json +++ b/docs/pages/base/api/use-menu-item.json @@ -26,8 +26,8 @@ }, "getRootProps": { "type": { - "name": "<TOther extends EventHandlers = {}>(otherHandlers?: TOther) => UseMenuItemRootSlotProps<TOther>", - "description": "<TOther extends EventHandlers = {}>(otherHandlers?: TOther) => UseMenuItemRootSlotProps<TOther>" + "name": "<TOther extends EventHandlers = {}>(otherHandlers?: TOther) => UseMenuItemRootSlotProps<TOther>", + "description": "<TOther extends EventHandlers = {}>(otherHandlers?: TOther) => UseMenuItemRootSlotProps<TOther>" }, "required": true }, diff --git a/docs/pages/base/api/use-menu.json b/docs/pages/base/api/use-menu.json index 97ccf843127240..f67a9cbc9f6a86 100644 --- a/docs/pages/base/api/use-menu.json +++ b/docs/pages/base/api/use-menu.json @@ -14,8 +14,8 @@ }, "getListboxProps": { "type": { - "name": "<TOther extends EventHandlers>(otherHandlers?: TOther) => UseMenuListboxSlotProps", - "description": "<TOther extends EventHandlers>(otherHandlers?: TOther) => UseMenuListboxSlotProps" + "name": "<TOther extends EventHandlers>(otherHandlers?: TOther) => UseMenuListboxSlotProps", + "description": "<TOther extends EventHandlers>(otherHandlers?: TOther) => UseMenuListboxSlotProps" }, "required": true }, @@ -24,17 +24,17 @@ "required": true }, "highlightFirstItem": { - "type": { "name": "() => void", "description": "() => void" }, + "type": { "name": "() => void", "description": "() => void" }, "required": true }, "highlightLastItem": { - "type": { "name": "() => void", "description": "() => void" }, + "type": { "name": "() => void", "description": "() => void" }, "required": true }, "menuItems": { "type": { - "name": "Record<string, MenuItemMetadata>", - "description": "Record<string, MenuItemMetadata>" + "name": "Record<string, MenuItemMetadata>", + "description": "Record<string, MenuItemMetadata>" }, "required": true } diff --git a/docs/pages/base/api/use-snackbar.json b/docs/pages/base/api/use-snackbar.json index 84d0bf2351792a..c0bd0ac77161ae 100644 --- a/docs/pages/base/api/use-snackbar.json +++ b/docs/pages/base/api/use-snackbar.json @@ -21,15 +21,15 @@ "returnValue": { "getRootProps": { "type": { - "name": "<TOther extends Record<string, ((event: any) => void) | undefined> = {}>(externalProps?: TOther) => UseSnackbarRootSlotProps<TOther>", - "description": "<TOther extends Record<string, ((event: any) => void) | undefined> = {}>(externalProps?: TOther) => UseSnackbarRootSlotProps<TOther>" + "name": "<TOther extends Record<string, ((event: any) => void) | undefined> = {}>(externalProps?: TOther) => UseSnackbarRootSlotProps<TOther>", + "description": "<TOther extends Record<string, ((event: any) => void) | undefined> = {}>(externalProps?: TOther) => UseSnackbarRootSlotProps<TOther>" }, "required": true }, "onClickAway": { "type": { - "name": "(event: React.SyntheticEvent<any> | Event) => void", - "description": "(event: React.SyntheticEvent<any> | Event) => void" + "name": "(event: React.SyntheticEvent<any> | Event) => void", + "description": "(event: React.SyntheticEvent<any> | Event) => void" }, "required": true } diff --git a/docs/pages/base/api/use-switch.json b/docs/pages/base/api/use-switch.json index 59a1613111a2c3..6ab490e162cf37 100644 --- a/docs/pages/base/api/use-switch.json +++ b/docs/pages/base/api/use-switch.json @@ -31,8 +31,8 @@ }, "getInputProps": { "type": { - "name": "(externalProps?: React.HTMLAttributes<HTMLInputElement>) => UseSwitchInputSlotProps", - "description": "(externalProps?: React.HTMLAttributes<HTMLInputElement>) => UseSwitchInputSlotProps" + "name": "(externalProps?: React.HTMLAttributes<HTMLInputElement>) => UseSwitchInputSlotProps", + "description": "(externalProps?: React.HTMLAttributes<HTMLInputElement>) => UseSwitchInputSlotProps" }, "required": true }, diff --git a/package.json b/package.json index 5c547615115f76..f534149d5a1af7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.11.13", + "version": "5.11.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 fcaea0af3ebb13..b485aca4fe2ca4 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-alpha.121", + "version": "5.0.0-alpha.122", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index e30cbe0339fd39..86ccd8ec12f053 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.11.12", + "version": "5.11.14", "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 9584605e128f88..be7dfe3e76e8fe 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.11.13", + "version": "5.11.14", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 500ec25d64325d..0cadaf98979f26 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.71", + "version": "5.0.0-alpha.72", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -57,9 +57,9 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@mui/base": "5.0.0-alpha.121", - "@mui/core-downloads-tracker": "^5.11.13", - "@mui/system": "^5.11.13", + "@mui/base": "5.0.0-alpha.122", + "@mui/core-downloads-tracker": "^5.11.14", + "@mui/system": "^5.11.14", "@mui/types": "^7.2.3", "@mui/utils": "^5.11.13", "clsx": "^1.2.1", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 6ff822fd76caf9..3929fb49872d63 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.123", + "version": "5.0.0-alpha.124", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -61,8 +61,8 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@mui/base": "5.0.0-alpha.121", - "@mui/system": "^5.11.13", + "@mui/base": "5.0.0-alpha.122", + "@mui/system": "^5.11.14", "@mui/types": "^7.2.3", "@mui/utils": "^5.11.13", "clsx": "^1.2.1", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index a973ae66410b1c..5b08610d08b4e5 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.78", + "version": "6.0.0-alpha.79", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -59,9 +59,9 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@mui/base": "5.0.0-alpha.121", - "@mui/material": "^5.11.13", - "@mui/system": "^5.11.13", + "@mui/base": "5.0.0-alpha.122", + "@mui/material": "^5.11.14", + "@mui/system": "^5.11.14", "@mui/types": "^7.2.3", "@mui/utils": "^5.11.13", "@popperjs/core": "^2.11.6", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 58c869ee1d36c2..87d61cefd65583 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.11.13", + "version": "5.11.14", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -61,9 +61,9 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@mui/base": "5.0.0-alpha.121", - "@mui/core-downloads-tracker": "^5.11.13", - "@mui/system": "^5.11.13", + "@mui/base": "5.0.0-alpha.122", + "@mui/core-downloads-tracker": "^5.11.14", + "@mui/system": "^5.11.14", "@mui/types": "^7.2.3", "@mui/utils": "^5.11.13", "@types/react-transition-group": "^4.4.5", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 3997e560c61773..a25c424e6e6a91 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.11.13", + "version": "5.11.14", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.",