New Features
- [Compose] Add LottiePainter and rememberLottiePainter to use Lottie anywhere a Painter can be used (#2442)
- [Compose] Constrain unconstrainted bounds when the other dimension is constrained (#2437)
- Add support dynamic path properties on shape contents (#2439)
- Add support for gzipped and tgs files (#2435)
- Add an option to clip text if it extends beyond its bounding box (#2412)
Bugs Fixes
- Make all LottieAnimationView setters idempotent (#2441)
- Fix a rendering artifact for polygons with large strokes (#2440)
- Re-scale bitmaps if the system scale changes (#2438)
- Handle null color callbacks in solid layer (#2434)
- Handle null shape data end values (#2433)
- Fix gradient colors when the progress is <0 or > 1 (#2427)