Kingfisher v7.4.1 Release Notes
Release Date: 2022-10-26 // about 2 years 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 totrue
. #1999
- A rare crash from
Previous changes from v7.4.0
-
➕ Add
- A
data
property inRetrieveImageResult
for reading the original data when an image loading is done. #1986 - An async
data
getter inImageDataProvider
. 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
- A