VerticalCardSwiper v0.1.0-beta4 Release Notes
Release Date: 2018-10-20 // over 3 years ago-
API 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).