1.2.1
🎉 Released a new version 1.2.1
! 🎉
What's New?
- Added
update(anchor: View)
,update(anchor: View, xOff: Int, yOff: Int)
functionalities.
Updating popup and arrow position of the popup based on a new target anchor view with additional x-off and y-off. (#68) - Updated
appcompat
version to1.2.0
stable. - Changed
android.arch.lifecycle
package toandroidx.arch.lifecycle
internally. - Fixed not working properly when
setDismissWhenTouchOutside
withBalloonAnimation.CIRCULAR
. (#85)