Skip to content

Releases: cometchat/cometchat-uikit-react-legacy

v3.0.11-1

30 Jan 14:08
a816cd9

Choose a tag to compare

Support for SDK v3.0.11

Bugfixes
emoji cursor position on compose message and edit message
Scroll position to a particular category in the emoji keyboard
Emoji keyboard causing message composer to disappear in smaller resolution
Twemoji cdn issue; using the new npm package twemoji/api
Unread count on scrolling to bottom of message list
Group member count in group list
Setup instructions in readme file

v3.0.10-pluto.beta.1.4

06 Feb 14:11
a816cd9

Choose a tag to compare

Bugfixes

  1. Crash issue due to Proptypes.shape type checking

3.0.10-pluto.beta.1.3

10 Jan 08:47
2442ed5

Choose a tag to compare

3.0.10-pluto.beta.1.3 Pre-release
Pre-release

Initial pluto uikit release

What's Changed

New Contributors

Full Changelog: v3.0.10-pluto.beta.1.2...v3.0.10-pluto.beta.1.3

v3.0.10-2

13 Dec 13:42
b7020f5

Choose a tag to compare

Updating emotion/core dependency with emotion/react for React v18 support

v3.0.10-pluto.beta.1.2

25 Oct 07:19

Choose a tag to compare

v3.0.10-pluto.beta.1.1

21 Oct 07:22

Choose a tag to compare

  • Bug fixes
  • Codesandbox example

v3.0.10-pluto.beta.1

13 Oct 10:48

Choose a tag to compare

Initial release of Pluto UIKit.

v3.0.10-1

17 Aug 11:51

Choose a tag to compare

  • Support for SDK v3.0.10
  • Fixed React v18 compatibility there by removed third party package emoji-mart dependency

Support for SDK v3.0.6-1

09 Feb 11:56
873281b

Choose a tag to compare

  1. Updating version to support SDK v3.0.6
  2. Updated outdated peer dependencies i.e html-react parser.
  3. Fixed blank screen appearance in mobile resolution when user leaves a group.
  4. Fixed error in updating group member count when a user leaves or is removed.

v3.0.5-1

10 Jan 11:01
873281b

Choose a tag to compare

  1. Support for SDK v3.0.5

Bugfixes

  1. Resolved Runtime error in CometChatMessages
  2. Added error boundaries in CometChat.markAsRead and CometChat.markAsDelivered methods
  3. Correcting French Language Translations
  4. Optimized real time update in CometChatGroupList for memberJoined and memberAdd event
  5. When the logged in user votes for a poll, tick w blue background shown to the user.