Skip to content

Commit

Permalink
Released 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinJin committed Feb 23, 2017
1 parent 90f3e57 commit be182de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AnimatedCollectionViewLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AnimatedCollectionViewLayout'
s.version = '0.1.2'
s.version = '0.2.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A UICollectionViewLayout subclass that adds custom
transitions/animations to the UICollectionView'
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@ All notable changes to this project will be documented in this file.

### Removed

## 0.2.0

Released on 2017-02-23

### Added

+ Added `SnapInAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
+ Added `scrollDirection`, `startOffset`, `midOffset`, `endOffset` as extra properties to `AnimatedCollectionViewLayoutAttributes`, d539aee9f8a7fff0913a3a2b41d51a41c1811db9
+ More documentations

### Changed

+ [Breaking] Renamed `PagerCollectionViewLayoutAttributes` to `AnimatedCollectionViewLayoutAttributes`. 34cf7a8fa3b2264b52e489520c09ed4d08798b48
+ [Breaking] Renamed `CrossFadeAttributeAnimator` to `CrossFadeAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
+ [Breaking] Renamed `LinearCardAttributeAnimator` to `LinearCardAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
+ [Breaking] Renamed `CubeAttributeAnimator` to `CubeAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
+ [Breaking] Renamed `PageAttributeAnimator` to `PageAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
+ [Breaking] Removed position property from the animator delegate method and put it into `AnimatedCollectionViewLayoutAttributes`. d539aee9f8a7fff0913a3a2b41d51a41c1811db9

### Removed

+ Removed `TurnAttributesAnimator`. 789e5100e5b2e9571ebcd04ac4192cc7760c9232

## 0.1.2

Released on 2017-02-17
Expand Down

0 comments on commit be182de

Please sign in to comment.