Coil v2.0.0-rc02 Release Notes

Release Date: 2022-03-20 // about 2 years ago
    • ⏪ Revert ImageRequest's default size to be the size of the current display instead of Size.ORIGINAL.
    • 🛠 Fix DiskCache.Builder being marked as experimental. Only DiskCache's methods are experimental.
    • 🛠 Fix case where loading an image into an ImageView with one dimension as WRAP_CONTENT would load the image at its original size instead of fitting it into the bounded dimension.
    • ✂ Remove component functions from MemoryCache.Key, MemoryCache.Value, and Parameters.Entry.