4.0.0 - The King is dead, long live the King #1728
Kaspik
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
iOS 12 has been around for a while, but with upcoming release of iOS 16, we are ready to let this version go and rest in peace forever. The same could be said about CocoaPods - what used to be the major and most important thing on iOS for developing apps with 3rd party libraries - has been replaced by natively supported way called Swift Package Manager.
Sit tibi terra levis.
Version 4.0.0 comes with couple of breaking changes, please refer to the MIGRATION_GUIDE.md for easy transition from V3 to V4.
Added
MessagesLayoutDelegatefor setting message avatar size ddfc814 by @martinpucikMessageInputBarKindenum for customizingmessageInputBarinsideinputContainerView#1707 by @martinpucikChanged
func currentSender() -> SenderTypetovar currentSender: SenderType#1714 by @martinpucikmaintainPositionOnKeyboardFrameChangedMovedin favor ofmaintainPositionOnInputBarHeightChangedwhich better describes the intended use of this property #1704 by @martinpucikmessageContainerMaxWidthcd4f75b by @martinpucikmessageContainerSizecd4f75b by @martinpucikFixed
Removed
Senderstruct. Clients should useSenderTypeprotocol #1713 by @martinpucikMessageInputBarandMessageInputBarDelegate. Clients should useInputBarAccessoryViewandInputBarAccessoryViewDelegate#1713 by @martinpucikfunc scrollToBottom(animated:)onMessagesCollectionView. Clients should usefunc scrollToLastItem(:)#1713 by @martinpucikThis discussion was created from the release 4.0.0 - The King is dead, long live the King.
Beta Was this translation helpful? Give feedback.
All reactions