parent
c60b04b836
commit
ed288667c9
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.2.1] - 2022-09-23
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix the nil url always returns Error will cause infinity onAppear call and image manager to load, which waste CPU #235
|
||||
- Fix the case which sometimes the player does not stop when WebImage it out of screen #236
|
||||
- Al v2.2.0 users are recommended to update
|
||||
|
||||
## [2.2.0] - 2022-09-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix iOS 13 compatibility #232
|
||||
- Fix WebImage/Animated using @State to publish changes
|
||||
- Al v2.1.0 users are recommend to update
|
||||
- Al v2.1.0 users are recommended to update
|
||||
|
||||
### Changed
|
||||
- ImageManager API changes. The init method has no args, use `load(url:options:context:)` instead
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '2.2.0'
|
||||
s.version = '2.2.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.2.0</string>
|
||||
<string>2.2.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue