parent
c6e4400142
commit
fdfac45768
|
@ -6,9 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.0] - 2020-04-05
|
||||
### Added
|
||||
- Supports the `placeholder` View Builder API for `AnimatedImage` #94
|
||||
|
||||
### Changed
|
||||
- Upgrade the dependency of SDWebImage 5.7.0 #93
|
||||
|
||||
## [1.2.1] - 2020-04-01
|
||||
### Fixed
|
||||
- Fix the issue when using WebImage with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
|
||||
- Fix the issue when using `WebImage` with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
|
||||
|
||||
## [1.2.0] - 2020-03-29
|
||||
### Added
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '1.2.1'
|
||||
s.version = '1.3.0'
|
||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.1</string>
|
||||
<string>1.3.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue