You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary queue dispatch when setting image result. This prevents image flickering when some situation. #1615
Now the KF builder methods also accept optional URL or Source. It aligns the syntax with the normal view extension methods. #1617
Fix an issue that wrong hash is calculated for ImageBinder. It might cause view state lost for a KFImage. #1624
Now the ImageCache will disable the disk storage when there is no free space on disk when creating the cache folder, instead of just crashing it. #1628
A workaround for @State lost when using a view inside another container in a Lazy stack or grid. #1631
Performance improvement for images with an non-up orientation in Exif when displaying in KFImage. #1629