2025 Releases
This article lists the breaking or important changes in the 2025 releases of Kendo UI. For the complete list of changes in the UI components, see the product release history.
Kendo UI 2025 Q4
Rendering Changes
Map
The positional CSS classes used for Map controls (attribution, navigator, and zoom) have been updated to align with modern CSS practices:
| Old Classes | New Class |
|---|---|
k-pos-top k-pos-left | k-top-start |
k-pos-top k-pos-right | k-top-end |
k-pos-bottom k-pos-left | k-bottom-start |
k-pos-bottom k-pos-right | k-bottom-end |
These classes are applied to the control wrapper elements based on the position configuration of the Map controls (attribution, navigator, and zoom). The API values for the position property (topLeft, topRight, bottomLeft, bottomRight) remain unchanged.
Kendo UI 2025 Q3
Chat
Starting with the 2025.3.825 Kendo UI for jQuery version, the Chat component has been completely redesigned. The API is updated accordingly to support the newly introduced features.
AIPrompt
-
The showOutputRating property is deprecated as there is now
outputActionsconfiguration option that is more flexible. -
The outputRatingChange event is deprecated. Use
outputActionevent instead. -
The outputCopy event is deprecated. Use
outputActionevent instead. -
The
k-prompt-suggestionclass on therole='listitem'element has been replaced with thek-suggestionclass.
Kendo UI 2025 Q2
Pager
Starting with Q2 2025, the Pager provides an adaptive mode that enhances its responsive behavior and optimizes the user experience on different screen sizes.
The adaptive mode introduces several notable changes to the default Pager behavior:
-
Input Behavior Change: When the
inputoption is set totrue, the Pager now renders a NumericTextBox in place of numerical buttons for pages, rather than displaying a textbox next to the arrow buttons. -
No Numeric Buttons: When
inputistrue, numerical page buttons are not rendered at all. -
Page Selection Dropdown Replacement: The dropdown for selecting a page is replaced with a NumericTextBox.
-
Removal of
numbersSelectLabelProperty: This property has been removed as the select element is no longer used.
Rendering Changes
The Kendo UI for jQuery 2025 Q2 release introduces changes in the rendering of a number of components.
AIPrompt
- The
k-white-space-pre-lineclass has been removed from thek-card-bodyelement where the output from the prompt is rendered.
DockManager
- The
k-headerclass has been removed from the TabStrip element.
ExpansionPanel
- The
k-d-noneclass on thek-expander-content-wrapperelement has been replaced with thek-hiddenclass.
Gantt
- The
k-altclass has been removed from the rows in the TreeList and the timeline in the Gantt.
Grid
- The
k-altclass has been removed from thetr.k-table-alt-rowelements. - The
k-grid-draggable-headerclass and thedraggable=trueattribute have been added to thek-grid-headerelement when grouping or column reodering is enabled. - The
k-touch-action-noneclass has been removed from the draggable cell elements due to the addition of thek-grid-draggable-header. - The
k-drag-cellclass (when row-reordering is enabled) has been removed from thek-table-thelement.
Spreadsheet
- The
k-tabstrip-itemclass has been added to thek-itemelements in the sheet bar.
TreeList
- The
k-treelist-groupclass has been removed from the parent nodes. - The
k-drag-cellclass (in row-reordering scenario) has been removed.