|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
| 3 | +## v6.0.0-alpha.1 |
| 4 | + |
| 5 | +<!-- generated comparing v6.0.0-alpha.0..next --> |
| 6 | + |
| 7 | +_Apr 5, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%! |
| 12 | +- 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes. |
| 13 | +- 💫 Added 3 redesigned free Material UI templates: [Sign-in](https://next.mui.com/material-ui/getting-started/templates/sign-in/), [Sign-in side](https://next.mui.com/material-ui/getting-started/templates/sign-in-side/), and [Sign-up](https://next.mui.com/material-ui/getting-started/templates/sign-up/). |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +- [AppBar] Convert to support CSS extraction (#41247) @mnajdova |
| 18 | +- [Badge] Deprecate components and componentsProps (#41655) @skmanoj322 |
| 19 | +- [Button] Convert to support CSS extraction (#41378) @siriwatknp |
| 20 | +- [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan |
| 21 | +- [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli |
| 22 | +- [Slider] Move palette styles to the bottom (#41676) @siriwatknp |
| 23 | +- Add the `spacing` theme token (#40224) @siriwatknp |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +- Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +- [codemod] Setup v6 codemod structure (#41668) @DiegoAndai |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +- [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +- Add `spacing` theme token (#40224) @siriwatknp |
| 40 | + |
| 41 | +### `@pigment-css/ [email protected]` |
| 42 | + |
| 43 | +- Improve sx prop support (#41589) @brijeshb42 |
| 44 | +- Fix Emotion styled error (#41699) @siriwatknp |
| 45 | +- Fix propTypes removal during eval stage (#41695) @brijeshb42 |
| 46 | +- Fix props forwarding (#41688) @siriwatknp |
| 47 | +- Fix sx prop transformation on Box (#41705) @brijeshb42 |
| 48 | + |
| 49 | +### `@pigment-css/ [email protected]` |
| 50 | + |
| 51 | +- Use constant filename for pigment styles (#41667) @brijeshb42 |
| 52 | + |
| 53 | +### `@pigment-css/ [email protected]` |
| 54 | + |
| 55 | +- Add missing RTL implementation (#41751) @brijeshb42 |
| 56 | + |
| 57 | +### Docs |
| 58 | + |
| 59 | +- [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova |
| 60 | +- [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp |
| 61 | +- Continue migration of Base UI to sperate repository @oliviertassinari |
| 62 | +- Stick to one way to write IE 11 @oliviertassinari |
| 63 | +- Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado |
| 64 | +- Drop IE 11 official support (#41611) @iammminzzy |
| 65 | +- [material-ui] Fix typo on the Accordion page (#41687) @connorshea |
| 66 | +- [pigment-css] Add small edits on the README (#41646) @danilo-leal |
| 67 | +- [pigment-css] Edit the example app's README files (#41639) @danilo-leal |
| 68 | + |
| 69 | +### Core |
| 70 | + |
| 71 | +- [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot |
| 72 | +- [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah |
| 73 | +- [core] Update the prettier script to use the next branch (#41637) @mnajdova |
| 74 | +- [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap |
| 75 | +- [docs-infra] Vale rule for M3 (#41737) @oliviertassinari |
| 76 | +- [docs-infra] Allows to remove edit button (#41702) @alexfauquette |
| 77 | +- [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42 |
| 78 | +- [examples] Update MUI's packages to the next version (#41701) @mnajdova |
| 79 | +- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan |
| 80 | +- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli |
| 81 | +- [blog] Refresh the design slightly (#41697) @danilo-leal |
| 82 | +- [website] Use en-US over en-UK for career link @oliviertassinari |
| 83 | +- [website] Add Aarón to About Us (#41736) @aarongarciah |
| 84 | +- [website] Refine button design and other details (#41686) @danilo-leal |
| 85 | +- [website] Improve job og image (#41672) @oliviertassinari |
| 86 | +- [website] Page <title> should have no dots @oliviertassinari |
| 87 | + |
| 88 | +All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli |
| 89 | + |
3 | 90 | ## v6.0.0-alpha.0
|
4 | 91 |
|
5 | 92 | <!-- generated comparing v5.15.14..next -->
|
@@ -79,6 +166,46 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
79 | 166 |
|
80 | 167 | 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
|
81 | 168 |
|
| 169 | +## v5.15.15 |
| 170 | + |
| 171 | +<!-- generated comparing v5.15.14..master --> |
| 172 | + |
| 173 | +_Apr 4, 2024_ |
| 174 | + |
| 175 | +A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: |
| 176 | +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | +- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli |
| 181 | +- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | +- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli |
| 186 | + |
| 187 | +### Docs |
| 188 | + |
| 189 | +- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli |
| 190 | +- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal |
| 191 | +- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli |
| 192 | +- Continue migration of Base UI to sperate repository @oliviertassinari |
| 193 | +- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii |
| 194 | +- Update the versions dropdown to show v6 (#41557) @mnajdova |
| 195 | + |
| 196 | +### Core |
| 197 | + |
| 198 | +- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii |
| 199 | +- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii |
| 200 | +- [blog] Add post about remote (#41565) @danilo-leal |
| 201 | +- [core] Continue rename of Toolpad @oliviertassinari |
| 202 | +- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap |
| 203 | +- [website] Add Aarón to About Us (#41747) @aarongarciah |
| 204 | +- [website] Add stray design adjustments throughout the site (#41642) @mnajdova |
| 205 | +- [website] Update pricing table (#41606) @cherniavskii |
| 206 | + |
| 207 | +All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli |
| 208 | + |
82 | 209 | ## v5.15.14
|
83 | 210 |
|
84 | 211 | <!-- generated comparing v5.15.13..master -->
|
|
0 commit comments