Skip to content

Releases: SDWebImage/SDWebImageSwiftUI

Performance enhancement

24 Oct 04:41
Compare
Choose a tag to compare

Performances

  • Performance enhancement to WebImage/AnimatedImage, to avoid extra query for SDWebImage #24

Fix WebImage placeholder

22 Oct 15:24
Compare
Choose a tag to compare

Fixes

  • Fix issue when using placeholder and entering edit mode, the web url does not get requested #23

AnimatedImage on watchOS !

21 Oct 17:30
Compare
Choose a tag to compare

Features

  • Support AnimatedImage on watchOS - Using WatchKit bridge #22

Performance

  • Refactory code to fix that AnimatedImage may call sd_setImage(with:) multiple times, which increace the performance

Fix AnimatedImage potential leak

20 Oct 08:24
Compare
Choose a tag to compare

Fixes

  • Try to stop animating when dismantle UIViewRepresentable, fix the potential leak (bug ?) for AnmatedImage #21

WebImage EditingMode fix

10 Oct 10:23
Compare
Choose a tag to compare

Fixes

  • Fix WebImage showing empty image when entering edit mode #20

Mac (non-Catalyst) AnimatedImage Fix

05 Oct 12:29
Compare
Choose a tag to compare

Fixes

  • Using the frame layout for view wrapper instead of Autolayout. Solve the issue when running on AppKit (not Catalyst) #17

Example

  • Update the demo to support all Apple platforms, using one codebase #18

Advanced control, animation binding for AnimatedImage

05 Oct 08:58
c052f22
Compare
Choose a tag to compare

Features

  • Supports AnimatedImage advanced control for custom loop count / max buffer size / incremental load #13
  • Supports AnimatedImage animation control using of SwiftUI Binding #14

Documentation

  • Complete all current API documentation #15

Enhancement

  • Use the @published instead of hard-written protocol implementation #12

Supports success/failure/progress event handling

03 Oct 10:21
Compare
Choose a tag to compare

Features

  • Supports onSuccess/onFailure/onProgress callback for WebImage/AnimatedImage #10

Fixes

  • Fix the placeholder support for AnimatedImage #11

Demo

  • Update the example to support macOS. Use List to display both WebImage and AnimatedImage #9

WebImage and AnimatedImage SwiftUI API bridging

01 Oct 08:36
Compare
Choose a tag to compare

Features

  • Feature support the Image struct method on WebImage and AnimatedImage #7

Fixes

  • Fix the support on watchOS. Using the Platform Image class instead of hard-coded SDAnimatedImage class #8

Update for Xcode 11.0

24 Sep 19:14
Compare
Choose a tag to compare

Features

  • Support scale method on AnimatedImage #3
  • Using optional URL argument #2

Project

  • Fix Carthage build issue #5