-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.47.0 Release #2965
Merged
Merged
4.47.0 Release #2965
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β¦ements (#2951) * WIP Location Attachment * Improve support for custom mixed attachments * Add mixed support for custom location attachment * Fix mixed attachments not rendering always with the same order * Location Attachment folder re-structure * Remove unused code * Add Demo App configuration to enable/disable location attachments * Enable some demo app features by default for stream internal configuration * Allow enable/disable bg mapping in the Demo App * Do some small cleanup * Update CHANGELOG.md * Add docusaurus docs for mixed attachments support improvements * Fix deleted messages always showing custom attachments * Update CHANGELOG.md * Update CHANGELOG.md * Fix E2E Test app not compiling * Only allow 1 location per message * Update CHANGELOG.md * Fix docusaurus typo * Added more locations * Fix duplicated Gallery injector, causing image attachment too big * Use the underlying mixed injectors for the cell identifier * Fix blocked messages showing attachments * Update CHANGELOG.md * Enable location attachments by default in StreamDevelopers scheme * Update copyright template * Move runtime config * Improve readability of Location Attachment View * Simplify the docusaurs docs for Mixed attachments * Add test coverage to MixedAttachmentViewInjector
* Restructure Attachments Folder * Add rendering for unsupported attachments * Add unsupported attachments to mixed injector * Add test coverage * Fix message without attachments using Unsupported Injector * Update CHANGELOG.md
* Allow editing pending messages * Update CHANGELOG.md
#2959) * Expose UserListQuery.search(term:) and UserListQuery.user(withID:) * Update CHANGELOG.md
This reverts commit 9d14099.
β¦rs (#2964) * Replace usages of `split` with `components` for Channel ID initializers * Update CHANGELOG.md --------- Co-authored-by: Nuno Vieira <[email protected]>
Build for regression testing β123456974 has been uploaded to TestFlight π |
Build for regression testing β123456975 has been uploaded to TestFlight π |
Build for regression testing β123456976 has been uploaded to TestFlight π |
Build for regression testing β123456977 has been uploaded to TestFlight π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
StreamChat
π Fixed
β Added
UserListQuery.search(term:)
andUserListQuery.user(withID:)
#2959StreamChatUI
β Added
π Fixed
π Changed
ChatMessageListView.reuseIdentifier()
function. It has a newmessage
parameter. #2947ChatMessageListView.dequeueReusableCell()
function. It has a newmessage
parameter. #2947