New Features
- New multithreaded
asyncUpdates
feature which moves the entire update phase of an animation off of the main thread. For more information, refer to this blog post. (#2276) - Allow
LottieCompositionFactory
to not close input streams (#2286 and #2319) - Allow Lottie to be initialized multiple times (#2323)
Bugs Fixed
- Close input streams for cache hits (#2253)
- Always use ApplicationContext in ImageAssetManager to ensure it can be reused (#2289)
- Hold weak references to success/failure listeners (#2293)
- Add default values for line join and cap types (#2337)
- Apply layer parent opacity to text (#2336)