Common changes for all artifacts
⬆️ Improved
- Migrated the internal PhotoView library into the photoview-android, and now the
stream-chat-android-ui-components
doesn't need to depend on Jitpack.
⚠️ Changed
- Bump Compose UI to 1.6.2 and Compose compiler to 1.5.10.
stream-chat-android-core
✅ Added
- Added
LinkPreview
model to represent the link preview data. #5184
stream-chat-android-client
🐞 Fixed
- Fixed
ArrayIndexOutOfBoundsException
inApiRequestsDumper
. #5187
⬆️ Improved
- Ensure fresh token is used to establish WS connection. #5185
✅ Added
- Added
ChatClient.enrichUrl
to enrich the URL with the preview data. #5184
stream-chat-android-ui-common
⚠️ Changed
- Deprecated
AttachmentSelectionListener
class, useAttachmentsSelectionListener
instead. #5178
stream-chat-android-ui-components
✅ Added
- Added
MessageComposerView.attachmentsPickerDialogBuilder
lambda that allow you to create your own Picker Dialog. #5178