|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
| 3 | +## 6.0.0-beta.6 |
| 4 | + |
| 5 | +<!-- generated comparing v6.0.0-beta.5..next --> |
| 6 | + |
| 7 | +_Aug 16, 2024_ |
| 8 | + |
| 9 | +A big thanks to the 18 contributors who made this release possible. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +- [Autocomplete] Improve the `options` prop description (#41591) @pluvio72 |
| 14 | +- [Autocomplete] Remove autocomplete warning regarding value not equal to option (#43314) @ZeeshanTamboli |
| 15 | +- [Divider] Add aria-orientation (#43241) @aarongarciah |
| 16 | +- [IconButton] Fix hover background color behavior (#43271) @mnajdova |
| 17 | +- [TypeScript] Refactor types so they're compatible with upcoming React 19 (#43276) @DiegoAndai |
| 18 | +- [Typography] Replace dot notation color value to work with Pigment CSS (#43288) @siriwatknp |
| 19 | +- [pigment-css] Fix `getSelector` prefers-color-scheme to be object (#43237) @siriwatknp |
| 20 | +- Remove `display="block"` usage to work with Pigment CSS (#43307) @siriwatknp |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +- [codemod] Skip sx spread transformation (#43291) @siriwatknp |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +- [styles] Fix issues reported by eslint-plugin-react-compiler (#43118) @jlewins |
| 29 | + |
| 30 | +### Docs |
| 31 | + |
| 32 | +- [material-ui] Audit and copyedit the v6 migration doc (#43073) @samuelsycamore |
| 33 | +- [material-ui] Fix Material Icon search lag and other improvements (#41330) @anle9650 |
| 34 | +- [material-ui][Popover] Fix description and title of hover interaction section (#43290) @ZeeshanTamboli |
| 35 | +- [material-ui] Refine and unify custom template themes (#43220) @zanivan |
| 36 | +- [joy-ui] Fix data grid redirection (#43247) @sai6855 |
| 37 | +- [mui-system] Add import statement in docs (#43223) @sai6855 |
| 38 | +- Update babel config (#43286) @romgrk |
| 39 | +- Fix outdated references to Materal UI version (#43321) @oliviertassinari |
| 40 | +- Polish migration git diff experience @oliviertassinari |
| 41 | +- Update LTS to match format (#43212) @oliviertassinari |
| 42 | +- Fix Pigment CSS migration content (#43217) @siriwatknp |
| 43 | + |
| 44 | +### Core |
| 45 | + |
| 46 | +- [code-infra] Remove `userEvent` export from `@mui/internal-test-utils` (#43313) @LukasTy |
| 47 | +- [code-infra] Remove unnecessary alias (#43320) @Janpot |
| 48 | +- [code-infra] Fix utils bundle size entrypoint (#43304) @Janpot |
| 49 | +- [core] missing and incorrect scripts (#43209) @Jay-Karia |
| 50 | +- [core] Set Node 14 as minimum version in all browserslist envs (#43326) @aarongarciah |
| 51 | +- [core] Add React 19 as peer dependency (#43216) @aarongarciah |
| 52 | +- [core] Pin `eslint-plugin-jsx-a11y` version to 6.7.1 (#43292) @Janpot |
| 53 | +- [core] Update supported Node.js version to 14 (#43315) @Janpot |
| 54 | +- [core] Use fs instead of fs-extra in script utils (#43234) @DiegoAndai |
| 55 | +- [core] Refactor system theme props (#43120) @romgrk |
| 56 | +- [docs-infra] Fix some TS issues for X docs (#43285) @Janpot |
| 57 | +- [docs-infra] Move API pages to TS (#43199) @alexfauquette |
| 58 | +- [docs-infra] Fix broken sandboxes with relative module imports (#42767) @bharatkashyap |
| 59 | +- [docs-infra] Simplify API sections typing (#43128) @alexfauquette |
| 60 | +- [examples] Fix import (#43316) @aarongarciah |
| 61 | +- [examples] Add material-ui-pigment-css for Next.js and Vite (#43065) @siriwatknp |
| 62 | +- [examples] Replace wrong import with `@mui/material/styles` (#43236) @siriwatknp |
| 63 | +- [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah |
| 64 | +- [test] Update `matchMedia` mocks (#43240) @cherniavskii |
| 65 | +- [test] Remove unnecessary ref param (#43282) @aarongarciah |
| 66 | +- [website] Update showcase to include Toolpad Core (#43226) @bharatkashyap |
| 67 | +- [website] Replace React.MutableRefObject with React.RefObject (#43284) @aarongarciah |
| 68 | + |
| 69 | +All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @bharatkashyap, @cherniavskii, @DiegoAndai, @Janpot, @Jay-Karia, @jlewins, @mnajdova, @oliviertassinari, @pluvio72, @renovate[bot], @romgrk, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli |
| 70 | + |
3 | 71 | ## 6.0.0-beta.5
|
4 | 72 |
|
5 | 73 | <!-- generated comparing v6.0.0-beta.4..next -->
|
@@ -1842,6 +1910,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
1842 | 1910 | - [core] Fix TypeScript spelling in changelog @oliviertassinari
|
1843 | 1911 | - [core] Fix small detail in the autocomplete demo @oliviertassinari
|
1844 | 1912 | - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
| 1913 | +- [core] Fix Netlify build cache issue (#43281) @LukasTy |
1845 | 1914 | - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
1846 | 1915 | - [core] Fix missing context display names (#41168) @oliviertassinari
|
1847 | 1916 | - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
|
0 commit comments