VerticalCardSwiper v0.1.0-beta4 Release Notes

Release Date: 2018-10-20 // over 5 years ago
  • API breaking changes

    • Migrated from Swift 4.1 to Swift 4.2.
    • ๐Ÿ“‡ Renamed CellSwipeDirection to SwipeDirection.
    • โœ‚ Removed unused direction parameter from internal func endedPanAnimation(withDirection direction: PanDirection, angle: CGFloat).
    • โœ‚ Removed animateIn() function from VerticalCardSwiperView.

    โœจ Enhancements

    • โž• Added Shazam card stack effect (thanks @VladIacobIonut).
    • โž• Added function didDragCard(cell: CardCell, swipeDirection: SwipeDirection) to VerticalCardSwiperDelegate.
    • 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).