File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.0.1] - 2021-02-25
10
+ ### Fixed
11
+ - Fix the rare cases that WebImage will lost animation when visibility changes. #171
12
+
9
13
## [ 2.0.0] - 2021-02-23
10
14
### Added
11
15
- Update with the playbackMode support for ` WebImage ` and ` AnimatedImage ` #168
12
16
- Update watchOS demo to watchOS 7, remove the custom indicator sample and use ` ProgressView ` instead #166
13
- - Update the WebImage to defaults animatable #165
14
17
- Update the Example to make WebImage animatable by default #160
15
18
16
19
### Fixed
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.0.0 '
11
+ s . version = '2.0.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.0.0 </string >
18
+ <string >2.0.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