Skip to content

Commit

Permalink
5.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Jun 6, 2022
1 parent 32292cb commit bf92265
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 29 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# [Versions](https://mui.com/versions/)

## 5.8.3

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

_Jun 7, 2022_

A big thanks to the 13 contributors who made this release possible.
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.

## `@mui/material@5.8.3`

- &#8203;<!-- 30 -->[Alert] Constrain message width and allow overflow (#32747) @Janpot
- &#8203;<!-- 08 -->[Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech

## `@mui/system@5.8.3`

- &#8203;<!-- 06 -->[system] Configurable attributes for libraries (#32971) @siriwatknp

## `@mui/lab@5.0.0-alpha.85`

- &#8203;<!-- 09 -->[pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle

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

- &#8203;<!-- 12 -->[Joy] Add docs about dark mode (#33002) @siriwatknp
- &#8203;<!-- 11 -->[Joy] Add `Slider` component and demos (#32694) @hbjORbj
- &#8203;<!-- 10 -->[Joy] Add automatic adjustment page to core features (#32980) @siriwatknp

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

- &#8203;<!-- 29 -->[base] Remove @mui/system in tests (#32945) @kevinji
- &#8203;<!-- 27 -->[ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
- &#8203;<!-- 07 -->[SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
- &#8203;<!-- 05 -->[TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
- &#8203;<!-- 04 -->[TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
- &#8203;<!-- 03 -->[TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak

## Docs

- &#8203;<!-- 28 -->[blog] Fix anchor link scroll (#32994) @oliviertassinari
- &#8203;<!-- 22 -->[docs] Redirect older URLs (#33037) @oliviertassinari
- &#8203;<!-- 21 -->[docs] Remove pickers page from the Lab section (#32961) @DanailH
- &#8203;<!-- 20 -->[docs] Polish overview page to Material UI (#32954) @oliviertassinari
- &#8203;<!-- 19 -->[docs] Fix 301 link @oliviertassinari
- &#8203;<!-- 18 -->[docs] Throw on 301 links (#32939) @oliviertassinari
- &#8203;<!-- 17 -->[docs] Improve UX with back to top (#32896) @oliviertassinari
- &#8203;<!-- 16 -->[docs] Improve product identifier (#32707) @danilo-leal
- &#8203;<!-- 15 -->[docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
- &#8203;<!-- 14 -->[docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
- &#8203;<!-- 13 -->[docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
- &#8203;<!-- 02 -->[website] Polish the pricing page (#32811) @oliviertassinari
- &#8203;<!-- 01 -->[website] Remove unnecessary `address` dependency (#32957) @michaldudak

## Core

- &#8203;<!-- 26 -->[core] Prepare Next.js config for React 18 (#32963) @michaldudak
- &#8203;<!-- 25 -->[core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
- &#8203;<!-- 24 -->[core] Improve icon synonyms (#32742) @oliviertassinari
- &#8203;<!-- 23 -->[core] Remove dead logic (#32940) @oliviertassinari
- &#8203;<!-- 31 -->Add security link to README for Tidelift @mbrookes

All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli

## 5.8.2

<!-- generated comparing v5.8.1..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.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/react": "^2.1.1",
"@mui/material": "^5.8.2",
"@mui/styles": "^5.8.0",
"@mui/system": "^5.8.2",
"@mui/material": "^5.8.3",
"@mui/styles": "^5.8.3",
"@mui/system": "^5.8.3",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.17.1",
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/base": "5.0.0-alpha.83",
"@mui/base": "5.0.0-alpha.84",
"@mui/docs": "^5.8.0",
"@mui/icons-material": "^5.8.2",
"@mui/joy": "5.0.0-alpha.30",
"@mui/lab": "5.0.0-alpha.84",
"@mui/material": "^5.8.2",
"@mui/material-next": "6.0.0-alpha.38",
"@mui/icons-material": "^5.8.3",
"@mui/joy": "5.0.0-alpha.31",
"@mui/lab": "5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@mui/material-next": "6.0.0-alpha.39",
"@mui/styled-engine": "^5.8.0",
"@mui/styled-engine-sc": "^5.8.0",
"@mui/styles": "^5.8.0",
"@mui/system": "^5.8.2",
"@mui/styles": "^5.8.3",
"@mui/system": "^5.8.3",
"@mui/types": "^7.1.3",
"@mui/x-data-grid": "^5.8.0",
"@mui/x-data-grid-generator": "^5.8.0",
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.8.2",
"version": "5.8.3",
"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.83",
"version": "5.0.0-alpha.84",
"private": false,
"author": "MUI Team",
"description": "Unstyled React components and low-level hooks.",
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.8.2",
"version": "5.8.3",
"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.30",
"version": "5.0.0-alpha.31",
"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.83",
"@mui/system": "^5.8.2",
"@mui/base": "5.0.0-alpha.84",
"@mui/system": "^5.8.3",
"@mui/types": "^7.1.3",
"@mui/utils": "^5.8.0",
"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.84",
"version": "5.0.0-alpha.85",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -77,8 +77,8 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.83",
"@mui/system": "^5.8.2",
"@mui/base": "5.0.0-alpha.84",
"@mui/system": "^5.8.3",
"@mui/utils": "^5.8.0",
"@mui/x-date-pickers": "5.0.0-alpha.1",
"clsx": "^1.1.1",
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.38",
"version": "6.0.0-alpha.39",
"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.17.2",
"@mui/base": "5.0.0-alpha.83",
"@mui/material": "^5.8.2",
"@mui/system": "^5.8.2",
"@mui/base": "5.0.0-alpha.84",
"@mui/material": "^5.8.3",
"@mui/system": "^5.8.3",
"@mui/types": "^7.1.3",
"@mui/utils": "^5.8.0",
"@popperjs/core": "^2.11.5",
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.8.2",
"version": "5.8.3",
"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.17.2",
"@mui/base": "5.0.0-alpha.83",
"@mui/system": "^5.8.2",
"@mui/base": "5.0.0-alpha.84",
"@mui/system": "^5.8.3",
"@mui/types": "^7.1.3",
"@mui/utils": "^5.8.0",
"@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.8.0",
"version": "5.8.3",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
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.8.2",
"version": "5.8.3",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down

0 comments on commit bf92265

Please sign in to comment.