All Versions
17
Latest Version
Avg Release Cycle
59 days
Latest Release
872 days ago

Changelog History
Page 2

  • v0.1.0-beta5 Changes

    November 12, 2018

    โœจ Enhancements

    • โž• Added didTapCard and didHoldCard to VerticalCardSwiperDelegate. - thanks @williamsthing
  • v0.1.0-beta4 Changes

    October 20, 2018

    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).
  • v0.1.0-beta3 Changes

    June 29, 2018

    โœจ Enhancements

    • โž• Added didScroll function to VerticalCardSwiperDelegate.
    • ๐Ÿ”„ Changed init(frame: CGRect) function to be public (instead of internal) inside VerticalCardSwiper.
    • โž• 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.
  • v0.1.0-beta2 Changes

    June 26, 2018

    โœจ Enhancements

    • โž• Added sizeForItem function to VerticalCardSwiperDelegate.
    • โž• Added cardSpacing property to VerticalCardSwiper.
    • โž• Added firstItemTransform property to VerticalCardSwiper.
    • โšก๏ธ Updated example.
  • v0.1.0-beta1 Changes

    June 21, 2018

    API breaking changes

    • ๐Ÿ“‡ renamed CardSwiperView to VerticalCardSwiperView.

    โœจ Enhancements

    • โž• Added willSwipeCardAway function to VerticalCardSwiperDelegate.
    • โž• Added reloadData() function to VerticalCardSwiper.
    • โž• Added iPad support.
    • โž• Added changelog.
    • ๐Ÿ“š Updated documentation.
    • Cleaned up project.
  • v0.1.0-alpha2 Changes

    June 17, 2018

    API 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.
  • v0.1.0-alpha1 Changes

    June 12, 2018
    • ๐ŸŽ‰ Initial release.
    • ๐Ÿš€ Cocoapods release.