Skip to content

Commit

Permalink
[release] v5.10.12 (#34963)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Oct 31, 2022
1 parent 92249aa commit 30cb27c
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 29 deletions.
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,81 @@
# [Versions](https://mui.com/versions/)

## v5.10.12

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

_Oct 31, 2022_

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

- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

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

- &#8203;<!-- 37 -->[Chip] Don't override icon color (#34247) @emlai
- &#8203;<!-- 09 -->[Radio] Skip default hover style when disableRipple is set (#34902) @VinceCYLiao
- &#8203;<!-- 08 -->[SwipeableDrawer] Fix React 18 issues (#34505) @mnajdova
- &#8203;<!-- 05 -->[Tooltip] Save a few bytes (#34853) @oliviertassinari

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

- &#8203;<!-- 38 -->[ButtonUnstyled] Update to render as link when href or to is provided (#34337) @EduardoSCosta

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

- &#8203;<!-- 36 -->[Joy][circularprogress] Prevent new styles from being generated when `value` changes (#34897) @hbjORbj
- &#8203;<!-- 11 -->[Joy] Add color inversion feature (#32511) @siriwatknp
- &#8203;<!-- 10 -->[Joy] Add `LinearProgress` component (#34514) @hbjORbj

### Docs

- &#8203;<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
- &#8203;<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
- &#8203;<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
- &#8203;<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
- &#8203;<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
- &#8203;<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
- &#8203;<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
- &#8203;<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
- &#8203;<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
- &#8203;<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
- &#8203;<!-- 15 -->[docs] Standardize all MUI Core "Usage" pages (#34183) @samuelsycamore
- &#8203;<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
- &#8203;<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
- &#8203;<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
- &#8203;<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
- &#8203;<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
- &#8203;<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
- &#8203;<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
- &#8203;<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
- &#8203;<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
- &#8203;<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari

### Core

- &#8203;<!-- 35 -->[core] Ignore compiled icons in CodeQL @oliviertassinari
- &#8203;<!-- 34 -->[core] Add OSSF Scorecard action (#34854) @oliviertassinari
- &#8203;<!-- 40 -->[core] Fix extra GitHub Action permission (#34496) @sashashura
- &#8203;<!-- 33 -->[core] Fix duplicate id @oliviertassinari
- &#8203;<!-- 41 -->[core] Enforce import \* as React (#34878) @da0x
- &#8203;<!-- 32 -->[core] A couple of simply fixes from #34870 (#34953) @oliviertassinari
- &#8203;<!-- 31 -->[core] Migrate outdated pattern to convention @oliviertassinari
- &#8203;<!-- 30 -->[core] Pin GitHub Actions dependencies (#34929) @renovate[bot]
- &#8203;<!-- 29 -->[core] Make the reproduction more important in the bug template (#34875) @oliviertassinari
- &#8203;<!-- 28 -->[core] Fix docs GitHub API rate limit (#34856) @oliviertassinari
- &#8203;<!-- 42 -->[core] Fix eslint issues (#34964) @mnajdova
- &#8203;<!-- 27 -->[core] Pin GitHub Action to digests (#34855) @oliviertassinari
- &#8203;<!-- 26 -->[core] Fix permissions in workflow @oliviertassinari
- &#8203;<!-- 25 -->[core] memoize context values for react/jsx-no-constructed-context-values (#34849) @Janpot
- &#8203;<!-- 24 -->[core] Fix @typescript-eslint/default-param-last issues (#34846) @Janpot
- &#8203;<!-- 23 -->[core] Fix HTML validation error (#34860) @oliviertassinari
- &#8203;<!-- 22 -->[core] Fix duplicate CodeQL build @oliviertassinari
- &#8203;<!-- 07 -->[test] Move Firefox tests to CircleCI (#34764) @oliviertassinari
- &#8203;<!-- 06 -->[test] Use screen when possible for simplicity (#34890) @oliviertassinari

All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @EduardoSCosta, @emlai, @hbjORbj, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @punithnayak, @PunitSoniME, @renovate[bot], @RoodyCode, @samuelsycamore, @siriwatknp, @VinceCYLiao

## v5.10.11

<!-- generated comparing v5.10.10..master -->
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.10.4",
"@emotion/styled": "^11.10.4",
"@mdx-js/react": "^2.1.5",
"@mui/material": "^5.10.11",
"@mui/material": "^5.10.12",
"@mui/styles": "^5.10.10",
"@mui/system": "^5.10.10",
"@mui/system": "^5.10.12",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.27.1",
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-alpha.103",
"@mui/base": "5.0.0-alpha.104",
"@mui/docs": "^5.10.9",
"@mui/icons-material": "^5.10.9",
"@mui/joy": "5.0.0-alpha.51",
"@mui/lab": "5.0.0-alpha.105",
"@mui/material": "^5.10.11",
"@mui/material-next": "6.0.0-alpha.59",
"@mui/joy": "5.0.0-alpha.52",
"@mui/lab": "5.0.0-alpha.106",
"@mui/material": "^5.10.12",
"@mui/material-next": "6.0.0-alpha.60",
"@mui/styled-engine": "^5.10.8",
"@mui/styled-engine-sc": "^5.10.6",
"@mui/styles": "^5.10.10",
"@mui/system": "^5.10.10",
"@mui/system": "^5.10.12",
"@mui/types": "^7.2.0",
"@mui/x-data-grid": "^5.17.9",
"@mui/x-data-grid-generator": "^5.17.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.10.11",
"version": "5.10.12",
"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.103",
"version": "5.0.0-alpha.104",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.10.11",
"version": "5.10.12",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
"version": "5.10.11",
"version": "5.10.12",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "MIT",
"description": "Logs infos about the environment relevant to @mui/*",
"version": "2.0.6",
"version": "2.0.7",
"bin": "./envinfo.js",
"dependencies": {
"envinfo": "^7.8.1"
Expand Down
8 changes: 4 additions & 4 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.51",
"version": "5.0.0-alpha.52",
"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.19.0",
"@mui/base": "5.0.0-alpha.103",
"@mui/core-downloads-tracker": "^5.10.11",
"@mui/system": "^5.10.10",
"@mui/base": "5.0.0-alpha.104",
"@mui/core-downloads-tracker": "^5.10.12",
"@mui/system": "^5.10.12",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.9",
"clsx": "^1.2.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.105",
"version": "5.0.0-alpha.106",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@mui/base": "5.0.0-alpha.103",
"@mui/system": "^5.10.10",
"@mui/base": "5.0.0-alpha.104",
"@mui/system": "^5.10.12",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.9",
"clsx": "^1.2.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.59",
"version": "6.0.0-alpha.60",
"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.19.0",
"@mui/base": "5.0.0-alpha.103",
"@mui/material": "^5.10.11",
"@mui/system": "^5.10.10",
"@mui/base": "5.0.0-alpha.104",
"@mui/material": "^5.10.12",
"@mui/system": "^5.10.12",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.9",
"@popperjs/core": "^2.11.6",
Expand Down
8 changes: 4 additions & 4 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.10.11",
"version": "5.10.12",
"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.19.0",
"@mui/base": "5.0.0-alpha.103",
"@mui/core-downloads-tracker": "^5.10.11",
"@mui/system": "^5.10.10",
"@mui/base": "5.0.0-alpha.104",
"@mui/core-downloads-tracker": "^5.10.12",
"@mui/system": "^5.10.12",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.9",
"@types/react-transition-group": "^4.4.5",
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.10.10",
"version": "5.10.12",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down

0 comments on commit 30cb27c

Please sign in to comment.