Releases: ekazaev/ChatLayout
2.3.1 released
2.3.0 released
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
- Fixed strict concurrency warning.
2.2.2 released
- Minor fix in reloading pinned cell
2.2.1 released!
- Improved pinning cell search performance.
- Fixed small issue with pinned cells.
2.2.0 Released
- Swift 6.1 support
Released 2.1.1
- Minor fix for sticky cells and keepContentAtBottomOfVisibleAreaflag
Released 2.1.0
- Reviewed pinned headers/footers implementation.
- Added support for pinnable cells.
2.0.13 released
- Fixed rare case of potential model synchronisation issue
2.0.12 released
- Added initial support for sticky headers and footers.