Skip to content

Commit

Permalink
v5.14.20 (#40103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 5, 2023
1 parent 46ba0cb commit 14fa79f
Show file tree
Hide file tree
Showing 19 changed files with 105 additions and 68 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# [Versions](https://mui.com/versions/)

## 5.14.20

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

_Dec 5, 2023_

A big thanks to the 14 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

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

- &#8203;<!-- 07 -->[Menu] Enable again the usage of the autoFocus prop (#39960) @mnajdova
- &#8203;<!-- 06 -->[ProgressIndicator] Apply MD3 style to `CircularProgress` (#39825) @lhilgert9

### Docs

- &#8203;<!-- 15 -->Remove outdated showcase (#40063) @oliviertassinari
- &#8203;<!-- 14 -->Support yaml as prism language (#40044) @Janpot
- &#8203;<!-- 12 -->[material-ui] Fix SearchAppBar width on `sm` screens (#40049) @DiegoAndai
- &#8203;<!-- 11 -->[material-ui] Update the basic Grid section copy (#40035) @REX500
- &#8203;<!-- 10 -->[material-ui] Add a react-admin example project (#39972) @fzaninotto
- &#8203;<!-- 09 -->[material-ui][TextField] Add a performance section (#39692) @anle9650
- &#8203;<!-- 05 -->[material-ui][tabs] Refine scrollable tabs description (#40037) @zanivan
- &#8203;<!-- 08 -->[system] Fix typo on the CSS theme variables page (#40040) @caweidmann

### Core

- &#8203;<!-- 17 -->[blog] Fix scrollbar on mobile (#40057) @oliviertassinari
- &#8203;<!-- 16 -->[blog] Fix link to charts getting started page (#40043) @alexfauquette
- &#8203;<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
- &#8203;<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
- &#8203;<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
- &#8203;<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
- &#8203;<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore

All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan

## 5.14.19

<!-- generated comparing v5.14.18..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.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/material": "^5.14.20",
"@mui/styles": "^5.14.20",
"@mui/system": "^5.14.20",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"docs": "^5.0.0",
Expand Down
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"@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.25",
"@mui/docs": "^5.14.19",
"@mui/base": "5.0.0-beta.26",
"@mui/docs": "^5.14.20",
"@mui/icons-material": "^5.14.19",
"@mui/joy": "5.0.0-beta.16",
"@mui/lab": "5.0.0-alpha.154",
"@mui/joy": "5.0.0-beta.17",
"@mui/lab": "5.0.0-alpha.155",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.14.19",
"@mui/material-next": "6.0.0-alpha.111",
"@mui/material": "^5.14.20",
"@mui/material-next": "6.0.0-alpha.112",
"@mui/styled-engine": "^5.14.19",
"@mui/styled-engine-sc": "6.0.0-alpha.7",
"@mui/styles": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/styles": "^5.14.20",
"@mui/system": "^5.14.20",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"@mui/x-charts": "6.18.2",
"@mui/x-data-grid": "6.18.2",
"@mui/x-data-grid-generator": "6.18.2",
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.14.19",
"version": "5.14.20",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/traverse": "^7.23.4",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"ast-types": "^0.14.2",
"doctrine": "^3.0.0",
"fast-glob": "^3.3.2",
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-beta.25",
"version": "5.0.0-beta.26",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@babel/runtime": "^7.23.4",
"@floating-ui/react-dom": "^2.0.4",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.19",
"@mui/material": "^5.14.20",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.11",
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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
6 changes: 3 additions & 3 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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/base": "5.0.0-beta.25",
"@mui/utils": "^5.14.19",
"@mui/base": "5.0.0-beta.26",
"@mui/utils": "^5.14.20",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1"
},
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-beta.16",
"version": "5.0.0-beta.17",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/base": "5.0.0-beta.25",
"@mui/core-downloads-tracker": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/base": "5.0.0-beta.26",
"@mui/core-downloads-tracker": "^5.14.20",
"@mui/system": "^5.14.20",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.19",
"@mui/material": "^5.14.20",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.38",
Expand Down
8 changes: 4 additions & 4 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.154",
"version": "5.0.0-alpha.155",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/base": "5.0.0-beta.25",
"@mui/system": "^5.14.19",
"@mui/base": "5.0.0-beta.26",
"@mui/system": "^5.14.20",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
Expand Down
10 changes: 5 additions & 5 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.111",
"version": "6.0.0-alpha.112",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/base": "5.0.0-beta.25",
"@mui/material": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/base": "5.0.0-beta.26",
"@mui/material": "^5.14.20",
"@mui/system": "^5.14.20",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"@types/react-transition-group": "^4.4.9",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
14 changes: 7 additions & 7 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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/base": "5.0.0-beta.25",
"@mui/core-downloads-tracker": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/base": "5.0.0-beta.26",
"@mui/core-downloads-tracker": "^5.14.20",
"@mui/system": "^5.14.20",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"@types/react-transition-group": "^4.4.9",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
Expand All @@ -58,8 +58,8 @@
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "5.0.0-alpha.154",
"@mui/styles": "^5.14.19",
"@mui/lab": "5.0.0-alpha.155",
"@mui/styles": "^5.14.20",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/dom": "^9.3.3",
Expand Down
8 changes: 4 additions & 4 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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@mui/material": "^5.14.20",
"@mui/styles": "^5.14.20",
"@mui/types": "^7.2.10",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.38",
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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
10 changes: 5 additions & 5 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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -40,9 +40,9 @@
"dependencies": {
"@babel/runtime": "^7.23.4",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "^5.14.19",
"@mui/private-theming": "^5.14.20",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"hoist-non-react-statics": "^3.3.2",
Expand All @@ -58,8 +58,8 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/joy": "5.0.0-beta.16",
"@mui/material": "^5.14.19",
"@mui/joy": "5.0.0-beta.17",
"@mui/material": "^5.14.20",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
Expand Down
12 changes: 6 additions & 6 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.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@mui/private-theming": "^5.14.19",
"@mui/private-theming": "^5.14.20",
"@mui/styled-engine": "^5.14.19",
"@mui/types": "^7.2.10",
"@mui/utils": "^5.14.19",
"@mui/utils": "^5.14.20",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
Expand All @@ -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.16",
"@mui/material": "^5.14.19",
"@mui/material-next": "6.0.0-alpha.111",
"@mui/joy": "5.0.0-beta.17",
"@mui/material": "^5.14.20",
"@mui/material-next": "6.0.0-alpha.112",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.38",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
"version": "5.14.19",
"version": "5.14.20",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",
Expand Down
4 changes: 2 additions & 2 deletions packages/zero-tag-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@emotion/css": "^11.11.2",
"@linaria/tags": "^4.5.4",
"@linaria/utils": "^4.5.3",
"@mui/system": "^5.14.19",
"@mui/system": "^5.14.20",
"lodash.get": "^4.4.2",
"stylis": "^4.2.0"
},
"devDependencies": {
"@mui/material": "^5.14.19",
"@mui/material": "^5.14.20",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
Expand Down

0 comments on commit 14fa79f

Please sign in to comment.