Releases: onevcat/Kingfisher
Releases · onevcat/Kingfisher
8.5.0 - Transition Dancer
Add
- Add SwiftUI native transition support for KFImage with
loadTransition(_:animation:)
method. #2410 @darkbrewx @onevcat
Fix
- Fix documentation for
loadDiskFileSynchronously
in SwiftUI components to clarify default synchronous behavior. #2411 @pinkjuice66 @onevcat - Fix BorderImageProcessor.identifier implementation. #2409 @teameh
8.4.0 - Failure Fisher
8.3.3 - Swift Harmony
Add
- Update Carthage support for both watchOS and iOS platforms for earlier versions of v8 temporarily #2399 @wolfcon
Fix
- Fix Swift Task Continuation Misuse issue with Swift 6 compatible solution #2398 @VladimirHorky @onevcat
- Fix ThumbnailImageDataProvider image orientation issue #2396 @gongzhang @onevcat
- Remove incorrect watchOS available declaration #2382 @wolfcon @onevcat
8.3.2 - Tariffisher
Fix
- Memory cache cleanning timer will now be correctly set when the cache configuration is set. #2376 @erincolkan
- Add
BUILD_LIBRARY_FOR_DISTRIBUTION
flag to podspec file. Now CocoaPods build can produce stabible module. #2372 @gquattromani - Refactoring on cache file name method in
DiskStorage
. #2374 @NeoSelf1
8.3.1 - Potential Cache Deadlock
8.3.0 - Progressive Loading Improvement
Add
- The progressive JPEG loading option is now available for SwiftUI too. You can load a progressive JPEG image with the
progressiveJPEG
modifier inKFImage
. @onevcat @nikolaydubina @mantoljak #2366
Fix
- Solves a memory leak when using progressive JPEG loading. @onevcat @james-app @Adobels #2368
- The filename and the content structure of the prebuilt xcframework zip in the Assets section of the release page have been updated. If your script depends on this file, you may need to adjust it accordingly. See more in #2361 @olejnjak
- A wrong
imageNotExisting
was used in KingfisherManager. Now the correct low level error is propagated to caller side. @onevcat @iAllenC @kuzomenskyi #2336]
8.2.0 - Snake Year
8.1.4 - Avoid Recreation
8.1.3 - Failing Size
Fix
- An issue where redrawing a vector image on macOS without specifying the image size could cause an assertion failure. @onevcat @maoxiaoke #2334