KendoReact 2025 Q4 (v13.0.0)

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 and configuration levels.
    • Expose global prop timestampVisibility.
  • Editor:
    • Added localization for NumberedList and BulletedList dropdown items.
  • Filter:
    • Implement and test keyboard navigation.
  • Gauges:
    • Added CSS custom properties support for colors.
    • Added CSS variables support for scale colors.
  • Grid:
    • Added selection, column, and export operations to AI assistant.
  • Scheduler:
    • Added stable sorting for events.

不具合の修正

  • Chat:
    • Fixed not to show 'message deleted' text when the message has no text.
    • Fixed message active state and selection behavior.
    • Removed unactionable X icon beside files in sent messages.
  • ComboBox:
    • Fixed to apply max-height to popup in non-adaptive mode below medium screen width.
  • DatePicker:
    • Fixed to prevent onOpen, onClose, onChange from spreading to DOM elements.
  • Gantt:
    • Fixed issue regarding filter row not being fixed when scrolling.
  • Grid:
    • Fixed issue where data is not loaded on async load.
    • Removed mutability in prop.
    • Fixed issue where rowClick and rowDoubleClick are not triggered on custom cell.
  • Layout:
    • Fixed to update spreadsheet e2e selectors after tabstrip class change.
  • PDF-Viewer:
    • Fixed to preserve current page when changing zoom level.
  • TreeList:
    • Fixed issue regarding filter row not being fixed when scrolling.
  • TreeView:
    • Resolved broken expand/collapse animation for tree items.