Skip to content

Tags: ausomeapps/SwipeCellKit

Tags

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.5.1 (SwipeCellKit#268)

* Update README.md (SwipeCellKit#264)

* Fix swipeCells for UICollectionView (SwipeCellKit#266)

* Rev version up to 2.5.1 and update CHANGELOG.

2.5.0

Toggle 2.5.0's commit message
Upgrade minimum swift version.

2.4.3

Toggle 2.4.3's commit message
Rev version up. Update CHANGELOG.md

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

2.4.1

Toggle 2.4.1's commit message
Fix issue where swipe action handle was not invoked correctly in cert…

…ain cases. Closes SwipeCellKit#204.

2.4.0

Toggle 2.4.0's commit message
Update CHANGLOG.md. Rev. version up.

2.3.2

Toggle 2.3.2's commit message
Add default implementation for `visibleRect(for tableView: UITableVie…

…w)` as its optional. Closes SwipeCellKit#201

2.3.1

Toggle 2.3.1's commit message
Rev version up. Update CHANGLOG.md

2.3.0

Toggle 2.3.0's commit message
Merge branch 'develop'

# Conflicts:
#	CHANGELOG.md
#	Source/Info.plist
#	Source/SwipeActionButton.swift
#	SwipeCellKit.podspec

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.2.0 (SwipeCellKit#182)

* Fix mix use of just image and text label in between actions are not aligned correctly. Closes SwipeCellKit#139.

* Updated to Swift 4.1 (SwipeCellKit#181)

* Changed flatMap (which is deprecated in Swift 4.1) to compactMap

* Updated README

Changed badge to Swift 4.1

* Update README.md

* Check in new shared IDE related config.

* Attempt at fixing multi swiping cells simultaneously .

* Fix issue where pan .changed and .end states were being processed.

* Clean up multi swipe bug fix.

* Avoid looping swipe cells when dragging.

* Fix cell selection state loss. Closes SwipeCellKit#58.

* Cancel swipe gesture when no actions exist for orientation. Closes SwipeCellKit#163. Closes SwipeCellKit#172.

* Update CHANGLOG and README.

* Rev version up.

* Fix issue with re-selecting previously selected rows when row is deleted.

* Remove cell re-selection logic as current solution is possibly problematic.

* Remove pan gesture cancellation when no actions exist for orientation. Current solution has issues.

* Update CHANGELOG.md