File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.1.0] - 2024-06-27
10
+ - Re-implements the aspectRatio support on AnimatedImage, fix issue like cornerRadius #324
11
+ - Add Image scale support in WebImage init #323
12
+ - Update platform names in ` available ` attributes #321
13
+ - - This is source compatible but binary incompatible version
14
+
9
15
## [ 3.0.4] - 2024-04-30
10
16
- Trying to move the initial state setup before onAppear to fix the watchOS switching url or any other state issue #316
11
17
- This solve a issue in history when sometimes SwiftUI does not trigger the ` onAppear ` and cause state error, like #312 #314
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.0.4 '
11
+ s . version = '3.1.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 >3.0.4 </string >
18
+ <string >3.1.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