You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.2.0] - 2020-03-29
10
+
### Added
11
+
- Supports the `delayPlaceholder` for WebImage #91
12
+
-`AnimatedImage` little patch - UIKit/AppKit animated image now applied for `resizingMode`#89
13
+
14
+
### Fixed
15
+
- Fix the issue when dealloc `AnimatedImage`'s native View, the window does not exist and cause Crash #90
16
+
9
17
## [1.1.0] - 2020-03-24
10
18
### Added
11
19
-`ImageManager` now public. Which allows advanced usage for custom View type. Use `@ObservedObject` to bind the manager with your own View and update the image.
0 commit comments