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

Changelog History
Page 1

  • v2.3.1 Changes

    January 08, 2021

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed isStackOnBottom and stackedCardsCount not working - thanks @stfnhdr.
  • v2.3.0 Changes

    October 04, 2020

    โœจ Enhancements

    • โž• Added cardForItem function to VerticalCardSwiper.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed scale animation to transform both x and y values (#76) - thanks @elfanek.
  • v2.2.0 Changes

    February 23, 2020

    โœจ Enhancements

    • โž• Added didCancelSwipe function to VerticalCardSwiperDelegate.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed swipeCardAwayProgrammatically not working correctly in some cases.
  • v2.1.0 Changes

    January 31, 2020

    โœจ Enhancements

    • โž• Add swipeCardAwayProgrammatically function to VerticalCardSwiper.
    • โž• Add official Carthage support.
    • โšก๏ธ Update SPM support to 5.1.
  • v2.0.1 Changes

    August 19, 2019
  • v2.0.0 Changes

    June 21, 2019

    API breaking changes

    • ๐Ÿ“‡ Renamed VerticalCardSwiper property focussedIndex to focussedCardIndex.
    • ๐Ÿ“‡ Renamed VerticalCardSwiper property isPreviousCardVisible to isStackingEnabled.
    • Refactored VerticalCardSwiper property indexesForVisibleCards to include stacked cards. โ€ผ๏ธ

    โœจ Enhancements

    • โž• Added isStackOnBottom property to VerticalCardSwiper. (#48) - thanks @stfnhdr
    • โž• Added stackedCardsCount property to VerticalCardSwiper. (#48) - thanks @stfnhdr
  • v1.0.0 Changes

    April 09, 2019

    API breaking changes

    • Migrated from Swift 4.2 -> Swift 5.0.
    • scrollToCard(at: Int, animated: Bool) -> Bool now returns a Boolean indicating if scrolling has failed or succeeded.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed crash in scrollToCard when it was called before the view layout was properly set up. (#37) - thanks @geniegeist
    • ๐Ÿ›  Fixed CardCell animation glitch when changing alpha. (#43)
  • v0.1.0 Changes

    March 13, 2019

    โœจ Enhancements

    • โž• Added insertCards function to VerticalCardSwiper.
    • โž• Added deleteCards function to VerticalCardSwiper.
    • โž• Added moveCard function to VerticalCardSwiper.
    • โž• Added focussedIndex variable to VerticalCardSwiper.
    • ๐Ÿ‘Œ Improved UITests.
    • ๐Ÿ‘Œ Improved example.
    • ๐Ÿšš Cleaned up code and removed some force-unwrapping.
    • โž• Added Swiftlint.
  • v0.1.0-beta7 Changes

    January 08, 2019

    API breaking changes

    • ๐Ÿšš Moved indexesForVisibleCards to VerticalCardSwiper.

    โœจ Enhancements

    • โž• Added didEndScroll function to VerticalCardSwiperDelegate. - thanks @mkhakpaki
    • โž• Added scrollToCard function to VerticalCardSwiper. (#23)
    • โœ‚ Removed some force unwrapping in the code.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed nil crash when doing a swipe gesture on an empty VerticalCardSwiper.
    • ๐Ÿ›  Fixed wrong indexesForVisibleCards when only one card was present.
    • ๐Ÿ›  Fixed wrong bottom contentInset calculation.
  • v0.1.0-beta6 Changes

    November 15, 2018

    โœจ Enhancements

    • โž• Added indexesForVisibleCards to VerticalCardSwiperView. - thanks @williamsthing
    • ๐Ÿ”„ Changed didTapCard to support unfocused cards. - thanks @williamsthing

    ๐Ÿ› Bug fixes

    • Fixed didTapCard crash. (thanks @williamsthing)