Documentation/CHANGELOG_GUIDELINES.md
Here you can find the general guidelines for maintaining the Changelog (or adding new entry). We follow the guidelines from Keep a Changelog with few additions.
... with MessageKit-specific additions:
removedCachedAttributes(for:MessageType), removeAllCachedAttributes(), and attributesCacheMaxSize to
MessagesCollectionViewFlowLayout to manage the caching of layout information for messages.
#263 by @SD10.Breaking Change The properties leftStackView, rightStackView and bottomStackView in MessageInputBar are now of type InputStackView. The property separatorLine is also now of type SeparatorLine in MessageInputBar.
#273 by @nathantannar4.
Layout information is now being cached by MessagesCollectionViewFlowLayout for each MessageType using the
messageId property. (This means if your layout is dynamic over the IndexPath you need to handle cache invalidation).
#263 by @SD10.
textAlignment property of InputTextView's placeholderLabel from having noticeable differences when changed to .center or .right.
#262 by @nathantannar4.