|
1 | | -# 5.2.15 |
| 1 | +# 5.2.16 |
| 2 | + |
| 3 | +## New |
| 4 | +- None |
| 5 | + |
| 6 | +## Enhancements |
| 7 | +- Enhanced the Edit Message composer UI in the Hybrid iOS sample application to better align with the latest Figma design specifications. |
| 8 | +- Improved the Call Detail screen in the Hybrid iOS sample application by adding dedicated voice and video calling options for easier call initiation. |
| 9 | +- Updated the Create Group modal UI in the Hybrid Mobile sample application to better match the latest Figma-based design guidelines. |
| 10 | +- Enhanced the bottom navigation menu in the Hybrid iOS sample application for improved consistency with the latest UI specifications. |
| 11 | +- Improved the App Credentials screen in the Hybrid iOS sample application to better align with the latest Figma design patterns. |
| 12 | +- Updated the Social Login screen UI in the Hybrid Mobile sample application to match the latest design specifications and improve visual consistency. |
| 13 | +- Enhanced the Chat List profile context menu in the Hybrid Mobile sample application to align with the latest design system updates. |
| 14 | +- Improved the Login screen UI in the Hybrid Mobile sample application to better match the latest Figma specifications and onboarding experience. |
| 15 | + |
| 16 | +## Fixes |
| 17 | +- None |
| 18 | + |
| 19 | +# 6.0.1 |
2 | 20 |
|
3 | 21 | ## New |
| 22 | +- AI Assistant Chat History component for viewing past AI conversations |
| 23 | +- AI-specific message configuration (smart replies, conversation starters) |
| 24 | +- New Chat and Chat History buttons in AI message header |
| 25 | +- Public group auto-rejoin on tap (for kicked users) |
| 26 | +- Blocked user and kicked/banned banners in messages screen |
| 27 | +- Search with thread reply navigation support |
| 28 | +- AppCredentials screen with SharedPreferences persistence |
| 29 | + |
| 30 | +## Enhancements |
| 31 | +- Updated CometChat SDK to 5.0.1 |
| 32 | +- Updated Calls SDK to 5.0.2 |
| 33 | +- Migrated sample apps from GetX to plain setState architecture |
| 34 | +- Fixed stale user/group objects bug in messages screen (using mutable local copies) |
| 35 | +- Improved message list with markdown formatting support |
| 36 | +- Enhanced login screen with dotted background pattern and user grid |
| 37 | + |
| 38 | +## Fixes |
| 39 | +- Messages screen now passes mutable `_user`/`_group` to UIKit components instead of stale `widget.user`/`widget.group` |
| 40 | +- Guard screen properly re-initializes Calls SDK on cached session restore |
| 41 | +- Protected group join flow from conversations and groups tabs |
| 42 | + |
| 43 | +# 5.2.15 |
4 | 44 |
|
| 45 | +## New |
5 | 46 | - None |
6 | 47 |
|
7 | 48 | ## Enhancement |
8 | | - |
9 | 49 | - None |
10 | 50 |
|
11 | 51 | ## Fixes |
12 | | - |
13 | 52 | - Fixed an issue where favicons were missing in URL preview messages for shared links. |
14 | 53 | - Fixed an issue where the “See More” button in the search component did not behave correctly while loading additional search results. |
15 | 54 | - Fixed an issue where received `.m4a` audio files were not immediately playable and their duration was not displayed correctly after receipt. |
16 | 55 | - Fixed an issue where `MessagesRequestBuilder` usage caused inconsistent message retrieval behavior under certain filtering and pagination scenarios. |
17 | 56 |
|
| 57 | +# v6.0.0 |
| 58 | + |
| 59 | +## New |
| 60 | +- Added message flagging and reporting support, along with translations for 20 locales, allowing users to moderate conversations in their preferred language. |
| 61 | +- Added the `CometChatComposerLayout` component with both single-line and double-line layout options for greater flexibility when customizing the message composer experience. |
| 62 | +- Added a keyboard diagnostics utility to simplify troubleshooting and validation of keyboard-related behaviors across chat interfaces. |
| 63 | +- Added a thumbnail extraction utility to generate preview images from supported media content more efficiently. |
| 64 | +- Added an in-chat image viewer, allowing users to open and preview shared images directly within conversations. |
| 65 | +- Added Firebase configuration support to the sample application to simplify setup for push notifications and related integrations. |
| 66 | + |
| 67 | +## Enhancements |
| 68 | +- Improved the composer layout rendering pipeline to provide more consistent behavior and easier customization across composer variants. |
| 69 | +- Enhanced the rich-text messaging flow to use a dedicated WYSIWYG-only rendering path for more predictable formatting behavior. |
| 70 | +- Improved image message bubbles to provide a more polished and consistent media viewing experience in conversations. |
| 71 | +- Expanded the conversation preview utility to support additional conversation and message preview scenarios. |
| 72 | +- Refreshed BLoC implementations across conversations, groups, users, message actions, call buttons, and ongoing call flows to improve consistency and maintainability across the SDK experience. |
| 73 | +- Updated sample application screens to better reflect the latest UI components, layouts, and interaction patterns. |
| 74 | +- Reorganized the Skills directory structure and added `.claude-plugin` manifest support to improve plugin discovery and project organization. |
| 75 | + |
| 76 | +## Fixes |
| 77 | +- Fixed an issue where long-press actions on formatted mentions could produce incorrect formatter behavior in certain message interaction flows. |
| 78 | +- Fixed an issue where calling functionality could stop working after a user logged out and logged back in, ensuring calls continue to work reliably across session changes. |
| 79 | +- Fixed an issue where Android audio message recording could become stuck after the microphone permission prompt, restoring smooth voice message recording. |
| 80 | + |
| 81 | + |
18 | 82 | # 5.2.14 |
19 | 83 |
|
20 | 84 | ## New |
|
0 commit comments