Coil v2.0.0-alpha09 Release Notes

Release Date: 2022-02-16 // about 2 years ago
    • 🛠 Fix AsyncImage creating invalid constraints. (#1134)
    • ➕ Add ContentScale argument to AsyncImagePainter. (#1144)
      • This should be set to the same value that's set on Image to ensure that the image is loaded at the correct size.
    • ➕ Add ScaleResolver to support lazily resolving the Scale for an ImageRequest. (#1134)
      • ImageRequest.scale should be replaced by ImageRequest.scaleResolver.scale().
    • ⚡️ Update Compose to 1.1.0.
    • ⚡️ Update accompanist-drawablepainter to 0.23.0.
    • ⚡️ Update androidx.lifecycle to 2.4.1.