Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 1.2 KB

v1.5.0

  • New: Project source code was fully translated to Kotlin thanks to @markusressel (#38).
  • New: New APIs to disable fling and flings started when overscrolling: setFlingEnabled and setAllowFlingInOverscroll, thanks to @markusressel (#70).
  • New: Ability to pan while zooming, thanks to @markusressel (#68).
  • Enhancement: Prevent entering the scrolling/flinging state if pan is disabled, thanks to @nil2l (#79).
  • New: New Alignment APIs control the alignment of the content with respect to the container. Please read the documentation about them. Thanks to @LRP-sgravel (#71 and #76)

https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0