parent
0fe0ff5846
commit
88f2d679b7
|
@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.1] - 2021-02-25
|
||||
### Fixed
|
||||
- Fix the rare cases that WebImage will lost animation when visibility changes. #171
|
||||
|
||||
## [2.0.0] - 2021-02-23
|
||||
### Added
|
||||
- Update with the playbackMode support for `WebImage` and `AnimatedImage` #168
|
||||
- Update watchOS demo to watchOS 7, remove the custom indicator sample and use `ProgressView` instead #166
|
||||
- Update the WebImage to defaults animatable #165
|
||||
- Update the Example to make WebImage animatable by default #160
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '2.0.0'
|
||||
s.version = '2.0.1'
|
||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.0</string>
|
||||
<string>2.0.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue