|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## 7.28.0 |
| 7 | + |
| 8 | +_Mar 17, 2025_ |
| 9 | + |
| 10 | +We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: |
| 11 | + |
| 12 | +- 🎁 Add support for `@mui/material` version 7 in all X packages |
| 13 | +- 🐞 Bugfixes |
| 14 | +- 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid |
| 15 | +- 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers |
| 16 | + |
| 17 | +Special thanks go out to the community contributors who have helped make this release possible: |
| 18 | +@Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr. |
| 19 | +Following are all team members who have contributed to this release: |
| 20 | +@arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi. |
| 21 | + |
| 22 | +<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> |
| 23 | + |
| 24 | +### Data Grid |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +- [DataGrid] Add click propagation and prevents default on `toggleMenu` click (#16909) @michelengelen |
| 29 | +- [DataGrid] Fix `processRowUpdate()` error if the row is removed before it is executed (#16904) @arminmeh |
| 30 | +- [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough |
| 31 | +- [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi |
| 32 | +- [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635 |
| 33 | +- [DataGrid] Fix `printOptions` not respecting `hideFooter` root prop (#16915) @k-rajat19 |
| 34 | +- [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr |
| 35 | +- [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz |
| 36 | +- [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj |
| 37 | + |
| 38 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 39 | + |
| 40 | +Same changes as in `@mui/[email protected]`, plus: |
| 41 | + |
| 42 | +- [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi |
| 43 | +- [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh |
| 44 | + |
| 45 | +#### `@mui/[email protected]` [](https://mui.com/r/x-premium-svg-link 'Premium plan') |
| 46 | + |
| 47 | +Same changes as in `@mui/[email protected]`, plus: |
| 48 | + |
| 49 | +- [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi |
| 50 | + |
| 51 | +### Date and Time Pickers |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +- [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16997) @nusr |
| 56 | + |
| 57 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 58 | + |
| 59 | +Same changes as in `@mui/[email protected]`, plus: |
| 60 | + |
| 61 | +- [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle |
| 62 | + |
| 63 | +### Charts |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +Internal changes. |
| 68 | + |
| 69 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 70 | + |
| 71 | +Same changes as in `@mui/[email protected]`. |
| 72 | + |
| 73 | +### Tree View |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +Internal changes. |
| 78 | + |
| 79 | +#### `@mui/[email protected]` [](https://mui.com/r/x-pro-svg-link 'Pro plan') |
| 80 | + |
| 81 | +Same changes as in `@mui/[email protected]`. |
| 82 | + |
| 83 | +### Docs |
| 84 | + |
| 85 | +- [docs] Fix link to the lazy loading demo for the DataGrid (#16912) @nusr |
| 86 | + |
| 87 | +### Core |
| 88 | + |
| 89 | +- [core] Allow `@mui/material` v7 in dependencies (#16951) @LukasTy |
| 90 | +- [infra] Make tests on React 18 part of pipeline (#16958) @LukasTy |
| 91 | + |
6 | 92 | ## 7.27.3
|
7 | 93 |
|
8 | 94 | _Mar 7, 2025_
|
|
0 commit comments