New to KendoReact? Start a free 30-day trial
Rendering Changes in 5.17.0
The KendoReact 5.17.0 release introduces changes in the rendering of several components.
Conversational UI
- Added
k-card-list
class to thelist
attachments. MessageGroup
now uses theAvatar
component.- Switched
k-message-box
element from<div>
to<span>
. - Wrapped the
k-chat-send
element withk-input-suffix
. - Renamed the
k-bubble
class tok-chat-bubble
. - Renamed the
k-button-send
class tok-chat-send
. - Renamed the
k-icon-button k-button-send
class tok-chat-send
. - Replaced inline SVG icons with Kendo icons.
- Replaced the classNames of the input in the message box with
k-input-inner
. - Removed the
k-widget
class. - Removed
k-card-wrap
class.
Data Tools
- Changed the
k-pager-info
element from<div>
to<span>
. - Replaced
k-textbox
withNumericTextBox
component - Wrapped the
pageMessage
label in a<span>
element. - Wrapped the
ofMessage
label in a<span>
element. - Wrapped the
itemPerPageMessage
label in a<span>
element. - Removed
k-label
class fromk-pager-input
.
Dialogs
- Changed
k-window-title
andk-dialog-title
elements from<div>
to<span>
.
Filter
- Added labels to
AddExpresion
andAddGroup
buttons. - Added
k-toolbar-button
andk-toolbar-button-group
classes to the nestedButton
andButtonGroup
components. - Added labels to
AddExpresion
andAddGroup
buttons. - Removed the
ToolbarItem
wrapper of theButton
andButtonGroup
elements.
Inputs
- Added
labelClassName
prop to theCheckbox
label element. - Added
labelClassName
prop to theInput
floating label element.
Labels
- Added
labelClassName
prop to theFloatingLabel
component.
Popover
- Added
k-popup
class to thek-popover
element. - Added
orientation
andalignment
props to the PopoverActionsBar component. - Moved
k-child-animation-container
as a stand-alone wrapper. - Removed
k-animation-container-relative
class.
Skeleton
- Renamed the
k-skeleton-rectangle
class tok-skeleton-rect
.
ScrollView
- Changed the
k-scrollview-prev
andk-scrollview-next
elements from<a>
to<span>
. - Changed the
k-scrollview-nav
element from<ul>
to<div>
. - Changed the
k-link
element from<li>
to<span>
.
TileLayout
k-layout-item-hint
element is now a sibling to thek-tilelayout-item
one.