Skip to content

Commit

Permalink
v3.7.2 and Compose v1.0.0-rc02-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Jul 18, 2021
1 parent 4373eba commit dd34e8a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG_COMPOSE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lottie-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd34e8a

Please sign in to comment.