Skip to content

2.1.0

Compare
Choose a tag to compare
@imtoori imtoori released this 28 Jul 10:42
b118167

stream_chat

2.1.0

πŸ›‘οΈ Removed

  • The MessageTranslation class has been removed. Use the new i18n field in the Message class instead.

βœ… Added

  • The Message class now has an i18n field for translations
  • The User class now has a language field for the user's language preference.

πŸ”„ Changed

  • client.user is now deprecated in favor of client.currentUser.
  • client.userStream is now deprecated in favor of client.currentUserStream.

🐞 Fixed

  • #563: Channel.stopWatching() not working
  • #575: Wrong OwnUser.*

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 of StreamChatCore.of(context).currentUser.
  • StreamChatCore.of(context).userStream is now deprecated in favor of StreamChatCore.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 and deletedBottomRowBuilder that build a widget below a MessageWidget

πŸ”„ Changed

  • StreamChat.of(context).user is now deprecated in favor of StreamChat.of(context).currentUser.
  • StreamChat.of(context).userStream is now deprecated in favor of StreamChat.of(context).currentUserStream.

🐞 Fixed

  • Fix floating date divider not having a fixed size

stream_chat_localizations

1.0.0

  • First release