Skip to content

v5.0.4

Choose a tag to compare

@aanshisingh-cometchat aanshisingh-cometchat released this 08 Jul 15:43
· 2 commits to v5 since this release
a0131be

New

  • Added render-only support for card messages through the new CometChatCardBubble component, which displays developer-sent cards (messages in the card category) using the card renderer and forwards actions without handling them.
  • Added card action forwarding through the new ccCardActionClicked event on CometChatMessageEvents, 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 CometChatNotificationFeed component, a CometChatNotificationBadge component, and a NotificationUnreadCountService for 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.