-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
6.0.0-alpha.1 #41749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.0.0-alpha.1 #41749
Changes from 9 commits
757f2d6
7e5363f
5f36893
e0e32a1
7c34636
720e256
dce8685
3cae542
70849a4
1a57933
775bad4
20095d5
27ebe48
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,90 @@ | ||
| # [Versions](https://mui.com/versions/) | ||
|
|
||
| ## v6.0.0-alpha.1 | ||
|
|
||
| <!-- generated comparing v6.0.0-alpha.0..next --> | ||
|
|
||
| _Apr 3, 2024_ | ||
|
|
||
| A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨: | ||
|
|
||
| - 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%! | ||
| - 🚀 Added a spacing CSS variable to Material UI and Joy UI theme. | ||
siriwatknp marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - 💫 Added a redesigned [Sign-in page template](https://next.mui.com/material-ui/getting-started/templates/sign-in/) and [Sign-up page template](https://next.mui.com/material-ui/getting-started/templates/sign-up/). | ||
siriwatknp marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - [AppBar] Convert to support CSS extraction (#41247) @mnajdova | ||
| - [Badge] Deprecate components and componentsProps (#41655) @skmanoj322 | ||
| - [Button] Convert to support CSS extraction (#41378) @siriwatknp | ||
| - [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan | ||
| - [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Out of scope for this PR, but we should aim in giving more descriptive PR titles. |
||
| - [Slider] Move palette styles to the bottom (#41676) @siriwatknp | ||
| - Add the `spacing` theme token (#40224) @siriwatknp | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - [codemod] Setup v6 codemod structure (#41668) @DiegoAndai | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - Add `spacing` theme token (#40224) @siriwatknp | ||
siriwatknp marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ### `@pigment-css/[email protected]` | ||
|
|
||
| - Improve sx prop support (#41589) @brijeshb42 | ||
| - Fix Emotion styled error (#41699) @siriwatknp | ||
| - Fix propTypes removal during eval stage (#41695) @brijeshb42 | ||
| - Fix props forwarding (#41688) @siriwatknp | ||
| - Fix sx prop transformation on Box (#41705) @brijeshb42 | ||
|
|
||
| ### `@pigment-css/[email protected]` | ||
|
|
||
| - Use constant filename for pigment styles (#41667) @brijeshb42 | ||
|
|
||
| ### `@pigment-css/[email protected]` | ||
|
|
||
| - Add missing RTL implementation (#41751) @brijeshb42 | ||
|
|
||
| ### Docs | ||
|
|
||
| - [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova | ||
| - [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp | ||
| - Continue migration of Base UI to sperate repository @oliviertassinari | ||
| - Stick to one way to write IE 11 @oliviertassinari | ||
| - Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado | ||
| - [material-ui] Fix typo on the Accordion page (#41687) @connorshea | ||
| - [pigment-css] Add small edits on the README (#41646) @danilo-leal | ||
| - [pigment-css] Edit the example app's README files (#41639) @danilo-leal | ||
|
|
||
| ### Core | ||
|
|
||
| - [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot | ||
| - [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah | ||
| - [core] Update the prettier script to use the next branch (#41637) @mnajdova | ||
| - [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap | ||
| - [docs-infra] Vale rule for M3 (#41737) @oliviertassinari | ||
| - [docs-infra] Allows to remove edit button (#41702) @alexfauquette | ||
| - [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42 | ||
| - [examples] Update MUI's packages to the next version (#41701) @mnajdova | ||
| - [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can link the refined templates in the highlights of the release :) |
||
| - [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli | ||
| - [blog] Refresh the design slightly (#41697) @danilo-leal | ||
| - [website] Use en-US over en-UK for career link @oliviertassinari | ||
| - [website] Add Aarón to About Us (#41736) @aarongarciah | ||
| - [website] Refine button design and other details (#41686) @danilo-leal | ||
| - [website] Improve job og image (#41672) @oliviertassinari | ||
|
|
||
| All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @Janpot, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli | ||
|
|
||
| ## v6.0.0-alpha.0 | ||
|
|
||
| <!-- generated comparing v5.15.14..next --> | ||
|
|
@@ -79,6 +164,46 @@ A big thanks to the 18 contributors who made this release possible. Here are som | |
|
|
||
| All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli | ||
|
|
||
| ## v5.15.15 | ||
|
|
||
| <!-- generated comparing v5.15.14..master --> | ||
|
|
||
| _Apr 4, 2024_ | ||
|
|
||
| A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: | ||
| This release was mostly about 🐛 bug fixes and 📚 documentation improvements. | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli | ||
| - [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli | ||
|
|
||
| ### `@mui/[email protected]` | ||
|
|
||
| - Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli | ||
|
|
||
| ### Docs | ||
|
|
||
| - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli | ||
| - [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal | ||
| - [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli | ||
| - Continue migration of Base UI to sperate repository @oliviertassinari | ||
| - Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii | ||
| - Update the versions dropdown to show v6 (#41557) @mnajdova | ||
|
|
||
| ### Core | ||
|
|
||
| - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii | ||
| - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii | ||
| - [blog] Add post about remote (#41565) @danilo-leal | ||
| - [core] Continue rename of Toolpad @oliviertassinari | ||
| - [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap | ||
| - [website] Add Aarón to About Us (#41747) @aarongarciah | ||
| - [website] Add stray design adjustments throughout the site (#41642) @mnajdova | ||
| - [website] Update pricing table (#41606) @cherniavskii | ||
|
|
||
| All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli | ||
|
|
||
| ## v5.15.14 | ||
|
|
||
| <!-- generated comparing v5.15.13..master --> | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.