Skip to content

Commit be182de

Browse files
committed
Released 0.2.0.
1 parent 90f3e57 commit be182de

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

AnimatedCollectionViewLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AnimatedCollectionViewLayout'
3-
s.version = '0.1.2'
3+
s.version = '0.2.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A UICollectionViewLayout subclass that adds custom
66
transitions/animations to the UICollectionView'

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ All notable changes to this project will be documented in this file.
99

1010
### Removed
1111

12+
## 0.2.0
13+
14+
Released on 2017-02-23
15+
16+
### Added
17+
18+
+ Added `SnapInAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
19+
+ Added `scrollDirection`, `startOffset`, `midOffset`, `endOffset` as extra properties to `AnimatedCollectionViewLayoutAttributes`, d539aee9f8a7fff0913a3a2b41d51a41c1811db9
20+
+ More documentations
21+
22+
### Changed
23+
24+
+ [Breaking] Renamed `PagerCollectionViewLayoutAttributes` to `AnimatedCollectionViewLayoutAttributes`. 34cf7a8fa3b2264b52e489520c09ed4d08798b48
25+
+ [Breaking] Renamed `CrossFadeAttributeAnimator` to `CrossFadeAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
26+
+ [Breaking] Renamed `LinearCardAttributeAnimator` to `LinearCardAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
27+
+ [Breaking] Renamed `CubeAttributeAnimator` to `CubeAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
28+
+ [Breaking] Renamed `PageAttributeAnimator` to `PageAttributesAnimator`. cddea2f75517fc0ef3e63d05fd2e07c46708fb21
29+
+ [Breaking] Removed position property from the animator delegate method and put it into `AnimatedCollectionViewLayoutAttributes`. d539aee9f8a7fff0913a3a2b41d51a41c1811db9
30+
31+
### Removed
32+
33+
+ Removed `TurnAttributesAnimator`. 789e5100e5b2e9571ebcd04ac4192cc7760c9232
34+
1235
## 0.1.2
1336

1437
Released on 2017-02-17

0 commit comments

Comments
 (0)