Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 02b2579

Browse files
Released v3.1.0 version
1 parent 1ba96a0 commit 02b2579

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
915
## [3.0.4] - 2024年04月30日
1016
- Trying to move the initial state setup before onAppear to fix the watchOS switching url or any other state issue #316
1117
- This solve a issue in history when sometimes SwiftUI does not trigger the `onAppear` and cause state error, like #312 #314

‎SDWebImageSwiftUI.podspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageSwiftUI'
11-
s.version = '3.0.4'
11+
s.version = '3.1.0'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

‎SDWebImageSwiftUI/Module/Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.4</string>
18+
<string>3.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /