Kendo UI for Angular 2025 Q3 (v20.0.0)

Released: Aug 26, 2025

Aggiornamenti in Kendo UI for Angular 2025 Q3 (v20.0.0)

Funzionalità

  • Chat:
    • Added message actions in contextmenu and toolbar.
    • Added messageWidthMode and allowMessageCollapse properties.
    • Added pin, reply, delete custom messages.
    • Added suggestions for the messagebox.
    • Added templates for the header, timestamp, suggestion, status.
    • codemod for deprecated user property.
    • Enhanced textarea.
    • Added the ability to format message links.
    • Introduced message files.
    • The Chat component's rendering and styles have been significantly updated to support modern conversational interfaces.
    • The messageBoxType property of the ChatComponent no longer accepts textbox as a value.
    • The user property of the ChatComponent has been removed. Use authorId instead.
  • Grid:
    • Added dom virtualization.
    • Removed equal row height requirement for virtual scrolling.
    • Now allows the enabling of virtualization and paging at the same time.
    • You can now perform highlight built-in when using the AI assistant tool.
    • codemod for deprecated kendoGridGroupBinding directive.
    • kendoGridGroupBinding directive is no longer supported.
    • rowHeight and detailRowHeight now actually set the respective values.

Correzioni

  • AIPrompt: Redundant list role.
  • Grid:
    • Fixed issue where editCell method does not focus numeric input in template when navigable.
    • Fixed issue where row is not selected when clicking outer cell in stacked mode.
    • Fixed issue where footer is not displayed in Chrome with virtual scrolling.
    • Fixed issue where bottom rows are unreachable in some scenarios with virtualization enabled.
    • Fixed issue regarding inconsistent groups state persisting with the different binding directives.
    • Fixed issue where virtualization is not working when detailRowHeight is greater than the grid height.
    • Fixed issue where scroll position jumps in master-detail grids with virtualization enabled.
    • Fixed issue regarding unexpected focus behavior when a virtual grid is created within an invisible container.
    • Fixed issue where switching between paging and virtual scrolling causes styling and item loading issues.
  • Pager: Fixed responsiveness glitches at certain widths.
  • TimePicker: Fixed bootstrap compatibility issue.