From c9a839bbfd5cffffb04edbeeffa6c53893e46279 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sat, 16 Oct 2021 14:43:44 +0200 Subject: [PATCH] Release v3.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c7ec0a..f7d3fa2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 9602b96c..7cf5363e 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -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.", @@ -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"