diff --git a/CHANGELOG.md b/CHANGELOG.md index af9252a..b1c2bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [2.0.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.0) (Jun 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](https://github.com/JoniVR/VerticalCardSwiper/pull/48)) - thanks [@stfnhdr](https://github.com/stfnhdr) +- Added `stackedCardsCount` property to `VerticalCardSwiper`. ([#48](https://github.com/JoniVR/VerticalCardSwiper/pull/48)) - thanks [@stfnhdr](https://github.com/stfnhdr) + ## [1.0.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/1.0.0) (Apr 9, 2019) #### API breaking changes diff --git a/README.md b/README.md index 108f0f5..fd64caf 100644 --- a/README.md +++ b/README.md @@ -212,13 +212,15 @@ class ExampleCardCell: CardCell { } ``` -## Features +## Key Features - [x] Shazam Discover UI with paging - [x] Tinder-style swiping - [x] Option to disable side swiping +- [x] Set custom number of stacked cards - [x] Code documentation in README.md file - [x] Cocoapods support - [ ] Carthage support +- [ ] SPM support - [ ] Diff support ## Author @@ -229,3 +231,4 @@ VerticalCardSwiper is available under the MIT license. See the LICENSE file for ## More Feel free to submit a pull request, open an issue or fork this project. Any help is always appreciated. +A big thank you to all the [contributors](https://github.com/JoniVR/VerticalCardSwiper/graphs/contributors)! diff --git a/VerticalCardSwiper.podspec b/VerticalCardSwiper.podspec index b932967..a5bc814 100644 --- a/VerticalCardSwiper.podspec +++ b/VerticalCardSwiper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VerticalCardSwiper' - s.version = '1.0.0' + s.version = '2.0.0' s.summary = 'A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.' # This description is used to generate tags and improve search results.