Common changes for all artifacts
⬆️ Improved
- Update compileSdk to 35 #5573
- Update dependency versions:
stream-chat-android-client
✅ Added
- Introduced
ApiModelTransformers
to allow custom transformations of API models. #5568
stream-chat-android-state
🐞 Fixed
-. Fix how Unread Counters are updated when events are received. #5550
stream-chat-android-ui-common
🐞 Fixed
- Avoid multiple queries within on states when user's properties are updated. #5572
stream-chat-android-ui-components
✅ Added
- Add
AttachmentsPickerDialogStyle::saveAttachmentsOnDismiss
flag for configuring whether the selected attachments should be saved when the dialog is dismissed. #5554
stream-chat-android-compose
🐞 Fixed
- Fix error messages text being overridden by the default error message. #5551
- Fix wrong hints in the poll creation dialog input fields. #5561
⬆️ Improved
- Create snapshot tests for channels stateless components. #5570
✅ Added
- Add
AttachmentsPickerTheme::saveAttachmentsOnDismiss
flag for configuring whether the selected attachments should be saved when the dialog is dismissed. #5554