diff --git a/CHANGELOG.md b/CHANGELOG.md index d61f439869..841cb042c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.7.1 +* Support for lottie-compose 1.0.0-rc02-1 + # 3.7.1 ### Bugs Fixed * Made TextDelegate.getText public ([#1792](https://github.com/airbnb/lottie-android/pull/1792)) diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md index b2c37fcb90..6bdf4d29b2 100644 --- a/CHANGELOG_COMPOSE.md +++ b/CHANGELOG_COMPOSE.md @@ -1,6 +1,15 @@ #### Note: For the time being, we won't provide numbered releases for every new Jetpack Compose version. Check out our [snapshot builds](https://github.com/airbnb/lottie/blob/master/android-compose.md#getting-started) instead. +# 1.0.0-rc02-1 +* Upgrade to Compose rc02 +* Add support for ContentScale and Alignment just like the Image composable ([#1844](https://github.com/airbnb/lottie-android/pull/1844)) +* Automatically load fonts if possible and allow setting fonts via dynamic properties ([#1842](https://github.com/airbnb/lottie-android/pull/1842)) +* Add LottieCancellationBehavior support to animateLottieCompositionAsState ([#1846](https://github.com/airbnb/lottie-android/pull/1846)) +* Allow custom cache keys/cache skipping ([#1847](https://github.com/airbnb/lottie-android/pull/1847)) +* Always respect LottieClipSpec ([#1848](https://github.com/airbnb/lottie-android/pull/1848)) + + # 1.0.0-rc01-1 ## Breaking Changes `LottieAnimation` now takes a progress float instead of driving the animation internally. diff --git a/gradle.properties b/gradle.properties index ed367d3f88..d7414fcc62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=3.7.2-SNAPSHOT +VERSION_NAME=3.7.2 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime. diff --git a/lottie-compose/gradle.properties b/lottie-compose/gradle.properties index 6f361fe5fe..aa21d78395 100644 --- a/lottie-compose/gradle.properties +++ b/lottie-compose/gradle.properties @@ -4,4 +4,4 @@ POM_INCEPTION_YEAR=2020 POM_ARTIFACT_ID=lottie-compose POM_PACKAGING=aar GROUP=com.airbnb.android -VERSION_NAME=1.0.0-rc02-1-SNAPSHOT +VERSION_NAME=1.0.0-rc02-1