New to KendoReact? Start a free 30-day trial
Rendering Changes in 14.0.0
Updated on Feb 10, 2026
The KendoReact 14.0.0 release introduces changes in the rendering of several components.
Chat
- The header component has been updated from AppBar to Toolbar. The following AppBar-related classes have been removed:
.k-appbar,.k-appbar-top,.k-appbar-sticky,.k-appbar-inherit. - Pinned messages are now rendered inside
.k-message-listinstead of outside it in.k-chat. - A new
.k-message-infowrapper element has been introduced that wraps.k-message-timeand.k-message-status. - Custom message statuses are now nested inside
.k-message-status. - The default
.k-svg-i-check-circleicon element has been removed from message status. - File-related classes have been renamed:
ul.k-chat-file-wrapper→ul.k-file-box-wrapper,.k-chat-files-wrap→.k-files-wrap,li.k-chat-file→li.k-file-box,.k-chat-file-info→.k-file-info,.k-chat-file-name→.k-file-name,.k-chat-file-size→.k-file-size. - Removed classes:
.k-chat-files-horizontal,.k-chat-send. - A new
.k-files-scrollwrapper element has been introduced wrappingli.k-file-boxelements in both message files and the textarea/promptbox. - Download file action icon changed from
.k-svg-i-downloadto.k-svg-i-download-light. - Download All button (
.k-chat-download-button) icon changed from.k-svg-i-downloadto.k-svg-i-download-lightand size changed from.k-button-mdto.k-button-sm. - Pinned message pin icon changed from
.k-svg-i-pin.k-icon-xlto.k-svg-i-pin-outline. - Close button icons changed from
.k-svg-i-xto.k-svg-i-x-mark-sm-outlinefor pinned messages, reply box, and file remove actions. - A new
.k-suggestions-scrollwrapper element has been added for quick actions and suggestions, wrappingspan.k-suggestionelements. - Quick actions and suggestions scroll buttons changed from
.k-button-md.k-button-solidto.k-button-sm.k-button-flat. - For pinned messages from the sender, the class changed from
.k-message-reference-receiverto.k-message-reference-sender. - The Chat textarea has been replaced with the PromptBox component, affecting all elements previously nested under
.k-message-box-wrapper.
Chip
- Removed the
.k-avatar-md,.k-avatar-solid, and.k-avatar-solid-primaryclasses from the Chip avatar wrapper. - The Chip avatar wrapper now renders the
.k-rounded-*class only whenavatar.roundedis set.
FloatingActionButton
- Removed the
.k-fab-solidclass from the root element. - Replaced
.k-fab-solid-{themeColor}class with.k-fab-{themeColor}.
TreeView
- Moved the
.k-focus,.k-selectedand.k-disabledstate classes from.k-treeview-leafto the.k-treeview-item-contentwrapper element. - Replaced the
.k-treeview-{position}position-specific class with.k-treeview-item-content. - Replaced the
caretAltDownIconwithchevronDownIcon. - Replaced the
caretAltLeftIconwithchevronLeftIcon. - Replaced the
caretAltRightIconwithchevronRightIcon. - Removed the
.k-rounded-mdclass from checkbox elements.