Skip to content

7.1.0 - Autumn Patch

Compare
Choose a tag to compare
@onevcat onevcat released this 11 Oct 16:09
· 315 commits to master since this release
7.1.0

Add

  • Extension for CarPlay support. Now you can use Kingfisher's extension image setting methods on CPListItem. #1802 from @waynehartman

Fix

  • An Xcode issue that not recognizes iOS 15 availability checking for Apple Silicon. #1822 from @enoktate
  • Add onFailureImage modifier back to KFImage, which was unexpected removed while upgrading. #1829 from @skellock
  • Start binder loading when body is evaluated. This fixes an unwanted flickering. This also adds a protection for internal loading state. #1828 from @JetForMe and @IvanShah
  • Use color description based on CGFloat style of a color instead of a hex value to allow extended color space when setting it to a processor. #1826 from @vonox7
  • An issue that the local file provided images are cached for multiple times when an app is updated. This is due to a changing main bundle location on the disk. Now Kingfisher uses a stable version of disk URL as the default cache key. #1831 from @iaomw
  • Now KFImage's internal rendered view is wrapped by a ZStack. This prevents a lazy container from recognizing different KFImages with a same URL as the same view. #1840 from @iOSappssolutions