-
Notifications
You must be signed in to change notification settings - Fork 325
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
Next Release #1839
Merged
Merged
Next Release #1839
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
* Add container style type * Add container style default value and prop * Fix lint issue
* feat: make the document picker optional * style: fix lint issues
* feat: optimistic DB and UI updates for reactions * refactor: restructure sync handling * fix: order of sync and pending api calls * fix: handle enableOfflineSupport prop * fix: handle connection.changed event for disabled offline support * fix: remove unnecessary handling of reaction.new event in Channel component * fix: handle the case where channellist loads little later * feat: optimistic updates for new message * refactor: fix ts issue * refactor: fixing type import for ValueOf * test: added integration tests for optimistic updates * refactor: handle attachments and giphy * build: add current branch to sample distribution ci * refactor: handled the case of local images * refactor: handle attachment without message text * fix: resolving typescript issues * refactor: fix the optimistic delete message behaviour * fix: deleting message doesnt remove message from UI if auto translation is enabled * refactor: fixing lint issues * fix: issue with redundant update query * fix: connection changed handling on channel component * feat: upgrade sqlite dependency to v5 * fix: typescript issues * fix: throttling issue and redundant entry into db * fix: switch copyMessageState from throttle to debounce * fix: making pending task logic for new message sync * refactor: drop optimistic DB updates for new messages * fix: remove pending task logic * test: fix the optimistic db update tests * fix: handle pending attachment uploads as part of sendMessage * test: updating snapshots * fix: video thumbnail not rendering if video message is sent while offline * fix: video thumbnail disappears after editing message * fix: failure to update message due to reserved fields * refactor: drop un-used pending task type * refactor: drop un-used utilities around pending tasks * refactor: cleanup debounce/throttle related un-used changes * fix: some miscellaneous cleanup * fix: allow sending files irrespective of status if offline mode is enabled * fix: issue with app crash after sending message offline and reopening the app in offline mode * fix: maintain the support for v4 quick-sqlite to avoind breaking change * refactor: fix typescript issues * feat: add appSettings to database * fix: typescript around isOnline * fix: handle enableOfflineSupport prop as part of useAppSettings hook * fix(test): error logs in test runs * feat: updated stream-chat to v8
Next releasesv5.6.05.6.0 (2022-12-01)Features
Bug Fixes
sampleapp@v1.15.01.15.0 (2022-12-01)FeaturesWorkspaces
|
SonarCloud Quality Gate failed. |
🎉 This PR is included in version 5.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
🎯 Goal
🛠 Implementation details
🎨 UI Changes
iOS
Android
🧪 Testing
☑️ Checklist
develop
branch