Skip to content

Commit

Permalink
v5.2.5 (mui#30288)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Dec 20, 2021
1 parent eeda105 commit f8697de
Show file tree
Hide file tree
Showing 15 changed files with 90 additions and 32 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
### [Versions](https://mui.com/versions/)

## 5.2.5

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

_Dec 20, 2021_

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

- 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
- 📓 Danish (da-DK) locale was added (#29485) @mikk5829
- 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
- 📚 Many additions and improvements to the documentation were made

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

- [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
- [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
- [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli

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

- [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj

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

- [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto

### Docs

- [docs] Run JS compiler on markdown output (#29732) @Janpot
- [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
- [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
- [docs] Remove extra word in Select component code example comments (#30281) @KThompso
- [docs] Improve the description of the Accordion (#30253) @jamesmelzer
- [docs] Heading capitalization convention @oliviertassinari
- [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
- [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
- [docs] Add script to clone pages (#30107) @siriwatknp
- [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
- [docs] Sync icon search UI state with the url (#30075) @Janpot
- [docs] Base components demos design polish (#30149) @danilo-leal
- [docs] General documentation polish (#29994) @danilo-leal
- [examples] Fix typo in the remix example's README (#30289) @lemol
- [website] Remove expired gold sponsor (#30222) @oliviertassinari
- [website] Remove broken showcase links (#30217) @mnajdova

### Core

- [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
- [core] make snapshot comparison more resilient (#30183) @Janpot
- [core] update formatted ts demo to support new structure (#30248) @siriwatknp
- [core] cache dependencies in github actions (#30211) @siriwatknp
- [core] fix root package version (#30204) @siriwatknp
- [core] Fail the build when the dangerjs script errors (#30186) @Janpot
- [test] Add E2E website tests (#30128) @siriwatknp

All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli

## 5.2.4

<!-- generated comparing v5.2.3..master -->
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@chakra-ui/system": "^1.8.3",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.4",
"@mui/material": "^5.2.5",
"@mui/styles": "^5.2.3",
"@mui/system": "^5.2.4",
"@mui/system": "^5.2.5",
"@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.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mui/base": "5.0.0-alpha.60",
"@mui/base": "5.0.0-alpha.61",
"@mui/docs": "^5.2.3",
"@mui/icons-material": "^5.2.4",
"@mui/lab": "5.0.0-alpha.60",
"@mui/material": "^5.2.4",
"@mui/material-next": "6.0.0-alpha.14",
"@mui/styled-engine": "^5.2.4",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "5.0.0-alpha.61",
"@mui/material": "^5.2.5",
"@mui/material-next": "6.0.0-alpha.15",
"@mui/styled-engine": "^5.2.5",
"@mui/styled-engine-sc": "^5.1.0",
"@mui/styles": "^5.2.3",
"@mui/system": "^5.2.4",
"@mui/system": "^5.2.5",
"@mui/types": "^7.1.0",
"@mui/x-data-grid": "^5.0.1",
"@mui/x-data-grid-generator": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions framer/Material-UI.framerfx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "MUI Team",
"description": "MUI Framer components",
"version": "1.1.13",
"version": "1.1.14",
"license": "MIT",
"homepage": "https://mui.com/",
"repository": {
Expand All @@ -15,8 +15,8 @@
"url": "https://github.com/mui-org/material-ui/issues"
},
"dependencies": {
"@mui/icons-material": "^5.2.4",
"@mui/material": "^5.2.4",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.5",
"@mui/utils": "^5.2.3",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion framer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer",
"version": "1.0.39",
"version": "1.0.40",
"description": "Builds MUI for Framer X",
"repository": "https://github.com/mui-org/material-ui",
"author": "MUI Team",
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.2.4",
"version": "5.2.5",
"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.60",
"version": "5.0.0-alpha.61",
"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-icons-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
"version": "5.2.4",
"version": "5.2.5",
"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.6",
"version": "5.0.0-alpha.7",
"private": false,
"author": "MUI Team",
"description": "Joy design system — React components",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@mui/base": "5.0.0-alpha.60",
"@mui/system": "^5.2.4",
"@mui/base": "5.0.0-alpha.61",
"@mui/system": "^5.2.5",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"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.60",
"version": "5.0.0-alpha.61",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -73,8 +73,8 @@
"@date-io/dayjs": "^2.11.0",
"@date-io/luxon": "^2.11.1",
"@date-io/moment": "^2.11.0",
"@mui/base": "5.0.0-alpha.60",
"@mui/system": "^5.2.4",
"@mui/base": "5.0.0-alpha.61",
"@mui/system": "^5.2.5",
"@mui/utils": "^5.2.3",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "6.0.0-alpha.15",
"private": false,
"author": "MUI Team",
"description": "Material Design components built using @mui/base.",
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@mui/base": "5.0.0-alpha.60",
"@mui/system": "^5.2.4",
"@mui/base": "5.0.0-alpha.61",
"@mui/system": "^5.2.5",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"@popperjs/core": "^2.4.4",
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.2.4",
"version": "5.2.5",
"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.16.3",
"@mui/base": "5.0.0-alpha.60",
"@mui/system": "^5.2.4",
"@mui/base": "5.0.0-alpha.61",
"@mui/system": "^5.2.5",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"@types/react-transition-group": "^4.4.4",
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.2.4",
"version": "5.2.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.2.4",
"version": "5.2.5",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@babel/runtime": "^7.16.3",
"@mui/private-theming": "^5.2.3",
"@mui/styled-engine": "^5.2.4",
"@mui/styled-engine": "^5.2.5",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"clsx": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "5.0.2",
"version": "5.0.0",
"private": true,
"scripts": {
"typescript": "tsc -p tsconfig.json"
Expand Down

0 comments on commit f8697de

Please sign in to comment.