KendoReact 2026 Q1 (v14.0.0)

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.
    • Introduced codemods for migrating from v13 to v14.
  • Grid:
    • Added CSV export functionality with GridCsvExportButton.
    • Added saveAsCsv and getCsvBlob methods with grouped data support.
  • Indicators: Added 'none' option to Badge rounded prop.
  • Inputs: Added 'none' option to rounded prop for all components 81ea70.
  • SmartPaste: Added SmartPaste component.
  • TreeView: Added ability to make entire item clickable for selection and checkbox toggle.
  • Notification: Changed Notification component from class to functional.
  • PanelBar: Changed PanelBar component from class to functional.
  • Slider: Changed Slider component from class to functional.
  • Switch: Changed Switch component from class to functional.
  • TabStrip: Changed Tabstrip component from class to functional.
  • TileLayout: Changed TileLayout component from class to functional.
  • Tooltip: Changed Tooltip component from class to functional.
  • Window: Changed Window component from class to functional.

修补程序

  • Common:
    • Added defensive checks to uButton.wrapper() and grid for undefined props.
    • Removed extra CSS size classes from components.
    • Reverted to classic JSX transform for React 16 compatibility.
  • DropDowns:
    • Changed appearance defaultProps to undefined and removed debug log.
    • Added explicit return types to List and ListItem components.
    • Updated List accessibility and grouped rendering.
  • Editor:
    • Added ability to use automatic jsx runtime in development.
    • Resolved ProseMirror duplicate dependency conflict.
    • Added ability to use stable keys for ButtonGroup instead of array index.
  • Grid:
    • Changed line endings in CSV export expected files.
    • Added support for defaultGroup in CSV export for grouped data.
    • Added ability to use CRLF line endings in expected CSV test files.
  • Inputs:
    • Changed appearance defaultProps to undefined and remove debug log.
    • Added ability to apply size prop to ColorPicker dropdown button.
  • MultiColumnComboBox: Added ability to modify header scroll behavior.