|
138 | 138 | #### Breaking changes
|
139 | 139 |
|
140 | 140 | - The `expandIcon` / `defaultExpandIcon` props, used to expand the children of a node (rendered when it is collapsed),
|
141 |
| -is now defined as a slot both on the Tree View and the Tree Item components. |
| 141 | + is now defined as a slot both on the Tree View and the Tree Item components. |
142 | 142 |
|
143 | 143 | If you were using the `ChevronRight` icon from `@mui/icons-material`,
|
144 | 144 | you can stop passing it to your component because it is now the default value:
|
@@ -180,7 +180,7 @@ is now defined as a slot both on the Tree View and the Tree Item components.
|
180 | 180 | ```
|
181 | 181 |
|
182 | 182 | - The `collapseIcon` / `defaultCollapseIcon` props, used to collapse the children of a node (rendered when it is expanded),
|
183 |
| -is now defined as a slot both on the Tree View and the Tree Item components. |
| 183 | + is now defined as a slot both on the Tree View and the Tree Item components. |
184 | 184 |
|
185 | 185 | If you were using the `ExpandMore` icon from `@mui/icons-material`,
|
186 | 186 | you can stop passing it to your component because it is now the default value:
|
@@ -455,7 +455,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
455 | 455 | items={MUI_X_PRODUCTS}
|
456 | 456 | defaultCollapseIcon={<ExpandMoreIcon />}
|
457 | 457 | defaultExpandIcon={<ChevronRightIcon />}
|
458 |
| - /> |
| 458 | + />; |
459 | 459 | ```
|
460 | 460 |
|
461 | 461 | - 🌍 Improve Czech (cs-CZ) locale on the Data Grid
|
@@ -600,6 +600,7 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
|
600 | 600 | getOptionLabel: (value: any) => value.name,
|
601 | 601 | };
|
602 | 602 | ```
|
| 603 | + |
603 | 604 | - The `filterModel` now supports `Date` objects as values for `date` and `dateTime` column types.
|
604 | 605 | The `filterModel` still accepts strings as values for `date` and `dateTime` column types,
|
605 | 606 | but all updates to the `filterModel` coming from the UI (e.g. filter panel) will set the value as a `Date` object.
|
|
693 | 694 | #### Breaking changes
|
694 | 695 |
|
695 | 696 | - The slot interfaces got renamed to match with `@mui/base` naming.
|
696 |
| -The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`. |
| 697 | + The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`. |
697 | 698 |
|
698 | 699 | ```diff
|
699 | 700 | -DateCalendarSlotsComponent
|
@@ -2196,7 +2197,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
2196 | 2197 | - 🥧 Pie charts are now animated.
|
2197 | 2198 | - 📈 Line charts now support partial data, and can interpolate missing data https://mui.com/x/react-charts/lines/#skip-missing-points.
|
2198 | 2199 |
|
2199 |
| - <img src="https://github.com/mui/mui-x/assets/3165635/d2d50b1b-ee29-4e4c-9ebe-629c06f3093e" width="683" height="436" /> |
| 2200 | + <img src="https://github.com/mui/mui-x/assets/3165635/d2d50b1b-ee29-4e4c-9ebe-629c06f3093e" width="683" height="436" alt="Charts partial data" /> |
2200 | 2201 |
|
2201 | 2202 | - ✨ The data grid allows to ignore [diacritics](https://en.wikipedia.org/wiki/Diacritic) when filtering.
|
2202 | 2203 | - 📚 Documentation improvements
|
@@ -3558,7 +3559,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
3558 | 3559 |
|
3559 | 3560 | - 🚀 Introducing UTC and timezone support for pickers.
|
3560 | 3561 |
|
3561 |
| - <img width="774" src="https://github.com/mui/mui-x/assets/3165635/ad95a404-ee67-4aff-b996-ad6cbb322348"> |
| 3562 | + <img width="774" src="https://github.com/mui/mui-x/assets/3165635/ad95a404-ee67-4aff-b996-ad6cbb322348" alt="Pickers time zone switching"> |
3562 | 3563 |
|
3563 | 3564 | Visit the [documentation](https://mui.com/x/react-date-pickers/timezone/) to learn how to use it.
|
3564 | 3565 |
|
@@ -3794,7 +3795,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
|
3794 | 3795 |
|
3795 | 3796 | - 🚀 New date time picking UI on [`DesktopDateTimePicker`](https://mui.com/x/react-date-pickers/date-time-picker/)
|
3796 | 3797 |
|
3797 |
| - <img src="https://github.com/mui/mui-x/assets/3165635/4e1fe9f9-03eb-4f23-99dd-80212b21fb23" width="840" height="506" /> |
| 3798 | + <img src="https://github.com/mui/mui-x/assets/3165635/4e1fe9f9-03eb-4f23-99dd-80212b21fb23" width="840" height="506" alt="Desktop Date Time Picker example" /> |
3798 | 3799 |
|
3799 | 3800 | - 🚀 Performance improvements
|
3800 | 3801 | - 🐞 Bugfixes
|
@@ -3870,7 +3871,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
|
3870 | 3871 |
|
3871 | 3872 | - 💫 Introduce filtering on column headers for `DataGridPro` and `DataGridPremium`:
|
3872 | 3873 |
|
3873 |
| - <img src="https://github.com/mui/mui-x/releases/download/v6.5.0/recording.gif" width="840" height="506" /> |
| 3874 | + <img src="https://github.com/mui/mui-x/releases/download/v6.5.0/recording.gif" width="840" height="506" alt="Filtering on column headers example" /> |
3874 | 3875 |
|
3875 | 3876 | See [the documentation](https://mui.com/x/react-data-grid/filtering/header-filters/) for more information
|
3876 | 3877 |
|
@@ -4029,7 +4030,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
|
4029 | 4030 |
|
4030 | 4031 | - 🚀 New [time-picking UI](https://mui.com/x/react-date-pickers/digital-clock/) designed for desktops (#7958) @LukasTy
|
4031 | 4032 |
|
4032 |
| - <img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" /> |
| 4033 | + <img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" alt="New digital clock time picker" /> |
4033 | 4034 |
|
4034 | 4035 | - ✨ Picker fields [now always include a leading zero](https://mui.com/x/react-date-pickers/adapters-locale/#respect-leading-zeros-in-fields) on digit sections (#8527) @flaviendelangle
|
4035 | 4036 | - 🌍 Improve Chinese (zh-CN), French (fr-FR), and Turkish (tr-TR) locales
|
|
0 commit comments