From 8e902e028d7b77d0c47beff1dfa668126e028268 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Wed, 28 Aug 2024 10:37:48 -0700 Subject: [PATCH] v6.5.1 --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d640a37a..ba14302112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 6.5.1 +### Bugs Fixed +* Fix value callback is not called for PathKeyframeAnimation ([#2540](https://github.com/airbnb/lottie-android/pull/2540)) +* Fix shadow softness accuracy ([#2541](https://github.com/airbnb/lottie-android/pull/2541)) +* Add a global configuration to control reduced motion settings for a11y ([#2536](https://github.com/airbnb/lottie-android/pull/2536)) +* Fix a NPE on ImageAssetManager#getContext ([#2532](https://github.com/airbnb/lottie-android/pull/2532)) +* Improve strokes with skew ([#2531](https://github.com/airbnb/lottie-android/pull/2531)) +* LottieCompositionFactory: Avoid NPE when animation contains a Font Family and Context is null ([#2530](https://github.com/airbnb/lottie-android/pull/2530)) +* LottieCompositionFactory: Add factory methods that take an okio Source ([#2527](https://github.com/airbnb/lottie-android/pull/2527)) +* LottieCompositionFactory#fromZipStreamSyncInternal close FileOutputStream ([#2548](https://github.com/airbnb/lottie-android/pull/2548)) + # 6.5.0 ### New Features * Apply blend modes to layers and add Multiply ([#2519](https://github.com/airbnb/lottie-android/pull/2519)) diff --git a/gradle.properties b/gradle.properties index 00c84a41c3..736a9516af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.5.1-SNAPSHOT +VERSION_NAME=6.5.1 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.