From c15687d1c6db6d39ef1e54a6c5a5c2fe74a544a8 Mon Sep 17 00:00:00 2001 From: Jin Wang Date: Sun, 20 Sep 2020 17:04:51 +1000 Subject: [PATCH] Released 1.1.0 --- .travis.yml | 3 --- AnimatedCollectionViewLayout.podspec | 4 ++-- CHANGELOG.md | 11 +++++++++++ Package.swift | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba18302..4d17f1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,3 @@ script: - if [ $POD_LINT == "YES" ]; then pod lib lint; fi - -# Test CocoaPods quality scores are met - - ruby Tests/CheckCocoaPodsQualityIndexes.rb AnimatedCollectionViewLayout diff --git a/AnimatedCollectionViewLayout.podspec b/AnimatedCollectionViewLayout.podspec index 8e1cc4f..86b1120 100644 --- a/AnimatedCollectionViewLayout.podspec +++ b/AnimatedCollectionViewLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AnimatedCollectionViewLayout' - s.version = '1.0.1' + s.version = '1.1.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView' @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/KelvinJin/AnimatedCollectionViewLayout' s.authors = { 'Jin Wang' => 'jinw1990@gmail.com' } s.source = { :git => 'https://github.com/KelvinJin/AnimatedCollectionViewLayout.git', :tag => s.version } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.source_files = 'Sources/**/*.swift' s.swift_versions = ['5.0', '5.1'] end diff --git a/CHANGELOG.md b/CHANGELOG.md index c8727f2..559e7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ All notable changes to this project will be documented in this file. ### Removed +## 1.1.0 + +Released on 2020-09-20 + +### Changed + + Fixed an issue where on iOS 14, changing contentView's frame property won't effect. This applies to ParallaxAttributesAnimator and CubeAttributesAnimator. + + Updated the projects to use Xcode 12. + +### Removed + + Dropped iOS 8 support. + ## 1.0.1 ### Changed + Fixed an issue where UIKit will reset position but not anchor point of a content view. diff --git a/Package.swift b/Package.swift index b7a5610..cd626ad 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "AnimatedCollectionViewLayout", platforms: [ - .iOS(.v8) + .iOS(.v9) ], products: [ .library(