File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.3.0] - 2020-04-05
10
+ ### Added
11
+ - Supports the ` placeholder ` View Builder API for ` AnimatedImage ` #94
12
+
13
+ ### Changed
14
+ - Upgrade the dependency of SDWebImage 5.7.0 #93
15
+
9
16
## [ 1.2.1] - 2020-04-01
10
17
### Fixed
11
- - Fix the issue when using WebImage with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
18
+ - Fix the issue when using ` WebImage ` with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
12
19
13
20
## [ 1.2.0] - 2020-03-29
14
21
### Added
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageSwiftUI'
11
- s . version = '1.2.1 '
11
+ s . version = '1.3.0 '
12
12
s . summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
13
13
14
14
s . description = <<-DESC
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2.1 </string >
18
+ <string >1.3.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments