New to Kendo UI for Angular? Start a free 30-day trial
Rendering Changes in 20.0.0
Updated on Oct 31, 2025
The Kendo UI for Angular 20.0.0 release introduces changes in the rendering of several components.
AIPrompt
- The prompt suggestions are wrapped in a
divwith classk-suggestion-group. - Replaced
k-prompt-suggestionclass withk-suggestion.
ConversationalUI
- Replaced
k-quick-repliesclass withk-suggestion-groupon the suggested actions of the Chat. - Replaced
k-quick-replyclass withk-suggestion k-suggestion-primaryon the chat suggestions. - Moved
divwith classk-avatar-image(inside thek-avatarelement) outside of thek-message-group-contentelement. - Added
k-message-group-senderclass to the message groups of the current user. - Added
k-message-group-receiverclass to the message groups of other users. - Added
k-bubbleclass to thek-chat-bubbleelement. - Added
divwith classk-bubble-contentinside thek-chat-bubbleelement, containing aspanwith classk-chat-bubble-textthat wraps the message text.