-
-
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
13 changed files
with
105 additions
and
29 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,81 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## v5.10.12 | ||
|
||
<!-- generated comparing v5.10.11..master --> | ||
|
||
_Oct 31, 2022_ | ||
|
||
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514). | ||
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 37 -->[Chip] Don't override icon color (#34247) @emlai | ||
- ​<!-- 09 -->[Radio] Skip default hover style when disableRipple is set (#34902) @VinceCYLiao | ||
- ​<!-- 08 -->[SwipeableDrawer] Fix React 18 issues (#34505) @mnajdova | ||
- ​<!-- 05 -->[Tooltip] Save a few bytes (#34853) @oliviertassinari | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 38 -->[ButtonUnstyled] Update to render as link when href or to is provided (#34337) @EduardoSCosta | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 36 -->[Joy][circularprogress] Prevent new styles from being generated when `value` changes (#34897) @hbjORbj | ||
- ​<!-- 11 -->[Joy] Add color inversion feature (#32511) @siriwatknp | ||
- ​<!-- 10 -->[Joy] Add `LinearProgress` component (#34514) @hbjORbj | ||
|
||
### Docs | ||
|
||
- ​<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore | ||
- ​<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari | ||
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore | ||
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari | ||
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak | ||
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari | ||
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari | ||
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME | ||
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari | ||
- ​<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari | ||
- ​<!-- 15 -->[docs] Standardize all MUI Core "Usage" pages (#34183) @samuelsycamore | ||
- ​<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak | ||
- ​<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii | ||
- ​<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode | ||
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610 | ||
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta | ||
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi | ||
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH | ||
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari | ||
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp | ||
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari | ||
|
||
### Core | ||
|
||
- ​<!-- 35 -->[core] Ignore compiled icons in CodeQL @oliviertassinari | ||
- ​<!-- 34 -->[core] Add OSSF Scorecard action (#34854) @oliviertassinari | ||
- ​<!-- 40 -->[core] Fix extra GitHub Action permission (#34496) @sashashura | ||
- ​<!-- 33 -->[core] Fix duplicate id @oliviertassinari | ||
- ​<!-- 41 -->[core] Enforce import \* as React (#34878) @da0x | ||
- ​<!-- 32 -->[core] A couple of simply fixes from #34870 (#34953) @oliviertassinari | ||
- ​<!-- 31 -->[core] Migrate outdated pattern to convention @oliviertassinari | ||
- ​<!-- 30 -->[core] Pin GitHub Actions dependencies (#34929) @renovate[bot] | ||
- ​<!-- 29 -->[core] Make the reproduction more important in the bug template (#34875) @oliviertassinari | ||
- ​<!-- 28 -->[core] Fix docs GitHub API rate limit (#34856) @oliviertassinari | ||
- ​<!-- 42 -->[core] Fix eslint issues (#34964) @mnajdova | ||
- ​<!-- 27 -->[core] Pin GitHub Action to digests (#34855) @oliviertassinari | ||
- ​<!-- 26 -->[core] Fix permissions in workflow @oliviertassinari | ||
- ​<!-- 25 -->[core] memoize context values for react/jsx-no-constructed-context-values (#34849) @Janpot | ||
- ​<!-- 24 -->[core] Fix @typescript-eslint/default-param-last issues (#34846) @Janpot | ||
- ​<!-- 23 -->[core] Fix HTML validation error (#34860) @oliviertassinari | ||
- ​<!-- 22 -->[core] Fix duplicate CodeQL build @oliviertassinari | ||
- ​<!-- 07 -->[test] Move Firefox tests to CircleCI (#34764) @oliviertassinari | ||
- ​<!-- 06 -->[test] Use screen when possible for simplicity (#34890) @oliviertassinari | ||
|
||
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @EduardoSCosta, @emlai, @hbjORbj, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @punithnayak, @PunitSoniME, @renovate[bot], @RoodyCode, @samuelsycamore, @siriwatknp, @VinceCYLiao | ||
|
||
## v5.10.11 | ||
|
||
<!-- generated comparing v5.10.10..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
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