Skip to content

Commit

Permalink
[release] v5.14.13 (#39374)
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Yu <[email protected]>
Co-authored-by: Diego Andai <[email protected]>
Co-authored-by: Siriwat K <[email protected]>
Co-authored-by: Matt <[email protected]>
Co-authored-by: Alexandre Fauquette <[email protected]>
Co-authored-by: Brijesh Bittu <[email protected]>
Co-authored-by: Danilo Leal <[email protected]>
  • Loading branch information
7 people committed Oct 10, 2023
1 parent a95aa75 commit b8811a0
Show file tree
Hide file tree
Showing 24 changed files with 154 additions and 89 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# [Versions](https://mui.com/versions/)

## 5.14.13

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

_Oct 10, 2023_

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

- 🚀 Added support for `styled-components` v6 (#39042) @mnajdova

### `@mui/[email protected]`

- [Checkbox] Fix checkbox hover bg with extendTheme (#39319) @brijeshb42
- [Chip] Outlined Chip variant is wider than the Filled counterpart (#39342) @chirag3003
- [Select] Add notice about select's a11y improvement on v5.14.12 changelog (#39310) @DiegoAndai
- [Typography] Color prop check for primitive type (#39071) @DarhkVoyd
- [Pagination] Fix background color on hover and keyboard focus when using CSS theme variables (#39220) @ValkonX33
- [Popper] Add missing `styleOverrides` Popper type in theme (#39154) @axelbostrom
- [Slider] Support all default palette colors in TypeScript (#39058) @gugudwt

### `@mui/[email protected]`

- [Menu] Add the anchor prop (#39297) @michaldudak

### `@mui/[email protected]`

- [Menu] Copy v5 Menu components (#39301) @mnajdova

### `@mui/[email protected]`

- [Autocomplete] Add `type=button` to clear button (#39263) @brijeshb42
- [Button] Fix the text wrap issue (#38696) @atharva3333
- [Drawer] Apply color inversion to content slot instead (#39312) @siriwatknp
- [Switch] Fix missing class name (#39327) @Bestwebdesign

### `@mui/[email protected]`

- &#8203;<!-- 03 -->[system] Add support for `styled-components` v6 (#39042) @mnajdova

### Docs

- [joy-ui] Adjust the templates page card design (#39369) @danilo-leal
- Rename the Data Grid "Quick filter" to "Search" (#37724) @alexfauquette
- Remove obsolete translations (#39221) @mbrookes
- Update link to add custom color in palette (#39359) @ZeeshanTamboli
- Denser code demo @oliviertassinari
- Set up MD3 experiments pages (#39323) @mj12albert
- [Drawer] Fix right anchored persistent drawer intercepts click when it is closed (#39318) @ZeeshanTamboli
- [joy-ui] Revise the Color Inversion page (#39306) @danilo-leal
- [joy-ui] Remove redundant `error` prop from input validation demo (#39280) @sai6855
- [material-ui] Rename themed components doc, fix typos (#39368) @samuelsycamore
- [material-ui] Adjust the Material You Chip section (#39325) @danilo-leal
- [system] Add documentation on how to augment custom theme types for the `sx` prop callback (#39259) @3xp10it3r
- [joy-ui][Input] Add debounce input demo (#39300) @sai6855

### Core

- [docs-infra] Improve the open diamond sponsor spot callout (#39332) @danilo-leal
- [docs-infra] Fix Code Sandbox download issue (#39317) @ARJ2160
- [docs-infra] Remove overflow: hidden for demo gradient bg (#39225) @oliviertassinari
- [website] Fix footer responsiveness (#39355) @danilo-leal
- [website] Host Figma redirections in the store for now @oliviertassinari

All contributors of this release in alphabetical order: @3xp10it3r, @alexfauquette, @ARJ2160, @atharva3333, @axelbostrom, @Bestwebdesign, @brijeshb42, @chirag3003, @danilo-leal, @DarhkVoyd, @DiegoAndai, @gugudwt, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ValkonX33, @ZeeshanTamboli

## 5.14.12

<!-- generated comparing v5.14.11..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.12",
"@mui/styles": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/material": "^5.14.13",
"@mui/styles": "^5.14.13",
"@mui/system": "^5.14.13",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"docs": "^5.0.0",
Expand Down
26 changes: 13 additions & 13 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.18",
"@mui/docs": "^5.14.12",
"@mui/icons-material": "^5.14.12",
"@mui/joy": "5.0.0-beta.9",
"@mui/lab": "5.0.0-alpha.147",
"@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/markdown": "^5.0.0",
"@mui/material": "^5.14.12",
"@mui/material-next": "6.0.0-alpha.104",
"@mui/styled-engine": "^5.14.12",
"@mui/styled-engine-sc": "^5.14.12",
"@mui/styles": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/types": "^7.2.5",
"@mui/utils": "^5.14.12",
"@mui/material": "^5.14.13",
"@mui/material-next": "6.0.0-alpha.105",
"@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/types": "^7.2.6",
"@mui/utils": "^5.14.13",
"@mui/x-charts": "^6.0.0-alpha.14",
"@mui/x-data-grid": "6.16.1",
"@mui/x-data-grid-generator": "6.16.1",
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.11",
"version": "5.14.13",
"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 @@ -12,7 +12,7 @@
"@babel/traverse": "^7.23.0",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"@mui/utils": "^5.14.12",
"@mui/utils": "^5.14.13",
"ast-types": "^0.14.2",
"docs": "^5.0.0",
"doctrine": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 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.18",
"version": "5.0.0-beta.19",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -43,15 +43,15 @@
"dependencies": {
"@babel/runtime": "^7.23.1",
"@floating-ui/react-dom": "^2.0.2",
"@mui/types": "^7.2.5",
"@mui/utils": "^5.14.12",
"@mui/types": "^7.2.6",
"@mui/utils": "^5.14.13",
"@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.12",
"@mui/material": "^5.14.13",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.6",
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.14.12",
"version": "5.14.13",
"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.14.12",
"version": "5.14.13",
"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.12",
"version": "5.14.13",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@mui/base": "5.0.0-beta.18",
"@mui/utils": "^5.14.12",
"@mui/base": "5.0.0-beta.19",
"@mui/utils": "^5.14.13",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/envinfo",
"version": "2.0.10",
"version": "2.0.11",
"private": false,
"author": "MUI Team",
"description": "Logs infos about the environment relevant to @mui/*",
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.14.12",
"version": "5.14.13",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
14 changes: 7 additions & 7 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.9",
"version": "5.0.0-beta.10",
"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.1",
"@mui/base": "5.0.0-beta.18",
"@mui/core-downloads-tracker": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/types": "^7.2.5",
"@mui/utils": "^5.14.12",
"@mui/base": "5.0.0-beta.19",
"@mui/core-downloads-tracker": "^5.14.13",
"@mui/system": "^5.14.13",
"@mui/types": "^7.2.6",
"@mui/utils": "^5.14.13",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.12",
"@mui/material": "^5.14.13",
"@types/chai": "^4.3.6",
"@types/prop-types": "^15.7.7",
"@types/react": "^18.2.23",
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.147",
"version": "5.0.0-alpha.148",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@mui/base": "5.0.0-beta.18",
"@mui/system": "^5.14.12",
"@mui/types": "^7.2.5",
"@mui/utils": "^5.14.12",
"@mui/base": "5.0.0-beta.19",
"@mui/system": "^5.14.13",
"@mui/types": "^7.2.6",
"@mui/utils": "^5.14.13",
"@mui/x-tree-view": "6.0.0-alpha.1",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
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.104",
"version": "6.0.0-alpha.105",
"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.1",
"@mui/base": "5.0.0-beta.18",
"@mui/material": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/types": "^7.2.5",
"@mui/utils": "^5.14.12",
"@mui/base": "5.0.0-beta.19",
"@mui/material": "^5.14.13",
"@mui/system": "^5.14.13",
"@mui/types": "^7.2.6",
"@mui/utils": "^5.14.13",
"@types/react-transition-group": "^4.4.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
18 changes: 9 additions & 9 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.12",
"version": "5.14.13",
"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.1",
"@mui/base": "5.0.0-beta.18",
"@mui/core-downloads-tracker": "^5.14.12",
"@mui/system": "^5.14.12",
"@mui/types": "^7.2.5",
"@mui/utils": "^5.14.12",
"@mui/base": "5.0.0-beta.19",
"@mui/core-downloads-tracker": "^5.14.13",
"@mui/system": "^5.14.13",
"@mui/types": "^7.2.6",
"@mui/utils": "^5.14.13",
"@types/react-transition-group": "^4.4.7",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
Expand All @@ -57,9 +57,9 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "5.0.0-alpha.147",
"@mui/styles": "^5.14.12",
"@mui/icons-material": "^5.14.13",
"@mui/lab": "5.0.0-alpha.148",
"@mui/styles": "^5.14.13",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.3",
Expand Down
10 changes: 5 additions & 5 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.12",
"version": "5.14.13",
"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,14 +39,14 @@
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@mui/utils": "^5.14.12",
"@mui/utils": "^5.14.13",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.12",
"@mui/styles": "^5.14.12",
"@mui/types": "^7.2.5",
"@mui/material": "^5.14.13",
"@mui/styles": "^5.14.13",
"@mui/types": "^7.2.6",
"@types/chai": "^4.3.6",
"@types/react": "^18.2.23",
"chai": "^4.3.10",
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.14.12",
"version": "6.0.0-alpha.1",
"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.14.12",
"version": "5.14.13",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
Loading

0 comments on commit b8811a0

Please sign in to comment.