Skip to content

v6.0.0-beta2

Choose a tag to compare

@vivekCometChat vivekCometChat released this 28 Apr 19:23
· 3 commits to v6 since this release
29afe37

New

  • Added CometChatSearch, a full-text search component for conversations and messages with scoped search, filter chips, and customizable result views. It supports searching conversations, messages, or both, and is available in both Kotlin XML Views and Jetpack Compose.
  • Added CometChatAIAssistantChatHistory, a component for viewing past AI assistant conversations with pagination, message deletion, and date-based grouping. It also includes customizable empty, error, and loading states, and is available in both Kotlin XML Views and Jetpack Compose.
  • Added rich text formatting support in CometChatMessageComposer, including bold, italic, strikethrough, inline code, code blocks, blockquotes, ordered and unordered lists, and links.
  • Added automatic rendering for rich text content in CometChatMessageList.
  • Added a search button in CometChatMessageHeader to support in-conversation message search.
  • Added message highlighting when navigating to results from search.
  • Added a search input in CometChatConversations for faster conversation discovery.

Enhancements

  • Enhanced AI UI support with agentic AI capabilities.
  • Added styling support for Search, Message Information, Message Option Sheet, Attachment Option Sheet, AI Assistant Chat History, AI Option Sheet, Conversation Starter, Conversation Summary, and Smart Replies.
  • Improved component theming support across the UI Kit by enabling XML theme styles in Kotlin and style object parameters in Compose.

Fixes

  • None