All Versions
33
Latest Version
Avg Release Cycle
44 days
Latest Release
1647 days ago

Changelog History
Page 1

  • v2.7.1 Changes

    September 24, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for Xcode 10.3+ (#353)
  • v2.7.0 Changes

    September 13, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for updated SPM (Swift Package Manager) for Xcode 11+ (#325)
    • ๐Ÿ‘Œ Support for iOS 13 Dark Mode (#337)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed hit test issue related to hidden cells (#314)
    • ๐Ÿ›  Fixed cell reuse layout issue (#335)
    • ๐Ÿ›  Fixed issue where a deleted cell that was being cell reused has the contentView offset incorrectly. (#355)
    • ๐Ÿ›  Fixed issue where on iOS 13 UICollectionViewCell does not perform swipe animation. (#333)
  • v2.6.0 Changes

    April 13, 2019

    โž• Added

    • SwipeCellKit is now using Swift 5

  • v2.5.4 Changes

    March 27, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Carthage when building with Xcode 10.2 (#297)
  • v2.5.3

    March 27, 2019
  • v2.5.2 Changes

    March 26, 2019

    ๐Ÿ›  Fixed

    • โž• Add support for Xcode 10.2 (#279, #283)
    • ๐Ÿ‘€ Compatibility with applications using Swift 5 (see Mail App Example)
  • v2.5.1 Changes

    December 13, 2018

    ๐Ÿ›  Fixed

    • Cells do not hide correctly when also using non-SwipeCollectionViewCell cells in UICollectionView. (#265)
  • v2.5.0 Changes

    September 14, 2018

    ๐Ÿ›  Fixed

    • โšก๏ธ Update to Swift 4.2 and Xcode 10 Support (#215)
  • v2.4.3 Changes

    June 19, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue where swipe cell does not return to neutral position correctly when swipping cell very quickly (#215)
  • v2.4.2 Changes

    June 07, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix swipe action position when rotating a UITableView/UICollectionView with safe area insets.
    • ๐Ÿ›  Fix issue where gesture cancellation causes swipe cell to remain in dragging state in a non-left, right or centre x position.
    • ๐Ÿ›  Fix issue where expansion may trigger when swiping in the expansion zone very quickly.