Skip to content

Releases: ekazaev/ChatLayout

2.3.1 released

11 Oct 15:03

Choose a tag to compare

  • Reverted swift-tools-version to 6.1 to support older xcodes

2.3.0 released

10 Oct 14:43

Choose a tag to compare

After careful consideration and in light of the behavioral changes observed in UICollectionView with the release of iOS 18, I have decided to discontinue support for supplementary views. As a developer, I have not utilized supplementary views in my own work and have consistently advised against their use. Even within the standard UICollectionView, support for supplementary views is limited, as they cannot be easily reloaded, added, or removed without reloading an entire section. Furthermore, all functionalities provided by supplementary views can be effectively achieved using standard cells.
As a result, support for supplementary views is deprecated and fully removed in future versions of the ChatLayout. I appreciate your understanding and encourage the use of standard cells to achieve the desired functionality.
Thank you for your continued support.

2.2.3 released

26 Aug 11:19

Choose a tag to compare

  • Fixed strict concurrency warning.

2.2.2 released

30 Jul 15:52

Choose a tag to compare

  • Minor fix in reloading pinned cell

2.2.1 released!

17 Jul 16:34

Choose a tag to compare

  • Improved pinning cell search performance.
  • Fixed small issue with pinned cells.

2.2.0 Released

04 Jul 11:04

Choose a tag to compare

  • Swift 6.1 support

Released 2.1.1

27 Jun 17:01

Choose a tag to compare

  • Minor fix for sticky cells and keepContentAtBottomOfVisibleArea flag

Released 2.1.0

27 Jun 15:47
391b09c

Choose a tag to compare

  • Reviewed pinned headers/footers implementation.
  • Added support for pinnable cells.

2.0.13 released

28 May 17:13

Choose a tag to compare

  • Fixed rare case of potential model synchronisation issue

2.0.12 released

28 Jan 18:49

Choose a tag to compare

  • Added initial support for sticky headers and footers.