-
Notifications
You must be signed in to change notification settings - Fork 111
4.65.0 Release #626
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
Merged
Merged
4.65.0 Release #626
Conversation
This file contains hidden or 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 threads tab to demo app * Add `NoThreadsView` implementation * Add `ThreadList` design implementation + Add `MessagePreviewFormatter` * Fix Channel List not preselecting a channel for iPads * Add background selection to Channel List items on iPad * Revert "Fix Channel List not preselecting a channel for iPads" This reverts commit 99d2699. * Revert "Add background selection to Channel List items on iPad" This reverts commit 75539ac. * Add `ChatThreadList` + `ChatThreadListNavigatableItem` * Add `ChatThreadListLoadingView` implementation and handle empty and loading states * Add `ChatThreadListHeaderViewModifier` implementation * Fix Channel List shimmering effect and improve shimmering animation * Add the possibility to customise the background of Thread List * Add `ChatThreadListErrorBannerView` * Add `ChatThreadListFooterView` + Loading More Theads * Add mark thread read logic to `ChatChannelViewModel` * Add markThreadAsUnreadAction when message is the root of a thread and inside a thread view * Fix double mark unread action * Add `ChatThreadListHeaderView` to display new available threads * Add thread selection logic to iPad * Add a modifier that wraps the thread list so that the list can be customized based on state changes * Update CHANGELOG.md * Add missing comments to Thread List View Model * Add more doc comments to public views * Add background color when a thread is selected on iPad * Add background color when a channel is selected on iPad * Fix Channel List not preselecting channel in iPad * Update CHANGELOG.md * Add Thread List Item test coverage * Add test coverage to ChatThreadListView * Add Thread List View Model test coverage * Fix snapshot tests * Remove ChatThreadListScreen since it is not needed * Fix changelog typoe * Do not pass colors to the view factory * Use message preview formatter from utils * Forgotten public inits * Remove unused properties in Thread List View * Remove unused colors and utils from ChatThreadListViewModel * [CI] Snapshots * Missing public inits * Fix glitch in loading view * Add missing comments to some public views * Fix layout shift when a thread has a new unread message * Add `ChatThreadListItemViewModel` to make it easier for customers to reuse formatting logic * Fix thread list item view test not compiling * [CI] Snapshots --------- Co-authored-by: Stream Bot <[email protected]> Co-authored-by: Stream Bot <[email protected]>
* Updated StreamChat dependency to 4.65.0 * Format code according to swiftformat * Fix Tests * One more * Fix demo app linting
Generated by π« Danger |
testableapple
approved these changes
Oct 18, 2024
SDK Size
|
|
/merge release |
testableapple
approved these changes
Oct 18, 2024
Publication of the release has been launched π |
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.
β Added
ChatChannelViewModel
#621ViewFactory.makeChannelListItemBackground
#621π Fixed
π Changed