6.5.0
版本发布时间: 2023-05-19 22:07:11
mui/mui-x最新发布版本:v7.22.1(2024-11-01 13:51:01)
May 19, 2023
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
-
💫 Introduce filtering on column headers for
DataGridPro
andDataGridPremium
:https://github.com/mui/mui-x/assets/12609561/c4c2bfec-59cf-4cab-932d-dc1983081de9
See the documentation for more information
-
🌍 Improve Hebrew (he-IL) and Czech (cs-CZ) locales
-
📝 Support for editing on pinned rows
-
🚀 Performance improvements
-
🐞 Bugfixes
-
📚 Documentation improvements
@mui/x-data-grid@6.5.0
/ @mui/x-data-grid-pro@6.5.0
/ @mui/x-data-grid-premium@6.5.0
Changes
- [DataGrid] Fix grid size calculation when
.MuiDataGrid-main
has border (#8882) @cherniavskii - [DataGridPro] Filtering on Column Header (#7760) @MBilalShafi
- [DataGridPro] Improve
treeData
androwGrouping
performance (#8990) @MBilalShafi - [DataGridPro] Support pinned rows editing (#8921) @cherniavskii
- [l10n] Improve Hebrew (he-IL) locale (#8943) @Itzik-Tech
- [l10n] Improve Czech (cs-CZ) locale (#8829) @harastaivan
- [l10n] Improve Czech (cs-CZ) locale (#8956) @davidzemancz
@mui/x-date-pickers@6.5.0
/ @mui/x-date-pickers-pro@6.5.0
Changes
- [fields] Select the first section instead of last when clicking right of content (#9005) @noraleonte
- [fields] Refactor prop drilling in fields (#8660) @flaviendelangle
- [pickers] Allow to render the months before
currentMonth
instead of the one after (#8592) @flaviendelangle - [pickers] Fix view management when
openTo
orviews
is modified (#8997) @alexfauquette - [l10n] Improve Czech (cs-CZ) locale (#8829) @harastaivan
Docs
- [docs] Clarify what Controlled / Uncontrolled means (#8926) @flaviendelangle
- [docs] Fix docs using wrong service worker (#9030) @cherniavskii
- [docs] Remove prop-types from JS demos (#9008) @flaviendelangle
Core
- [core] Add assertion about checkbox rerenders (#8974) @oliviertassinari
- [core] Allow selecting a section by type in field tests (#9009) @flaviendelangle
- [core] Fix
yarn.lock
(#8988) @flaviendelangle - [core] Fix flaky adapter test (#8995) @flaviendelangle
- [charts] Clean the axis rendering (#8948) @alexfauquette
- [DataGrid] Memoize root props for better performance (#8942) @romgrk
- [test] Skip flaky unit tests in JSDOM (#8994) @cherniavskii