Skip to content

Releases: SDWebImage/SDWebImageSwiftUI

Custom Manager

26 Jan 12:16
Compare
Choose a tag to compare

Features

  • Add support to pass the .customManager context option to custom SDWebImageManager instance #71

Backward deployment and weak linking

06 Dec 14:47
Compare
Choose a tag to compare

Project

  • Support backward deployment on iOS 12 with CocoaPods and Carthage #67
  • Fix the CocoaPods issue on macCatalyst

Animated WebImage

29 Nov 18:25
Compare
Choose a tag to compare

Features

  • Supports Native SwiftUI animated image, using SDAnimatedImagePlayer #65

Changes

  • Drop WatchKit hack, now AnimatedImage does not support watchOS. #65

AnimatedImage State Fix

23 Nov 03:25
Compare
Choose a tag to compare

Fixes

  • Fix the issue that AnimatedImage can not refresh their url/name/data after first initializer #62 #61

This is a important fix for all user who use AnimatedImage, upgrade as much as you can.

API documentation fix

16 Nov 08:09
Compare
Choose a tag to compare

Fixes

  • Fix the placeholder API viewBuilder args to match the documentation #59

watchOS patch

14 Nov 14:03
Compare
Choose a tag to compare

Fixes

  • Fix the issue that WatchKit patch will cause other WatchKit interfaceObject with sizing issue #56

WebImage improvement

10 Nov 11:12
Compare
Choose a tag to compare

Improvements

  • Little improvement to WebImage to use EmptyView instead of EmptyImage when no placeholder available #49

watchOS AnimatedImage fix

09 Nov 22:38
Compare
Choose a tag to compare

Fixes

  • Using the wrapper on watchOS AnimatedImage as well, try to solve the SwiftUI bug of aspectRatio #48
  • Fix that the AnimatedImage's data or name initializer does not works, which affect version 0.8.0~0.8.1

Placeholder Image Convenience

09 Nov 09:19
Compare
Choose a tag to compare

Features

  • Add the convenient method for WebImage to directly supply SwiftUI.Image for placeholder #47

watchOS AnimatedImage refactoring

09 Nov 08:23
Compare
Choose a tag to compare

Features

  • watchOS AnimatedImage now works the same as iOS/tvOS/macOS Animated Image solution, supports Animated WebP, runloop mode, etc #46
  • Update AnimatedImage API to support new configurations, like pausable, purgeable, playbackRate, etc

Dependency

  • Bumped the required version of SDWebImage into ~> 5.3