Skip to content

Releases: cometchat/cometchat-uikit-react-legacy

v4.3.38

11 Nov 11:36
da0ec27

Choose a tag to compare

New

  • None

Enhancements

  • Added the setStorageMode method in UIKit settings, allowing developers to choose between local and session storage for managing stored data.

Fixes

  • None

v4.3.37

17 Oct 08:10
8cb41a9

Choose a tag to compare

New

  • Added styling properties for customizing the appearance of the new message indicator in the message list.

Enhancements

  • None

Fixes

  • Fixed an issue where users were unable to upload PDFs or images in chat on iOS devices.

v4.3.36

18 Sep 07:17
14da268

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed a bug where the ccGroupCreated trigger did not add the new group conversation to the CometChatConversations component.
  • Resolved an issue where user search failed if a space was entered before the search text.
  • Fixed an issue where the message options menu in the CometChatMessageList component remained open after performing an action.

v4.3.35

04 Sep 17:11
733aa90

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where HTML tags were not rendering correctly in the message bubble.
  • Fixed an issue where group options were missing in Details Configuration when the user object included a profile link.
  • Fixed an error that occurred when opening a Collaborative Document.
  • Fixed an issue where the last message in a conversation overflowed when containing long text, ensuring proper text wrapping.
  • Fixed an issue where the read icon tint was not applied when configured through MessageInformationConfiguration.

Deprecations

  • None

Removals

  • None

v4.3.34

18 Aug 16:21
f460dd3

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue in the Transfer Ownership modal where long usernames overlapped with user scope labels on mobile devices.
  • Fixed an issue where the text cursor in the search field appeared cutting into the placeholder text.

v4.3.33

11 Jul 11:30
efce413

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where certain UI strings were not localized correctly.
  • Fixed an issue where the voice recording popup closed unexpectedly when the Send Message button was clicked or when clicking outside the popup during an active recording session.

v4.3.32

05 Jun 08:30
379635a

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where unread message counts incorrectly appeared in the conversation list when a user was logged in on multiple browsers or devices.

v4.3.31

20 May 08:37
3726b50

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where the edit preview did not close automatically when it was closed in another composer instance.
  • Fixed an issue where message options were not displayed properly for the last message in a conversation.

v4.3.29

22 Apr 09:14
92e9a4c

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Corrected the multi-selection checkbox to properly inherit the primary color from CometChatTheme.
  • Resolved an issue where attachments were incorrectly rendered as the wrong file type when a user selected an image but then uploaded another type of media file.

v4.3.28

27 Mar 10:10
2ceef1b

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed a warning related to peer dependencies that appeared while installing dependencies in the sample app.
  • Resolved an issue where default message options were not being returned for custom messages from the CometChatUIKit.getDataSource().getDefaultOptions() method.
  • Addressed an issue where reloading the page during an ongoing call did not clear the active call, preventing new calls from being initiated post-reload.

Deprecated

  • Deprecated activeTabBorder in the CometChatTabs component.