Skip to content

Commit

Permalink
release 0.1.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
JoniVR committed Jan 8, 2019
1 parent f21d33c commit 7f4fdd5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [0.1.0-beta7](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/0.1.0-beta7) (Jan 8, 2019)

#### API breaking changes

- Moved `indexesForVisibleCards` to `VerticalCardSwiper`.

#### Enhancements

- Added `didEndScroll` function to `VerticalCardSwiperDelegate`. (thanks @mkhakpaki)
- Added `scrollToCard` function to `VerticalCardSwiper`. [(#23)](https://github.com/JoniVR/VerticalCardSwiper/issues/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.

## [0.1.0-beta6](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/0.1.0-beta6) (Nov 15, 2018)

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VerticalCardSwiper is available through [CocoaPods](https://cocoapods.org). To i
it, simply add the following line to your Podfile:

```ruby
pod 'VerticalCardSwiper', '0.1.0-beta6'
pod 'VerticalCardSwiper', '0.1.0-beta7'
```

## Example
Expand Down
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 = '0.1.0-beta6'
s.version = '0.1.0-beta7'
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 7f4fdd5

Please sign in to comment.