New to KendoReact? Start a free 30-day trial
Breaking Changes in 9.0.0
ActionSheet
- Renamed
ActionSheettype toActionSheetHandle. All public API available methods will remain the same but exposed throughActionSheetHandle. - The
navigatableElementsprop is now made optional. It behaves the same as previous with default value= []. - The
navigatableprop is now made optional. It behaves the same as previous with default value= true.
Animation
- Renamed
AnimationChildtype toAnimationChildHandle. All public API available methods will remain the same but exposed throughAnimationChildHandle. Target argument in all events will be of typeAnimationChildHandleinstead ofAnimationChild.
Buttons
- Renamed
Buttontype toButtonHandle. All public API available methods will remain the same but exposed throughButtonHandle. - Renamed
Toolbartype toToolbarHandle. All public API available methods will remain the same but exposed throughToolbarHandle. - Renamed
ToolbarItemtype toToolbarItemHandle. All public API available methods will remain the same but exposed throughToolbarItemHandle.
DropDownList
- Renamed
DropDownListtype toDropDownListHandle. All public API available methods will remain the same but exposed throughDropDownListHandle. - All hidden public methods ((
focusandtogglePopup) will be available through theDropDownListHandle.
Grid
- The
GridFilterCellclass cannot be extended anymore. You should use either Functional Components, or extendReact.Component<GridFilterCellProps, {}>. - The
GridDetailRowclass cannot be extended anymore. You should use either Functional Components, or extendReact.Component<GridDetailRowProps, {}>. - Replaced
GridColumnMenuSort.activewithisColumnMenuSortActivemethod imported directly from @progress/kendo-react-grid. - Replaced
GridColumnMenuFilter.activewithisColumnMenuFilterActivemethod imported directly from @progress/kendo-react-grid. - Renamed the target argument type in all events from
GridtoGridHandle. Public Api available methods will remain available, but will be exposed through theGridHandleinterface.
Inputs
- Renamed
Inputtype toInputHandle. All public API available methods will remain the same but exposed throughInputHandle.
ColorGradient
- Replaced the
Inputcomponent used forHEXvalues withTextBoxcomponent.
Menu
- The value of the
appendToprop now defaults toelementtherefore the popup animation container renders inside the menu item element.
Pager
- Renamed
Pagertype toPagerHandle. All public API available methods will remain the same but exposed throughPagerHandle.
Popup
- Renamed
Popuptype to PopupHandle. All public API available methods will remain the same but exposed throughPopupHandle.
Stepper
- Deprecated the usage of arrow keys in keyboard navigation to match common specification.