File tree
Expand file treeCollapse file tree3 files changed
+6
-2
lines changed Expand file treeCollapse file tree3 files changed
+6
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
6 | 6 |
|
7 | 7 | ## []
|
8 | 8 |
|
| 9 | +## [3.1.2] - 2024-08-29 |
| 10 | +- Allows easy to use WebImage with isAnimating default to false and change to true later #333 |
| 11 | +- Note: This changes WebImage's internal loaded image from `UIImage/NSImage` to `SDAnimatedImage`, which is compatible for `UIImageView/NSImageView` |
| 12 | + |
9 | 13 | ## [3.1.1] - 2024-07-01
|
10 | 14 | - Fix the transition visual jump between placeholderImage and final image for AnimatedImage #326
|
11 | 15 |
|
|
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 = '3.1.1' |
| 11 | +s.version = '3.1.2' |
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>3.1.1</string> |
| 18 | +<string>3.1.2</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