Releases: levibostian/Swapper-Android
Releases · levibostian/Swapper-Android
v2.0.0
2.0.0 (2020-11-17)
Bug Fixes
- cancel animations before running a new one (719e760)
Features
- easier way to swap to views (42d65ee)
- make swapTo callback optional (1437fc4)
BREAKING CHANGES
- No more needing to setup Swapper! Simply add children Views to SwapperView and swap between them with
swapTo(childView
.