From 90f337038efcbad7e444cf70eef5b7849a20941a Mon Sep 17 00:00:00 2001 From: Andrey Kulikov Date: Thu, 14 Sep 2017 23:09:35 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd8dda..f167cbf 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,17 @@ Quick start ============ ```groovy dependencies { - compile "com.andkulikov:transitionseverywhere:1.7.5" + compile "com.andkulikov:transitionseverywhere:1.7.6" } ``` Use transition classes from package `com.transitionseverywhere.*` instead of `android.transition.*` from android framework Transitions API.
Changelog ============ + +1.7.6
+Fix for the case when Visibility transition is removing the view from the previous scene. [Framework bug for it][12] + 1.7.4, 1.7.5
Fixes for color change in ChangeText. Thanks to [droidluv][10] and [passsy][11] @@ -81,3 +85,4 @@ Bug fixes and performance optimizations. [9]: https://github.com/TealOcean [10]: https://github.com/droidluv [11]: https://github.com/passsy +[12]: https://issuetracker.google.com/issues/65688271