Skip to content

Releases: ekazaev/ChatLayout

2.0.2 released.

20 Oct 12:41
Compare
Choose a tag to compare
  • Fixed content offset restoration when the last item is being inserted.

2.0.1 released

13 Oct 15:36
Compare
Choose a tag to compare
  • Minor data processing fix.

2.0.0 released.

11 Oct 15:09
Compare
Choose a tag to compare
  • 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

05 Oct 18:55
Compare
Choose a tag to compare

Made CollectionViewChatLayout open.

1.3.5 released.

05 Oct 16:54
Compare
Choose a tag to compare
  • Improved the interItemSpacing support.
  • Fixed the issue when the new value of the interItemSpacing may not propagate to the layout.

1.3.4 released

15 Aug 16:31
Compare
Choose a tag to compare
  • Added helper method to support reconfigureItems.

1.3.3 released

19 Jul 17:30
Compare
Choose a tag to compare
  • Minor performance improvement in restoreContentOffset

1.3.2 released

30 Jun 11:41
Compare
Choose a tag to compare
  • Minor improvements

1.3.1 released

30 Jun 11:25
Compare
Choose a tag to compare
  • Minor performance improvements

1.3.0 Released

20 May 15:30
Compare
Choose a tag to compare
  • Custom inter item spacing support.