Rendering Changes in 7.1.0
The KendoReact 7.1.0 release introduces changes in the rendering of several components.
Common
- Replaced
k-card-image
class withk-card-media
class for all media types (including images). - Added
k-actions
class for all action types.
Card
- Replaced
k-card-actions-vertical
withk-actions-vertical
. - Replaced
k-card-actions-horizontal
withk-actions-horizontal
. - Replaced
k-card-actions-start
withk-actions-start
. - Replaced
k-card-actions-center
withk-actions-center
. - Replaced
k-card-actions-end
withk-actions-end
. - Replaced
k-card-actions-stretched
withk-actions-stretched
.
ColumnMenu
- Added
k-column-menu-popup
class to thek-popup
element. - Added
k-column-menu
class to thek-popup
element. - Removed the
k-group k-reset
classes from thek-filter-menu
element. - Removed the
k-state-border-up
class from thek-filter-menu
element. - Moved the
k-column-menu-popup
class to thek-popup
element.
Grid
- Removed the
k-group k-reset
class from thek-filter-menu
element. - Removed the
k-state-border-up
class from thek-filter-menu
element. - Remove the
k-first
andk-last
classes from the first / last TabStrip items of the tabbed menu. - Replaced the
k-grid-columnmenu-popup
class withk-columnmenu-popup
. - Moved the
k-popup
class to thek-grid-columnmenu-popup
element. - Replaced the
k-more-vertical
icon of the filter menu withk-i-filter
icon. - Added a
<span>
wrapper withk-checkbox-wrap
class to thek-checkbox
class. - Added
k-column-menu
class to thek-columnmenu-popup
element. - Added
k-tabstrip-item
class to the TabStrip items of the tabbed menu. - Added
k-table-group-row
class to thek-grouping-row
element.
Notification
- Removed the
k-notification-container
from the Notification component.
Timeline
- Removed the
k-timeline-collapsible
class. - Replaced the
<a>
element withk-timeline-circle
class with a<span>
element. - Replaced the
<a>
element withk-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button k-timeline-arrow k-timeline-arrow-left k-disabled
classes of the track slider with abutton
element. - Added
k-card-with-callout
class to thek-card
element.
TreeList
- Added
k-toolbar-md
class to thek-grid-toolbar
element. - Added
k-treelist
class to thek-grid
element.