You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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