Skip to content

1.3.2

Compare
Choose a tag to compare
@skydoves skydoves released this 19 Feb 16:17
· 749 commits to main since this release
94a4b28

🎉 Released a new version 1.3.2! 🎉

What's New?

  • Fixed: Arrow not placing the first time at the right position (#155)
  • Fixed: Balloon does not adapt to the height of a custom View (#148)
  • Refactored measuring text size of the balloon for calculating properly width size of the custom layout and the default VectorTextView.
  • Added some function documentations for explaining the purpose of parameters.
  • Removed internal JCenter publishing tasks and migrated to maven central.
  • Migrated androidx.lifecycle:lifecycle-compiler apt to androidx.lifecycle:lifecycle-common-java8 dependency for faster compilation.
  • Uses Java 1.8 compile options since this version.