-
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.40.0 Release #2851
Merged
Merged
4.40.0 Release #2851
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
* Make sure app is in foreground in 'isViewVisible' * Update CHANGELOG
* Add preview message text in Channel List for messages with attachments * Add Snapshot Test Coverage * Update CHANGELOG.md * Add translations for default attachment preview texts
* Add support for setting the language when connecting the user * Parse language from user payloads * Add language to UserDTO * Change the connectUser to use `TranslationLanguage` to be aligned with JS * Add language to the user domain models * Add original language to the Message domain model * Add possibility to configure user language in the Demo App * Add translation view to `ChatMessageContentView` * Add messageAutoTranslationEnabled to Components Config * Add localization key to translation label text * FIx unit tests compilation * Fix UI tests compilation * Add MessageLayoutOptionsResolver Tests * Allow resetting the language when connecting user * Add UI snapshot test coverage * Simplify Message Layout Options Resolver logic * Update CHANGELOG.md * Add automatic translation documentation * Update CMS translation link page * Revert "Allow resetting the language when connecting user" This reverts commit 1c7a3ac. * Fix deleted message showing translated text instead * Fix not copying translated text from a translated message * Fix quoted message not showing translated text * Fix quoted message not translated in the composer * Fix composer quoted attachment not translated when it has attachments * Fix giphy messages being translated * Fix translated label being rendered in the edge when it has attachments * PR feedback * Fix channel message preview not being translated * Fix compilation issue in closure
Build for regression testing №123456951 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
✅ Added
language
parameter toconnectUser()
#2847language
in users #2847originalLanguage
in messages #2847StreamChatUI
✅ Added
Components.default.messageAutoTranslationEnabled
🐞 Fixed