Skip to content

v6.0.1

Choose a tag to compare

@vivekCometChat vivekCometChat released this 28 May 12:18
· 1 commit to v6 since this release
24d6c09

v6.0.1

New

  • Added the CometChatNotificationFeed component to display campaign notification feeds with category-based filtering, real-time updates, and engagement reporting.
  • Added support for CometChatNotificationFeed in both Jetpack Compose through the CometChatNotificationFeed composable and XML Views through the CometChatNotificationFeed custom view.
  • Added category filter chips with unread badge counts and visual highlighting to help users quickly identify categories with new notifications.
  • Added per-item timestamp formatting to show the exact time for notifications received today, the date and time for notifications from the current year, and the full date and time for older notifications.
  • Added automatic delivery and read reporting so notifications are marked as delivered when fetched or received in real time, and marked as read after 1 second of visibility.
  • Added real-time WebSocket support so new campaign notifications appear at the top of the feed as soon as they are received.
  • Added pull-to-refresh and infinite scroll pagination to make it easier to reload the feed and browse older notifications with clear loading and error states.
  • Added push notification handling for the business_messaging type so tapping a notification opens the Notifications tab directly in both sample apps.
  • Added the onActionClick callback to give developers control over engagement reporting when users interact with card action buttons.
  • Added full-screen loading, empty, and error states that align with the CometChat design system.

Enhancements

  • None

Fixes

  • None