Learn what's new across releases, with details of features, enhancements, and resolved issues.
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Kendo UI for Vue 2026 Q3 (v9.2.0)Aug 12, 2026
Features
Barcode: Added component.
Grid: Added k-sortable class to sortable columns and removed cursor override.
PDF-viewer: Added component.
Fixes
Editor: Bumped @progress/kendo-editor-common in /packages/editor.
Grid: Fixed cells.data custom components not rendering.
Kendo UI for Vue 2026 Q2 (v9.1.0)Jul 20, 2026
Features
Inputs: Implemented OTPInput component.
Fixes
Dialogs: Fixed issue regarding passing native event directly in dispatchMoveEvent.
Grid: Fixed to prevent attribute fallthrough in table components.
Layout: Fixed issue so that drawer opens from the correct direction on first expansion.
Kendo UI for Vue 2026 Q2 (v9.0.0)May 20, 2026
Features
Added support for the new Kendo UI Meridian theme.
Added support for Kendo UI Icons v5.0.0.
Grid: Added CSV export.
Replaced axios with browser fetch.
Fixes
Progressbars: Fixed to hide progressbar value when it is zero.
Kendo UI for Vue 2026 Q1 (v8.3.0)May 7, 2026
Features
Buttons: Added SegmentedControl component.
Buttons: Added SmartPasteButton component.
Form: Added multi-column layout, FormFieldSet, onChange, errors and colSpan support.
Grid: Added clipboard support.
Grid: Added dir prop.
Grid: Added grid selection.
Fixes
Grid: Fixed onNavigationaction.
Kendo UI for Vue 2026 Q1 (v8.2.0)Apr 17, 2026
Features
Grid: Added contextmenu.
Fixes
Bumped axios version.
Dropdowntree: Fixed issue to enable selecting items when filtering is on.
Grid: Fixed cells group headers.
Kendo UI for Vue 2026 Q1 (v8.1.1)Apr 7, 2026
Fixes
Editor: Fixed error when disposing the component.
Grid: Fixed issue where pinnedData rows are not applied correctly.
Kendo UI for Vue 2026 Q1 (v8.1.0)Apr 1, 2026
Features
Added Grid selectable.
Added Grid Locked Groups.
Added Grid Pinned Rows.
Added Grid Sticky Groups.
Added PromptBox component.
Fixes
Charts: Bumped @progress/kendo-charts in /packages/charts.
Fixed issue where grid column menu false column setting is not working.
Fixed issue where grids don't render column menu to group and select header cells.
Indicators: Fixed issue in regards to applying themeColor CSS class in BadgeContainer.
Kendo UI for Vue 2026 Q1 (v8.0.2)Mar 5, 2026
Fixes
Editor: Resolved issue with latest Firefox.
Gauges: Bumped @progress/kendo-charts in /packages/gauges.
Multiselecttree: Prevent popup close when clicking from filter to tree item.
Kendo UI for Vue 2026 Q1 (v8.0.1)Feb 19, 2026
Fixes
Fixed virtual grid glitch.
Kendo UI for Vue 2026 Q1 (v8.0.0)Major versionFeb 10, 2026
Features
Grid:
Added new virtualization in the grid component with fewer required configurations.
Added new 'autoProcessData' prop in the grid that allows smoother inbuilt state updates.
Added new defaultSort, defaultFilter, defaultGroup, defaultSkip, and defaultTake props in the grid that configure the defaults for the uncontrolled autoProcessData cases.
Added new defaultDetailExpand/detailExpand and defaultGroupExpand/groupExpand props that control the expanded states.
Added new inbuilt global search behavior with new search/defaultSearch props and a GridSearchBox component.
Added new columnsState and defaultColumnState props to make the control of the columns even smoother.
The 'loader' prop is no longer accepting bool values. Use the new 'showLoader' prop to show and hide the loader of the grid.
The onExpandchange event is deprecated in favor of onDetailexpandchange and onGroupexpandchange.
The 'expandField' event is deprecated in favor of setting the dataItemKey prop.
The 'collapsedGroups' prop is deprecated in favor to the new state management approach and the expandGroups prop.
The 'topCacheCount' is deprecated and not needed any more.
The 'totalGroupedHeigh' prop is deprecated as the virtual grouping already has built-in logic.
The 'uniguqField' prop is deprecated in favor of 'dataItemKey'.
TreeView: Made entire item clickable for selection and checkbox toggle.
Updated state management and virtualization.
Common All appearance props no longer have 'null' option.
Fixes
Bumped axios to v1.13.2.
Editor: Bumped @progress/kendo-editor-common in /packages/editor.
Gauges: Bumped @progress/kendo-charts in /packages/gauges.