Skip to content

1.2.1

Compare
Choose a tag to compare
@skydoves skydoves released this 07 Aug 17:04
e99379b

🎉 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 to 1.2.0 stable.
  • Changed android.arch.lifecycle package to androidx.arch.lifecycle internally.
  • Fixed not working properly when setDismissWhenTouchOutside with BalloonAnimation.CIRCULAR. (#85)