MessageKit v3.1.0 Release Notes

Release Date: 2020-03-17 // about 4 years ago
  • ๐Ÿ›  Fixed

    • Set the proper notification to invalidate layout. MessageKit now relies on UIApplication orientation notification instead of UIDevice, which invalidates the layout only when it is needed. #1126 by @bguidolim

    • Fixed requiredInitialScrollViewBottomInset when inputAccessoryView is nil #1218 by @aabosh

    • Fixed MessagesCollectionView.scrollToBottom(animated:) method to properly handle calls made early in the view lifecycle. #1110 by @marcetcheverry

    • Fixed TypingIndicator dotColor for light mode. #1266 by @lewis-smith

    โž• Added

    ๐Ÿ”„ Changed

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ Deprecated SenderType.id in favour of SenderType.senderId. This change was previously meant for 3.0.0. #1201 by @kinoroy

    โœ‚ Removed

    • ๐Ÿ’ฅ Breaking Change MessageInputBar, and MessageInputBarDelegate have been obsoleted. Use InputBarAccessoryView and InputBarAccessoryViewDelegate respectively. This change was previously meant for 3.0.0. #1201 by @kinoroy