File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
17
## [ 2.2.0] - 2022-09-22
10
18
11
19
### Fixed
12
20
13
21
- Fix iOS 13 compatibility #232
14
22
- 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
16
24
17
25
### Changed
18
26
- ImageManager API changes. The init method has no args, use ` load(url:options:context:) ` instead
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 = '2.2.0 '
11
+ s . version = '2.2.1 '
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 >2.2.0 </string >
18
+ <string >2.2.1 </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