Kendo UI for Angular 2025 Q2 (v19.0.0)

Released: May 27, 2025

Kendo UI for Angular 2025 Q2 (v19.0.0) 中的更新

特性

  • Provided codemods for easier migration.
  • Enabled keyboard navigation by default across multiple components.
  • ActionSheet:
    • Added action buttons.
    • Added overlayClickClose property.
  • ColorPicker:
    • Improved adaptive mode.
    • Improved adaptive mode rendering.
    • Added adaptive close button message.
  • DateInputs:
    • Improved adaptive mode.
    • Improved adaptive mode rendering.
    • Added adaptive close button message.
  • DropDowns:
    • Improved adaptive mode.
    • Improved adaptive mode rendering.
    • Added adaptive close button message.
  • Grid:
    • Added adaptive mode.
    • Added filter toolbar tool.
    • Added group toolbar tool.
    • Added showInactiveTools property.
    • Added sort toolbar tool.
    • Added toolbar editing tools.
    • Enabled row removal confirmation by default.
    • External editing adaptiveness.
    • Introduced built-in state management.
    • Added ability to select items with space.
  • MultiSelect: Improved adaptive mode rendering.
  • MultiSelectTree: Improved adaptive mode rendering.
  • Pager:
    • Added responsive and adaptivemode properties.
    • Added ability to choose page from input in small resolutions.
  • Sankey: Added support for setting height and width.
  • Spreadsheet: Added data validation date cell editor.
  • ToolBar:
    • Added showText and showIcon properties.
    • Updated DisplayMode values.

Breaking Changes:

  • Navigable defaults to true for all occurrences.
  • ColorPicker:
    • closeButton is now adaptiveCloseButtonTitle.
    • Updated the ActionSheet close button icon.
    • title and subtitle properties are now adaptiveTitle and adaptiveSubtitle.
  • DateInput:
    • The min and max properties of the DateInput now have a default value.
    • clearTitle is now adaptiveCloseButtonTitle.
    • Updated the ActionSheet close button icon.
    • title and subtitle properties are now adaptiveTitle and adaptiveSubtitle.
  • DropDowns:
    • clearTitle is now adaptiveCloseButtonTitle.
    • Updated the ActionSheet close button icon.
    • title and subtitle properties are now adaptiveTitle and adaptiveSubtitle.
  • Grid:
    • Added default text values to all toolbar tools.
    • kendo-angular-indicators is added as a peer dependency.
    • The Grid editing directives removeConfirmation option defaults to true.
  • MultiSelect: Removed Apply and Cancel buttons.
  • MultiSelectTree: Removed Apply and Cancel buttons.
  • Pager:
    • Pager elements are now rendered based on the available screen space.
    • Replaced the select element with an input in small screen resolutions.
  • Sankey: Multiple rendering changes.
  • Spreadsheet: Added kendo-angular-dateinputs as a peer dependency.
  • TabStrip: Removed the mouseScrollSpeed property from the TabStripScrollableSettings.
  • ToolBar:
    • Added kendo-angular-indicators as a peer dependency.
    • Changed the DisplayMode values. 'overflow' has been changed to 'menu' and 'both' has been changed to 'always'.

修補程式

  • DateInput: Fixed issue where min and max do not have default values.
  • DateRange: Fixed issue where value is reset when actionsheet overlay is clicked.
  • DragAndDrop: Fixed issue where drag delay requires additional click to enable dragging.
  • Grid: Fixed issue where the drag clue and hint are not cleared on component destruction.
  • Grid: Fixed issue where clicking remove button in command column results in selection.
  • Grid: Fixed issue where "ime" composition is not filtered on composition end.
  • ListView: Fixed issue where scrollBottom is sometimes triggered when scrolling up.
  • Pager: Fixed issue where keyboard triggers page change event from disabled buttons.
  • PDFViewer: Fixed issue where zooming using the wheel is slow.
  • Popover: Fixed issue regarding display of redundant border.
  • TabStrip: Removed obsolete mouseScrollSpeed property.
  • ToolBar: Fixed issue where size is not propagating to tools.
  • TreeList: Fixed issue where the drag clue and hint not are cleared on component destruction.