Skip to content

Commit

Permalink
v5.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Jun 5, 2023
1 parent 8bf37de commit a522d82
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 20 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,50 @@
# [Versions](https://mui.com/versions/)

## 5.13.4

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

_Jun 5, 2023_

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

### `@mui/material@5.13.4`

- &#8203;<!-- 20 -->[Autocomplete][material] Add missing `focusVisible` class in AutocompleteClasses (#37502) @sai6855
- &#8203;<!-- 04 -->[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
- &#8203;<!-- 03 -->[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
- &#8203;<!-- 02 -->[Stepper] Handle progress bar of mobile stepper when `steps` is one (#37079) @gitstart

### `@mui/base@5.0.0-beta.4`

- &#8203;<!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855

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

- &#8203;<!-- 19 -->[Avatar][joy] Fallback to `alt` when `src` or `srcSet` are not defined (#37469) @vishalthatipamula0219
- &#8203;<!-- 15 -->[Card][joy] Improve usability of card family (#37474) @siriwatknp

### Docs

- &#8203;<!-- 18 -->[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
- &#8203;<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
- &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
- &#8203;<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
- &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
- &#8203;<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
- &#8203;<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
- &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
- &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
- &#8203;<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
- &#8203;<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42

### Core

- &#8203;<!-- 14 -->[core] Do not let Renovate handle `examples` packages updates (#37386) @ZeeshanTamboli
- &#8203;<!-- 01 -->[website] Add header filters to the pricing table (#37455) @MBilalShafi

All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli

## 5.13.3

<!-- generated comparing v5.13.2..master -->
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Expand Up @@ -15,7 +15,7 @@
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.13.3",
"@mui/material": "^5.13.4",
"@mui/styles": "^5.13.2",
"@mui/system": "^5.13.2",
"@styled-system/css": "^5.1.5",
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Expand Up @@ -31,14 +31,14 @@
"@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.3",
"@mui/base": "5.0.0-beta.4",
"@mui/docs": "^5.12.4",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "5.0.0-alpha.82",
"@mui/lab": "5.0.0-alpha.132",
"@mui/joy": "5.0.0-alpha.83",
"@mui/lab": "5.0.0-alpha.133",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.13.3",
"@mui/material-next": "6.0.0-alpha.87",
"@mui/material": "^5.13.4",
"@mui/material-next": "6.0.0-alpha.88",
"@mui/styled-engine": "^5.13.2",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/styles": "^5.13.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.13.3",
"version": "5.13.4",
"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/mui-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
"version": "5.13.3",
"version": "5.13.4",
"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-joy/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-alpha.82",
"version": "5.0.0-alpha.83",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.3",
"@mui/core-downloads-tracker": "^5.13.3",
"@mui/base": "5.0.0-beta.4",
"@mui/core-downloads-tracker": "^5.13.4",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-lab/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
"version": "5.0.0-alpha.132",
"version": "5.0.0-alpha.133",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.3",
"@mui/base": "5.0.0-beta.4",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-material-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material-next",
"version": "6.0.0-alpha.87",
"version": "6.0.0-alpha.88",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.3",
"@mui/material": "^5.13.3",
"@mui/base": "5.0.0-beta.4",
"@mui/material": "^5.13.4",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.13.3",
"version": "5.13.4",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-beta.3",
"@mui/core-downloads-tracker": "^5.13.3",
"@mui/base": "5.0.0-beta.4",
"@mui/core-downloads-tracker": "^5.13.4",
"@mui/system": "^5.13.2",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.13.1",
Expand Down

0 comments on commit a522d82

Please sign in to comment.