Skip to content

Commit

Permalink
[release] v5.15.2 (#40310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 25, 2023
1 parent 312d5ab commit 5d5dd15
Show file tree
Hide file tree
Showing 22 changed files with 139 additions and 77 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
# [Versions](https://mui.com/versions/)

## 5.15.2

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

_Dec 25, 2023_

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

- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI

### `@mui/material@5.15.1`

- &#8203;<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova
- &#8203;<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855

### `@mui/system@5.15.1`

- &#8203;<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova

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

- &#8203;<!-- 29 -->[Popup] Use context-based transition API (#39326) @michaldudak
- &#8203;<!-- 28 -->[Popup] Popup no longer opens outside viewport (#39827) @adamhylander
- &#8203;<!-- 27 -->[useSelect] Refactor to use DOM focus management instead of active descendant (#39675) @DiegoAndai

### `@mui/material-next@6.0.0-alpha.115`

- &#8203;<!-- 15 -->[material-next][Divider]Divider ts support (#40307) @sai6855

### Docs

- &#8203;<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
- &#8203;<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
- &#8203;<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
- &#8203;<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
- &#8203;<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
- &#8203;<!-- 07 -->[material-ui] Add an "All components" page (#40256) @danilo-leal
- &#8203;<!-- 06 -->[material-ui][Tooltip] Add demo to show how to change distance between tooltip and its anchor (#40087) @anle9650

### Core

- &#8203;<!-- 26 -->[blog] Fix 301 redirection @oliviertassinari
- &#8203;<!-- 25 -->[blog] Reduce max image size @oliviertassinari
- &#8203;<!-- 23 -->[code-infra] Extract Babel macro from mui-utils (#40262) @michaldudak
- &#8203;<!-- 22 -->[core] Simplify a bit the release instructions @oliviertassinari
- &#8203;<!-- 21 -->[core] Push force to deploy is not unexpected @oliviertassinari
- &#8203;<!-- 20 -->[core] Fix CSS2 vs. CSS3 ::after syntax @oliviertassinari
- &#8203;<!-- 19 -->[core] Fix CSS2 vs. CSS3 ::before syntax @oliviertassinari
- &#8203;<!-- 05 -->[core] Use direct import from utils package (#40254) @siriwatknp
- &#8203;<!-- 18 -->[core] Yaml format match most common convention @oliviertassinari
- &#8203;<!-- 17 -->[core] Polish docs-feedback issue template @oliviertassinari
- &#8203;<!-- 16 -->[core] Pin Node version on GitHub Actions to 18.18 (#40187) @michaldudak
- &#8203;<!-- 14 -->[docs] Fix SEO regression (#40306) @oliviertassinari
- &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
- &#8203;<!-- 12 -->[docs] Update the Contributing guide to give more guidance on documentation (#40274) @samuelsycamore
- &#8203;<!-- 11 -->[docs-infra] Add polish to the inline code block (#40260) @danilo-leal
- &#8203;<!-- 02 -->[website] Update Gold sponsors: add RxDB, standardize formatting (#40273) @samuelsycamore
- &#8203;<!-- 01 -->[website] Revert change to homepage SEO attributes @oliviertassinari

All contributors of this release in alphabetical order: @adamhylander, @anle9650, @danilo-leal, @DiegoAndai, @Kimzify, @michaldudak, @mnajdova, @muazaqdas, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli

## 5.15.1

<!-- generated comparing v5.15.0..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.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.1",
"@mui/styles": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@mui/system": "^5.15.2",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"docs": "^5.0.0",
Expand Down
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-beta.28",
"@mui/docs": "^5.15.1",
"@mui/icons-material": "^5.15.1",
"@mui/joy": "5.0.0-beta.19",
"@mui/lab": "5.0.0-alpha.157",
"@mui/base": "5.0.0-beta.29",
"@mui/docs": "^5.15.2",
"@mui/icons-material": "^5.15.2",
"@mui/joy": "5.0.0-beta.20",
"@mui/lab": "5.0.0-alpha.158",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.15.1",
"@mui/material-next": "6.0.0-alpha.114",
"@mui/styled-engine": "^5.15.1",
"@mui/styled-engine-sc": "6.0.0-alpha.9",
"@mui/styles": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/material": "^5.15.2",
"@mui/material-next": "6.0.0-alpha.115",
"@mui/styled-engine": "^5.15.2",
"@mui/styled-engine-sc": "6.0.0-alpha.10",
"@mui/styles": "^5.15.2",
"@mui/system": "^5.15.2",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"@mui/x-charts": "6.18.4",
"@mui/x-data-grid": "6.18.6",
"@mui/x-data-grid-generator": "6.18.6",
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.15.1",
"version": "5.15.2",
"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/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/traverse": "^7.23.6",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"ast-types": "^0.14.2",
"doctrine": "^3.0.0",
"fast-glob": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 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.28",
"version": "5.0.0-beta.29",
"private": false,
"author": "MUI Team",
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
Expand Down Expand Up @@ -44,15 +44,15 @@
"@babel/runtime": "^7.23.6",
"@floating-ui/react-dom": "^2.0.4",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/babel-macros": "^1.0.0",
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.15.1",
"@mui/material": "^5.15.2",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.11",
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.15.0",
"version": "5.15.2",
"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.15.1",
"version": "5.15.2",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
Expand Down
6 changes: 3 additions & 3 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.15.1",
"version": "5.15.2",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@mui/base": "5.0.0-beta.28",
"@mui/utils": "^5.15.1",
"@mui/base": "5.0.0-beta.29",
"@mui/utils": "^5.15.2",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1"
},
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.15.1",
"version": "5.15.2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"private": false,
"author": "MUI Team",
"description": "Joy UI is an open-source React component library that implements MUI's own in-house design principles. It's comprehensive and can be used in production out of the box.",
Expand Down Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@mui/base": "5.0.0-beta.28",
"@mui/core-downloads-tracker": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/base": "5.0.0-beta.29",
"@mui/core-downloads-tracker": "^5.15.2",
"@mui/system": "^5.15.2",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.15.1",
"@mui/material": "^5.15.2",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.42",
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.157",
"version": "5.0.0-alpha.158",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@mui/base": "5.0.0-beta.28",
"@mui/system": "^5.15.1",
"@mui/base": "5.0.0-beta.29",
"@mui/system": "^5.15.2",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
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.114",
"version": "6.0.0-alpha.115",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@mui/base": "5.0.0-beta.28",
"@mui/material": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/base": "5.0.0-beta.29",
"@mui/material": "^5.15.2",
"@mui/system": "^5.15.2",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"@types/react-transition-group": "^4.4.10",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
16 changes: 8 additions & 8 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.15.1",
"version": "5.15.2",
"private": false,
"author": "MUI Team",
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@mui/base": "5.0.0-beta.28",
"@mui/core-downloads-tracker": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/base": "5.0.0-beta.29",
"@mui/core-downloads-tracker": "^5.15.2",
"@mui/system": "^5.15.2",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"@types/react-transition-group": "^4.4.10",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
Expand All @@ -58,9 +58,9 @@
"devDependencies": {
"@mui-internal/babel-macros": "^1.0.0",
"@mui-internal/test-utils": "^1.0.0",
"@mui/icons-material": "^5.15.1",
"@mui/lab": "5.0.0-alpha.157",
"@mui/styles": "^5.15.1",
"@mui/icons-material": "^5.15.2",
"@mui/lab": "5.0.0-alpha.158",
"@mui/styles": "^5.15.2",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/dom": "^9.3.3",
Expand Down
8 changes: 4 additions & 4 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.15.1",
"version": "5.15.2",
"private": false,
"author": "MUI Team",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.15.1",
"@mui/styles": "^5.15.1",
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@mui/types": "^7.2.11",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.42",
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": "6.0.0-alpha.9",
"version": "6.0.0-alpha.10",
"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.15.1",
"version": "5.15.2",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
10 changes: 5 additions & 5 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.15.1",
"version": "5.15.2",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down Expand Up @@ -40,9 +40,9 @@
"dependencies": {
"@babel/runtime": "^7.23.6",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "^5.15.1",
"@mui/private-theming": "^5.15.2",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.1",
"@mui/utils": "^5.15.2",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"hoist-non-react-statics": "^3.3.2",
Expand All @@ -58,8 +58,8 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/joy": "5.0.0-beta.19",
"@mui/material": "^5.15.1",
"@mui/joy": "5.0.0-beta.20",
"@mui/material": "^5.15.2",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.18",
Expand Down

0 comments on commit 5d5dd15

Please sign in to comment.