SDWebImage v5.9.0 Release Notes

Release Date: 2020-08-27 // over 3 years ago
  • ๐Ÿ”‹ Features

    Image

    • ๐Ÿ‘Œ Supports built-in WebP/AWebP codec from ImageIO for iOS 14/tvOS 14/macOS 11/watchOS 7 #3048
    • ๐Ÿ‘ To use, add SDImageAWebPCoder to your coders manager. Note built-in WebP currently supports decoding only, for encoding, you still need SDImageWebPCoder
    • โž• Add the support to pass small bytes to decodedAndScaledDownLargeImage, which always scale down (at least 1x1 pixel) but not return the original size #3067

    Cache

    • ๐Ÿ‘Œ Supports the user to customize the default disk cache directory, which can be used to share cache for App && App Extension #3066

    View Category

    • ๐Ÿ‘€ Adjust the current behavior to use transition. Now it automatically do transition when manager callback asynchronously (if user see waiting, then do transition) #3074

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix the bug when the thumbnail pixel size is larger than the pixel size, and the image has EXIF orientation, the final UIImage will use wrong image orientation #3070
    • ๐Ÿ›  Fix the image format detection for smaller SVG which less than 100 Bytes #3072