SDWebImageSwiftUI Versions Save

SwiftUI Image loading and Animation framework powered by SDWebImage

3.0.4

3 weeks ago

Fixes

  • Trying to move the initial state setup before onAppear to fix the watchOS switching url or any other state issue #316
  • This solve a issue in history when sometimes SwiftUI does not trigger the onAppear and cause state error, like #312 #314

3.0.3

3 weeks ago

Project

  • Added totally empty privacy manifest #315
  • People who facing the issue because of Privacy Manifest declaration during ITC validation can try this version

3.0.2

1 month ago

Fixes

  • Fix the assert crash then when using Data/Name in AnimatedImage #309

3.0.1

2 months ago

[3.0.1] - 2024-03-18

  • Fix the issue for WebImage/AnimatedImage when url is nil will not cause the reloading #304

3.0.0

2 months ago

Note: SDWebImageSwiftUI 3.x is the final version of this dedicated repo. In the future, this repo will become part of SDWebImage itself, and get released together, so no dedicated version :)

These are the full changelog after the latest 2.x branch (2.2.7)

Changelog

  • Support compile and package manager for visionOS #267 #298

Changed

  • Update the AnimatedImage API to expose the SDAnimatedImageView #285
  • Fix the AnimatedImgae rendering mode about compatible with SDWebImage 5.18+
  • Update the WebImage API to match SwiftUI.AsyncImage #275 @Kyle-Ye
  • Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277
  • Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support #250
  • ProgressIndicator and ActivityIndicator is removed. Use ProgressView instead
  • Availability is changed to iOS 14/macOS 11/tvOS 11/watchOS 7
  • Embed SwiftUIBackports dependency is removed.

Removed

  • WebImage.placeholder<T>(@ViewBuilder content: () -> T) -> WebImage
  • WebImage.placeholder(_ image: Image) -> WebImage
  • AnimatedImage.placeholder<T>(@ViewBuilder content: () -> T) -> AnimatedImage
  • AnimatedImage.placeholder(_ image: PlatformImage) -> AnimatedImage

2.2.7

2 months ago
  • Fix AnimatedImage aspectRatio issue when ratio is nil #301
  • Upgrade to support visionOS on CocoaPods #298

2.2.6

5 months ago

Fixes

  • Try to workaround the #281 when imagePlayer stopPlaying trigger the Combine Publisher during deallocating #287

3.0.0-beta.3

5 months ago

Changed

  • Update the AnimatedImage API to expose the SDAnimatedImageView #285
  • Fix the AnimatedImgae rendering mode about compatible with SDWebImage 5.18+

2.2.5

5 months ago

Fixes

  • Fix the AnimatedImgae rendering mode about compatible with SDWebImage 5.18+

3.0.0-beta.2

7 months ago

Changed

  • Update the WebImage API to match SwiftUI.AsyncImage #275 @Kyle-Ye
  • Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277

Removed

  • WebImage.placeholder<T>(@ViewBuilder content: () -> T) -> WebImage
  • WebImage.placeholder(_ image: Image) -> WebImage
  • AnimatedImage.placeholder<T>(@ViewBuilder content: () -> T) -> AnimatedImage
  • AnimatedImage.placeholder(_ image: PlatformImage) -> AnimatedImage