All Versions
17
Latest Version
Avg Release Cycle
59 days
Latest Release
543 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