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 toKF.ImageResource
. This triggers a warning when explicitly refering toImageResource
, which conflicts to the identical names from Apple'sGeneratedAssetSymbols
orDeveloperToolsSupport
in Xcode 15. It does not fix the issue automatically, but can help to achieve a smoother transition. #2092 @JohnnyTseng @rtharston