parent
67f6e20972
commit
1a17ef9dc0
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.0.0-beta] - 2023-09-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- (Part 1) Support compile for visionOS (no package manager support) #267
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support #250
|
||||||
|
- ProgressIndicator and ActivityIndicator is removed. Use `ProgressView` instead
|
||||||
|
- Availability is changed to iOS 14/macOS 11/tvOS 11/watchOS 7
|
||||||
|
- Embed `SwiftUIBackports` dependency is removed.
|
||||||
|
|
||||||
## [2.2.3] - 2023-04-32
|
## [2.2.3] - 2023-04-32
|
||||||
- Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 #263
|
- Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 #263
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SDWebImageSwiftUI'
|
s.name = 'SDWebImageSwiftUI'
|
||||||
s.version = '2.2.3'
|
s.version = '3.0.0-beta'
|
||||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.2.3</string>
|
<string>3.0.0-beta</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue