Skip to content

5.14.1 - Summer Fix

Compare
Choose a tag to compare
@onevcat onevcat released this 05 Jul 17:22
· 1065 commits to master since this release

Fix

  • Early return if no valid animator in an AnimatedImageView. This prevents a CGImage rendering issue displaying a static image. #1428
  • Enable Define Module setting to generate module map. So Kingfisher could be used in libraries imported to Objective-C projects. #1451
  • A fix to workaround on implicitly initializer of queue that might cause a crash. #1449
  • Improve the disk cache performance by avoiding unnecessary disk operations. #1480