Skip to content

Commit

Permalink
[release] v5.14.16 (#39676)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 31, 2023
1 parent 8ab0e65 commit 391b57a
Show file tree
Hide file tree
Showing 22 changed files with 148 additions and 87 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# [Versions](https://mui.com/versions/)

## 5.14.16

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

_Oct 31, 2023_

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

- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli

### `@mui/material@5.14.16`

- &#8203;<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova

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

- &#8203;<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
- &#8203;<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
- &#8203;<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert

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

- &#8203;<!-- 29 -->[Accordion] Add type button to accordion
- &#8203;<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
- &#8203;<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
- &#8203;<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
- &#8203;<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
- &#8203;<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
- &#8203;<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
- &#8203;<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli

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

- &#8203;<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert

### Docs

- &#8203;<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
- &#8203;<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
- &#8203;<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
- &#8203;<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
- &#8203;<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
- &#8203;<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
- &#8203;<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
- &#8203;<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
- &#8203;<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
- &#8203;<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore

### Core

- &#8203;<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
- &#8203;<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
- &#8203;<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
- &#8203;<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
- &#8203;<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
- &#8203;<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
- &#8203;<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
- &#8203;<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH

All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

## 5.14.15

<!-- generated comparing v5.14.14..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.15",
"@mui/styles": "^5.14.15",
"@mui/system": "^5.14.15",
"@mui/material": "^5.14.16",
"@mui/styles": "^5.14.16",
"@mui/system": "^5.14.16",
"@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
Original file line number Diff line number Diff line change
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.21",
"@mui/docs": "^5.14.15",
"@mui/icons-material": "^5.14.15",
"@mui/joy": "5.0.0-beta.12",
"@mui/lab": "5.0.0-alpha.150",
"@mui/base": "5.0.0-beta.22",
"@mui/docs": "^5.14.16",
"@mui/icons-material": "^5.14.16",
"@mui/joy": "5.0.0-beta.13",
"@mui/lab": "5.0.0-alpha.151",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.14.15",
"@mui/material-next": "6.0.0-alpha.107",
"@mui/styled-engine": "^5.14.15",
"@mui/styled-engine-sc": "6.0.0-alpha.3",
"@mui/styles": "^5.14.15",
"@mui/system": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/material": "^5.14.16",
"@mui/material-next": "6.0.0-alpha.108",
"@mui/styled-engine": "^5.14.16",
"@mui/styled-engine-sc": "6.0.0-alpha.4",
"@mui/styles": "^5.14.16",
"@mui/system": "^5.14.16",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"@mui/x-charts": "6.0.0-alpha.15",
"@mui/x-data-grid": "6.16.2",
"@mui/x-data-grid-generator": "6.16.2",
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.15",
"version": "5.14.16",
"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 @@ -12,7 +12,7 @@
"@babel/traverse": "^7.23.2",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"@mui/utils": "^5.14.15",
"@mui/utils": "^5.14.16",
"ast-types": "^0.14.2",
"docs": "^5.0.0",
"doctrine": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 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.21",
"version": "5.0.0-beta.22",
"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.2",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"@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.15",
"@mui/material": "^5.14.16",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.9",
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.15",
"version": "5.14.16",
"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.14.15",
"version": "5.14.16",
"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.21",
"@mui/utils": "^5.14.15",
"@mui/base": "5.0.0-beta.22",
"@mui/utils": "^5.14.16",
"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.14.15",
"version": "5.14.16",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/joy",
"version": "5.0.0-beta.12",
"version": "5.0.0-beta.13",
"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.21",
"@mui/core-downloads-tracker": "^5.14.15",
"@mui/system": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/base": "5.0.0-beta.22",
"@mui/core-downloads-tracker": "^5.14.16",
"@mui/system": "^5.14.16",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.15",
"@mui/material": "^5.14.16",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.9",
"@types/react": "^18.2.33",
Expand Down
10 changes: 5 additions & 5 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.150",
"version": "5.0.0-alpha.151",
"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.21",
"@mui/system": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/base": "5.0.0-beta.22",
"@mui/system": "^5.14.16",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"@mui/x-tree-view": "6.0.0-alpha.1",
"clsx": "^2.0.0",
"prop-types": "^15.8.1"
Expand Down
12 changes: 6 additions & 6 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.107",
"version": "6.0.0-alpha.108",
"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.21",
"@mui/material": "^5.14.15",
"@mui/system": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/base": "5.0.0-beta.22",
"@mui/material": "^5.14.16",
"@mui/system": "^5.14.16",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"@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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.14.15",
"version": "5.14.16",
"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.21",
"@mui/core-downloads-tracker": "^5.14.15",
"@mui/system": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/base": "5.0.0-beta.22",
"@mui/core-downloads-tracker": "^5.14.16",
"@mui/system": "^5.14.16",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"@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.15",
"@mui/lab": "5.0.0-alpha.150",
"@mui/styles": "^5.14.15",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/styles": "^5.14.16",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.4",
"@testing-library/dom": "^9.3.3",
Expand Down
10 changes: 5 additions & 5 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.15",
"version": "5.14.16",
"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.15",
"@mui/utils": "^5.14.16",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.15",
"@mui/styles": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/material": "^5.14.16",
"@mui/styles": "^5.14.16",
"@mui/types": "^7.2.8",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.33",
"chai": "^4.3.10",
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.3",
"version": "6.0.0-alpha.4",
"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.15",
"version": "5.14.16",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
12 changes: 6 additions & 6 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.15",
"version": "5.14.16",
"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.2",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "^5.14.15",
"@mui/types": "^7.2.7",
"@mui/utils": "^5.14.15",
"@mui/private-theming": "^5.14.16",
"@mui/types": "^7.2.8",
"@mui/utils": "^5.14.16",
"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.12",
"@mui/material": "^5.14.15",
"@mui/joy": "5.0.0-beta.13",
"@mui/material": "^5.14.16",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
Expand Down

0 comments on commit 391b57a

Please sign in to comment.