All Versions
17
Latest Version
Avg Release Cycle
59 days
Latest Release
1349 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.1 Changes
January 08, 2021๐ Bug fixes
- ๐ Fixed
isStackOnBottom
andstackedCardsCount
not working - thanks @stfnhdr.
- ๐ Fixed
-
v2.3.0 Changes
October 04, 2020 -
v2.2.0 Changes
February 23, 2020โจ Enhancements
- โ Added
didCancelSwipe
function toVerticalCardSwiperDelegate
.
๐ Bug fixes
- ๐ Fixed
swipeCardAwayProgrammatically
not working correctly in some cases.
- โ Added
-
v2.1.0 Changes
January 31, 2020โจ Enhancements
- โ Add
swipeCardAwayProgrammatically
function toVerticalCardSwiper
. - โ Add official Carthage support.
- โก๏ธ Update SPM support to 5.1.
- โ Add
-
v2.0.1 Changes
August 19, 2019 -
v2.0.0 Changes
June 21, 2019API breaking changes
- ๐ Renamed
VerticalCardSwiper
propertyfocussedIndex
tofocussedCardIndex
. - ๐ Renamed
VerticalCardSwiper
propertyisPreviousCardVisible
toisStackingEnabled
. - Refactored
VerticalCardSwiper
propertyindexesForVisibleCards
to include stacked cards. โผ๏ธ
โจ Enhancements
- ๐ Renamed
-
v1.0.0 Changes
April 09, 2019API 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)
- Migrated from
-
v0.1.0 Changes
March 13, 2019โจ Enhancements
- โ Added
insertCards
function toVerticalCardSwiper
. - โ Added
deleteCards
function toVerticalCardSwiper
. - โ Added
moveCard
function toVerticalCardSwiper
. - โ Added
focussedIndex
variable toVerticalCardSwiper
. - ๐ Improved UITests.
- ๐ Improved example.
- ๐ Cleaned up code and removed some force-unwrapping.
- โ Added Swiftlint.
- โ Added
-
v0.1.0-beta7 Changes
January 08, 2019API breaking changes
- ๐ Moved
indexesForVisibleCards
toVerticalCardSwiper
.
โจ Enhancements
- โ Added
didEndScroll
function toVerticalCardSwiperDelegate
. - thanks @mkhakpaki - โ Added
scrollToCard
function toVerticalCardSwiper
. (#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.
- ๐ Moved
-
v0.1.0-beta6 Changes
November 15, 2018โจ Enhancements
- โ Added
indexesForVisibleCards
toVerticalCardSwiperView
. - thanks @williamsthing - ๐ Changed
didTapCard
to support unfocused cards. - thanks @williamsthing
๐ Bug fixes
- Fixed
didTapCard
crash. (thanks @williamsthing)
- โ Added