Releases: yatsinar/recyclerview-animators
Releases · yatsinar/recyclerview-animators
3.0.1
3.0.0
3.0.0-BETA-1
Merge remote-tracking branch 'upstream/master'
2.3.0-BETA-7
Default animation for AnimateAdd/Remove VHs
2.3.0-BETA-6
Animate Add/Remove ViewHolders don't get the default animation
2.3.0-BETA-5: Add/Remove animations run even if ViewHolder is an
AnimateAddViewHolder/AnimateRemoveViewHolder
2.3.0-BETA-4
End animations callbacks in custom animation ViewHolders
2.3.0-BETA-3
remove/add animations are now tracked only on actual start of animation which makes possible to never start animation in ViewHolders
Fixed stale animations
Possible fix for views sometimes stuck in hierarchy: BaseItemAnimator doesn't track custom AnimateAdd/RemoveVHs anims, they must use View's transient state instead
Change Animations Interception
Merge branch 'pr/payloads_animations' # Conflicts: # animators/src/main/java/jp/wasabeef/recyclerview/animators/holder/AnimateChangeViewHolder.java