Skip to content

Commit ed28866

Browse files
committed
Released v2.2.1 version
Update the CHANGELOG.md
1 parent c60b04b commit ed28866

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.1] - 2022-09-23
10+
11+
### Fixed
12+
13+
- Fix the nil url always returns Error will cause infinity onAppear call and image manager to load, which waste CPU #235
14+
- Fix the case which sometimes the player does not stop when WebImage it out of screen #236
15+
- Al v2.2.0 users are recommended to update
16+
917
## [2.2.0] - 2022-09-22
1018

1119
### Fixed
1220

1321
- Fix iOS 13 compatibility #232
1422
- Fix WebImage/Animated using @State to publish changes
15-
- Al v2.1.0 users are recommend to update
23+
- Al v2.1.0 users are recommended to update
1624

1725
### Changed
1826
- ImageManager API changes. The init method has no args, use `load(url:options:context:)` instead

SDWebImageSwiftUI.podspec

+1-1
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 = '2.2.0'
11+
s.version = '2.2.1'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

SDWebImageSwiftUI/Module/Info.plist

+1-1
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>2.2.0</string>
18+
<string>2.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)