All Versions
11
Latest Version
Avg Release Cycle
132 days
Latest Release
1276 days ago

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 to AnimatedCollectionViewLayoutAttributes, d539aee
    • ๐Ÿ“š More documentations

    ๐Ÿ”„ Changed

    • [Breaking] Renamed PagerCollectionViewLayoutAttributes to AnimatedCollectionViewLayoutAttributes. 34cf7a8
    • [Breaking] Renamed CrossFadeAttributeAnimator to CrossFadeAttributesAnimator. cddea2f
    • [Breaking] Renamed LinearCardAttributeAnimator to LinearCardAttributesAnimator. cddea2f
    • [Breaking] Renamed CubeAttributeAnimator to CubeAttributesAnimator. cddea2f
    • [Breaking] Renamed PageAttributeAnimator to PageAttributesAnimator. cddea2f
    • ๐Ÿšš [Breaking] Removed position property from the animator delegate method and put it into AnimatedCollectionViewLayoutAttributes. d539aee

    โœ‚ Removed

    • โœ‚ Removed TurnAttributesAnimator. 789e510
  • v0.1.2 Changes

    February 17, 2017
    • ๐Ÿ›  Fixed the issue that Cocoapods failed to include the Animators folder #2.
  • v0.1.1 Changes

    February 09, 2017

    ๐Ÿš€ Released on 2017-02-09

    ๐Ÿ”„ Changed

    • [Breaking] Changed ParallexAttributesAnimator to ParallaxAttributesAnimator