Skip to content

Commit

Permalink
release 2.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
JoniVR committed Jun 21, 2019
1 parent 5e18973 commit f7f5ddf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)!
2 changes: 1 addition & 1 deletion VerticalCardSwiper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f7f5ddf

Please sign in to comment.