Skip to content

Commit

Permalink
v5.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 4, 2023
1 parent fda2bc0 commit af5e109
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 35 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.11.16

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

_Apr 4, 2023_

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

- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
- 🐛 bug fixes and 📚 documentation improvements.

### `@mui/material@5.11.16`

- [Autocomplete] Listen for click on the root element (#36369) @sai6855
- [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
- [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
- [Grid] Missing slot (#36765) @siriwatknp
- [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
- [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev

### `@mui/icons-material@5.11.16`

- [icons] Do not ignore popular icons (#36608) @michaldudak

### `@mui/joy@5.0.0-alpha.74`

- [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
- [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb

### Docs

- [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
- [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
- [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
- [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
- [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
- [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
- [docs] Fix double API page redirection (#36743) @oliviertassinari
- [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
- [docs] Tabs API add slots section (#36769) @mnajdova
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
- [docs] Fix small typo (#36727) @RBerthier
- [docs] Fix Joy UI template broken image loading @oliviertassinari
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli

### Core

- [blog] Compress images @oliviertassinari
- [core] Remove unused token (#36722) @oliviertassinari

All contributors of this release in alphabetical order: @alexfauquette, @amal-qb, @danilo-leal, @DevinCLane, @gitstart, @hbjORbj, @HeVictor, @LadyBluenotes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @RBerthier, @sai6855, @siriwatknp, @viclafouch, @yushanwebdev

## 5.11.15

<!-- generated comparing v5.11.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.10.6",
"@emotion/styled": "^11.10.6",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.11.15",
"@mui/styles": "^5.11.13",
"@mui/system": "^5.11.15",
"@mui/material": "^5.11.16",
"@mui/styles": "^5.11.16",
"@mui/system": "^5.11.16",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.31.2",
Expand Down
18 changes: 9 additions & 9 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.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "5.0.0-alpha.123",
"@mui/base": "5.0.0-alpha.124",
"@mui/docs": "^5.11.13",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "5.0.0-alpha.73",
"@mui/lab": "5.0.0-alpha.124",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "5.0.0-alpha.74",
"@mui/lab": "5.0.0-alpha.125",
"@mui/markdown": "^5.0.0",
"@mui/material": "^5.11.15",
"@mui/material-next": "6.0.0-alpha.79",
"@mui/styled-engine": "^5.11.11",
"@mui/material": "^5.11.16",
"@mui/material-next": "6.0.0-alpha.80",
"@mui/styled-engine": "^5.11.16",
"@mui/styled-engine-sc": "^5.11.11",
"@mui/styles": "^5.11.13",
"@mui/system": "^5.11.15",
"@mui/styles": "^5.11.16",
"@mui/system": "^5.11.16",
"@mui/types": "^7.2.3",
"@mui/x-data-grid": "6.0.0-alpha.14",
"@mui/x-data-grid-generator": "6.0.0-alpha.14",
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.11.15",
"version": "5.11.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/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-alpha.123",
"version": "5.0.0-alpha.124",
"private": false,
"author": "MUI Team",
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
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.11.15",
"version": "5.11.16",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
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.11.11",
"version": "5.11.16",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
8 changes: 4 additions & 4 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-alpha.73",
"version": "5.0.0-alpha.74",
"private": false,
"author": "MUI Team",
"description": "A library of beautifully designed React UI components.",
Expand Down Expand Up @@ -57,9 +57,9 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.123",
"@mui/core-downloads-tracker": "^5.11.15",
"@mui/system": "^5.11.15",
"@mui/base": "5.0.0-alpha.124",
"@mui/core-downloads-tracker": "^5.11.16",
"@mui/system": "^5.11.16",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 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.124",
"version": "5.0.0-alpha.125",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.123",
"@mui/system": "^5.11.15",
"@mui/base": "5.0.0-alpha.124",
"@mui/system": "^5.11.16",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
Expand Down
8 changes: 4 additions & 4 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.79",
"version": "6.0.0-alpha.80",
"private": false,
"author": "MUI Team",
"description": "v6-alpha: React components that implement Google's Material Design",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.123",
"@mui/material": "^5.11.15",
"@mui/system": "^5.11.15",
"@mui/base": "5.0.0-alpha.124",
"@mui/material": "^5.11.16",
"@mui/system": "^5.11.16",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"@popperjs/core": "^2.11.7",
Expand Down
8 changes: 4 additions & 4 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.11.15",
"version": "5.11.16",
"private": false,
"author": "MUI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -61,9 +61,9 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "5.0.0-alpha.123",
"@mui/core-downloads-tracker": "^5.11.15",
"@mui/system": "^5.11.15",
"@mui/base": "5.0.0-alpha.124",
"@mui/core-downloads-tracker": "^5.11.16",
"@mui/system": "^5.11.16",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"@types/react-transition-group": "^4.4.5",
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.11.11",
"version": "5.11.16",
"private": false,
"author": "MUI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.11.13",
"version": "5.11.16",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
Expand Down
4 changes: 2 additions & 2 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.11.15",
"version": "5.11.16",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/private-theming": "^5.11.13",
"@mui/styled-engine": "^5.11.11",
"@mui/styled-engine": "^5.11.16",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"clsx": "^1.2.1",
Expand Down

0 comments on commit af5e109

Please sign in to comment.