New to Kendo UI for Angular? Start a free 30-day trial
Rendering Changes in 16.0.0
The Kendo UI for Angular 16.0.0 release introduces changes in the rendering of a number of components.
AppBar
- Removed the
k-appbar-spacer
and added thek-spacer
class to the spacer component. - Removed the
k-appbar-spacer-sized
and added thek-spacer-sized
class to the spacer component.
Chip
- Removed the
k-chip-actions
wrapper when no actions are present.
Calendar
- Removed
k-widget
class from wrapper. Today
andTitle
buttons previously used styled elements which are now replaced with the Kendo UI for Angular Button component.- Removed
k-content
class fromk-calendar-table
element. - Removed
k-calendar-classic
class from classic calendar wrapper. - Removed
k-calendar
class from classic calendar wrapper. - Removed
k-nav-fast
class. - Removed
k-calendar-range
from classic calendar. - Removed
k-hstack
from header when the Calendar orientation ishorizontal
. - Render large size Calendar in adaptive mode.
Drawer
- Renders a
k-spacer
span for hierarchical items.
FloatingLabel
- Added
k-floating-label
and removedk-label
class from the
Grid
- Added
!k-cursor-default
to header cells when sortable is false. - The expandable items of the column menu are now distinguishable. They are wrapped in an additional
div
with classk-expander
. The iconschevronUp
andchevronDown
are rendered depending on the expanded state. The text is separated from the icons byspan
elements with classesk-spacer
andk-expander-indicator
.
MultiViewCalendar
- Removed
k-widget
class from wrapper.
Pager
k-hidden
class is added to or removed from the<select>
element depending on available width when the responsive feature is enabled.k-dropdown
class is removed from thekendo-pager-page-sizes
internalDropDownList
component.
PanelBar
- Removed
k-panel
andk-group
fromk-panelbar-group
element. - Removed
k-content
fromk-panelbar-content
element. - Removed
k-pos-relative
wrapper. - Removed
k-state-default
from PanelBarItemComponent wrapper.
Slider
- Added
k-draghandle-end
class tok-draghandle
element.
ToolBar
- Replaced
span
withbutton
elements withinToolBarButtonGroupComponent
. - Removed
kendo-toolbar-renderer
wrapper element from ToolBar tools. - Added
.k-toolbar-item
wrapper to tools, rendered in the main ToolBar content section. - Added
.k-item.k-menu-item
wrapper to tools, rendered in the overflow popup.
TreeList
- The expandable items of the column menu are now distinguishable. They are wrapped in an additional
div
with classk-expander
. The iconschevronUp
andchevronDown
are rendered depending on the expanded state. The text is separated from the icons byspan
elements with classesk-spacer
andk-expander-indicator
.
Upload, FileSelect
- Removed
k-focus
from file list items internal action buttons (e.g.Resume
,Pause
,Retry
,Cancel
) as these elements are no longer focusable. - Added
k-retry
class on theRetry
action button.