KendoReact のリリース

Released: Feb 10, 2026

2026 Q1 (v14.0.0) での更新項目

機能

  • Chat:
    • Added failed message type, PromptBox integration, scroll to bottom button and status icons.
    • Introduced codemods for migrating from v13 to v14.
  • Conversational-UI: Implemented PromptBox component.
  • Common:
    • Added 'none' option to rounded theme maps.
    • Removed appearance defaultProps from all components.
  • ColorPalette: Changed ColorPalette component from class to functional.
  • DropDowns:
    • Added 'none' option to rounded prop for all components.
    • Added ListItemIcon component and update List rendering...

Released: Jan 16, 2026

2025 Q4 (v13.3.0) での更新項目

機能

  • DropDowns: Added ignoreCase prop to ComboBox.
  • Grid: Added automatic focus for in-cell editing in stacked layout.
  • Grid: Added stacked data layout mode.
  • Grid: Added stacked detail row rendering.
  • Grid: Added stacked layout as a premium feature.
  • Grid: Added stackedData property for stacked layout cells.
  • kendo-react-intl: Updated @progress/kendo-intl to ^3.2.1.
  • Menu: Exposed onClose prop.

不具合の修正

  • DropDowns: Resolved MultiSelect keyboard navigation in virtualized lists.
  • Grid: Migrated stacked...

Released: Dec 17, 2025

2025 Q4 (v13.2.0) での更新項目

機能

  • Added GitHub Pages demo preview deployment workflow.
  • Build only changed demos individually instead of full apps.
  • Now build apps for production before deploying to gh-pages.
  • Updated vulnerable react dependency in astro demo app.
  • Form: Added errors prop and global onChange handler improving granularity.
  • Grid:
    • Added grid page size change functionality.
    • Added min and max width for columns.
    • Added paging functionality based on AI prompt.

不具合の修正

  • Bumped axios to v1.13.2.
  • Chat:
    • Exposed MessageAction...

Released: Nov 18, 2025

2025 Q4 (v13.1.0) での更新項目

機能

  • Chat: Added global style prop.
  • Gantt: Added the ability to export GanttHandle interface.
  • TextArea: Added flow prop for configuring orientation.

不具合の修正

  • Bumped @progress/kendo-licensing to 1.7.2.
  • Grid: Fixed issue to control the textarea's height in smart grid popup.

Released: Nov 11, 2025

2025 Q4 (v13.0.0) での更新項目

機能

  • Charts:
    • Redraw on CSS variable changes. Use observeStyles="false" to disable.
  • Chat:
    • Added suggestionsLayout, quickActionsLayout, and messageFilesLayout, along with userStatusTemplate and noDataTemplate.
    • Added messageContentTemplate, authorMessageSettings, and receiverMessageSettings for easier customization and more granular behavior control.
    • Added max-width/height constraints to attachment images.
    • Changed header theme color to inherit.
    • Expose showAvatar and showUsername props at both global...

Released: Oct 28, 2025

2025 Q3 (v12.2.0) での更新項目

機能

  • Grid: Added disableReorder to allow preventing reorder with column.
  • ColorPicker: Implemented adaptiveSubtitle prop functionality.
  • Popup: Upgraded to kendo-popup-common v1.9.5.
  • Signature: Applied inputStyle prop to canvas element.

不具合の修正

  • Updated progress/kendo-charts from 2.8.1 to 2.8.2.
  • Chat: Hide upload button when uploadConfig was set to false.
  • Conversational-UI: Prevented file wrapper rendering when there are no files.
  • DateInputs: Corrected keyboard focus on other month days in Calendar...

Released: Sep 25, 2025

2025 Q3 (v12.1.0) での更新項目

機能

  • OrgChart: Updated unnecessary type.
  • PopOver: Added auto-focus property.
  • PopUp: Allows configuring popup animation type.

不具合の修正

  • Chat: Handles autoscroll when setting typing prop to false.
  • Grid: GridToolbarAIAssistant icon prop was not working.
  • PDF-Viewer: Bumped progress/kendo-pdfviewer-common.
  • Rating: Removed snippets-preview example using deprecated half prop.

Released: Sep 19, 2025

2025 Q3 (v12.0.2) での更新項目

不具合の修正

  • Chat: Improved scrolling logic on streaming response.
  • Grid: axios peer dependency version.
  • Grid: Now respects show prop in GridToolbarAIAssistant component.
  • Grid: Updated GridToolbar description remarks.

Released: Aug 28, 2025

2025 Q3 (v12.0.1) での更新項目

不具合の修正

  • Grid: Exposed speech to text.

Released: Aug 26, 2025

2025 Q3 (v12.0.0) での更新項目

機能

  • Common:
    • Enhanced accuracy of AI Coding Assistant (MCP server and Copilot Extension). Improved code suggestions with higher context awareness and fewer errors.
  • Conversational-UI:
    • Added codemods configuration.
    • Improved the chat component.
  • TreeList:
    • The deprecated k-alt class on TreeList alternate rows has been replaced with the k-table-alt-row class to align with the reference rendering.
    • Added a new wrapper div with the class k-filtercell-wrapper between k-filtercell and k-filtercell-operator...