New to Kendo UI for Angular? Start a free 30-day trial
Rendering Changes in 11.0.0
The Kendo UI for Angular 11.0.0 release introduces changes in the rendering of a number of components.
Dialog
- Added the new
themeColor
property that supports primary, dark, and light theme colors. - Added the
k-window-*
classes to the Dialog component. - Added the
k-window-titlebar-action
andk-dialog-titlebar-action
classes to the action buttons. - Replaced the
k-dialog-buttongroup
andk-dialog-buttons
classes with thek-dialog-actions
class. - Replaced the
k-dialog-actions
class in thetitlebar
element with thek-dialog-titlebar-actions
class.
Editor
- Added the
k-editor-toolbar
class to the Editor toolbar. - Added the
k-editor-window
class to all the Editor popups. - Replaced the
k-resizable
class with thek-editor-resizable
class. - Replaced the
k-editor-table-wizard-dialog
class with thek-editor-table-wizard-window
class. - 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-widget
class. - Replaced the
k-listbox-toolbar
class with thek-listbox-actions
class. - Replaced the
k-listbox-toolbar-left
,k-listbox-toolbar-right
,k-listbox-toolbar-top
, andk-listbox-toolbar-bottom
classes with thek-listbox-actions-left
,k-listbox-actions-right
,k-listbox-actions-top
, andk-listbox-actions-bottom
classes. - 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-progressbar
class to thechunk-progressbar
class. - Added the
k-progressbar-chunks
class to the<ul>
element. - Added the
k-progressbar-progress
class to the<div>
element that contains thek-selected
class. - Replaced the
k-item
class with thek-progressbar-chunk
class. - Removed the
k-widget
class. - 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-dropzone
class tok-dropzone
. - Added the
k-file-error
class tok-file-invalid
. - Added the
k-file-single
andk-file-multiple
wrapper elements tok-file
. - Removed the
k-upload-status-total
class from thek-upload-status
element. - Removed the
k-widget
class from thek-upload
element. - Removed the
k-validation-icon
class from theupload-status
icon. - Removed the
k-file-name-invalid
class fromk-file-name
. - Removed both
k-text-success
andk-text-error
classes 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-actions
class instead ofk-upload-status
. - The Upload component now uses the ProgressBar component for the progress bar UI.
Window
- Added the new
themeColor
property that supports primary, dark, and light theme colors. - Replaced the
k-window-actions
class in thetitlebar
element for thek-window-titlebar-actions
class. - Replaced the
k-window-buttongroup
andk-window-buttons
classes with the.k-window-actions
class. - Removed the
k-window-titleless
class. - Removed the
k-dialog-*
classes from the Window component.