SDWebImage v5.2.0 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • ๐Ÿ”‹ Features

    Mac Catalyst

    • ๐ŸŽ Full compatible with Catalyst (UIKit for macOS)
    • ๐Ÿ‘Œ Supports CococaPods and SwiftPM only. Carthage need their own toolchain upgrade in the future
    • ๐Ÿ— Provide the build script to build xcframework contains Mac Catalyst variant, see Installation Guide.

    Image Coder

    • ๐Ÿ‘Œ Supports HEIC sequence (animated) image on iOS 13/macOS 10.15+ #2849
      • Note the HEIC animated coder does not enable by default. Add SDImageHEICCoder if you need the animation.
    • ๐Ÿ”จ Refactor APNG and GIF coder implementation with abstract base class #2846
      • Now we use SDImageIOAnimatedCoder base class for all animated Image/IO coder implementation. Developer can get use of this as well.

    Animated Image

    • ๐Ÿ‘Œ Support to clear frame buffer or reset frame index when stopped for SDAnimatedImageView #2815

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix the downloader LIFO order inverse issue when adding new urls during previous url query #2852 #2823
    • ๐Ÿ›  Fix the macOS SDAnimatedImageRep to match Netscape standard of GIF loop count, which should use 1 when there are no loop count information #2847 #2155