Kingfisher v7.1.2 Release Notes

Release Date: 2021-12-07 // over 2 years ago
  • ๐Ÿ›  Fix

    • ๐Ÿ‘ Lacking of diskStoreWriteOptions from KFOptionSetter. Now it supports to be set in a chainable way. #1862 @ignotusverum
    • A duplicated nested Radius type which prevents the framework being used in Playground. #1872
    • An issue that sometimes KFImage does not load images correctly when a huge amount of images are being loaded due to animation setting. #1873 @tatsuz0u
    • โœ‚ Remove explicit usage of @Published to allow refering KFImage even under a deploy target below iOS 13. #1875
    • Now the image cache calculats the cost animated images correctly with all frames. [#1881](https:://github.com/onevcat/Kingfisher/pull/1881) @pal-aspringfield
    • โœ‚ Remove CarPlay support when building against macCatalyst, which is not properly conditionally supported. #1876