Skip to content

Commit

Permalink
v5.14.7 (#38698)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Aug 29, 2023
1 parent a392609 commit 8a09d53
Show file tree
Hide file tree
Showing 21 changed files with 99 additions and 57 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# [Versions](https://mui.com/versions/)

## 5.14.7

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

_Aug 29, 2023_

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

### `@mui/material@5.14.7`

- &#8203;<!-- 17 -->[Autocomplete] Fix listbox opened unexpectedly when component is `disabled` (#38611) @mj12albert
- &#8203;<!-- 03 -->[Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR

### `@mui/base@5.0.0-beta.13`

- &#8203;<!-- 16 -->[useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai

### `@mui/zero-runtime@0.0.1-alpha.1`

- &#8203;<!-- 02 -->[system][zero][tag] Add support for sx prop (#38535) @brijeshb42

### Docs

- &#8203;<!-- 10 -->[docs] Number Input docs fixes (#38521) @mj12albert
- &#8203;<!-- 09 -->[docs] Show all the code in the usage section (#38691) @oliviertassinari
- &#8203;<!-- 06 -->[docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal
- &#8203;<!-- 05 -->[docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855
- &#8203;<!-- 04 -->[docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric

### Core

- &#8203;<!-- 15 -->[core] Add use-client to custom icons (#38132) @mj12albert
- &#8203;<!-- 14 -->[core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot]
- &#8203;<!-- 13 -->[core] Improve sponsors GA labels (#38649) @oliviertassinari
- &#8203;<!-- 12 -->[core] Fix ESM issues with regression tests (#37963) @Janpot
- &#8203;<!-- 11 -->[core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot
- &#8203;<!-- 08 -->[docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal
- &#8203;<!-- 07 -->[docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius
- &#8203;<!-- 01 -->[website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal

All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR

## 5.14.6

<!-- generated comparing v5.14.5..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.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.14.6",
"@mui/styles": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/material": "^5.14.7",
"@mui/styles": "^5.14.7",
"@mui/system": "^5.14.7",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.37.1",
Expand Down
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-beta.12",
"@mui/docs": "^5.14.6",
"@mui/icons-material": "^5.14.6",
"@mui/joy": "5.0.0-beta.3",
"@mui/lab": "5.0.0-alpha.141",
"@mui/base": "5.0.0-beta.13",
"@mui/docs": "^5.14.7",
"@mui/icons-material": "^5.14.7",
"@mui/joy": "5.0.0-beta.4",
"@mui/lab": "5.0.0-alpha.142",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.14.6",
"@mui/material-next": "6.0.0-alpha.98",
"@mui/styled-engine": "^5.14.6",
"@mui/styled-engine-sc": "^5.14.6",
"@mui/styles": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/material": "^5.14.7",
"@mui/material-next": "6.0.0-alpha.99",
"@mui/styled-engine": "^5.14.7",
"@mui/styled-engine-sc": "^5.14.7",
"@mui/styles": "^5.14.7",
"@mui/system": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/x-charts": "^6.0.0-alpha.8",
"@mui/x-data-grid": "6.12.0",
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.14.6",
"version": "5.14.7",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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-beta.12",
"version": "5.0.0-beta.13",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@floating-ui/react-dom": "^2.0.1",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
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.14.6",
"version": "5.14.7",
"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.14.6",
"version": "5.14.7",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.14.6",
"version": "5.14.7",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"nprogress": "^0.2.0"
},
"publishConfig": {
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.14.6",
"version": "5.14.7",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
10 changes: 5 additions & 5 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-beta.3",
"version": "5.0.0-beta.4",
"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.22.10",
"@mui/base": "5.0.0-beta.12",
"@mui/core-downloads-tracker": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/base": "5.0.0-beta.13",
"@mui/core-downloads-tracker": "^5.14.7",
"@mui/system": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 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.141",
"version": "5.0.0-alpha.142",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,10 +61,10 @@
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@mui/base": "5.0.0-beta.12",
"@mui/system": "^5.14.6",
"@mui/base": "5.0.0-beta.13",
"@mui/system": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
Expand Down
10 changes: 5 additions & 5 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.98",
"version": "6.0.0-alpha.99",
"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.22.10",
"@mui/base": "5.0.0-beta.12",
"@mui/material": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/base": "5.0.0-beta.13",
"@mui/material": "^5.14.7",
"@mui/system": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"@popperjs/core": "^2.11.8",
"@types/react-transition-group": "^4.4.6",
"clsx": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 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.14.6",
"version": "5.14.7",
"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.22.10",
"@mui/base": "5.0.0-beta.12",
"@mui/core-downloads-tracker": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/base": "5.0.0-beta.13",
"@mui/core-downloads-tracker": "^5.14.7",
"@mui/system": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"@types/react-transition-group": "^4.4.6",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.14.6",
"version": "5.14.7",
"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.22.10",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"prop-types": "^15.8.1"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine-sc",
"version": "5.14.6",
"version": "5.14.7",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine",
"version": "5.14.6",
"version": "5.14.7",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.14.6",
"version": "5.14.7",
"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.22.10",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "^5.14.6",
"@mui/private-theming": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
8 changes: 4 additions & 4 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.14.6",
"version": "5.14.7",
"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.22.10",
"@mui/private-theming": "^5.14.6",
"@mui/styled-engine": "^5.14.6",
"@mui/private-theming": "^5.14.7",
"@mui/styled-engine": "^5.14.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.14.6",
"@mui/utils": "^5.14.7",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
"version": "5.14.6",
"version": "5.14.7",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/zero-runtime",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"private": true,
"author": "MUI Team",
"description": "Linaria tag processors for custom styled implementation.",
Expand Down
6 changes: 3 additions & 3 deletions packages/zero-tag-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/zero-tag-processor",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"private": true,
"author": "MUI Team",
"description": "Linaria tag processors for custom styled implementation.",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@emotion/css": "^11.11.2",
"@linaria/tags": "^4.5.4",
"@linaria/utils": "^4.5.3",
"@mui/system": "^5.14.6",
"@mui/system": "^5.14.7",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@mui/material": "^5.14.6",
"@mui/material": "^5.14.7",
"@types/babel__core": "^7.20.1",
"@types/babel__helper-module-imports": "^7.18.0",
"@types/babel__helper-plugin-utils": "^7.10.0",
Expand Down

0 comments on commit 8a09d53

Please sign in to comment.