Changelog History
Page 1
-
v2.4.2 Changes
April 29, 2026- ๐ Improved exposure of the pinned information using ChatLayoutAttributes
-
v2.4.1 Changes
April 14, 2026Nothing major.
- โก๏ธ Updated Example app to support modern swift concurrency
- โฌ๏ธ Bumped supported iOS version to 15
-
v2.4.0 Changes
March 31, 2026- ๐ The often-asked-for agent mode support is added!!!
- โ Removed deprecated supplementary views support
-
v2.3.2 Changes
January 06, 2026- ๐ Minor release, just removed unused code.
-
v2.3.1 Changes
October 11, 2025- โช Reverted swift-tools-version to 6.1 to support older xcodes
-
v2.3.0 Changes
October 10, 2025๐ 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. -
v2.2.3 Changes
August 26, 2025- ๐ Fixed strict concurrency warning.
-
v2.2.2 Changes
July 30, 2025- ๐ Minor fix in reloading pinned cell
-
v2.2.1 Changes
July 17, 2025- ๐ Improved pinning cell search performance.
- ๐ Fixed small issue with pinned cells.
-
v2.2.0 Changes
July 04, 2025- ๐ Swift 6.1 support