New to KendoReact? Start a free 30-day trial
Rendering Changes in 5.14.0
The KendoReact 5.14.0 release introduces changes in the rendering of several components.
Inputs
- Added
k-button-group-flat
className to theButtonGroup
rendered byFlatColorPicker
- Removed the obsolete
k-colorpalette-table-wrap
wrapper element andk-palette
className fromColorPalette
component - Removed the obsolete
k-widget
className from slider components
Dropdowns
- Added
k-virtual-table
className to the list rendered byMultiColumnList
when there is virtualization - Replaced the
<input />
element inListFilter
with theTextBox
component - Removed the
k-list-container
className from the popups ofDropDownTree
andMultiSelectTree
- Removed the
k-reset
popup className fromComboBox
when used inMultiColumnComboBox
- Replaced the
k-multiselect
className withk-multiselecttree
- Overwrote the
ComboBox
popup classNames withMultiColumnComboBox
popup classNames
Layout
- Added the combined
k-bottom-nav-${fillMode}-${themeColor}
className toBottomNavigation
- Added
<span />
wrapper element withk-breadcrumb-item-text
className toBreadcrumbLink
component' text - Added
k-breadcrumb-icontext-link
className toBreadcrumbLink
if there are icon and text, andk-breadcrumb-icon-link
className when there is only icon - Added
k-breadcrumb-root-link
className to the first item rendered by theBreadcrumbLink
component - Added
k-breadcrumb-root-item
className to the first item rendered by theBreadcrumbListItem
component - Added
k-breadcrumb-last-item
className to the last item rendered by theBreadcrumbListItem
component - Removed the
k-flex-none
className fromBreadcrumbListItem
component - Removed the
k-cursor-pointer
andk-flex-none
classNames fromBreadcrumbLink
component - Removed the
k-breadcrumb-icontext-link
className fromBreadcrumbLink
component - Removed the
k-flex-wrap
className fromBreadcrumbOrderedList
Scheduler
- Added
k-toolbar-button
className to the button inViewSelectorItem
- Added
k-scheduler-views
className in desktop view andk-scheduler-tools
in mobile view toViewSelectorList
- Removed the
k-scheduler-views-wrapper
wrapper element fromViewSelectorList
component - Removed the
<ViewSelector>
element wrapping<ViewSelectorList />