Skip to content

Commit

Permalink
Merge pull request #605 from rechsteiner/release
Browse files Browse the repository at this point in the history
Release v3.1.0
  • Loading branch information
rechsteiner committed Oct 16, 2021
2 parents ced9145 + c9a839b commit 2b1a370
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

`Parchment` adheres to [Semantic Versioning](http://semver.org/).

## [3.1.0](https://github.com/rechsteiner/Parchment/compare/v3.0.1...v3.1.0) - 2020-10-16

### Added

* Add support for `pagingContentBackgroundColor` property #592
* Add `contentInteraction` property into `PagingOptions` #593

### Changes

* Support for Xcode 13 #581 #601
* Updated API for SwiftUI wrapper #572 #551
* Drop support for iOS 8 #568
* Remove support for older Swift versions #595
* Improve accessibility of default paging cell #602

### Fixes

* Remove Carthage reference in FRAMEWORK_SEARCH_PATH #569
* Fix wrong page direction when current paging item is out of view #567
* Fix issue with rotation when using SwiftUI wrapper #596

## [3.0.1](https://github.com/rechsteiner/Parchment/compare/v3.0.0...v3.0.1) - 2020-12-15

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions Parchment.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Parchment",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",
"summary": "A flexible paging menu controller with support for infinite data sources.",
"description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.",
Expand All @@ -11,7 +11,7 @@
"social_media_url": "http://twitter.com/rechsteiner",
"source": {
"git": "https://github.com/rechsteiner/Parchment.git",
"tag": "v3.0.1"
"tag": "v3.1.0"
},
"platforms": {
"ios": "8.2"
Expand Down

0 comments on commit 2b1a370

Please sign in to comment.