Skip to content

Releases: cometchat/cometchat-sample-app-angular

v4.3.8

30 Jul 13:54
b624244
Compare
Choose a tag to compare

Enhancement

Updated UIKit version to v4.3.14

v4.3.7

26 Jun 06:03
1d3a837
Compare
Choose a tag to compare

Updated UIKit version to 4.3.7

v4.3.6

08 May 11:05
3cd646f
Compare
Choose a tag to compare

Enhancement

  • Updated UIKit version to 4.3.6

v4.3.4

16 Apr 12:56
6731515
Compare
Choose a tag to compare

Enhancement

Updated UIKit version to 4.3.4

v4.3.2

09 Apr 13:18
7bed24f
Compare
Choose a tag to compare

Enhancement

  • Updated UIKit version to 4.3.2

v4.3.0

01 Apr 06:37
1ae4dc3
Compare
Choose a tag to compare

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.

Fixes

  • Addressed a usability issue by making the search bar fully clickable across its entire width.
  • Resolved a configuration issue where threadedMessagesConfiguration was not being applied properly to the message component.
  • Corrected a visual problem with image stretching in fullscreen mode to ensure proper display.
  • Fixed an issue with customizable borders on the CometChatMessageInput Component, allowing for better theme integration.
  • Updated CometChatDetails Component to accept a callback for template options, rather than the options themselves, for enhanced configurability.
  • Improved the user interface by eliminating extra borders from message options for a cleaner look.

v4.2.0

05 Feb 14:17
f09c8dd
Compare
Choose a tag to compare
  • Added support for Scheduler Bubble in Interactive Messages .
  • Added Date Time Picker in form Message.

v4.1.0

18 Dec 09:28
e0bcd26
Compare
Choose a tag to compare

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.

v4.0.2

14 Nov 09:05
392f248
Compare
Choose a tag to compare

Changes Made:

  • New Feature: Added support for interactive messages.
    • Form Message
    • Card Message

v4.0.1

17 Oct 10:59
6e0ca17
Compare
Choose a tag to compare

Added AI Conversation Starter & AI Smart Replies feature.
Removed BrowserModule import from UI Kit.