Skip to content

Commit

Permalink
5.11.0 (#35453)
Browse files Browse the repository at this point in the history
Co-authored-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com>
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
3 people committed Dec 13, 2022
1 parent 91c25c9 commit 191acda
Show file tree
Hide file tree
Showing 21 changed files with 139 additions and 65 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# [Versions](https://mui.com/versions/)

## 5.11.0

<!-- generated comparing v5.10.17..master -->

_Dec 13, 2022_

A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

- 🔥 @mnajdova enabled configuration of the `sx` prop in the `theme` (#35150)
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

### `@mui/material@5.11.0`

- [Alert] Update icon color in all variants (#35414) @danilo-leal
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
- [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware

### `@mui/icons-material@5.11.0`

- [icons] Restore the PhoneInTalk icons (#35409) @michaldudak

### `@mui/system@5.11.0`

#### BREAKING CHANGES

- [system] Enable configuring the `sx` prop in the `theme` (#35150) @mnajdova

The breaking change is regarding an experimental API:

```diff
-import { styled, experimental_sx } from '@mui/material/styles';
+import { styled } from '@mui/material/styles';

-const Component = styled('div)(experimental_sx({ p: 1 }});
+const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
```

### `@mui/joy@5.0.0-alpha.58`

- [Joy] Miscellaneous fixes (#35447) @siriwatknp

### `@mui/base@5.0.0-alpha.110`

- [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @EduardoSCosta

### `@mui/material-next@6.0.0-alpha.66`

- [Material You] Add ripple on the button (#35299) @mnajdova

### Docs

- [docs] Simplify state management in Text Field demo page (#35051) @PratikDev
- [docs] Improve `Responsive App bar with Drawer` demo (#35418) @ZeeshanTamboli
- [docs] Improve line-height readability (#35387) @oliviertassinari
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
- [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
- [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
- [docs] Update callouts design (#35390) @danilo-leal
- [website] New wave of open roles (#35240) @mnajdova
- [website] Developer survey 2022 (#35407) @joserodolfofreitas

### Core

- [core] Fix @mui/material package building (#35324) @timbset
- [core] Fix leaking theme color override (#35444) @oliviertassinari
- [typescript] Add null to return type of OverridableComponent (#35311) @tsollbach
- [website] Migrate X page to use CSS theme variables (#34922) @jesrodri
- [website] Migrate `/core` page to use CSS variables (#35366) @siriwatknp

All contributors of this release in alphabetical order: @alexfauquette, @Armanio, @danilo-leal, @EduardoSCosta, @flaviendelangle, @jesrodri, @joserodolfofreitas, @kraftware, @michaldudak, @mnajdova, @oliviertassinari, @PratikDev, @samuelsycamore, @siriwatknp, @Spanishiwa, @timbset, @tsollbach, @vitorfrs-dev, @ZeeshanTamboli

## 5.10.17

<!-- generated comparing v5.10.16..master -->
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.1.5",
"@mui/material": "^5.10.17",
"@mui/styles": "^5.10.16",
"@mui/system": "^5.10.17",
"@mui/material": "^5.11.0",
"@mui/styles": "^5.11.0",
"@mui/system": "^5.11.0",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.28.1",
Expand Down
26 changes: 13 additions & 13 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"@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.109",
"@mui/docs": "^5.10.16",
"@mui/icons-material": "^5.10.16",
"@mui/joy": "5.0.0-alpha.57",
"@mui/lab": "5.0.0-alpha.111",
"@mui/markdown": "*",
"@mui/material": "^5.10.17",
"@mui/material-next": "6.0.0-alpha.65",
"@mui/styled-engine": "^5.10.16",
"@mui/styled-engine-sc": "^5.10.16",
"@mui/styles": "^5.10.16",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/base": "5.0.0-alpha.110",
"@mui/docs": "^5.11.0",
"@mui/icons-material": "^5.11.0",
"@mui/joy": "5.0.0-alpha.58",
"@mui/lab": "5.0.0-alpha.112",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.11.0",
"@mui/material-next": "6.0.0-alpha.66",
"@mui/styled-engine": "^5.11.0",
"@mui/styled-engine-sc": "^5.11.0",
"@mui/styles": "^5.11.0",
"@mui/system": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/x-data-grid": "6.0.0-alpha.11",
"@mui/x-data-grid-generator": "6.0.0-alpha.11",
"@mui/x-data-grid-pro": "6.0.0-alpha.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.10.17",
"version": "5.11.0",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"dependencies": {
"@babel/core": "^7.20.5",
"@mui-internal/docs-utilities": "*",
"@mui/markdown": "*",
"@mui/markdown": "^5.0.0",
"ast-types": "^0.14.2",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
"react-docgen": "^5.4.3",
"recast": "^0.22.0",
"typescript-to-proptypes": "*",
"typescript-to-proptypes": "^5.0.0",
"yargs": "^17.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
"version": "5.0.0-alpha.109",
"version": "5.0.0-alpha.110",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -53,8 +53,8 @@
"dependencies": {
"@babel/runtime": "^7.20.6",
"@emotion/is-prop-valid": "^1.2.0",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"@popperjs/core": "^2.11.6",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.10.17",
"version": "5.11.0",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
"version": "5.10.17",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.10.16",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/utils": "^5.10.16",
"@mui/utils": "^5.11.0",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
"version": "5.10.16",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
12 changes: 6 additions & 6 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-alpha.57",
"version": "5.0.0-alpha.58",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,11 +57,11 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/base": "5.0.0-alpha.109",
"@mui/core-downloads-tracker": "^5.10.17",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/base": "5.0.0-alpha.110",
"@mui/core-downloads-tracker": "^5.11.0",
"@mui/system": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"prop-types": "^15.8.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
"version": "5.0.0-alpha.111",
"version": "5.0.0-alpha.112",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/base": "5.0.0-alpha.109",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/base": "5.0.0-alpha.110",
"@mui/system": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material-next",
"version": "6.0.0-alpha.65",
"version": "6.0.0-alpha.66",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/base": "5.0.0-alpha.109",
"@mui/material": "^5.10.17",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/base": "5.0.0-alpha.110",
"@mui/material": "^5.11.0",
"@mui/system": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.10.17",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,11 +61,11 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/base": "5.0.0-alpha.109",
"@mui/core-downloads-tracker": "^5.10.17",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/base": "5.0.0-alpha.110",
"@mui/core-downloads-tracker": "^5.11.0",
"@mui/system": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.10.16",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/utils": "^5.10.16",
"@mui/utils": "^5.11.0",
"prop-types": "^15.8.1"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine-sc",
"version": "5.10.16",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for styled-components.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine",
"version": "5.10.16",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.10.16",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime": "^7.20.6",
"@emotion/hash": "^0.9.0",
"@mui/private-theming": "^5.10.16",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/private-theming": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"hoist-non-react-statics": "^3.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.10.17",
"version": "5.11.0",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -58,10 +58,10 @@
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@mui/private-theming": "^5.10.16",
"@mui/styled-engine": "^5.10.16",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@mui/private-theming": "^5.11.0",
"@mui/styled-engine": "^5.11.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"clsx": "^1.2.1",
"csstype": "^3.1.1",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/types",
"version": "7.2.2",
"version": "7.2.3",
"private": false,
"author": "MUI Team",
"description": "Utility types for MUI.",
Expand Down

0 comments on commit 191acda

Please sign in to comment.