Skip to content

Commit

Permalink
Add a notice about replaced methods in ChatSuggestionVC and reword ot…
Browse files Browse the repository at this point in the history
…her changes
  • Loading branch information
laevandus committed May 20, 2024
1 parent f80b00b commit aadb4b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## StreamChatUI
### 🐞 Fixed
- Do not re-displaying suggestion view on each character change [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215)
- Reduce suggestion view height updates while scrolling it [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215)
- Do not re-display suggestion view on each character change [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215)
- Fix command suggestions not appearing [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215)
- Reduce suggestion view height updates while scrolling [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215)
### 🔄 Changed
- Replace `updateCommandSuggestions()` and `updateMentionSuggestions()` with `updateSuggestions()` in `ChatSuggestionVC` [#3215](https://github.com/GetStream/stream-chat-swift/pull/3215)

# [4.55.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.55.0)
_May 13, 2024_
Expand Down

0 comments on commit aadb4b8

Please sign in to comment.