All Versions
33
Latest Version
Avg Release Cycle
44 days
Latest Release
2000 days ago
Changelog History
Page 1
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 -
v2.5.1 Changes
December 13, 2018๐ Fixed
- Cells do not hide correctly when also using non-
SwipeCollectionViewCell
cells inUICollectionView
. (#265)
- Cells do not hide correctly when also using non-
-
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.