Skip to content

7.8.0 - ImageSource Protocol

Compare
Choose a tag to compare
@onevcat onevcat released this 13 Jun 13:12
· 478 commits to master since this release
7.8.0

Add

  • Introduce a custom image source provider to enable third-party image processors to utilize AnimatedImageView. #2094 @yeatse

Fix

  • Deprecate the ImageResource and rename it to KF.ImageResource. This triggers a warning when explicitly refering to ImageResource, which conflicts to the identical names from Apple's GeneratedAssetSymbols or DeveloperToolsSupport in Xcode 15. It does not fix the issue automatically, but can help to achieve a smoother transition. #2092 @JohnnyTseng @rtharston