###Upgrade Notes
- renamed
withAnimations()
towithSlideInAnimation()
and change the default tofalse
- now use the
DefaultItemAnimator
to animate the displaying of the elements - you can now define a different
ItemAnimator
viaLibsConfiguration.getInstance().setItemAnimator()
- change
.fragment()
to.supportFragment()
andLibsFragment
toLibsSupportFragment
INFO
- moved logic of the fragment to the new
LibsFragmentCompat
class - create new
LibsSupportFragment
which extends theandroid.support.v4.app.Fragment
- change the
LibsFragment
which now extends theandroid.app.Fragment
- add new method
.supportFragment()
which returnsandroid.support.v4.app.Fragment
- change
.fragment()
which now returnsandroid.app.Fragment