Fix
- Remove unnecessary queue dispatch when setting image result. This prevents image flickering when some situation. #1615
- Now the
KF
builder methods also accept optionalURL
orSource
. 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 aKFImage
. #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 aLazy
stack or grid. #1631 - Performance improvement for images with an non-up orientation in Exif when displaying in
KFImage
. #1629