|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
3 |
| -## 6.0.2 |
| 3 | +## v6.1.0 |
| 4 | + |
| 5 | +<!-- generated comparing v6.0.2..master --> |
| 6 | + |
| 7 | +_Sep 10, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨: |
| 10 | + |
| 11 | +- **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. |
| 12 | +- This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade. |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +- Add exports field to package.json (#43624) @Janpot |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +- [Autocomplete] Add custom props support via `slotProps` (#43613) @Michael-Hutchinson |
| 21 | +- [Dialog] Fix broken scrolling in full screen mode (#43626) @LuseBiswas |
| 22 | +- [Grid] Revert wrap deprecation (#42363) (#43459) @DiegoAndai |
| 23 | +- Improve color map filter on styles (#43579) @DiegoAndai |
| 24 | +- Return styles directly if the selector is `&` when using `applyStyles` (#43633) @siriwatknp |
| 25 | +- [types] Make slots partial in `CreateSlotsAndSlotProp`type (#42077) @lhilgert9 |
| 26 | +- [Radio] Fix disabled state styling regression (#43592) @mnajdova |
| 27 | +- Fix wrong import to type (#43584) @mnajdova |
| 28 | +- Simplify version prerelease export (#43699) @DiegoAndai |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +- Use a custom sheet to set prepend for `GlobalStyles` (#43632) @siriwatknp |
| 33 | +- Simplify version prerelease export (#43699) @DiegoAndai |
| 34 | + |
| 35 | +### Docs |
| 36 | + |
| 37 | +- [material-ui][Autocomplete] Refactor asynchronous loading demo (#43630) @sai6855 |
| 38 | +- [material-ui][Autocomplete] Fix GitHubLabel demo input background color (#43599) @sai6855 |
| 39 | +- [material-ui] Update Next.js font optimization guide (#43196) @siriwatknp |
| 40 | +- [material-ui] Fix getting started with CSS variables in theme example (#43658) @Designer023 |
| 41 | +- [material-ui][system] Edit "How to use components selector API" section to add about direct import (#43377) @IAluI |
| 42 | +- [material-ui] Update @mui/material-nextjs import examples to v14 (#43698) @ohmsl |
| 43 | +- Fix typo in Divider doc (#43691) @lokendra-reco |
| 44 | +- Add Anima section to documentation (#43673) @GoOrit-Anima |
| 45 | +- Add Integrations section to design resources page (#43612) @zanivan |
| 46 | +- Fix versions URL @oliviertassinari |
| 47 | +- Keep showing next under the subdomain @oliviertassinari |
| 48 | +- Add Next.js font optimization section to Pigment CSS migration (#43631) @siriwatknp |
| 49 | +- Update the Material UI readme post-v6 (#43504) @samuelsycamore |
| 50 | +- Bring back v5 release changelogs (#43460) @oliviertassinari |
| 51 | +- Fix use of absolute URLs (#43567) @oliviertassinari |
| 52 | +- Remove explicit `date-fns` dependency (#40823) @renovate[bot] |
| 53 | +- [pigment-css] Add guide for Pigment CSS quickstart (#43395) @alelthomas |
| 54 | +- [system] Fix link to createCssVarsProvider (#43661) @oliviertassinari |
| 55 | +- Add scrollbar to color picker demo (#43672) @sai6855 |
| 56 | + |
| 57 | +### Core |
| 58 | + |
| 59 | +- [blog] Uniformalize version between projects @oliviertassinari |
| 60 | +- [blog] Fix page layout shift @oliviertassinari |
| 61 | +- [code-infra] Build size snapshots from installed packages (#43452) @Janpot |
| 62 | +- [code-infra] Recreate lockfile (#43623) @Janpot |
| 63 | +- [code-infra] Make the API docs builder more configurable (#43574) @michaldudak |
| 64 | +- [code-infra] Update runners from node 18 to 20 for GHA (#43593) @JCQuintas |
| 65 | +- [code-infra] Update runners from node 18 to 20 (#43591) @JCQuintas |
| 66 | +- [docs-infra] Fix axe issue scroll-to-top without landmark (#43663) @oliviertassinari |
| 67 | +- [docs-infra] Reduce Algolia index size, no need for lvl6 @oliviertassinari |
| 68 | +- [docs-infra] Use embed as the default for opening CodeSandbox (#43618) @siriwatknp |
| 69 | +- [docs-infra] Fix broken anchor button when header has a link (#43598) @cherniavskii |
| 70 | +- [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp |
| 71 | +- [examples] Fix CDN live preview demo (#43641) @oliviertassinari |
| 72 | +- Add Pigment CSS screenshot test (#43280) @mnajdova |
| 73 | +- [website] Polish gold sponsors @oliviertassinari |
| 74 | +- [website] Add CopyCopter as gold sponsor (#43595) @zanivan |
| 75 | +- [website] Add disabled button styles to branding theme (#43577) @zanivan |
| 76 | + |
| 77 | +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 |
| 78 | + |
| 79 | +## v6.0.2 |
4 | 80 |
|
5 | 81 | <!-- generated comparing v6.0.1..master -->
|
6 | 82 |
|
|
0 commit comments