|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
| 3 | +## v6.1.1 |
| 4 | + |
| 5 | +<!-- generated comparing v6.1.0..master --> |
| 6 | + |
| 7 | +_Sep 19, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 18 contributors who made this release possible. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai |
| 14 | +- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli |
| 15 | +- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp |
| 16 | +- [Modal] Fix event handlers overriding behavior (#43757) @sai6855 |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49 |
| 25 | + |
| 26 | +### Docs |
| 27 | + |
| 28 | +- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T |
| 29 | +- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855 |
| 30 | +- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn |
| 31 | +- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari |
| 32 | +- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah |
| 33 | +- [material-ui] Add docs for complementary Table components (#43756) @Juneezee |
| 34 | +- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli |
| 35 | +- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah |
| 36 | +- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218 |
| 37 | +- [test] Improve demos for better regression screenshots (#43742) @aarongarciah |
| 38 | +- Fix minor typo (#42899) @xconverge |
| 39 | +- Revert icon search virtualization (#43569) @Janpot |
| 40 | +- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari |
| 41 | +- Fix 301 link to design asset @oliviertassinari |
| 42 | +- Update release schedule table after v6 stable (#43726) @sahil-ag |
| 43 | +- Fix bundle size link regression @oliviertassinari |
| 44 | + |
| 45 | +### Core |
| 46 | + |
| 47 | +- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy |
| 48 | +- [core] Fix 301 link to Next.js and git diff @oliviertassinari |
| 49 | +- [core] Fix package.json repository rule @oliviertassinari |
| 50 | +- [core] Remove redundant window @oliviertassinari |
| 51 | +- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth |
| 52 | +- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee |
| 53 | +- [core] Remove /.yarn (#43712) @oliviertassinari |
| 54 | +- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow |
| 55 | +- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari |
| 56 | +- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari |
| 57 | +- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii |
| 58 | +- [docs-infra] Fix API search link regression (#43662) @oliviertassinari |
| 59 | +- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot |
| 60 | +- [test] Remove position:relative from regression container (#43743) @aarongarciah |
| 61 | +- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot |
| 62 | +- [website] Match pricing page with linked page h1 @oliviertassinari |
| 63 | + |
| 64 | +All contributors of this release in alphabetical order: @aarongarciah, @binsmyth, @cherniavskii, @DiegoAndai, @Janpot, @Juneezee, @LukasTy, @mnajdova, @morozow, @Nashyn, @oliviertassinari, @sahil-ag, @sai6855, @Sergio16T, @siriwatknp, @xconverge, @yash49, @ZeeshanTamboli |
| 65 | + |
3 | 66 | ## v6.1.0
|
4 | 67 |
|
5 | 68 | <!-- generated comparing v6.0.2..master -->
|
|
0 commit comments