Skip to content

Releases: SDWebImage/SDWebImageSVGCoder

1.7.0 - Catch common exceptions to avoid crash

05 May 09:56
Compare
Choose a tag to compare

Fixes

  • Using try-catch for CoreSVG vector image before rendering on screen, protect some crashes for user #44

Note: Some user report that Apple's CoreSVG has compatible issue for some SVGs (like using non-system Font, gradient), from v1.7.0 we protect some cases, but other exceptions are un-catchable. For these crashes, either use Render SVG as bitmap image (see below) or edit your SVG source file to make Apple's CoeSVG compatible.

1.6.1 - Fix aspect ratio

27 Jan 09:49
Compare
Choose a tag to compare

Fixes

  • Fix preserve aspect bug #37

1.6.0 - Bitmap render SVG sizing support

16 Dec 10:45
Compare
Choose a tag to compare

Features

  • Allow constraining bitmap on one length only (width or height) #28
  • Update the calculation of bitmap image based on more complicated rules for most use cases #29

1.5.2 - Fix small SVG

14 Aug 09:23
Compare
Choose a tag to compare

Fix

  • Make isSVGFormatForData work for small SVG strings #26 Thanks @marcprux

1.5.1 - Fix SVG thumbnail bitmap generation

14 Aug 09:22
Compare
Choose a tag to compare

Fix

  • Fix the issue that SVG bitmap generation does not works well when thumbnail pixel size set to zero, fix the logic to calculate the transform #25

1.5.0 - Support SDWebImage 5.6.0

05 Mar 14:18
Compare
Choose a tag to compare

Fix

  • Fix the compatible with SDWebImage 5.6.0 #19

1.4.0 - Support SDWebImage 5.5

31 Jan 12:15
Compare
Choose a tag to compare

Features

  • Update to support SDWebImage 5.5's new thumbnailPixelSize option #18

Deprecation

Deprecated the current SVG prefixed options:

  • SDWebImageContextSVGPrefersBitmap
  • SDWebImageContextSVGImageSize
  • SDWebImageContextSVGImagePreserveAspectRatio

Backward deployment

09 Jan 08:54
Compare
Choose a tag to compare

Project

  • Add the available annoatation to support backward deployment #17

Fix CocoaPods Static Library issue

13 Dec 07:46
Compare
Choose a tag to compare

Fixes

  • Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target

Hidden Symbol and Catalyst

01 Dec 10:43
Compare
Choose a tag to compare

Project

  • Change to hidden the symbols and follows App Store Submit rule #14
  • Add the support for mac Catalyst #15