Kingfisher v7.4.1 Release Notes

Release Date: 2022-10-26 // over 1 year ago
  • 🛠 Fix

    • A rare crash from _UIImageCGImageContent when loading GIF files on iOS 15 or later. #2004
    • Now the dSYM symbols are contained inside the xcframework bundle instead of as standalone files. #1998
    • 0️⃣ An issue that the processor is not applied to original image data when DefaultCacheSerializer.preferCacheOriginalData is set to true. #1999


Previous changes from v7.4.0

  • ➕ Add

    • A data property in RetrieveImageResult for reading the original data when an image loading is done. #1986
    • An async data getter in ImageDataProvider. More async methods are on the way. #1989

    🛠 Fix

    • ↪ A workaround for some cases the KFImage does not load images when embedded in the SwiftUI List on iOS 16. This only alleviates the problem when shallow embedded. For deeper nested, waiting for Apple's fix. #1988 FB11564208