KendoReact 2025 Q3 (v12.0.0)

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 in the TreeList filter cell structure to align with the reference rendering.
  • Grid:
    • The deprecated k-alt CSS class has been removed from grid row and detail row rendering for alternate rows to align with the reference rendering.
  • Chat:
    • Renamed user attribute to authorId.
    • Renamed onMessageSend handler to onSendMessage.
    • Replaced message attribute with messageTemplate.
    • Renamed ChatMessageSendEvent type to ChatSendMessageEvent.
    • Removed showToolbar attribute.
    • Removed toolbar attribute.
    • Removed onToolbarActionExecute attribute.

修補程式

  • Calendar: Fixed issue where calendarheaderprops is not exported.
  • Chart: Fixed series type API.
  • Combobox: Fixed issue where accesskey property is not set to the inner input of the combobox.
  • DateRangePicker: Fixed issue where adaptivesubtitle is not displayed.
  • Form: Fixed issue where the datepicker is not rendered in a form when it has a label.
  • FlatColorPicker: Fixed issue where header prop does not work unless passing jsx.
  • Grid: Removed deprecated k-alt class from row and detail row rendering.
  • MultiColumnCombobox: Fixed issue where header is not scrolled horizontally.
  • Switch: Fixed issue where thumbrounded prop works only with value of full.
  • TextArea: Fixed to use correct focus class.
  • TreeList: Changed rendering structure by adding intermediate container.
  • TreeList: Replaced k-alt class with k-table-alt-row in TreeList alternate rows.