New to KendoReact? Start a free 30-day trial
Breaking Changes in 11.0.0
DateInputs
DatePickertype is deprecated and replaced withDatePickerHandleDateInputtype is deprecated and replaced withDateInputHandle
Dialog
Dialogtype will be deprecated and replaced withDialogHandle
DropDownTree
- Removed ‘k-list-container’ and ‘k-list k-list-lg’ elements to align with the referent rendering
Grid
selectedFieldhas been removed in favor of theselectstate property.editFieldhas been removed in favor of theeditstate property.expandedFieldhas been removed in favor of thedetailExpandstate property.onExpandChangehas been removed in favor of:onDetailExpandChangefor detail-row expansiononGroupExpandChangefor group expansion.
cellRenderhas been removed in favor of thecellsprop.rowRenderhas been removed in favor of the newrowsprop.filterCellRenderhas been removed in favor of thecellsprop.headerCellRenderhas been removed in favor of thecellsprop.column.cellhas been removed in favor of thecolumn.cellsprop.column.headerCellhas been removed in favor of thecolumn.cellsprop.column.filterCellhas been removed in favor of thecolumn.cellsprop.column.footerCellhas been removed in favor of thecolumn.cellsprop.- Replaced the Input component in the Column Menu Filter with Textbox.
scrollableprop now defaults tovirtual.- Virtual scrolling no longer applies
heightby default.
Pager
responsive: truebehavior is different now. The elements are hidden based on the available space.
Treelist
TreeListToolbartype will be deprecated and replaced withTreeListToolbarHandle.