Skip to content

1.3.5

Compare
Choose a tag to compare
@skydoves skydoves released this 02 Jul 15:18
· 693 commits to main since this release
1ab71ba

🎈 Released a new version 1.3.5! 🎈

🎉 Balloon has been featured on the official Google Dev library.🎉

What's New?

  • Added: setPaddingHorizontal, setPaddingVertical, setMarginHorizontal, and setMarginVertical functions.
  • Fix: Lint shows error for dimen resource id. (#190)
  • Fix: Move post runner inside of the if conditional and check isAttachedToWindow (#192, #197)
  • Update: Invoke dismiss() instead of the onDestroy() on Pause lifecycle event. (#186)
  • Update: A lot of internal refactoring.