Skip to content

Commit

Permalink
v5.10.3 (#34121)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Aug 29, 2022
1 parent b73c194 commit 992421d
Show file tree
Hide file tree
Showing 20 changed files with 124 additions and 62 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,67 @@
# [Versions](https://mui.com/versions/)

## 5.10.3

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

_Aug 29, 2022_

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

-@mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#32735)
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements

### `@mui/material@5.10.3`

- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli

### `@mui/system@5.10.3`

- [system] Fix mode blink when open multiple sessions (#33877) @siriwatknp

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

- [Button][base] Prevent too many ref updates (#33882) @michaldudak
- [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
- [TrapFocus] Improve tab test and simplify demo (#34008) @EthanStandel

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

- [Joy] Fix `role` proptypes (#34119) @siriwatknp
- [Joy] Refine `componentsProps` for all components (#34077) @siriwatknp
- [Radio][joy] support `componentsProps` as a function (#34022) @siriwatknp
- [Select][joy] Improve the a11y on the select field demo (#34073) @mnajdova
- [Textarea][joy] Add `Textarea` component (#33975) @siriwatknp

### Docs

- [blog] Add Grid v2 announcement (#33926) @siriwatknp
- [blog] Making customizable components (#33183) @alexfauquette
- [blog] Improve SEO metadata (#33954) @oliviertassinari
- [docs] Add introduction Base component demos & general uplift (#33896) @danilo-leal
- [docs] Fix Gatsby sample config in CSS variables (#34024) @bicstone
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
- [docs] Fix typo in `Select` component (#34091) @HexM7
- [docs] Fix 301 links to tss's docs @oliviertassinari
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
- [website] Improve SEO meta description for MUI X @oliviertassinari
- [website] Improve visual look of code demos (#34070) @oliviertassinari
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra

### Core

- [core] Offer alternative to `OverridableComponent` via module augmentation for better performance (#32735) @mnajdova
- [core] Fix prop-type warning in regression tests (#34086) @oliviertassinari
- [core] Specify code owners (#33995) @michaldudak
- [core] Fix scroll restoration (#34037) @oliviertassinari

All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @bicstone, @danilo-leal, @EthanStandel, @HexM7, @hoangph271, @JonathanAsbury-SPS, @michaldudak, @mnajdova, @NaveenPantra, @oliviertassinari, @pieetrus, @renovate[bot], @siriwatknp, @ZeeshanTamboli

## 5.10.2

<!-- generated comparing v5.10.1..master -->
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mdx-js/react": "^2.1.3",
"@mui/material": "^5.10.2",
"@mui/styles": "^5.10.2",
"@mui/system": "^5.10.2",
"@mui/material": "^5.10.3",
"@mui/styles": "^5.10.3",
"@mui/system": "^5.10.3",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.25.1",
Expand Down
24 changes: 12 additions & 12 deletions docs/package.json
Expand Up @@ -31,18 +31,18 @@
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-alpha.94",
"@mui/docs": "^5.9.3",
"@mui/icons-material": "^5.10.2",
"@mui/joy": "5.0.0-alpha.42",
"@mui/lab": "5.0.0-alpha.96",
"@mui/material": "^5.10.2",
"@mui/material-next": "6.0.0-alpha.50",
"@mui/styled-engine": "^5.10.2",
"@mui/styled-engine-sc": "^5.10.1",
"@mui/styles": "^5.10.2",
"@mui/system": "^5.10.2",
"@mui/types": "^7.1.5",
"@mui/base": "5.0.0-alpha.95",
"@mui/docs": "^5.10.3",
"@mui/icons-material": "^5.10.3",
"@mui/joy": "5.0.0-alpha.43",
"@mui/lab": "5.0.0-alpha.97",
"@mui/material": "^5.10.3",
"@mui/material-next": "6.0.0-alpha.51",
"@mui/styled-engine": "^5.10.3",
"@mui/styled-engine-sc": "^5.10.3",
"@mui/styles": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/types": "^7.2.0",
"@mui/x-data-grid": "^5.15.2",
"@mui/x-data-grid-generator": "^5.15.2",
"@mui/x-data-grid-pro": "^5.15.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.10.2",
"version": "5.10.3",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
"version": "5.0.0-alpha.94",
"version": "5.0.0-alpha.95",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -53,8 +53,8 @@
"dependencies": {
"@babel/runtime": "^7.18.9",
"@emotion/is-prop-valid": "^1.2.0",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"@popperjs/core": "^2.11.6",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.9.3",
"version": "5.10.3",
"bin": "./codemod.js",
"private": false,
"author": "MUI Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
"version": "5.10.2",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.9.3",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/utils": "^5.9.3",
"@mui/utils": "^5.10.3",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
"version": "5.10.2",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
12 changes: 6 additions & 6 deletions packages/mui-joy/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-alpha.42",
"version": "5.0.0-alpha.43",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,11 +57,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.94",
"@mui/core-downloads-tracker": "^5.10.2",
"@mui/system": "^5.10.2",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/base": "5.0.0-alpha.95",
"@mui/core-downloads-tracker": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
"csstype": "^3.1.0",
"prop-types": "^15.8.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-lab/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
"version": "5.0.0-alpha.96",
"version": "5.0.0-alpha.97",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,15 +61,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.94",
"@mui/system": "^5.10.2",
"@mui/utils": "^5.9.3",
"@mui/base": "5.0.0-alpha.95",
"@mui/system": "^5.10.3",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
},
"devDependencies": {
"@mui/types": "^7.1.5"
"@mui/types": "^7.2.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/mui-material-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material-next",
"version": "6.0.0-alpha.50",
"version": "6.0.0-alpha.51",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.94",
"@mui/material": "^5.10.2",
"@mui/system": "^5.10.2",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/base": "5.0.0-alpha.95",
"@mui/material": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/mui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.10.2",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,11 +61,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.94",
"@mui/core-downloads-tracker": "^5.10.2",
"@mui/system": "^5.10.2",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/base": "5.0.0-alpha.95",
"@mui/core-downloads-tracker": "^5.10.3",
"@mui/system": "^5.10.3",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
"csstype": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.9.3",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/utils": "^5.9.3",
"@mui/utils": "^5.10.3",
"prop-types": "^15.8.1"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine-sc",
"version": "5.10.1",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for styled-components.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine",
"version": "5.10.2",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.10.2",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime": "^7.18.9",
"@emotion/hash": "^0.9.0",
"@mui/private-theming": "^5.9.3",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/private-theming": "^5.10.3",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
"csstype": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.10.2",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -58,10 +58,10 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@mui/private-theming": "^5.9.3",
"@mui/styled-engine": "^5.10.2",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/private-theming": "^5.10.3",
"@mui/styled-engine": "^5.10.3",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"clsx": "^1.2.1",
"csstype": "^3.1.0",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/types",
"version": "7.1.5",
"version": "7.2.0",
"private": false,
"author": "MUI Team",
"description": "Utility types for MUI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
"version": "5.9.3",
"version": "5.10.3",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",
Expand Down

0 comments on commit 992421d

Please sign in to comment.