Skip to content

7.4.0 - Summer Ends

Compare
Choose a tag to compare
@onevcat onevcat released this 04 Oct 15:53
· 189 commits to master since this release
7.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