Javascript React Chat App Versions Save

Voice & Video Calling and Text Chat App for React (JavaScript/Web)

v4.3.7

3 weeks ago

Enhancement

  • Updated Sample App for UiKit version 4.3.7

v4.3.5

1 month ago

Enhancement

  • Updated Sample App for UiKit version 4.3.5

v4.3.4

1 month ago

Enhancement

  • Updated Sample App for UiKit version 4.3.3

v4.3.3

1 month ago

Enhancement

  • Updated Sample App for UiKit version 4.3.3

v4.3.2

2 months ago

New

  • Introduced UI components for adding reactions to messages as a core chat feature:
    • Added CometChatReactions component to display reactions for messages, enhancing user interaction.
    • Added CometChatReactionList component to group and list users by their message reactions.
  • Introduced CometChatTextFormatter Class designed to format text matching specific patterns.
  • Launched UI components for mentioning users as a foundational chat feature:
    • Introduced CometChatMentionTextFormatter class, an extension of CometChatTextFormatter, to specifically format user mentions within messages and provide the user suggestions when used with CometChatMessageComposer.

Enhancements

  • Updated CometChatMessageList, CometChatMessageComposer, and CometChatConversations Components to accept an array of CometChatTextFormatter, providing a flexible text formatting system based on various regex patterns, such as differentiating between user mentions and URLs within a message.
  • Implemented a callback in CometChatMessages to handle header menu interactions.

Fixes

  • Addressed the problem where the reactions screen was hidden behind the edge of the device in mobile devices.
  • Fixed the issue where Conversations were not refreshing in real-time for interactive messages.
  • Resolved the issue with the typing indicator only working for the initial typing event.
  • Fixed the scrolling issue where clicking on a reaction would cause the message list to scroll to the bottom.
  • Fixed the issue where realtime message listeners were not working in the thread messages screen.
  • Fixed the ccComposeMessage event for CometChatMessageComposer.
  • Resolved multiple issues with composing messages on iOS devices.
  • Fixed the problem where passing the threadedMessagesConfiguration from MessagesConfiguration to CometChatMessages component was not working.

v4.2.0

3 months ago
  • Added support for Scheduler Bubble in Interactive Messages .
  • Added Date Time Picker in form Message.

v4.1.1

5 months ago

New Features:

  • Added support for AI Conversation Summary & AI Assist Bot.
  • Added Call Logs, Call Log Participants, Call Log Recordings, Call Log History, Call Log Details & Call Logs With Details component.

Bug Fixes:

  • Fixed issue with not being able to hide delete option in Conversations component.
  • Fixed security vulnerabilities reported by npm audit.
  • Fixed issue with Responsiveness of CometChat Tabs.
  • Fixed issue with Group Members Count not updating in CometChatGroupsWithMessages.
  • Fixed issue with Voice Recording.

v4.0.8

6 months ago

Changes Made:

  • New Feature: Added support for interactive messages.
    • Form Message
    • Card Message
  • Removed prop isDraggable from CometChatTabs component
  • Introduced TabsStyle in CometChatTabs component

v4.0.1

7 months ago

Added AI Conversation Starter & AI Smart Replies feature. Fixed issue with the messages list getting stuck on loading. Fixed issue with scrollToBottomOnNewMessages property missing from MessageListConfiguration.

v4.0.0

8 months ago

Sample app with v4 React UI kit