Balloon v1.2.1 Release Notes

Release Date: 2020-08-07 // over 3 years ago
  • ๐Ÿš€ ๐ŸŽ‰ 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)