Skip to content

1.3.1

Compare
Choose a tag to compare
@skydoves skydoves released this 28 Jan 13:19
· 775 commits to main since this release
f065393

🎉 Released a new version 1.3.1! 🎉

What's New?

  • Fixed: Overlay does not position correctly in bottom sheet containers (#141)
  • Changed: balloon extension in the Fragment will not return nullable anymore. (non-nullable, thanks @svrlopatrik)
  • Rename: ArrowConstraints renamed to ArrowPositionRules.
  • Added: ArrowOrientationRules. (reference)
  • Added: BalloonHighlightAnimation for highlighting the balloon with animation. (thanks @svrlopatrik)
    We can set the highlight animation like the below.
.setBalloonHighlightAnimation(BalloonHighlightAnimation.HEARTBEAT)
  • Added: Balloon's setter functions with dimension resource parameter. (c9a900c, thanks @svrlopatrik)
  • Fixed: Shadow gets cut at the bottom of the tooltip (#150)
  • Fixed: Fatal Exception: java.lang.IllegalStateException (#149)
  • Fixed: Balloon does not adapt to the height of a custom View (#148).
  • Changed: Now we don't need to call the measureTextWidth() for measuring the TextView's exact size. It will be measured automatically.
  • Fixed: Option to switch arrow orientation based on the tooltip position (#122, #147)
  • Fixed: Arrow does not show elevation (#76)