New to KendoReact? Start a free 30-day trial
Breaking Changes in 14.0.0
Updated on Feb 11, 2026
Buttons
Button,Chip,DropDownButton,FloatingActionButtonandSplitButtonno longer acceptnullforsize,rounded,fillMode,themeColor, oriconSize. Defaults are now theme-controlled when values areundefined.
Chat
- Removed
sendButtonproperty from themessageBoxTemplaterender function. The send button is now automatically rendered as part of the PromptBox component. - Changed
uploadConfigtype fromboolean | UploadPropstoboolean | UploadButtonProps. Only the following properties are now supported:multiple,accept, andrestrictions.
ColorPalette
ColorPalettetype will be deprecated and replaced withColorPaletteHandle.
Dropdowns
AutoComplete,ComboBox,DropDownList,DropDownTree,MultiSelectandMultiSelectTreeno longer acceptnullforsize,rounded, orfillMode. Defaults are now theme-controlled when values areundefined.- Removed the deprecated
groupModeprop fromComboBox,DropDownList,MultiSelect,MultiColumnComboBox, andAutoComplete. Modern grouping is now the only available mode. - Grouped list rendering now uses separate
<ul>elements per group instead of a single list structure.
Grid
GridFilterCellno longer acceptsnullforsize. Default is now theme-controlled when value isundefined.
Inputs
Checkbox,ColorGradient,ColorPalette,ColorPickerandFlatColorPickerno longer acceptnullforsizeorrounded. Defaults are now theme-controlled when values areundefined.
Notification
Notificationtype will be deprecated and replaced withNotificationHandle.
Panelbar
Panelbartype will be deprecated and replaced withPanelbarHandle.
Slider
Slidertype will be deprecated and replaced withSliderHandle.
Switch
Switchtype will be deprecated and replaced withSwitchHandle.
TabStrip
TabStriptype will be deprecated and replaced withTabStripHandle.
TileLayout
TileLayouttype will be deprecated and replaced withTileLayoutHandle.
Tooltip
Tooltiptype will be deprecated and replaced withTooltipHandle.
Window
Windowtype will be deprecated and replaced withWindowHandle.