github onevcat/Kingfisher 6.1.0
6.1.0 - SwiftUI Rework

latest releases: 8.0.0-alpha.1, 7.12.0, 7.11.0...
3 years ago

Add

  • Rewrite state management for KFImage. Now the image reloading works in a more stable way without task dispatching. #1604
  • Add fade and forceTransition modifier to KFImage to support built-in fade in effect when loading image in SwiftUI. #1604

Fix

  • When an ImageModifier is applied, the modified image is not cached to memory cache anymore. The ImageModifier is intended to be used just before setting the image to a view and now it works as expected. #1612
  • Now SwiftUI and Combine are declared as weak link in podspec. This is a workaround for some rare case build issue. It does not affect supported deploy version of Kingfisher. #1607
  • Remove header file from podspec to allow Kingfisher built as a static framework in a Swift-ObjC mixed project. #1608

Don't miss a new Kingfisher release

NewReleases is sending notifications on new releases.