v2.8.3
- Avoid crashes if NaN values received from scale or scroll gestures
- Fixed animator swapping when animating from no specific position
v2.8.2
- Support for "from" view scale in transition animation (#127)
v2.8.1
- Fixed division by zero if recycler view is empty
v2.8.0
- ViewPager2 support for images transition animation (#144).
- Default animations duration is changed from 300ms to 200ms, to make the animations feel faster.
- Fixed recycler view item's centering when auto scrolling the list (when using recycler view to view pager transitions).
- Making sure
State
never uses NaNs (to catch possible UI issues earlier).
v2.7.1
- Fix for potential memory leak (#136)
v2.7.0
- Fixed bounds clipping animation (bug introduced after fix for #151)
- Removed all deprecated API.
- Organizing examples into groups.
- Sample app fixes and major UI facelift.
v2.6.0
- Migrating to AndroidX
- Fixed bounds clipping logic when destination view is not fullscreen (#151)
- Better support for nested GestureFrameLayout scrolling
v2.5.2
- Resetting state when view size is changed (#112).
- Separate settings for different exit gesture (#114).
- Exit animation bug fixes (#115).
v2.5.1
- Added min zoom level setting (along with new
Fit.NONE
option) - Added bounds restrictions type setting, one of:
NORMAL
,INSIDE
,OUTSIDE
,PIVOT
orNONE
- Added setting to toggle fling animation
- Fixed long click when all gestures are disabled
v2.5.0
- Added proper touch interception logic for GestureFrameLayout.