Releases: cometchat/cometchat-uikit-react-legacy
Releases · cometchat/cometchat-uikit-react-legacy
v3.0.11-1
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
Bugfixes
- Crash issue due to Proptypes.shape type checking
3.0.10-pluto.beta.1.3
Initial pluto uikit release
What's Changed
- Bug fix changes 1.1 by @aaliya-shaikh in #110
- Updating Shared folder's index file by @aaliya-shaikh in #111
- Bug fix 1.1 by @aaliya-shaikh in #112
- beta-1.3 by @raj-dubey1 in #113
New Contributors
- @raj-dubey1 made their first contribution in #113
Full Changelog: v3.0.10-pluto.beta.1.2...v3.0.10-pluto.beta.1.3
v3.0.10-2
Updating emotion/core dependency with emotion/react for React v18 support
v3.0.10-pluto.beta.1.2
- Bug Fixes
v3.0.10-pluto.beta.1.1
- Bug fixes
- Codesandbox example
v3.0.10-pluto.beta.1
Initial release of Pluto UIKit.
v3.0.10-1
- 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
- Updating version to support SDK v3.0.6
- Updated outdated peer dependencies i.e html-react parser.
- Fixed blank screen appearance in mobile resolution when user leaves a group.
- Fixed error in updating group member count when a user leaves or is removed.
v3.0.5-1
- Support for SDK v3.0.5
Bugfixes
- Resolved Runtime error in CometChatMessages
- Added error boundaries in CometChat.markAsRead and CometChat.markAsDelivered methods
- Correcting French Language Translations
- Optimized real time update in CometChatGroupList for memberJoined and memberAdd event
- When the logged in user votes for a poll, tick w blue background shown to the user.