Skip to content

Commit

Permalink
[release] v5.14.18 (#39873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Nov 14, 2023
1 parent b62d575 commit 43a41b6
Show file tree
Hide file tree
Showing 24 changed files with 149 additions and 89 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,65 @@
# [Versions](https://mui.com/versions/)

## 5.14.18

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

_Nov 14, 2023_

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

- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
- other 🐛 bug fixes and 📚 documentation improvements

### `@mui/material@5.14.18`

- &#8203;<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
- &#8203;<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
- &#8203;<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
- &#8203;<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
- &#8203;<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
- &#8203;<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert

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

- &#8203;<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
- &#8203;<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855

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

- &#8203;<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
- &#8203;<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
- &#8203;<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
- &#8203;<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
- &#8203;<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
- &#8203;<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert

## Docs

- &#8203;<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
- &#8203;<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
- &#8203;<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
- &#8203;<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
- &#8203;<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
- &#8203;<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
- &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
- &#8203;<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855

## Core

- &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
- &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
- &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
- &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
- &#8203;<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
- &#8203;<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
- &#8203;<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
- &#8203;<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
- &#8203;<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
- &#8203;<!-- 01 -->[website] Change roadmap link destination (#39639) @danilo-leal

All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli

## 5.14.17

<!-- generated comparing v5.14.16..master -->
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
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.17",
"@mui/styles": "^5.14.17",
"@mui/system": "^5.14.17",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@mui/system": "^5.14.18",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"docs": "^5.0.0",
Expand Down
26 changes: 13 additions & 13 deletions docs/package.json
Expand Up @@ -32,20 +32,20 @@
"@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.23",
"@mui/docs": "^5.14.17",
"@mui/icons-material": "^5.14.16",
"@mui/joy": "5.0.0-beta.14",
"@mui/lab": "5.0.0-alpha.152",
"@mui/base": "5.0.0-beta.24",
"@mui/docs": "^5.14.18",
"@mui/icons-material": "^5.14.18",
"@mui/joy": "5.0.0-beta.15",
"@mui/lab": "5.0.0-alpha.153",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.14.17",
"@mui/material-next": "6.0.0-alpha.109",
"@mui/styled-engine": "^5.14.17",
"@mui/styled-engine-sc": "6.0.0-alpha.5",
"@mui/styles": "^5.14.17",
"@mui/system": "^5.14.17",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.17",
"@mui/material": "^5.14.18",
"@mui/material-next": "6.0.0-alpha.110",
"@mui/styled-engine": "^5.14.18",
"@mui/styled-engine-sc": "6.0.0-alpha.6",
"@mui/styles": "^5.14.18",
"@mui/system": "^5.14.18",
"@mui/types": "^7.2.9",
"@mui/utils": "^5.14.18",
"@mui/x-charts": "6.18.0",
"@mui/x-data-grid": "6.18.0",
"@mui/x-data-grid-generator": "6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
"version": "5.14.17",
"version": "5.14.18",
"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
Expand Up @@ -13,7 +13,7 @@
"@babel/traverse": "^7.23.2",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"@mui/utils": "^5.14.17",
"@mui/utils": "^5.14.18",
"ast-types": "^0.14.2",
"doctrine": "^3.0.0",
"fast-glob": "^3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/base",
"version": "5.0.0-beta.23",
"version": "5.0.0-beta.24",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
Expand Down Expand Up @@ -43,15 +43,15 @@
"dependencies": {
"@babel/runtime": "^7.23.2",
"@floating-ui/react-dom": "^2.0.4",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.17",
"@mui/types": "^7.2.9",
"@mui/utils": "^5.14.18",
"@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.14.17",
"@mui/material": "^5.14.18",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.14.15",
"version": "5.14.18",
"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.14.17",
"version": "5.14.18",
"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
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.14.17",
"version": "5.14.18",
"private": false,
"author": "MUI Team",
"description": "MUI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "5.0.0-beta.23",
"@mui/utils": "^5.14.17",
"@mui/base": "5.0.0-beta.24",
"@mui/utils": "^5.14.18",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/envinfo",
"version": "2.0.12",
"version": "2.0.13",
"private": false,
"author": "MUI Team",
"description": "Logs infos about the environment relevant to @mui/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
"version": "5.14.16",
"version": "5.14.18",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
14 changes: 7 additions & 7 deletions packages/mui-joy/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-beta.14",
"version": "5.0.0-beta.15",
"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.2",
"@mui/base": "5.0.0-beta.23",
"@mui/core-downloads-tracker": "^5.14.17",
"@mui/system": "^5.14.17",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.17",
"@mui/base": "5.0.0-beta.24",
"@mui/core-downloads-tracker": "^5.14.18",
"@mui/system": "^5.14.18",
"@mui/types": "^7.2.9",
"@mui/utils": "^5.14.18",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.17",
"@mui/material": "^5.14.18",
"@types/chai": "^4.3.10",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
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.152",
"version": "5.0.0-alpha.153",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/base": "5.0.0-beta.23",
"@mui/system": "^5.14.17",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.17",
"@mui/base": "5.0.0-beta.24",
"@mui/system": "^5.14.18",
"@mui/types": "^7.2.9",
"@mui/utils": "^5.14.18",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
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.109",
"version": "6.0.0-alpha.110",
"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.2",
"@mui/base": "5.0.0-beta.23",
"@mui/material": "^5.14.17",
"@mui/system": "^5.14.17",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.17",
"@mui/base": "5.0.0-beta.24",
"@mui/material": "^5.14.18",
"@mui/system": "^5.14.18",
"@mui/types": "^7.2.9",
"@mui/utils": "^5.14.18",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/mui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.14.17",
"version": "5.14.18",
"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.2",
"@mui/base": "5.0.0-beta.23",
"@mui/core-downloads-tracker": "^5.14.17",
"@mui/system": "^5.14.17",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.17",
"@mui/base": "5.0.0-beta.24",
"@mui/core-downloads-tracker": "^5.14.18",
"@mui/system": "^5.14.18",
"@mui/types": "^7.2.9",
"@mui/utils": "^5.14.18",
"@types/react-transition-group": "^4.4.8",
"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.14.16",
"@mui/lab": "5.0.0-alpha.152",
"@mui/styles": "^5.14.17",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "5.0.0-alpha.153",
"@mui/styles": "^5.14.18",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/dom": "^9.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-private-theming/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.14.17",
"version": "5.14.18",
"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,14 +39,14 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@mui/utils": "^5.14.17",
"@mui/utils": "^5.14.18",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.17",
"@mui/styles": "^5.14.17",
"@mui/types": "^7.2.8",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@mui/types": "^7.2.9",
"@types/chai": "^4.3.10",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
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": "6.0.0-alpha.5",
"version": "6.0.0-alpha.6",
"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.14.17",
"version": "5.14.18",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down

0 comments on commit 43a41b6

Please sign in to comment.