Add
- Rewrite state management for
KFImage
. Now the image reloading works in a more stable way without task dispatching. #1604 - Add
fade
andforceTransition
modifier toKFImage
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. TheImageModifier
is intended to be used just before setting the image to a view and now it works as expected. #1612 - Now
SwiftUI
andCombine
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