File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 88
99Pod ::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
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 >2.2.0 </string >
18+ <string >2.2.1 </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