New to KendoReact? Start a free 30-day trial
Breaking Changes in 9.0.0
ActionSheet
- Renamed
ActionSheet
type toActionSheetHandle
. All public API available methods will remain the same but exposed throughActionSheetHandle
. - The
navigatableElements
prop is now made optional. It behaves the same as previous with default value= []
. - The
navigatable
prop is now made optional. It behaves the same as previous with default value= true
.
Animation
- Renamed
AnimationChild
type toAnimationChildHandle
. All public API available methods will remain the same but exposed throughAnimationChildHandle
. Target argument in all events will be of typeAnimationChildHandle
instead ofAnimationChild
.
Buttons
- Renamed
Button
type toButtonHandle
. All public API available methods will remain the same but exposed throughButtonHandle
. - Renamed
Toolbar
type toToolbarHandle
. All public API available methods will remain the same but exposed throughToolbarHandle
. - Renamed
ToolbarItem
type toToolbarItemHandle
. All public API available methods will remain the same but exposed throughToolbarItemHandle
.
DropDownList
- Renamed
DropDownList
type toDropDownListHandle
. All public API available methods will remain the same but exposed throughDropDownListHandle
. - All hidden public methods ((
focus
andtogglePopup
) will be available through theDropDownListHandle
.
Grid
- The
GridFilterCell
class cannot be extended anymore. You should use either Functional Components, or extendReact.Component<GridFilterCellProps, {}>
. - The
GridDetailRow
class cannot be extended anymore. You should use either Functional Components, or extendReact.Component<GridDetailRowProps, {}>
. - Replaced
GridColumnMenuSort.active
withisColumnMenuSortActive
method imported directly from @progress/kendo-react-grid. - Replaced
GridColumnMenuFilter.active
withisColumnMenuFilterActive
method imported directly from @progress/kendo-react-grid. - Renamed the target argument type in all events from
Grid
toGridHandle
. Public Api available methods will remain available, but will be exposed through theGridHandle
interface.
Inputs
- Renamed
Input
type toInputHandle
. All public API available methods will remain the same but exposed throughInputHandle
.
ColorGradient
- Replaced the
Input
component used forHEX
values withTextBox
component.
Menu
- The value of the
appendTo
prop now defaults toelement
therefore the popup animation container renders inside the menu item element.
Pager
- Renamed
Pager
type toPagerHandle
. All public API available methods will remain the same but exposed throughPagerHandle
.
Popup
- Renamed
Popup
type 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.