⚠️ Breaking Changes from 4.0.0-beta.2
- Due to App Store Connect suddenly starting rejecting builds, we've renamed the following funcs everywhere:
ChannelConfig.commands
is no longer an optional #1182
⛔️ Deprecated
_ChatChannelListVC.View
is now deprecated. Please useasView
instead #1174
✅ Added
- Add
staysConnectedInBackground
flag toChatClientConfig
#1170 - Add
asView
helper for getting SwiftUI views from StreamChatUI UIViewControllers #1174
🔄 Changed
- Logic for displaying suggestions (commands or mentions) were not compatible with SwiftUI, so it's changed to AutoLayout #1171