Releases: ekazaev/ChatLayout
Releases · ekazaev/ChatLayout
2.0.0 released.
- Changed the way of changes processing to accommodate needs of
UICollectionViewDiffableDataSource
. - Reviewed the desired content offset calculation logic.
- Reviewed the
interItemSpacing
approach.
Important note
This release contains some major changes, if you notice some differences with 1.3.6
that are important for your project - stay on the previous version and open an issue.
1.3.6 released
Made CollectionViewChatLayout
open.
1.3.5 released.
- Improved the
interItemSpacing
support. - Fixed the issue when the new value of the
interItemSpacing
may not propagate to the layout.
1.3.4 released
- Added helper method to support
reconfigureItems
.
1.3.3 released
- Minor performance improvement in
restoreContentOffset
1.3.2 released
- Minor improvements
1.3.1 released
- Minor performance improvements
1.3.0 Released
- Custom inter item spacing support.
1.2.21 released
- Minor clean up.
- Updated Example app to use
SwappingContainerView
for demonstration.
1.2.20 released
- Added
SwappingContainerView
. - Bumped swift version to 5.8.
- Small improvements.