All Versions
13
Latest Version
Avg Release Cycle
28 days
Latest Release
72 days ago

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, 2026

    Nothing 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