All Versions
47
Latest Version
Avg Release Cycle
61 days
Latest Release
-

Changelog History
Page 1

  • v3.8.0 Changes

    โž• Added

    • ๐Ÿ†• New methods in MessagesLayoutDelegate for adjusting alignment of message top and bottom labels #1671 by @martinpucik

    โœ‚ Removed

  • v3.7.0 Changes

    ๐Ÿ›  Fixed

    • โšก๏ธ Updated InputBarAccessoryView to 5.4.0 with XCode 13 support
    • ๐Ÿ›  Fixed Example project loading MessageKit through SPM
    • ๐Ÿ‘‰ Make sure MessageKit works on XCode 13 correctly
  • v3.6.1 Changes

    โž• Added

    • โž• Added enough data source and delegate methods to display customized UICollectionViewCell for MessageTypes other than .custom in #1577 by @jvigneshcs
  • v3.6.0 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes an issue with Scroll problem on new messages with keyboard open #1529 by @politan8

    • ๐Ÿ›  Fixes time stamp vertical alignment so labels align with messages when showMessageTimestampOnSwipeLeft is true. by @kurtsequoia

    • ๐Ÿ’ฅ Breaking Change Changed MessagesLayoutDelegate's method for typing indicator size. Typing indicator's size is now correctly calculated based on delegate method func typingIndicatorViewSize(for layout: MessagesCollectionViewFlowLayout) -> CGSize #1563 by @kaspik

    โž• Added

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed resource_bundle back to resources in MessageKit.podspec #1565 by @kaspik

    โœ‚ Removed

  • v3.5.1 Changes

    ๐Ÿ›  Fixed

    • MessagesViewController now smoothly scrolls messages off screen. 1531 & 1547 by @mredig

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump InputBarAccessoryView
  • v3.5.0 Changes

    ๐Ÿ›  Fixed

    • maintainPositionOnKeyboardFrameChanged for small contentSize would scroll content out of bounds #1506 by @martinpucik

    โž• Added

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed resources to resource_bundle in MessageKit.podspec #1460 by @martinpucik
    • ๐Ÿ”„ Changed dependency manager for Example project to SPM #1504 by @martinpucik
    • ๐Ÿš€ Deprecated messagesCollectionView.scrollToBottom and scrollsToBottomOnKeyboardBeginsEditing in favor of messagesCollectionView.scrollToLastItem and scrollsToLastItemOnKeyboardBeginsEditing. This will be removed in a future release #1505 by @martinpucik

    โœ‚ Removed

  • v3.4.2 Changes

    October 05, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes an issue with casting MessageType to a custom type when using LinkPreview cells #1469 by @kinoroy
  • v3.4.1 Changes

    September 16, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes an issue with casting MessageType to a custom type when using LinkPreview cells #1469 by @kinoroy

    • ๐Ÿ›  Fixes an issue where the MessagesViewController keyboard observers were not cleaned up when MessagesViewController was no longer visible on screen #1476 by @kinoroy

  • v3.4.0 Changes

    September 16, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Change Dropped support for iOS 11, added support for Swift 5.3 SPM and XCode 12 #1464 by @kaspik
  • v3.3.0 Changes

    September 04, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes missing insets for link preview messages #1447 by @bguidolim

    โž• Added

    • ๐Ÿ‘‰ Show message time by swiping left over the chat controller. #1444 by @amirpirzad

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated InputBarAccessoryView to 5.1.0