Kingfisher v7.4.0 Release Notes

Release Date: 2022-10-05 // over 1 year ago
  • ➕ 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