v5.0.4
·
2 commits
to v5
since this release
New
- Added render-only support for card messages through the new
CometChatCardBubblecomponent, which displays developer-sent cards (messages in thecardcategory) using the card renderer and forwards actions without handling them. - Added card action forwarding through the new
ccCardActionClickedevent onCometChatMessageEvents, which emits an event containing the owning message and the raw action whenever a user taps a card action. - Added a notification feed composed of the new
CometChatNotificationFeedcomponent, aCometChatNotificationBadgecomponent, and aNotificationUnreadCountServicefor tracking unread notification counts. - Added support for AI agent messages in group conversations, which previously appeared only in one-to-one chats.
Enhancements
- None
Fixes
- Fixed an issue where a duplicate conversation appeared in the conversation list when a new group was created.