Skip to content

Latest commit

 

History

History
155 lines (97 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

155 lines (97 loc) · 3.41 KB

Change Log

Version 2.2.7 (2017-06-29)

Update:

  • Support Library 25.3.0 -> 25.4.0

Version 2.2.6 (2017-03-17)

Feature:

Update:

  • Build Tools 25 -> 25.0.2
  • Support Library 24.2.0 -> 25.3.0

Bugfix:

Version 2.2.5 (2016-12-02)

Update:

  • Build Tools 24.0.2 -> 25
  • Support Library 23.4.0 -> 24.2.0

Version 2.2.4 (2016-08-03)

Update:

  • Build Tools 23.0.1 -> 24.0.2
  • Support Library 23.0.1 -> 23.4.0

Version 2.2.3 (2016-04-19)

Bug fix:
Dispatch onViewRecycled event to wrapped adapter #80
Fix setStartDelay() is not reset by clear() #82

Update:
Support library 23.2.1

Version 2.2.2 (2016-04-05)

Bug fix

Version 2.2.1 (2016-02-28)

Bug fix: firstOnly

Version 2.2.0 (2016-01-29)

Bug fix: issue #64 by @emartynov Feature: Motion Delay by @aphexcx

Version 2.1.0 (2015-11-25)

Move the adapters of the package.
Added BaseItemAnimator#setInterpolator.

Version 2.0.2 (2015-11-24)

Added AnimationAdapter#getIemId
Fixed the getItemId() to return the nested adapter item id

Version 2.0.1 (2015-11-10)

Bug fix registerAdapterDataObserver, unregisterAdapterDataObserver

Version 2.0.0 (2015-10-16)

Support RecyclerView 23.1.0+

Use 1.3.0 If you are using a 23.0.1 or below.

Version 1.3.0 (2015-09-11)

Added in ability to pass in interpolators to the four ItemAnimators. Thanks to @craya1982

Version 1.2.3 (2015-09-07)

Update support library.

Version 1.2.2 (2015-08-19)

Add tension in OvershootAnimators.

Version 1.2.1 (2015-07-07)

Update AnimationAdapter to allow grabbing the wrappedAdapter.

Version 1.2.0 (2015-04-15)

Support Multiple animators for ViewHolders.

Version 1.1.3 (2015-04-08)

Support Interpolator in AnimationAdapter.

Version 1.1.2 (2015-03-23)

Supports multiple viewTypes.

Version 1.1.1 (2015-03-17)

Improved reliability and speed.

Version 1.1.0 (2015-01-21)

add RecyclerView.Adapter support.

Version 1.0.3 (2015-01-21)

fix setting of pom.xml

Version 1.0.2 (2015-01-20)

fix setting of pom.xml

Version 1.0.1 (2015-01-10)

Attach a jar for non-Gradle Android users.

Version 1.0.0 (2015-01-05)

Initial release.