Skip to content

Commit

Permalink
v5.4.3 (#31164)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Feb 21, 2022
1 parent e6d7d3c commit e2892a6
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 16 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# [Versions](https://mui.com/versions/)

## 5.4.3

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

_Feb 21, 2022_

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

- 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements

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

- &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
- &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
- &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj

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

- &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland

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

- &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
- &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
- &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp

### Docs

- &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
- &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
- &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
- &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
- &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
- &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
- &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
- &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
- &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen

### Core

- &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
- &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
- &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari

All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman

## 5.4.2

_Feb 15, 2022_
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/react": "^2.0.0",
"@mui/material": "^5.4.2",
"@mui/material": "^5.4.3",
"@mui/styles": "^5.4.2",
"@mui/system": "^5.4.2",
"@mui/system": "^5.4.3",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.17.1",
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@mui/base": "5.0.0-alpha.69",
"@mui/docs": "^5.4.2",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "5.0.0-alpha.69",
"@mui/material": "^5.4.2",
"@mui/material-next": "6.0.0-alpha.23",
"@mui/lab": "5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"@mui/material-next": "6.0.0-alpha.24",
"@mui/styled-engine": "^5.4.2",
"@mui/styled-engine-sc": "^5.4.2",
"@mui/styles": "^5.4.2",
"@mui/system": "^5.4.2",
"@mui/system": "^5.4.3",
"@mui/types": "^7.1.2",
"@mui/x-data-grid": "^5.5.1",
"@mui/x-data-grid-generator": "^5.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.4.2",
"version": "5.4.3",
"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/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.15",
"version": "5.0.0-alpha.16",
"private": false,
"author": "MUI Team",
"description": "Joy design system — React components",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@babel/runtime": "^7.17.0",
"@mui/base": "5.0.0-alpha.69",
"@mui/system": "^5.4.2",
"@mui/system": "^5.4.3",
"@mui/types": "^7.1.2",
"@mui/utils": "^5.4.2",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 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.69",
"version": "5.0.0-alpha.70",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@date-io/luxon": "^2.13.1",
"@date-io/moment": "^2.13.1",
"@mui/base": "5.0.0-alpha.69",
"@mui/system": "^5.4.2",
"@mui/system": "^5.4.3",
"@mui/utils": "^5.4.2",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
Expand Down
4 changes: 2 additions & 2 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.23",
"version": "6.0.0-alpha.24",
"private": false,
"author": "MUI Team",
"description": "Material Design components built using @mui/base.",
Expand Down Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@babel/runtime": "^7.17.0",
"@mui/base": "5.0.0-alpha.69",
"@mui/system": "^5.4.2",
"@mui/system": "^5.4.3",
"@mui/types": "^7.1.2",
"@mui/utils": "^5.4.2",
"@popperjs/core": "^2.4.4",
Expand Down
4 changes: 2 additions & 2 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.4.2",
"version": "5.4.3",
"private": false,
"author": "MUI Team",
"description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@babel/runtime": "^7.17.0",
"@mui/base": "5.0.0-alpha.69",
"@mui/system": "^5.4.2",
"@mui/system": "^5.4.3",
"@mui/types": "^7.1.2",
"@mui/utils": "^5.4.2",
"@types/react-transition-group": "^4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.4.2",
"version": "5.4.3",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down

0 comments on commit e2892a6

Please sign in to comment.