Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira authored Jan 20, 2025
1 parent af34341 commit 701afa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
# Upcoming

## StreamChatUI
### ✅ Added
- Add a simpler way to customize header and footer views in the Message List [#3567](https://github.com/GetStream/stream-chat-swift/pull/3567)
- Add `ChatMessageListVC.headerView`
- Add `ChatMessageListVC.footerView`
- Make it easier to provide state handling when loading more messages [#3567](https://github.com/GetStream/stream-chat-swift/pull/3567)
- Adds `ChatChannelVC.loadPreviousMessages()` + `ChatChannelVC.didFinishLoadingPreviousMessages(error:)`
- Adds `ChatChannelVC.loadNextMessages()` + `ChatChannelVC.didFinishLoadingNextMessages(error:)`
- Adds `ChatThreadVC.loadPreviousReplies()` + `ChatThreadVC.didFinishLoadingPreviousReplies(error:)`
- Adds `ChatThreadVC.loadNextReplies()` + `ChatThreadVC.didFinishLoadingNextReplies(error:)`
### 🐞 Fixed
- Fix thread reply action shown when inside a Thread [#3561](https://github.com/GetStream/stream-chat-swift/pull/3561)

Expand Down

0 comments on commit 701afa7

Please sign in to comment.