File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 3.0.0-beta.2] - 2023-10-21
11
+
12
+ ### Changed
13
+ - Update the WebImage API to match SwiftUI.AsyncImage #275 @Kyle-Ye
14
+ - Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277
15
+
16
+ ### Removed
17
+ - ` WebImage.placeholder<T>(@ViewBuilder content: () -> T) -> WebImage `
18
+ - ` WebImage.placeholder(_ image: Image) -> WebImage `
19
+ - ` AnimatedImage.placeholder<T>(@ViewBuilder content: () -> T) -> AnimatedImage `
20
+ - ` AnimatedImage.placeholder(_ image: PlatformImage) -> AnimatedImage `
21
+
9
22
## [ 3.0.0-beta] - 2023-09-02
10
23
11
24
### Added
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 = '3.0.0-beta'
11
+ s . version = '3.0.0-beta.2 '
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 >3.0.0-beta </string >
18
+ <string >3.0.0-beta.2 </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