Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Oct 3, 2021
1 parent 077cd3d commit fafc17e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.2.0
* Fixed some rounding errors with trim paths ([#1897](https://github.com/airbnb/lottie-android/pull/1897))

# 4.1.0
* Added support for gaussian blur effects ([#1859](https://github.com/airbnb/lottie-android/pull/1859))
* Added support for drop shadow effects ([#1860](https://github.com/airbnb/lottie-android/pull/1860))
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG_COMPOSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#### 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.
# 4.2.0
* [BREAKING CHANGE] LottieAnimation will now default to the composition size rather than `fillMaxSize()` ([#1892](https://github.com/airbnb/lottie-android/pull/1892))
* Improved the performance of loading and parsing animations ([#1891](https://github.com/airbnb/lottie-android/pull/1891))

# 4.1.0
* No changes

# 4.0.0
* Upgrade to Compose 1.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.1.1-SNAPSHOT
VERSION_NAME=4.2.0
GROUP=com.airbnb.android

POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
Expand Down

0 comments on commit fafc17e

Please sign in to comment.