All Versions
17
Latest Version
Avg Release Cycle
59 days
Latest Release
872 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.1.0-beta5 Changes
November 12, 2018โจ Enhancements
- โ Added
didTapCard
anddidHoldCard
toVerticalCardSwiperDelegate
. - thanks @williamsthing
- โ Added
-
v0.1.0-beta4 Changes
October 20, 2018API breaking changes
- Migrated from Swift 4.1 to Swift 4.2.
- ๐ Renamed
CellSwipeDirection
toSwipeDirection
. - โ Removed unused
direction
parameter frominternal func endedPanAnimation(withDirection direction: PanDirection, angle: CGFloat)
. - โ Removed
animateIn()
function fromVerticalCardSwiperView
.
โจ Enhancements
- โ Added Shazam card stack effect (thanks @VladIacobIonut).
- โ Added function
didDragCard(cell: CardCell, swipeDirection: SwipeDirection)
toVerticalCardSwiperDelegate
. - General stability and code improvements.
๐ Bug fixes
- ๐ Fixed crash when swiping away all cards (reaching end).
- ๐ Fixed visual glitch that would sometimes occur when adding cards (preparation for future support).
-
v0.1.0-beta3 Changes
June 29, 2018โจ Enhancements
- โ Added
didScroll
function toVerticalCardSwiperDelegate
. - ๐ Changed
init(frame: CGRect)
function to bepublic
(instead of internal) insideVerticalCardSwiper
. - โ Added small spring animation to
resetToCenter
which results in a small bouncy effect depending on how far you drag. - ๐ Changed some example code to use
init(frame: CGRect)
.
๐ Bug fixes
- ๐ Fixed possible nil crash in rare occasions when swiping.
- ๐ Fixed animation glitch when scrolling cards while card was animating off screen.
- ๐ Fixed cards zPosition bug which caused bottom card to overlap top card in some occasions.
- โ Added
-
v0.1.0-beta2 Changes
June 26, 2018โจ Enhancements
- โ Added
sizeForItem
function toVerticalCardSwiperDelegate
. - โ Added
cardSpacing
property toVerticalCardSwiper
. - โ Added
firstItemTransform
property toVerticalCardSwiper
. - โก๏ธ Updated example.
- โ Added
-
v0.1.0-beta1 Changes
June 21, 2018API breaking changes
- ๐ renamed
CardSwiperView
toVerticalCardSwiperView
.
โจ Enhancements
- โ Added
willSwipeCardAway
function toVerticalCardSwiperDelegate
. - โ Added
reloadData()
function toVerticalCardSwiper
. - โ Added iPad support.
- โ Added changelog.
- ๐ Updated documentation.
- Cleaned up project.
- ๐ renamed
-
v0.1.0-alpha2 Changes
June 17, 2018API breaking changes
- Simplified
endedPanAnimation
function and made it internal instead of public.
โจ Enhancements
- โ Added UITests.
- ๐ Updated some documentation.
๐ Bug fixes
- ๐ Fixed swipe bug where swiping left was easier (required less distance) than swiping right.
- Simplified
-
v0.1.0-alpha1 Changes
June 12, 2018- ๐ Initial release.
- ๐ Cocoapods release.