-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## v1.5.0 | ||
|
||
- New: Project source code was fully translated to Kotlin thanks to [@markusressel][markusressel] ([#38][38]). | ||
- New: New APIs to disable fling and flings started when overscrolling: `setFlingEnabled` and `setAllowFlingInOverscroll`, | ||
thanks to [@markusressel][markusressel] ([#70][70]). | ||
- New: Ability to pan while zooming, thanks to [@markusressel][markusressel] ([#68][68]). | ||
- Enhancement: Prevent entering the scrolling/flinging state if pan is disabled, thanks to [@nil2l][nil2l] ([#79][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][LRP-sgravel] ([#71][71] and [#76][76]) | ||
|
||
|
||
https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0 | ||
|
||
[markusressel]: https://github.com/markusressel | ||
[nil2l]: https://github.com/nil2l | ||
[LRP-sgravel]: https://github.com/LRP-sgravel | ||
|
||
[38]: https://github.com/natario1/ZoomLayout/pull/38 | ||
[70]: https://github.com/natario1/ZoomLayout/pull/70 | ||
[68]: https://github.com/natario1/ZoomLayout/pull/68 | ||
[79]: https://github.com/natario1/ZoomLayout/pull/79 | ||
[71]: https://github.com/natario1/ZoomLayout/pull/71 | ||
[76]: https://github.com/natario1/ZoomLayout/pull/76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters