Skip to content

1.2.8

Compare
Choose a tag to compare
@skydoves skydoves released this 13 Dec 07:13
· 975 commits to main since this release
d9d4304

🎉 Released a new version 1.2.8! 🎉

What's New?

  • Added balloon extension for View class via ViewBalloonLazy.
    Now we can initialize the Balloon lazily using the Balloon.Factory in custom views.
  • Fixed wrong annotations ColorInt to ColorRes for the setIconColorResource.
  • Fixed setIconColor is not working properly (#130).
  • Renamed isArrowVisible() to isVisibleArrow() and fixed not working properly.
  • The circularReveal extensions are changed to the inline function.
  • Renamed BalloonDsl to BalloonInlineDsl internally.