Skip to content

Releases: ekazaev/ChatLayout

2.0.1 released

13 Oct 15:36

Choose a tag to compare

  • Minor data processing fix.

2.0.0 released.

11 Oct 15:09

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

Choose a tag to compare

Made CollectionViewChatLayout open.

1.3.5 released.

05 Oct 16:54

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

Choose a tag to compare

  • Added helper method to support reconfigureItems.

1.3.3 released

19 Jul 17:30

Choose a tag to compare

  • Minor performance improvement in restoreContentOffset

1.3.2 released

30 Jun 11:41

Choose a tag to compare

  • Minor improvements

1.3.1 released

30 Jun 11:25

Choose a tag to compare

  • Minor performance improvements

1.3.0 Released

20 May 15:30

Choose a tag to compare

  • Custom inter item spacing support.

1.2.21 released

19 May 15:47

Choose a tag to compare

  • Minor clean up.
  • Updated Example app to use SwappingContainerView for demonstration.