Skip to content

Commit

Permalink
v5.10.4 (#34197)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Sep 6, 2022
1 parent 81b0ac9 commit c8feb29
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 31 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,56 @@
# [Versions](https://mui.com/versions/)

## 5.10.4

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

_Sep 5, 2022_

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

- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements

### `@mui/material@5.10.4`

- &#8203;<!-- 22 -->[Avatar] Use structured / semantic markup for avatars and avatar groups (#33994) @paulschreiber
- &#8203;<!-- 05 -->[Steps] Use structured / semantic markup for steps and steppers (#34138) @paulschreiber

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

- &#8203;<!-- 23 -->[Alert][joy] Add `Alert` component (#33859) @hbjORbj
- &#8203;<!-- 08 -->[Joy] Make the description of `componentsProps` generic (#34140) @hbjORbj
- &#8203;<!-- 07 -->[Joy] Add tests / classes for `Breadcrumbs` component (#33860) @hbjORbj
- &#8203;<!-- 06 -->[Select][joy] Fix forwarding listbox `component` prop (#34172) @siriwatknp

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

- &#8203;<!-- 21 -->[Select][base] Fix type issues that appeared with TS 4.8 (#34132) @michaldudak

### Docs

- &#8203;<!-- 15 -->[docs] Add `mui-color-input`, `mui-chips-input` and `mui-tel-input` into the related projects page (#34123) @viclafouch
- &#8203;<!-- 14 -->[docs] Update sponsors (#34157) @hbjORbj
- &#8203;<!-- 13 -->[docs] Move 5 component names to Title Case (#34118) @oliviertassinari
- &#8203;<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
- &#8203;<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
- &#8203;<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
- &#8203;<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
- &#8203;<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
- &#8203;<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
- &#8203;<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
- &#8203;<!-- 01 -->[website] Link Toolpad landing page @oliviertassinari

### Core

- &#8203;<!-- 19 -->[core] Move renovate config to the repository root (#34180) @oliviertassinari
- &#8203;<!-- 18 -->[core] Reinstate react/no-unused-prop-types eslint rule (#34125) @Janpot
- &#8203;<!-- 17 -->[core] Do not append `types` field to packages without index.d.ts (#33952) @michaldudak
- &#8203;<!-- 16 -->[core] Sanitize input in icon synonyms update script (#33989) @michaldudak
- &#8203;<!-- 04 -->[test] Allow to pass options to `mousePress` function (#34124) @cherniavskii

All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @paulschreiber, @ropereraLK, @samuelsycamore, @siriwatknp, @viclafouch

## 5.10.3

<!-- generated comparing v5.10.2..master -->
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mdx-js/react": "^2.1.3",
"@mui/material": "^5.10.3",
"@mui/material": "^5.10.4",
"@mui/styles": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/system": "^5.10.4",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.25.1",
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Expand Up @@ -31,17 +31,17 @@
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-alpha.95",
"@mui/base": "5.0.0-alpha.96",
"@mui/docs": "^5.10.3",
"@mui/icons-material": "^5.10.3",
"@mui/joy": "5.0.0-alpha.43",
"@mui/lab": "5.0.0-alpha.97",
"@mui/material": "^5.10.3",
"@mui/material-next": "6.0.0-alpha.51",
"@mui/styled-engine": "^5.10.3",
"@mui/joy": "5.0.0-alpha.44",
"@mui/lab": "5.0.0-alpha.98",
"@mui/material": "^5.10.4",
"@mui/material-next": "6.0.0-alpha.52",
"@mui/styled-engine": "^5.10.4",
"@mui/styled-engine-sc": "^5.10.3",
"@mui/styles": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/system": "^5.10.4",
"@mui/types": "^7.2.0",
"@mui/x-data-grid": "^5.15.2",
"@mui/x-data-grid-generator": "^5.15.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.10.3",
"version": "5.10.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-alpha.95",
"version": "5.0.0-alpha.96",
"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-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.10.3",
"version": "5.10.4",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
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.10.3",
"version": "5.10.4",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-joy/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-alpha.43",
"version": "5.0.0-alpha.44",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,9 +57,9 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.95",
"@mui/core-downloads-tracker": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/base": "5.0.0-alpha.96",
"@mui/core-downloads-tracker": "^5.10.4",
"@mui/system": "^5.10.4",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-lab/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
"version": "5.0.0-alpha.97",
"version": "5.0.0-alpha.98",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.95",
"@mui/system": "^5.10.3",
"@mui/base": "5.0.0-alpha.96",
"@mui/system": "^5.10.4",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material-next",
"version": "6.0.0-alpha.51",
"version": "6.0.0-alpha.52",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.95",
"@mui/material": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/base": "5.0.0-alpha.96",
"@mui/material": "^5.10.4",
"@mui/system": "^5.10.4",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"@popperjs/core": "^2.11.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.10.3",
"version": "5.10.4",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,9 +61,9 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.95",
"@mui/core-downloads-tracker": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/base": "5.0.0-alpha.96",
"@mui/core-downloads-tracker": "^5.10.4",
"@mui/system": "^5.10.4",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"@types/react-transition-group": "^4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine",
"version": "5.10.3",
"version": "5.10.4",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.10.3",
"version": "5.10.4",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/private-theming": "^5.10.3",
"@mui/styled-engine": "^5.10.3",
"@mui/styled-engine": "^5.10.4",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
Expand Down

0 comments on commit c8feb29

Please sign in to comment.