All Versions
11
Latest Version
Avg Release Cycle
132 days
Latest Release
1102 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
September 20, 2020๐ 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.
-
v1.0.1 Changes
December 03, 2019๐ Changed
- Fixed an issue where UIKit will reset position but not anchor point of a content view.
-
v1.0.0 Changes
October 16, 2019๐ Released on 2019-10-16
๐ Changed
- Supported Swift Package Manager.
-
v0.6.0 Changes
March 27, 2019๐ Released on 2019-03-27
๐ Changed
- Updated to support Swift 5.0.
- Updated project to support Xcode 10.2.
-
v0.5.0 Changes
November 30, 2018๐ Released on 2018-11-30
๐ Changed
- Updated the sample project for Xcode 10 with Swift 4.2.
- Now allowed subclassing AnimatedCollectionViewLayout.
-
v0.4.0 Changes
September 19, 2018๐ This version supports Swift 4.2. If you want to use it with Swift 4.1 or below, use version 0.3.0.
-
v0.3.0 Changes
May 12, 2017๐ Released on 2017-05-12
๐ Changed
- Changed the deployment targets of both the library and the demo app to 8.0.
- Fixed a bunch of Xcode warnings.
-
v0.2.0 Changes
February 23, 2017โ Added
- โ Added
SnapInAttributesAnimator
. cddea2f - โ Added
scrollDirection
,startOffset
,midOffset
,endOffset
as extra properties toAnimatedCollectionViewLayoutAttributes
, d539aee - ๐ More documentations
๐ Changed
- [Breaking] Renamed
PagerCollectionViewLayoutAttributes
toAnimatedCollectionViewLayoutAttributes
. 34cf7a8 - [Breaking] Renamed
CrossFadeAttributeAnimator
toCrossFadeAttributesAnimator
. cddea2f - [Breaking] Renamed
LinearCardAttributeAnimator
toLinearCardAttributesAnimator
. cddea2f - [Breaking] Renamed
CubeAttributeAnimator
toCubeAttributesAnimator
. cddea2f - [Breaking] Renamed
PageAttributeAnimator
toPageAttributesAnimator
. cddea2f - ๐ [Breaking] Removed position property from the animator delegate method and put it into
AnimatedCollectionViewLayoutAttributes
. d539aee
โ Removed
- โ Removed
TurnAttributesAnimator
. 789e510
- โ Added
-
v0.1.2 Changes
February 17, 2017- ๐ Fixed the issue that Cocoapods failed to include the
Animators
folder #2.
- ๐ Fixed the issue that Cocoapods failed to include the
-
v0.1.1 Changes
February 09, 2017๐ Released on 2017-02-09
๐ Changed
- [Breaking] Changed
ParallexAttributesAnimator
toParallaxAttributesAnimator
- [Breaking] Changed