chore(llc,core,ui): update pubspec and changelogs

This commit is contained in:
Salvatore Giordano
2022-04-13 17:08:27 +02:00
parent a0c8522ed1
commit 1926076598
7 changed files with 36 additions and 7 deletions
+8 -1
View File
@@ -1,4 +1,4 @@
## Upcoming
## 4.0.0-beta.2
✅ Added
@@ -6,6 +6,13 @@
- Added support to control the visibility of the default emoji suggestions overlay
- Added support to build custom widget for scrollToBottom in `StreamMessageListView`
🐞 Fixed
- Minor fixes and improvements
-[[#892]](https://github.com/GetStream/stream-chat-flutter/issues/892): Fix default `initialAlignment` in `MessageListView`.
- Fix `MessageInputTheme.inputBackgroundColor` color not being used in some widgets of `MessageInput`
- Removed dependency on `visibility_detector`
## 4.0.0-beta.1
✅ Added