Skip to content

Releases: SwipeCellKit/SwipeCellKit

2.7.1

24 Sep 05:57
7219cad
Compare
Choose a tag to compare

Added

  • Support for Xcode 10.3+ (#353)

2.7.0

13 Sep 20:04
d8aace9
Compare
Choose a tag to compare

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)

2.6.0

13 Sep 20:03
Compare
Choose a tag to compare

Added

  • SwipeCellKit is now using Swift 5

2.5.4

27 Mar 14:46
Compare
Choose a tag to compare

Fixed

  • Fixed Carthage when building with Xcode 10.2 (#297)

2.5.2

26 Mar 22:08
c6b2e11
Compare
Choose a tag to compare

Fixed

  • Add support for Xcode 10.2 (#279, #283)
  • Compatibility with applications using Swift 5 (see Mail App Example)

2.5.1

13 Dec 18:08
cd5984a
Compare
Choose a tag to compare

Fixed

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

2.5.0

14 Sep 16:53
Compare
Choose a tag to compare

Fixed

  • Update to Swift 4.2 and Xcode 10 Support (#215)

2.4.3

19 Jun 04:57
Compare
Choose a tag to compare

Fixed

  • Fix issue where swipe cell does not return to neutral position correctly when swipping cell very quickly (#215)

2.4.2

07 Jun 18:01
7af389b
Compare
Choose a tag to compare

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.

2.4.1

30 May 10:04
Compare
Choose a tag to compare

Fixed

  • Fix issue with swipe action handler not being invoked correctly at all times (#204, #205)