New to Kendo UI for Angular? Start a free 30-day trial
Rendering Changes in 11.0.0
Updated on Oct 31, 2025
The Kendo UI for Angular 11.0.0 release introduces changes in the rendering of a number of components.
Dialog
- Added the new
themeColorproperty that supports primary, dark, and light theme colors. - Added the
k-window-*classes to the Dialog component. - Added the
k-window-titlebar-actionandk-dialog-titlebar-actionclasses to the action buttons. - Replaced the
k-dialog-buttongroupandk-dialog-buttonsclasses with thek-dialog-actionsclass. - Replaced the
k-dialog-actionsclass in thetitlebarelement with thek-dialog-titlebar-actionsclass.
Editor
- Added the
k-editor-toolbarclass to the Editor toolbar. - Added the
k-editor-windowclass to all the Editor popups. - Replaced the
k-resizableclass with thek-editor-resizableclass. - Replaced the
k-editor-table-wizard-dialogclass with thek-editor-table-wizard-windowclass. - Toolbar components with popups now have the respective Kendo UI for Angular components instead of their HTML element counterparts. For example,
<input>is replaced with the TextBox component. - The Form component is moved inside the popup.
ListBox
- Removed the
k-widgetclass. - Replaced the
k-listbox-toolbarclass with thek-listbox-actionsclass. - Replaced the
k-listbox-toolbar-left,k-listbox-toolbar-right,k-listbox-toolbar-top, andk-listbox-toolbar-bottomclasses with thek-listbox-actions-left,k-listbox-actions-right,k-listbox-actions-top, andk-listbox-actions-bottomclasses. - Replaced the
<a>ListBox actions element with the<button>element. - The ListBox actions are now wrapped in a single container.
ListView
The 11.0.0 release removed the k-widget class from the k-listview and k-listview-pager classes.
ProgressBar
- Added the
k-chunk-progressbarclass to thechunk-progressbarclass. - Added the
k-progressbar-chunksclass to the<ul>element. - Added the
k-progressbar-progressclass to the<div>element that contains thek-selectedclass. - Replaced the
k-itemclass with thek-progressbar-chunkclass. - Removed the
k-widgetclass. - The progress width and height are now updated based on
--kendo-progressbar-value.
Upload and FileSelect
The 11.0.0 release introduced changes in the names of the following classes:
| Prior to 11.0.0 | 11.0.0 and Later |
|---|---|
k-dropzone-hover and k-dropzone-hovered | k-hover |
k-file-group-wrapper, k-file-invalid-group-wrapper, k-multiple-files-group-wrapper, and k-multiple-files-invalid-group-wrapper | k-file-icon-wrapper |
k-file-group | k-file-icon |
k-file-name-size-wrap | k-file-info |
k-file-information | k-file-summary |
The 11.0.0 release also introduced the following changes:
- Added the
k-upload-dropzoneclass tok-dropzone. - Added the
k-file-errorclass tok-file-invalid. - Added the
k-file-singleandk-file-multiplewrapper elements tok-file. - Removed the
k-upload-status-totalclass from thek-upload-statuselement. - Removed the
k-widgetclass from thek-uploadelement. - Removed the
k-validation-iconclass from theupload-statusicon. - Removed the
k-file-name-invalidclass fromk-file-name. - Removed both
k-text-successandk-text-errorclasses fromk-validation-message. - The Input and Upload buttons are on one level and are no longer nested.
- Upload action buttons are wrapped in the
k-upload-actionsclass instead ofk-upload-status. - The Upload component now uses the ProgressBar component for the progress bar UI.
Window
- Added the new
themeColorproperty that supports primary, dark, and light theme colors. - Replaced the
k-window-actionsclass in thetitlebarelement for thek-window-titlebar-actionsclass. - Replaced the
k-window-buttongroupandk-window-buttonsclasses with the.k-window-actionsclass. - Removed the
k-window-titlelessclass. - Removed the
k-dialog-*classes from the Window component.