Kendo UI Vue Versions

Découvrez les nouveautés dans chaque version, avec des détails sur les fonctionnalités, les améliorations et les problèmes résolus.

janv.
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
Kendo UI for Vue 2026 Q3 (v9.2.0)12 août 2026
Fonctionnalités
  • Barcode: Added component.
  • Grid: Added k-sortable class to sortable columns and removed cursor override.
  • PDF-viewer: Added component.
Corrections
  • 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)20 juil. 2026
Fonctionnalités
  • Inputs: Implemented OTPInput component.
Corrections
  • 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)20 mai 2026
Fonctionnalités
  • 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.
Corrections
  • Progressbars: Fixed to hide progressbar value when it is zero.
Kendo UI for Vue 2026 Q1 (v8.3.0)7 mai 2026
Fonctionnalités
  • 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.
Corrections
  • Grid: Fixed onNavigationaction.
Kendo UI for Vue 2026 Q1 (v8.2.0)17 avr. 2026
Fonctionnalités
  • Grid: Added contextmenu.
Corrections
  • 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)7 avr. 2026
Corrections
  • 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)1 avr. 2026
Fonctionnalités
  • Added Grid selectable.
  • Added Grid Locked Groups.
  • Added Grid Pinned Rows.
  • Added Grid Sticky Groups.
  • Added PromptBox component.
Corrections
  • 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)5 mars 2026
Corrections
  • 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)19 févr. 2026
Corrections
  • Fixed virtual grid glitch.
Kendo UI for Vue 2026 Q1 (v8.0.0)Version majeure10 févr. 2026
Fonctionnalités
  • 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.
Corrections
  • Bumped axios to v1.13.2.
  • Editor: Bumped @progress/kendo-editor-common in /packages/editor.
  • Gauges: Bumped @progress/kendo-charts in /packages/gauges.
  • Intl: Updated @progress/kendo-intl to ^3.2.1.