Skip to content

Releases: cometchat/cometchat-sample-app-vue

v4.3.10

Choose a tag to compare

@swayam-cometchat swayam-cometchat released this 30 Jan 13:01
89cecd9

New

  • None

Enhancements

  • None

Fixes

  • Resolved vulnerability issues in the sample app to ensure a more secure and stable experience.

v4.3.9

Choose a tag to compare

@swayam-cometchat swayam-cometchat released this 25 Sep 13:41
73384f2

Fixes

  • Fixed an issue where the sample app was not fetching groups and users correctly.
  • Updated the UI Kit version.

v4.3.8

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 28 Jun 09:32
2073bef

Enhancement

  • Added functionality to fetch sample users from the API. If the API request fails, the app will now seamlessly fallback to using locally stored data. This ensures a smoother and more reliable user experience even in case of network or server issues.

v4.3.7

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 09 May 07:55
8bb9d89

Enhancement

  • Updated Sample App for UiKit version 4.3.7

v4.3.4

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 16 Apr 14:04
5e52db0

Enhancement

  • Updated Sample App for UiKit version 4.3.4

v4.3.3

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 09 Apr 13:19
f6412ba

Enhancement

  • Updated Sample App for UiKit version 4.3.3

v4.3.2

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 04 Apr 10:48
11b9f3d

Enhancement

  • Updated Sample App for UiKit version 4.3.2

v4.3.1

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 01 Apr 09:22
45ab8a1

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 the reactions icon was not loading in the reaction bar.
  • Corrected the text color and background color being the same in dark mode.
  • Resolved multiple issues with composing messages on iOS devices.

v4.2.0

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 05 Feb 12:05
56eb4a3

Changes Made:

  • New Feature: Added new interactive message.

    • Scheduler Message
  • Updated:

    • New Element added DatePickerElement for Form Message
    • Updated response structure for APIAction

v4.1.1

Choose a tag to compare

@nakul-cometchat nakul-cometchat released this 15 Dec 13:46
0537ac6

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.