From 892fd9e8b9129d0ce708b09734e2b346bf759123 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sat, 3 Aug 2024 23:57:01 -0400 Subject: [PATCH] v6.5.0 --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e318a0e12c..24d640a37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 6.5.0 +### New Features +* Apply blend modes to layers and add Multiply ([#2519](https://github.com/airbnb/lottie-android/pull/2519)) +* Add initial support for text range selectors ([#2518](https://github.com/airbnb/lottie-android/pull/2518)) +* Add a new feature flag API to allow for opting into newer platform features ([#2512](https://github.com/airbnb/lottie-android/pull/2512)) +* Add an API to get the unscaled width/height of a composition ([#2514](https://github.com/airbnb/lottie-android/pull/2514)) + +### Bugs Fixes +* Improve the accuracy of drop shadow position and softness ([#2523](https://github.com/airbnb/lottie-android/pull/2523)) +* Treat appcompat as an API dependency ([#2507](https://github.com/airbnb/lottie-android/pull/2507)) + # 6.4.1 ### Bugs Fixed * Scale base64 encoded bitmaps ([#2501](https://github.com/airbnb/lottie-android/pull/2501)) diff --git a/gradle.properties b/gradle.properties index 7cba65485c..3e378ac188 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.4.2-SNAPSHOT +VERSION_NAME=6.5.0 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.