github GetStream/stream-chat-swift 2.4.1

latest releases: 4.89.0, 4.88.0, 4.87.0...
4 years ago

✅ Added

  • Introduce avatarViewStyle for ReactionViewStyle. Now, reactionView's avatarView is customizable for both reactions on incoming message and outgoing message. #561
    Access it via style.incomingMessage.reactionViewStyle.avatarViewStyle (or outgoingMessage)
  • Introduce avatarViewStyle.placeholderTextStyle options. Now, it's possible to display 1 letter placeholder text in avatarView. #561
  • Introduce avatarViewStyle.placeholderTextColorProvider and placeholderBackgroundProvider. These closures accept one String parameter, which will be the placeholder
    the avatarView will display, and will return a UIColor. #561

🐞 Fixed

  • ComposerView disables send button but retains the message after user taps send. Now, composerView resets its state after user taps send, so user can send multiple messages #555
  • Fix pagination for message replies not encoded correctly #550

Don't miss a new stream-chat-swift release

NewReleases is sending notifications on new releases.