1.3.8
🎈 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 theBalloonCenterAlign
parameter.
anchor.showAtCenter(balloon, xOff = 0, yOff = 0, centerAlign = BalloonCenterAlign.Bottom)
- Deprecated:
show()
functions have been deprecated now. UseshowAtCenter()
orshowAsDropDown()
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
viaballoon.clearAllPreferences()
function. (#242) - Modified: We can access
BalloonPersistence
class:val balloonPersistence = BalloonPersistence.getInstance(context)
. (#242) - Refactored internal codes. (#244, #248)