New to Kendo UI for Angular? Start a free 30-day trial
Rendering Changes in 16.0.0
Updated on Oct 31, 2025
The Kendo UI for Angular 16.0.0 release introduces changes in the rendering of a number of components.
AppBar
- Removed the
k-appbar-spacerand added thek-spacerclass to the spacer component. - Removed the
k-appbar-spacer-sizedand added thek-spacer-sizedclass to the spacer component.
Chip
- Removed the
k-chip-actionswrapper when no actions are present.
Calendar
- Removed
k-widgetclass from wrapper. TodayandTitlebuttons previously used styled elements which are now replaced with the Kendo UI for Angular Button component.- Removed
k-contentclass fromk-calendar-tableelement. - Removed
k-calendar-classicclass from classic calendar wrapper. - Removed
k-calendarclass from classic calendar wrapper. - Removed
k-nav-fastclass. - Removed
k-calendar-rangefrom classic calendar. - Removed
k-hstackfrom header when the Calendar orientation ishorizontal. - Render large size Calendar in adaptive mode.
Drawer
- Renders a
k-spacerspan for hierarchical items.
FloatingLabel
- Added
k-floating-labeland removedk-labelclass from the
Grid
- Added
!k-cursor-defaultto header cells when sortable is false. - The expandable items of the column menu are now distinguishable. They are wrapped in an additional
divwith classk-expander. The iconschevronUpandchevronDownare rendered depending on the expanded state. The text is separated from the icons byspanelements with classesk-spacerandk-expander-indicator.
MultiViewCalendar
- Removed
k-widgetclass from wrapper.
Pager
k-hiddenclass is added to or removed from the<select>element depending on available width when the responsive feature is enabled.k-dropdownclass is removed from thekendo-pager-page-sizesinternalDropDownListcomponent.
PanelBar
- Removed
k-panelandk-groupfromk-panelbar-groupelement. - Removed
k-contentfromk-panelbar-contentelement. - Removed
k-pos-relativewrapper. - Removed
k-state-defaultfrom PanelBarItemComponent wrapper.
Slider
- Added
k-draghandle-endclass tok-draghandleelement.
ToolBar
- Replaced
spanwithbuttonelements withinToolBarButtonGroupComponent. - Removed
kendo-toolbar-rendererwrapper element from ToolBar tools. - Added
.k-toolbar-itemwrapper to tools, rendered in the main ToolBar content section. - Added
.k-item.k-menu-itemwrapper to tools, rendered in the overflow popup.
TreeList
- The expandable items of the column menu are now distinguishable. They are wrapped in an additional
divwith classk-expander. The iconschevronUpandchevronDownare rendered depending on the expanded state. The text is separated from the icons byspanelements with classesk-spacerandk-expander-indicator.
Upload, FileSelect
- Removed
k-focusfrom file list items internal action buttons (e.g.Resume,Pause,Retry,Cancel) as these elements are no longer focusable. - Added
k-retryclass on theRetryaction button.