Skip to content

1.3.8

Compare
Choose a tag to compare
@skydoves skydoves released this 22 Sep 08:26
· 598 commits to main since this release
c944930

馃巿 Released a new version 1.3.8! 馃巿

What's New?

  • New feature: A new showAtCenter() function. We can show up the Balloon over the anchor view align center. (#247).
    We can align the location of the Balloon using the BalloonCenterAlign parameter.
anchor.showAtCenter(balloon, xOff = 0, yOff = 0, centerAlign = BalloonCenterAlign.Bottom)
  • Deprecated: show() functions have been deprecated now. Use showAtCenter() or showAsDropDown() instead. (#247)
  • Fixed: RadiusLayout clips internal contents with the wrong radius size. (#220, #245)
  • New feature: We can clear every persisted data on the BalloonPersistence via balloon.clearAllPreferences() function. (#242)
  • Modified: We can access BalloonPersistence class: val balloonPersistence = BalloonPersistence.getInstance(context). (#242)
  • Refactored internal codes. (#244, #248)