|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
3 |
| -## 6.0.2 |
| 3 | +## v6.1.2 |
| 4 | + |
| 5 | +<!-- generated comparing v6.1.1..master --> |
| 6 | + |
| 7 | +_Oct 2, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 13 contributors who made this release possible. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple |
| 14 | +- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp |
| 15 | +- [Button] Fix regression for color `inherit` (#43862) @siriwatknp |
| 16 | +- [LinearProgress] Fix background color (#43949) @sai6855 |
| 17 | +- Support CSS variables with shadow DOM (#43948) @siriwatknp |
| 18 | +- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49 |
| 19 | +- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340 |
| 20 | +- [ThemeProvider] Support setting default mode (#43951) @siriwatknp |
| 21 | + |
| 22 | +### Docs |
| 23 | + |
| 24 | +- Update theme toggle demo (#43956) @Janpot |
| 25 | +- Add note about minimum required webpack version (#43864) @Janpot |
| 26 | +- Format Pigment CSS docs (#43812) @oliviertassinari |
| 27 | +- Fix visual bug on dashboard template (#43836) @oliviertassinari |
| 28 | +- Fix pigment-css.md syntax error (#43837) @kdichev |
| 29 | +- Fix Sign-in template form experience (#43838) @oliviertassinari |
| 30 | +- Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore |
| 31 | +- Fix 301 to chromium (#43809) @oliviertassinari |
| 32 | +- [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore |
| 33 | +- [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli |
| 34 | +- [Table] Stabilize random series in virtualized table demo (#43744) @Janpot |
| 35 | +- [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore |
| 36 | + |
| 37 | +### Core |
| 38 | + |
| 39 | +- [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot |
| 40 | +- [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore |
| 41 | +- [code-infra] Fix and update bundling fixtures (#43709) @Janpot |
| 42 | +- [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot |
| 43 | +- [code-infra] Optimize regression tests (#43889) @Janpot |
| 44 | +- [code-infra] Remove custom playwright installation steps (#43881) @Janpot |
| 45 | +- [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot |
| 46 | +- [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot |
| 47 | +- Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten |
| 48 | +- Uniformity in version range @oliviertassinari |
| 49 | +- Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli |
| 50 | +- [docs-infra] Strengthen CSP (#43711) @oliviertassinari |
| 51 | +- [docs-infra] Open Codesandbox demo with fontsize=12 (#43860) @siriwatknp |
| 52 | +- [icons] Reduce Material Icon page size (#43911) @oliviertassinari |
| 53 | +- [test] Point Istanbul to correct URL (#43935) @sai6855 |
| 54 | +- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari |
| 55 | +- Improve getReactElementRef() utils (#43022) @sai6855 |
| 56 | +- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk |
| 57 | +- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli |
| 58 | +- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli |
| 59 | + |
| 60 | +All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli |
| 61 | + |
| 62 | +## v6.1.1 |
| 63 | + |
| 64 | +<!-- generated comparing v6.1.0..master --> |
| 65 | + |
| 66 | +_Sep 19, 2024_ |
| 67 | + |
| 68 | +A big thanks to the 18 contributors who made this release possible. |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai |
| 73 | +- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli |
| 74 | +- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp |
| 75 | +- [Modal] Fix event handlers overriding behavior (#43757) @sai6855 |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | +- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49 |
| 84 | + |
| 85 | +### Docs |
| 86 | + |
| 87 | +- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T |
| 88 | +- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855 |
| 89 | +- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn |
| 90 | +- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari |
| 91 | +- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah |
| 92 | +- [material-ui] Add docs for complementary Table components (#43756) @Juneezee |
| 93 | +- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli |
| 94 | +- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah |
| 95 | +- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218 |
| 96 | +- [test] Improve demos for better regression screenshots (#43742) @aarongarciah |
| 97 | +- Fix minor typo (#42899) @xconverge |
| 98 | +- Revert icon search virtualization (#43569) @Janpot |
| 99 | +- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari |
| 100 | +- Fix 301 link to design asset @oliviertassinari |
| 101 | +- Update release schedule table after v6 stable (#43726) @sahil-ag |
| 102 | +- Fix bundle size link regression @oliviertassinari |
| 103 | + |
| 104 | +### Core |
| 105 | + |
| 106 | +- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy |
| 107 | +- [core] Fix 301 link to Next.js and git diff @oliviertassinari |
| 108 | +- [core] Fix package.json repository rule @oliviertassinari |
| 109 | +- [core] Remove redundant window @oliviertassinari |
| 110 | +- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth |
| 111 | +- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee |
| 112 | +- [core] Remove /.yarn (#43712) @oliviertassinari |
| 113 | +- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow |
| 114 | +- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari |
| 115 | +- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari |
| 116 | +- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii |
| 117 | +- [docs-infra] Fix API search link regression (#43662) @oliviertassinari |
| 118 | +- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot |
| 119 | +- [test] Remove position:relative from regression container (#43743) @aarongarciah |
| 120 | +- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot |
| 121 | +- [website] Match pricing page with linked page h1 @oliviertassinari |
| 122 | + |
| 123 | +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 |
| 124 | + |
| 125 | +## v6.1.0 |
| 126 | + |
| 127 | +<!-- generated comparing v6.0.2..master --> |
| 128 | + |
| 129 | +_Sep 10, 2024_ |
| 130 | + |
| 131 | +A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨: |
| 132 | + |
| 133 | +- **Minor version changes**: To solve longstanding ESM compatibility issues we added [package exports](https://nodejs.org/api/packages.html#exports) to `@mui/icons-material` (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the `exports` field won't be affected. If you discover any issues, please reach out by creating a GitHub issue. |
| 134 | +- This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade. |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | +- Add exports field to package.json (#43624) @Janpot |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | +- [Autocomplete] Add custom props support via `slotProps` (#43613) @Michael-Hutchinson |
| 143 | +- [Dialog] Fix broken scrolling in full screen mode (#43626) @LuseBiswas |
| 144 | +- [Grid] Revert wrap deprecation (#42363) (#43459) @DiegoAndai |
| 145 | +- Improve color map filter on styles (#43579) @DiegoAndai |
| 146 | +- Return styles directly if the selector is `&` when using `applyStyles` (#43633) @siriwatknp |
| 147 | +- [types] Make slots partial in `CreateSlotsAndSlotProp`type (#42077) @lhilgert9 |
| 148 | +- [Radio] Fix disabled state styling regression (#43592) @mnajdova |
| 149 | +- Fix wrong import to type (#43584) @mnajdova |
| 150 | +- Simplify version prerelease export (#43699) @DiegoAndai |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | +- Use a custom sheet to set prepend for `GlobalStyles` (#43632) @siriwatknp |
| 155 | +- Simplify version prerelease export (#43699) @DiegoAndai |
| 156 | + |
| 157 | +### Docs |
| 158 | + |
| 159 | +- [material-ui][Autocomplete] Refactor asynchronous loading demo (#43630) @sai6855 |
| 160 | +- [material-ui][Autocomplete] Fix GitHubLabel demo input background color (#43599) @sai6855 |
| 161 | +- [material-ui] Update Next.js font optimization guide (#43196) @siriwatknp |
| 162 | +- [material-ui] Fix getting started with CSS variables in theme example (#43658) @Designer023 |
| 163 | +- [material-ui][system] Edit "How to use components selector API" section to add about direct import (#43377) @IAluI |
| 164 | +- [material-ui] Update @mui/material-nextjs import examples to v14 (#43698) @ohmsl |
| 165 | +- Fix typo in Divider doc (#43691) @lokendra-reco |
| 166 | +- Add Anima section to documentation (#43673) @GoOrit-Anima |
| 167 | +- Add Integrations section to design resources page (#43612) @zanivan |
| 168 | +- Fix versions URL @oliviertassinari |
| 169 | +- Keep showing next under the subdomain @oliviertassinari |
| 170 | +- Add Next.js font optimization section to Pigment CSS migration (#43631) @siriwatknp |
| 171 | +- Update the Material UI readme post-v6 (#43504) @samuelsycamore |
| 172 | +- Bring back v5 release changelogs (#43460) @oliviertassinari |
| 173 | +- Fix use of absolute URLs (#43567) @oliviertassinari |
| 174 | +- Remove explicit `date-fns` dependency (#40823) @renovate[bot] |
| 175 | +- [pigment-css] Add guide for Pigment CSS quickstart (#43395) @alelthomas |
| 176 | +- [system] Fix link to createCssVarsProvider (#43661) @oliviertassinari |
| 177 | +- Add scrollbar to color picker demo (#43672) @sai6855 |
| 178 | + |
| 179 | +### Core |
| 180 | + |
| 181 | +- [blog] Uniformalize version between projects @oliviertassinari |
| 182 | +- [blog] Fix page layout shift @oliviertassinari |
| 183 | +- [code-infra] Build size snapshots from installed packages (#43452) @Janpot |
| 184 | +- [code-infra] Recreate lockfile (#43623) @Janpot |
| 185 | +- [code-infra] Make the API docs builder more configurable (#43574) @michaldudak |
| 186 | +- [code-infra] Update runners from node 18 to 20 for GHA (#43593) @JCQuintas |
| 187 | +- [code-infra] Update runners from node 18 to 20 (#43591) @JCQuintas |
| 188 | +- [docs-infra] Fix axe issue scroll-to-top without landmark (#43663) @oliviertassinari |
| 189 | +- [docs-infra] Reduce Algolia index size, no need for lvl6 @oliviertassinari |
| 190 | +- [docs-infra] Use embed as the default for opening CodeSandbox (#43618) @siriwatknp |
| 191 | +- [docs-infra] Fix broken anchor button when header has a link (#43598) @cherniavskii |
| 192 | +- [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp |
| 193 | +- [examples] Fix CDN live preview demo (#43641) @oliviertassinari |
| 194 | +- Add Pigment CSS screenshot test (#43280) @mnajdova |
| 195 | +- [website] Polish gold sponsors @oliviertassinari |
| 196 | +- [website] Add CopyCopter as gold sponsor (#43595) @zanivan |
| 197 | +- [website] Add disabled button styles to branding theme (#43577) @zanivan |
| 198 | + |
| 199 | +All contributors of this release in alphabetical order: @alelthomas, @cherniavskii, @Designer023, @DiegoAndai, @GoOrit-Anima, @IAluI, @Janpot, @JCQuintas, @lhilgert9, @lokendra-reco, @LuseBiswas, @Michael-Hutchinson, @michaldudak, @mnajdova, @ohmsl, @oliviertassinari, @renovate[bot], @sai6855, @samuelsycamore, @siriwatknp, @zanivan |
| 200 | + |
| 201 | +## v6.0.2 |
4 | 202 |
|
5 | 203 | <!-- generated comparing v6.0.1..master -->
|
6 | 204 |
|
|
0 commit comments