-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
102 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]` | ||
|
||
- ​<!-- 31 -->[Slider] Fix `markActive` theme class not getting applied (#35067) @ZeeshanTamboli | ||
- ​<!-- 30 -->[SwipeableDrawer] Fix missing close animation when initial open is true (#35010) @sai6855 | ||
- ​<!-- 28 -->[material-ui] Add channel colors if possible (#35178) @siriwatknp | ||
- ​<!-- 10 -->[Fab] Increase disabled styles precedence (#35304) @Uzwername | ||
- ​<!-- 05 -->[Rating] Apply `labelEmptyValueActive` style overrides from theme (#35315) @sai6855 | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 04 -->[system] Add support for nested CssVarsProvider (#35277) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
#### BREAKING CHANGE | ||
|
||
- ​<!-- 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 | ||
|
||
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#35345) @siriwatknp | ||
- ​<!-- 06 -->[Joy][textarea] Expose decorator classes (#35247) @zignis | ||
|
||
### Docs | ||
|
||
- ​<!-- 29 -->[docs] Improve spacing with ul (#35302) @oliviertassinari | ||
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh | ||
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari | ||
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee | ||
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore | ||
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie | ||
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova | ||
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle | ||
- ​<!-- 16 -->[docs] Add Material You Button playground (#35222) @mnajdova | ||
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari | ||
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore | ||
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari | ||
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore | ||
- ​<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore | ||
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent | ||
- ​<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs | ||
|
||
### Core | ||
|
||
- ​<!-- 27 -->[core] Use componentStyles.name over componentName (#35303) @oliviertassinari | ||
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari | ||
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak | ||
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak | ||
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp | ||
- ​<!-- 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 --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters