Skip to content

Commit

Permalink
[release] v5.15.1 (#40232)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 19, 2023
1 parent 68c3b37 commit 8be7ac6
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 77 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.15.1

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

_Dec 19, 2023_

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

### `@mui/material@5.15.1`

- &#8203;<!-- 13 -->[CardActions][DialogActions] Apply margin for all children except for 1st child (#40168) @sai6855
- &#8203;<!-- 03 -->[TablePagination] Add ability to change icons in TablePaginationActions using `slots` and `slotProps` (#33797) @pratikkarad
- &#8203;<!-- 13 -->[CssVarsProvider] Fix HSL breaking button styles (#39869) @gitstart

### `@mui/joy@5.0.0-beta.19`

- &#8203;<!-- 05 -->[FormControl] Fix issue with the conditional setting of `htmlFor` and `id` attributes not functioning properly for form labels (#40180) @ReaZzy
- &#8203;<!-- 04 -->[typescript] Address TypeScript issue with custom zIndex not functioning (#40133) @qiweiii

### `@mui/styled-engine-sc@6.0.0-alpha.9`

- &#8203;<!-- 02 -->[typescript] Fix `theme` being of type any (#40200) @mnajdova

### Docs

- &#8203;<!-- 09 -->[joy-ui] Fix typo in the CSS baseline page (#40222) @possibilities
- &#8203;<!-- 08 -->[joy-ui] Document missing Autocomplete props (#39979) @ZeeshanTamboli
- &#8203;<!-- 10 -->[joy-ui] Fix typo about Typography levels (#40230) @zanivan
- &#8203;<!-- 07 -->[material-ui] Update the related projects page to list `mui-tiptap` for rich text (#40216) @sjdemartini
- &#8203;<!-- 06 -->[material-ui] Fix typo in the Next.js integration page (#40209) @s8990

### Core

- &#8203;<!-- 14 -->[blog] Fix access to Notion without an account @oliviertassinari
- &#8203;<!-- 12 -->[core] Update workflows and issue templates to reflect the updated label (#40197) @MBilalShafi
- &#8203;<!-- 11 -->[docs] Replace Twitter with X (#40193) @mbrookes
- &#8203;<!-- 10 -->[docs-infra] Uplift the Algolia search modal design (#40186) @danilo-leal
- &#8203;<!-- 01 -->[website] Update product descriptions and social preview images (#32181) @danilo-leal

All contributors of this release in alphabetical order: @danilo-leal, @gitstart, @MBilalShafi, @mbrookes, @mnajdova, @oliviertassinari, @possibilities, @pratikkarad, @qiweiii, @ReaZzy, @s8990, @sai6855, @sjdemartini, @zanivan, @ZeeshanTamboli

## 5.15.0

<!-- generated comparing v5.14.20..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/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.21",
"@mui/styles": "^5.14.21",
"@mui/system": "^5.14.21",
"@mui/material": "^5.15.1",
"@mui/styles": "^5.15.1",
"@mui/system": "^5.15.1",
"@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.27",
"@mui/docs": "^5.14.21",
"@mui/icons-material": "^5.14.21",
"@mui/joy": "5.0.0-beta.18",
"@mui/lab": "5.0.0-alpha.156",
"@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/markdown": "^5.0.0",
"@mui/material": "^5.14.21",
"@mui/material-next": "6.0.0-alpha.113",
"@mui/styled-engine": "^5.14.21",
"@mui/styled-engine-sc": "6.0.0-alpha.8",
"@mui/styles": "^5.14.21",
"@mui/system": "^5.14.21",
"@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/types": "^7.2.11",
"@mui/utils": "^5.14.21",
"@mui/utils": "^5.15.1",
"@mui/x-charts": "6.18.3",
"@mui/x-data-grid": "6.18.5",
"@mui/x-data-grid-generator": "6.18.5",
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.0",
"version": "5.15.1",
"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.5",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"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.27",
"version": "5.0.0-beta.28",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@babel/runtime": "^7.23.5",
"@floating-ui/react-dom": "^2.0.4",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"@popperjs/core": "^2.11.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.15.0",
"@mui/material": "^5.15.1",
"@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-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.0",
"version": "5.15.1",
"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.0",
"version": "5.15.1",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@mui/base": "5.0.0-beta.27",
"@mui/utils": "^5.15.0",
"@mui/base": "5.0.0-beta.28",
"@mui/utils": "^5.15.1",
"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.0",
"version": "5.15.1",
"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.18",
"version": "5.0.0-beta.19",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@mui/base": "5.0.0-beta.27",
"@mui/core-downloads-tracker": "^5.15.0",
"@mui/system": "^5.15.0",
"@mui/base": "5.0.0-beta.28",
"@mui/core-downloads-tracker": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.15.0",
"@mui/material": "^5.15.1",
"@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.156",
"version": "5.0.0-alpha.157",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@mui/base": "5.0.0-beta.27",
"@mui/system": "^5.15.0",
"@mui/base": "5.0.0-beta.28",
"@mui/system": "^5.15.1",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"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.113",
"version": "6.0.0-alpha.114",
"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.5",
"@mui/base": "5.0.0-beta.27",
"@mui/material": "^5.15.0",
"@mui/system": "^5.15.0",
"@mui/base": "5.0.0-beta.28",
"@mui/material": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"@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.0",
"version": "5.15.1",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@mui/base": "5.0.0-beta.27",
"@mui/core-downloads-tracker": "^5.15.0",
"@mui/system": "^5.15.0",
"@mui/base": "5.0.0-beta.28",
"@mui/core-downloads-tracker": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"@types/react-transition-group": "^4.4.10",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
Expand All @@ -57,9 +57,9 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/icons-material": "^5.15.0",
"@mui/lab": "5.0.0-alpha.156",
"@mui/styles": "^5.15.0",
"@mui/icons-material": "^5.15.1",
"@mui/lab": "5.0.0-alpha.157",
"@mui/styles": "^5.15.1",
"@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.0",
"version": "5.15.1",
"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.5",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.15.0",
"@mui/styles": "^5.15.0",
"@mui/material": "^5.15.1",
"@mui/styles": "^5.15.1",
"@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.8",
"version": "6.0.0-alpha.9",
"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.0",
"version": "5.15.1",
"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.0",
"version": "5.15.1",
"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.5",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "^5.15.0",
"@mui/private-theming": "^5.15.1",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"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.18",
"@mui/material": "^5.15.0",
"@mui/joy": "5.0.0-beta.19",
"@mui/material": "^5.15.1",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
Expand Down
14 changes: 7 additions & 7 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.15.0",
"version": "5.15.1",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@mui/private-theming": "^5.15.0",
"@mui/styled-engine": "^5.15.0",
"@mui/private-theming": "^5.15.1",
"@mui/styled-engine": "^5.15.1",
"@mui/types": "^7.2.11",
"@mui/utils": "^5.15.0",
"@mui/utils": "^5.15.1",
"clsx": "^2.0.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
Expand All @@ -53,9 +53,9 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui-internal/test-utils": "^1.0.0",
"@mui/joy": "5.0.0-beta.18",
"@mui/material": "^5.15.0",
"@mui/material-next": "^6.0.0-alpha.113",
"@mui/joy": "5.0.0-beta.19",
"@mui/material": "^5.15.1",
"@mui/material-next": "6.0.0-alpha.114",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.42",
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.15.0",
"version": "5.15.1",
"private": false,
"author": "MUI Team",
"description": "Utility functions for React components.",
Expand Down

0 comments on commit 8be7ac6

Please sign in to comment.