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

    ➕ Added

    • 👉 Show message time by swiping left over the chat controller. #1444 by @amirpirzad

    🔄 Changed

    • ⚡️ Updated InputBarAccessoryView to 5.1.0