New to KendoReact? Start a free 30-day trial
Rendering Changes in 11.0.0
The KendoReact 11.0.0 release introduces changes in the rendering of several components.
ActionSheet
- Removed
!k-overflow-hidden
class fromk-actionsheet-content
. - Removed
<div class="k-actionsheet-subtitle k-text-center"></div>
element when no content inside.
ColorPicker
- Replaced the
x
in header with tick icon in adaptive mode.
DateInputs
- Replaced the
x
in header with tick icon in adaptive mode.
DropDownList
- Added
div.k-list-container
element inside the.k-actionsheet-content
in adaptive mode.
DropDowns
- Replaced the
x
in header with tick icon in adaptive mode.
FlatColorPicker
- Reorder and realign action buttons per referent rendering.
MultiSelect
- Removed action buttons from MultiSelect adaptive mode as they are not present in non-adaptive mode.
MultiSelectTree
- Removed
k-list-container
andk-list k-list-lg
elements to align with the referent rendering. - Removed action buttons from MultiSelectTree adaptive mode as they are not present in non-adaptive mode.
TileLayout
- Removed the wrapping div of the
k-tilelayout-item k-card
andk-layout-item-hint
elements. - Added only one initially visible
hint
element.