Skip to content

7.1.2 - Cold Days

Compare
Choose a tag to compare
@onevcat onevcat released this 07 Dec 04:53
· 289 commits to master since this release
7.1.2

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 @pal-aspringfield
  • Remove CarPlay support when building against macCatalyst, which is not properly conditionally supported. #1876