airbnb/lottie-android
 Watch   
 Star   
 Fork   
14 days ago
lottie-android

6.6.10

What's Changed

New Contributors

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.6.9...v6.6.10

2025-09-17 06:02:21
lottie-android

6.6.9

What's Changed

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.6.8...v6.6.9

2025-06-14 07:01:51
lottie-android

6.6.7

What's Changed

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.6.6...v6.6.7

2025-04-10 10:52:47
lottie-android

6.6.6

What's Changed

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.6.4...v6.6.6

2025-03-20 08:43:55
lottie-android

6.6.4

  • Fix an image NPE (#2623)
2025-03-04 09:39:31
lottie-android

6.6.3

  • Support system property to set a testing executor (#2613)
  • Fix a radial gradient crash (#2611)
  • Fix a bitmap crash (#2578)
2024-12-16 09:47:03
lottie-android

6.6.2

What's Changed

New Contributors

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.6.1...v6.6.2

2024-12-05 02:31:45
lottie-android

6.6.1

What's Changed

New Contributors

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.6.0...v6.6.1

2024-10-28 05:21:26
lottie-android

6.6.0

New Features

  • Overhauled drop shadow support for even better correctness (#2548)
    • Major thanks to David Davidović (who works at Lottielab) for his contributions here.
    • Adds a new API: applyShadowsToLayers which will apply shadows to a whole layer rather than an individual shape.
    • Use RenderNodes on APIs that support it.
    • Lays a foundation that can potentially add RenderNode support to existing mattes and masks.
    • Fixed a number of existing correctness issues
  • Add an overload to LottieCompositionFactory.clearCache that clears the network cache (#2559)

Bugs Fixed

  • Fix rounded corners when the underlying shape doesn't animate (#2567)
  • Fix animation update listener order to be called after the internal frame has updated (#2497)
  • Unify all parsing to more reliably handle all file types including dotLottie as ZIP files (#2558)
  • Fix keypath resolving for matte layers (#2544)
  • Apply translate before scale in LottieDrawable (#2565)
2024-09-04 08:11:19
lottie-android

6.5.2

Bugs Fixed

  • Fix a NPE when running Lottie in instrumentation tests (#2546)
  • Add support for new reduced motion options in Compose (#2542)
  • [Compose] Add support for new reduced motion settings (#2543)