File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 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
66
77## [ Unreleased]
88
9+ ## [ 3.0.4] - 2024-04-30
10+ - Trying to move the initial state setup before onAppear to fix the watchOS switching url or any other state issue #316
11+ - This solve a issue in history when sometimes SwiftUI does not trigger the ` onAppear ` and cause state error, like #312 #314
12+
913## [ 3.0.3] - 2024-04-29
1014- Added totally empty privacy manifest #315
1115- People who facing the issue because of Privacy Manifest declaration during ITC validation can try this version
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SDWebImageSwiftUI'
11- s . version = '3.0.3 '
11+ s . version = '3.0.4 '
1212 s . summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313
1414 s . description = <<-DESC
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.0.3 </string >
18+ <string >3.0.4 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments