Kendo UI Vue 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Kendo UI for Vue 2026 Q3 (v9.2.0)2026년 8월 12일
기능
  • Barcode: Added component.
  • Grid: Added k-sortable class to sortable columns and removed cursor override.
  • PDF-viewer: Added component.
수정 사항
  • 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)2026년 7월 20일
기능
  • Inputs: Implemented OTPInput component.
수정 사항
  • 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)2026년 5월 20일
기능
  • 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.
수정 사항
  • Progressbars: Fixed to hide progressbar value when it is zero.
Kendo UI for Vue 2026 Q1 (v8.3.0)2026년 5월 7일
기능
  • 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.
수정 사항
  • Grid: Fixed onNavigationaction.
Kendo UI for Vue 2026 Q1 (v8.2.0)2026년 4월 17일
기능
  • Grid: Added contextmenu.
수정 사항
  • 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)2026년 4월 7일
수정 사항
  • 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)2026년 4월 1일
기능
  • Added Grid selectable.
  • Added Grid Locked Groups.
  • Added Grid Pinned Rows.
  • Added Grid Sticky Groups.
  • Added PromptBox component.
수정 사항
  • 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)2026년 3월 5일
수정 사항
  • 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)2026년 2월 19일
수정 사항
  • Fixed virtual grid glitch.
Kendo UI for Vue 2026 Q1 (v8.0.0)주요 버전2026년 2월 10일
기능
  • 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.
수정 사항
  • 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.