StreamChat Changes
✅ Added
- Add support for
enforce_unique
parameter on sending reactions #770
🐞 Fixed
- Fix development token not working properly #760
- Fix lists ordering not updating instantly. #768
- Fix update changes incorrectly reported when a move change is present for the same index. #768
- Fix issue with decoding
member_count
forChannelDetailPayload
#782 - Fix wrong extra data cheat sheet documentation link #786
⚠️ Reminder
The framework naming and overall structure were changed. Since version 3.0, Stream Chat iOS SDK consists of:
StreamChat
framework
Contains low-level logic and is meant to be used by users who want to build a fully custom UI. It covers functionality previously provided by StreamChatCore
and StreamChatClient
.
StreamChatUI
framework
Contains a complete set of ready-to-use configurable UI elements that you can customize a use for building your own chat UI. It covers functionality previously provided by StreamChat
(v2).