Releases: ekazaev/ChatLayout
Releases · ekazaev/ChatLayout
2.0.2 released.
- Fixed content offset restoration when the last item is being inserted.
2.0.1 released
- Minor data processing fix.
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.