Skip to content

Commit

Permalink
Release v5.5.0 (#31353)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Mar 7, 2022
1 parent e6b3861 commit f3412aa
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 29 deletions.
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,87 @@
# [Versions](https://mui.com/versions/)

## 5.5.0

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

_Mar 7, 2022_

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

- ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
- Several 🐛 bug fixes and 📚 documentation improvements

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

#### Breaking change

- &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp

`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:

```diff
- import { unstable_ClassNameGenerator } from '@mui/material/utils';
+ import { unstable_ClassNameGenerator } from '@mui/material/className';
```

#### Changes

- &#8203;<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
- &#8203;<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
- &#8203;<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
- &#8203;<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
- &#8203;<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki

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

- &#8203;<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini

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

- &#8203;<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova

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

- &#8203;<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME

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

- &#8203;<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
- &#8203;<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak

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

- &#8203;<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
- &#8203;<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
- &#8203;<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
- &#8203;<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj

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

- &#8203;<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp

### Docs

- &#8203;<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
- &#8203;<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
- &#8203;<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
- &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
- &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
- &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
- &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
- &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
- &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
- &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n

### Core

- &#8203;<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
- &#8203;<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
- &#8203;<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
- &#8203;<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon

All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini

## 5.4.4

<!-- generated comparing v5.4.3..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.8.1",
"@emotion/styled": "^11.8.1",
"@mdx-js/react": "^2.0.0",
"@mui/material": "^5.4.4",
"@mui/styles": "^5.4.4",
"@mui/system": "^5.4.4",
"@mui/material": "^5.5.0",
"@mui/styles": "^5.5.0",
"@mui/system": "^5.5.0",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.17.1",
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mui/base": "5.0.0-alpha.70",
"@mui/base": "5.0.0-alpha.71",
"@mui/docs": "^5.4.4",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "5.0.0-alpha.71",
"@mui/material": "^5.4.4",
"@mui/material-next": "6.0.0-alpha.25",
"@mui/icons-material": "^5.5.0",
"@mui/lab": "5.0.0-alpha.72",
"@mui/material": "^5.5.0",
"@mui/material-next": "6.0.0-alpha.26",
"@mui/styled-engine": "^5.4.4",
"@mui/styled-engine-sc": "^5.4.2",
"@mui/styles": "^5.4.4",
"@mui/system": "^5.4.4",
"@mui/styles": "^5.5.0",
"@mui/system": "^5.5.0",
"@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.4",
"version": "5.5.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
"version": "5.0.0-alpha.70",
"version": "5.0.0-alpha.71",
"private": false,
"author": "MUI Team",
"description": "Unstyled React components with which to implement custom design systems.",
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.4.4",
"version": "5.5.0",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
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.4.4",
"version": "5.5.0",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
6 changes: 3 additions & 3 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.17",
"version": "5.0.0-alpha.18",
"private": false,
"author": "MUI Team",
"description": "Joy design system — React components",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.70",
"@mui/system": "^5.4.4",
"@mui/base": "5.0.0-alpha.71",
"@mui/system": "^5.5.0",
"@mui/types": "^7.1.2",
"@mui/utils": "^5.4.4",
"clsx": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 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.71",
"version": "5.0.0-alpha.72",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -73,8 +73,8 @@
"@date-io/dayjs": "^2.13.1",
"@date-io/luxon": "^2.13.1",
"@date-io/moment": "^2.13.1",
"@mui/base": "5.0.0-alpha.70",
"@mui/system": "^5.4.4",
"@mui/base": "5.0.0-alpha.71",
"@mui/system": "^5.5.0",
"@mui/utils": "^5.4.4",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
Expand Down
8 changes: 4 additions & 4 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.25",
"version": "6.0.0-alpha.26",
"private": false,
"author": "MUI Team",
"description": "Material Design components built using @mui/base.",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.70",
"@mui/material": "^5.4.4",
"@mui/system": "^5.4.4",
"@mui/base": "5.0.0-alpha.71",
"@mui/material": "^5.5.0",
"@mui/system": "^5.5.0",
"@mui/types": "^7.1.2",
"@mui/utils": "^5.4.4",
"@popperjs/core": "^2.11.2",
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "5.5.0",
"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 @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.70",
"@mui/system": "^5.4.4",
"@mui/base": "5.0.0-alpha.71",
"@mui/system": "^5.5.0",
"@mui/types": "^7.1.2",
"@mui/utils": "^5.4.4",
"@types/react-transition-group": "^4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.4.4",
"version": "5.5.0",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The styling solution of MUI.",
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.4",
"version": "5.5.0",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down

0 comments on commit f3412aa

Please sign in to comment.