Coil v1.3.0 Release Notes

Release Date: 2021-07-10 // almost 3 years ago
    • 🆕 New: Add support for Jetpack Compose. It's based on Accompanist's Coil integration, but has a number of changes. Check out the docs for more info.
    • ➕ Add allowConversionToBitmap to enable/disable the automatic bitmap conversion for Transformations. (#775)
    • ➕ Add enforceMinimumFrameDelay to ImageDecoderDecoder and GifDecoder to enable rewriting a GIF's frame delay if it's below a threshold. (#783)
      • This is disabled by default, but will be enabled by default in a future release.
    • ➕ Add support for enabling/disabling an ImageLoader's internal network observer. (#741)
    • 🛠 Fix the density of bitmaps decoded by BitmapFactoryDecoder. (#776)
    • 🛠 Fix Licensee not finding Coil's licence url. (#774)
    • ⚡️ Update androidx.core:core-ktx to 1.6.0.