All Versions
47
Latest Version
Avg Release Cycle
61 days
Latest Release
-
Changelog History
Page 1
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
- Not used workspace files in example project #1671 by @martinpucik
- 🆕 New methods in
-
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
- ➕ Added enough data source and delegate methods to display customized
-
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 methodfunc typingIndicatorViewSize(for layout: MessagesCollectionViewFlowLayout) -> CGSize
#1563 by @kaspik
➕ Added
🔄 Changed
✂ Removed
-
v3.5.0 Changes
🛠 Fixed
- maintainPositionOnKeyboardFrameChanged for small contentSize would scroll content out of bounds #1506 by @martinpucik
➕ Added
🔄 Changed
- 🔄 Changed
resources
toresource_bundle
in MessageKit.podspec #1460 by @martinpucik - 🔄 Changed dependency manager for Example project to SPM #1504 by @martinpucik
- 🚀 Deprecated
messagesCollectionView.scrollToBottom
andscrollsToBottomOnKeyboardBeginsEditing
in favor ofmessagesCollectionView.scrollToLastItem
andscrollsToLastItemOnKeyboardBeginsEditing
. This will be removed in a future release #1505 by @martinpucik
✂ Removed
-
v3.4.2 Changes
October 05, 2020 -
v3.4.1 Changes
September 16, 2020 -
v3.4.0 Changes
September 16, 2020 -
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