v6.18.0
版本发布时间: 2023-11-03 22:08:26
mui/mui-x最新发布版本:v7.22.1(2024-11-01 13:51:01)
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
- 🎁 The Charts package is now officially stable!
- 🥧 Pie charts are now animated.
- 📈 Line charts now support partial data, and can interpolate missing data.
- ✨ Allow to ignore diacritics when filtering
- 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.18.0
- [DataGrid] Allow to ignore diacritics when filtering (#10569) @cherniavskii
- [DataGrid] Fix a typo in
gridFilterApi
(#10786) @vu-dao-93 - [DataGrid] Fix
undefined
row id (#10670) @romgrk - [DataGrid] Make column autosizing work with dynamic row height (#10693) @cherniavskii
- [l10n] Allow to customize sorting label per column (#10839) @JerryWu1234
@mui/x-data-grid-pro@6.18.0
Same changes as in @mui/x-data-grid@6.18.0
.
@mui/x-data-grid-premium@6.18.0
Same changes as in @mui/x-data-grid-pro@6.18.0
.
Date Pickers
@mui/x-date-pickers@6.18.0
- [pickers] Add reference links to calendar components (#10644) @michelengelen
@mui/x-date-pickers-pro@6.18.0
Same changes as in @mui/x-date-pickers@6.18.0
.
Charts / @mui/x-charts@6.18.0
- [charts] Add animation on pie chart (#10782) @alexfauquette
- [charts] Add reference links to shared/misc chart components (#10660) @michelengelen
- [charts] Allows to connect nulls (#10803) @alexfauquette
- [charts] Fix axis highlight in dark mode (#10820) @LukasTy
Docs
- [docs] Add a data grid recipe for autosizing columns after fetching row-data (#10822) @michelengelen
- [docs] Add a data grid recipe showing how to remove cell outline on
focus
(#10843) @michelengelen - [docs] Add demo about how to use charts margin (#10886) @alexfauquette
- [docs] Improve custom field input demos readability (#10559) @LukasTy
Core
- [core] Generate
slot
API descriptions based onslots
orcomponents
(#10879) @LukasTy