2.1.0
stream_chat
2.1.0
ποΈ Removed
- The
MessageTranslation
class has been removed. Use the newi18n
field in theMessage
class instead.
β Added
- The
Message
class now has ani18n
field for translations - The
User
class now has alanguage
field for the user's language preference.
π Changed
client.user
is now deprecated in favor ofclient.currentUser
.client.userStream
is now deprecated in favor ofclient.currentUserStream
.
π Fixed
stream_chat_persistence
2.1.0
β Added
- Added support for
Message.i18n
- Added support for
User.language
stream_chat_flutter_core
2.1.0
ποΈ Breaking Changes from 2.0.0
- Changed default message filter of
MessageListCore
β Added
- Added
MessageListCore.paginationLimit
π Changed
StreamChatCore.of(context).user
is now deprecated in favor ofStreamChatCore.of(context).currentUser
.StreamChatCore.of(context).userStream
is now deprecated in favor ofStreamChatCore.of(context).currentUserStream
.
stream_chat_flutter
2.1.0
β Added
- Added
MessageListView.paginationLimit
MessageText
renders message translation if available- Allow the various ListView widgets to be themed via ThemeData classes
- Added
bottomRowBuilder
anddeletedBottomRowBuilder
that build a widget below aMessageWidget
π Changed
StreamChat.of(context).user
is now deprecated in favor ofStreamChat.of(context).currentUser
.StreamChat.of(context).userStream
is now deprecated in favor ofStreamChat.of(context).currentUserStream
.
π Fixed
- Fix floating date divider not having a fixed size
stream_chat_localizations
1.0.0
- First release