-
-
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
708 changed files
with
8,420 additions
and
7,098 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,73 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 5.12.2 | ||
|
||
<!-- generated comparing v5.12.1..master --> | ||
|
||
_Apr 25, 2023_ | ||
|
||
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers – a codemod script is provided to assist with the change. | ||
- 🐛 bug fixes and 📚 documentation improvements. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 10 -->[FormControl] Fix `filled` when value is set through `inputProps` (#36741) @sai6855 | ||
- ​<!-- 07 -->[Slider] `onChange` handler should be called only when value has changed (#36706) @gitstart | ||
- ​<!-- 06 -->[Table] Fix `Sorting & Selecting` tables (#36898) @oliviertassinari | ||
|
||
### `@mui/[email protected]` | ||
|
||
#### Breaking changes | ||
|
||
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj | ||
|
||
The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers. | ||
|
||
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration: | ||
|
||
```sh | ||
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path> | ||
``` | ||
|
||
#### Changes | ||
|
||
- ​<!-- 26 -->[codemod][base] Improve the removal of `component` prop codemod script (#36952) @hbjORbj | ||
- ​<!-- 25 -->[codemod][base] Write a migration script for removal of `component` prop from components (#36831) @hbjORbj | ||
- ​<!-- 24 -->[Base][useButton] Allow useButton params to be completely optional (#36922) @mj12albert | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 23 -->[Joy][Chip] Chip button not showing up in Firefox browser (#36930) @TakhyunKim | ||
- ​<!-- 09 -->[Joy] Add `invertedColors` to Menu and Alert (#36975) @siriwatknp | ||
- ​<!-- 08 -->[joy][Select] Set focus visible on select options when navigating with arrow keys (#36689) @gitstart | ||
|
||
### Docs | ||
|
||
- ​<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette | ||
- ​<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal | ||
- ​<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp | ||
- ​<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari | ||
- ​<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari | ||
- ​<!-- 16 -->[docs] Fix Chakra UI theme scoping typo (#36950) @mj12albert | ||
- ​<!-- 15 -->[docs] Add snackbar example using sonner (#36926) @PupoSDC | ||
- ​<!-- 14 -->[docs] Adjust the Material Icons page design and formatting (#36937) @danilo-leal | ||
- ​<!-- 13 -->[docs] Allows to customize menu with any icon (#36408) @alexfauquette | ||
- ​<!-- 12 -->[docs] Add info about passing ref to input element (#36913) @tomaskebrle | ||
- ​<!-- 11 -->[docs][material] Tabs API section cleanup (#36942) @mnajdova | ||
|
||
### Core | ||
|
||
- ​<!-- 22 -->[core] Fix CI failure on `master` (#37016) @hbjORbj | ||
- ​<!-- 05 -->[typescript] Add the missing explicit component return types (#36924) @michaldudak | ||
- ​<!-- 04 -->[website] Update main data grid demo on X landing page (#37001) @cherniavskii | ||
- ​<!-- 03 -->[website] Design role updates (#36997) @danilo-leal | ||
- ​<!-- 02 -->[website] X component section improvements (#36598) @danilo-leal | ||
- ​<!-- 01 -->[website] Developer Advocate role filled @oliviertassinari | ||
|
||
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @gitstart, @hbjORbj, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @PupoSDC, @sai6855, @siriwatknp, @TakhyunKim, @tomaskebrle | ||
|
||
## 5.12.1 | ||
|
||
<!-- generated comparing v5.12.0..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
Oops, something went wrong.