Skip to content

1.3.4

Compare
Choose a tag to compare
@skydoves skydoves released this 03 Apr 05:14
· 713 commits to main since this release
8984605

🎉 Released a new version 1.3.4! 🎉

What's New?

  • Changed required min SDK 16 to 17.
  • Fixed: Balloon.isShowing is not set to false when ShowCounts is reached (#168)
  • Fixed: Balloon does not adapt to the height of a custom View on certain devices (#171)
  • Added: minWidth and maxWidth functions for setting range of the balloon width size. This functionality works only with the BalloonSizeSpec.WRAP].
  • Removed: isRtlSupport function and it will be applied automatically based on the default RTL LayoutDirection by a device.
  • Deprecated: IconGravity.LEFT and IconGravity.RIGHT are deprecated and there are new IconGravity.START and IconGravity.END gravities for RTL supports.
  • Added: getBalloonArrowView() function for getting a view of the balloon arrow. (#180)