1.2.8
🎉 Released a new version 1.2.8
! 🎉
What's New?
- Added
balloon
extension forView
class viaViewBalloonLazy
.
Now we can initialize the Balloon lazily using theBalloon.Factory
in custom views. - Fixed wrong annotations
ColorInt
toColorRes
for thesetIconColorResource
. - Fixed
setIconColor
is not working properly (#130). - Renamed
isArrowVisible()
toisVisibleArrow()
and fixed not working properly. - The
circularReveal
extensions are changed to the inline function. - Renamed
BalloonDsl
toBalloonInlineDsl
internally.