Skip to content

Releases: SDWebImage/SDWebImageSwiftUI

2.2.6 - 2.x maintenance

13 Dec 08:24
Compare
Choose a tag to compare

Fixes

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

3.0.0 Beta 3 - AnimatedImage API

04 Dec 07:35
Compare
Choose a tag to compare
Pre-release

Changed

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

2.2.5 - 2.x maintenance

29 Nov 10:51
Compare
Choose a tag to compare

Fixes

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

3.0.0 Beta 2 - AsyncImage API

21 Oct 10:38
Compare
Choose a tag to compare
Pre-release

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

2.2.4 - 2.x maintenance

21 Oct 10:34
Compare
Choose a tag to compare

Changes

  • Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277

3.0.0 Beta - VisionOS and iOS 14+

02 Sep 14:57
Compare
Choose a tag to compare
Pre-release

Added

  • (Part 1) Support compile for visionOS (no package manager support) #267

Changed

  • 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.

2.2.3 - Fix compile on Xcode 14.3

23 Apr 15:26
Compare
Choose a tag to compare

Project

  • Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 #263

2.2.2 - Fix isAnimating

27 Dec 12:11
Compare
Choose a tag to compare

Fixed

  • Fix the bug that isAnimating control does not works on WebImage #251
  • Note you should upgrade the SDWebImage 5.14.3+, or this may cause extra Xcode 14's runtime warning (function is unaffected)

2.2.1 - Fix WebImage CPU usage

23 Sep 13:15
Compare
Choose a tag to compare

Fixed

  • Fix the nil url always returns Error will cause infinity onAppear call and image manager to load, which waste CPU #235
  • Fix the case which sometimes the player does not stop when WebImage it out of screen #236
  • Al v2.2.0 users are recommended to update

2.2.0 - Fix iOS 13 && @State

22 Sep 08:38
Compare
Choose a tag to compare

Fixed

  • Fix iOS 13 compatibility #232
  • Fix WebImage/Animated using @State to publish changes
  • Al v2.1.0 users are recommend to update

Changed

  • ImageManager API changes. The init method has no args, use load(url:options:context:) instead