3.6.0
Added 2
- Add support for loading blob: URLs (object URLs) on JS/WASM
- Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images
Changed 8
- Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory
- Bundle ProGuard rules with the non-Android JVM artifact
- Update the Android compile SDK to 37
- Update Kotlin to 2.4.10
- Update Compose to 1.12.0
- Update Okio to 3.18.1
- Update Skiko to 0.150.1
- Update kotlinx-io-okio to 0.9.1
Fixed 4
- Fix AsyncImage crashing when measured with inverted constraints
- Fix Compose filterQuality not being applied to drawable-backed images, including GIFs
- Fix a JS/WASM image decoder memory leak
- Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds
From Coil
- New: Add support for loading
blob:URLs (object URLs) on JS/WASM. (#3504) - New: Add
ImageRequest.Builder.allowPartialImageandImageLoader.Builder.allowPartialImageto configure whetherStaticImageDecoderon Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494) - Fix
AsyncImagecrashing when measured with inverted constraints. (#3470) - Fix Compose
filterQualitynot being applied to drawable-backed images, including GIFs. (#3469) - Fix a JS/WASM image decoder memory leak. (#3503)
- Fix images failing to render with
GenericViewTargetin R8 9.0+ optimized builds. (#3518) - Use
Runtime.maxMemory()to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458) - Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
- Update the Android compile SDK to 37.
- Update Kotlin to 2.4.10.
- Update Compose to 1.12.0.
- Update Okio to 3.18.1.
- Update Skiko to 0.150.1.
- Update
kotlinx-io-okioto 0.9.1.