Skip to content

Commit

Permalink
v5.10.17 (#35354)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Dec 6, 2022
1 parent 2eb98c5 commit 4265f34
Show file tree
Hide file tree
Showing 12 changed files with 102 additions and 28 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# [Versions](https://mui.com/versions/)

## 5.10.17

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

_Dec 6, 2022_

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

- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements

### `@mui/[email protected]`

- &#8203;<!-- 31 -->[Slider] Fix `markActive` theme class not getting applied (#35067) @ZeeshanTamboli
- &#8203;<!-- 30 -->[SwipeableDrawer] Fix missing close animation when initial open is true (#35010) @sai6855
- &#8203;<!-- 28 -->[material-ui] Add channel colors if possible (#35178) @siriwatknp
- &#8203;<!-- 10 -->[Fab] Increase disabled styles precedence (#35304) @Uzwername
- &#8203;<!-- 05 -->[Rating] Apply `labelEmptyValueActive` style overrides from theme (#35315) @sai6855

### `@mui/[email protected]`

- &#8203;<!-- 04 -->[system] Add support for nested CssVarsProvider (#35277) @siriwatknp

### `@mui/[email protected]`

#### BREAKING CHANGE

- &#8203;<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj

- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.

```diff
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
+<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />
```

You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-components-to-slots) to help with the migration.

#### Changes

- &#8203;<!-- 07 -->[Joy] Miscellaneous fixes (#35345) @siriwatknp
- &#8203;<!-- 06 -->[Joy][textarea] Expose decorator classes (#35247) @zignis

### Docs

- &#8203;<!-- 29 -->[docs] Improve spacing with ul (#35302) @oliviertassinari
- &#8203;<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
- &#8203;<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
- &#8203;<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
- &#8203;<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
- &#8203;<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
- &#8203;<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
- &#8203;<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
- &#8203;<!-- 16 -->[docs] Add Material You Button playground (#35222) @mnajdova
- &#8203;<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
- &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
- &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
- &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
- &#8203;<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
- &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
- &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs

### Core

- &#8203;<!-- 27 -->[core] Use componentStyles.name over componentName (#35303) @oliviertassinari
- &#8203;<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
- &#8203;<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
- &#8203;<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
- &#8203;<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
- &#8203;<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari

All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis

## 5.10.16

<!-- generated comparing v5.10.15..master -->
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.1.5",
"@mui/material": "^5.10.16",
"@mui/material": "^5.10.17",
"@mui/styles": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/system": "^5.10.17",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.28.1",
Expand Down
12 changes: 6 additions & 6 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.108",
"@mui/base": "5.0.0-alpha.109",
"@mui/docs": "^5.10.16",
"@mui/icons-material": "^5.10.16",
"@mui/joy": "5.0.0-alpha.56",
"@mui/lab": "5.0.0-alpha.110",
"@mui/joy": "5.0.0-alpha.57",
"@mui/lab": "5.0.0-alpha.111",
"@mui/markdown": "*",
"@mui/material": "^5.10.16",
"@mui/material-next": "6.0.0-alpha.64",
"@mui/material": "^5.10.17",
"@mui/material-next": "6.0.0-alpha.65",
"@mui/styled-engine": "^5.10.16",
"@mui/styled-engine-sc": "^5.10.16",
"@mui/styles": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/x-data-grid": "^5.17.10",
"@mui/x-data-grid-generator": "^5.17.10",
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.10.16",
"version": "5.10.17",
"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.108",
"version": "5.0.0-alpha.109",
"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-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.10.16",
"version": "5.10.17",
"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.10.16",
"version": "5.10.17",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
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.56",
"version": "5.0.0-alpha.57",
"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.20.1",
"@mui/base": "5.0.0-alpha.108",
"@mui/core-downloads-tracker": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/base": "5.0.0-alpha.109",
"@mui/core-downloads-tracker": "^5.10.17",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"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.110",
"version": "5.0.0-alpha.111",
"private": false,
"author": "MUI Team",
"description": "Laboratory for new MUI modules.",
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@mui/base": "5.0.0-alpha.108",
"@mui/system": "^5.10.16",
"@mui/base": "5.0.0-alpha.109",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"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.64",
"version": "6.0.0-alpha.65",
"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.20.1",
"@mui/base": "5.0.0-alpha.108",
"@mui/material": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/base": "5.0.0-alpha.109",
"@mui/material": "^5.10.17",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@popperjs/core": "^2.11.6",
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.10.16",
"version": "5.10.17",
"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.20.1",
"@mui/base": "5.0.0-alpha.108",
"@mui/core-downloads-tracker": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/base": "5.0.0-alpha.109",
"@mui/core-downloads-tracker": "^5.10.17",
"@mui/system": "^5.10.17",
"@mui/types": "^7.2.2",
"@mui/utils": "^5.10.16",
"@types/react-transition-group": "^4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.10.16",
"version": "5.10.17",
"private": false,
"author": "MUI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down

0 comments on commit 4265f34

Please sign in to comment.