Skip to content

Releases: SDWebImage/SDWebImageSVGCoder

Support SVG bitmap form

14 Nov 08:26
Compare
Choose a tag to compare

Features

  • Support to decode SVG as bitmap image, for image processing #11
  • Fix the issue that sd_imageFormat not been set to .SVG

Drop SVGKit and support iOS 13+ native SVG rendering

13 Nov 10:27
Compare
Choose a tag to compare

Important

For current SVGKit user, we move the SVGKit support into another repo: https://github.com/SDWebImage/SDWebImageSVGKitPlugin

The 1.0.0 version now support iOS 13+/macOS 10.15+, to use the system framework for SVG rendering

The 1.0.0 version also bring the SwiftPM and watchOS support

Supports SVG data export

12 May 11:22
Compare
Choose a tag to compare

Feature

  • Add support to easy export("encoding") the SVG data of SVGKImage presentation #4

Compatible for SDWebImage 5.0

03 Apr 03:48
Compare
Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0

Upstream dependency update && Fix Carthage

26 Jan 11:45
Compare
Choose a tag to compare

Fix

  • Upgrade the upstream SDWebImage dependency to 5.0.0-beta4.
  • Fix the Carthage install module name, which should be just SDWebImageSVGCoder without any suffix.

Initial Release

05 Dec 12:51
Compare
Choose a tag to compare

Feature

  • Support using SVGKit's SVGKFastImageView or SVGKLayeredImageView
  • Support decoding SVG into SVGKImage custom image instance
  • Support decoding SVG into the bitmap representation UIImage/NSImage
  • Support a custom out-of-box property to automatically adjust content mode