Kingfisher v6.1.1 Release Notes

Release Date: 2021-02-17 // about 3 years ago
  • ๐Ÿ›  Fix

    • โœ‚ 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