Releases: Jake-Short/swiftui-image-viewer
Releases · Jake-Short/swiftui-image-viewer
v3.0.1-beta.1
- Added default value for closeButtonAlignment (.topLeft)
- Removed Package.resolved
- Removed some blank lines
v3.0.0-beta.1
v3.0.0 Major Release Pre-Release Beta
Breaking Changes
- Removed binding for image and imageURL
- Replaced
closeButtonTopRight
bool withcloseButtonAlignment
enum
Non-Breaking Changes
- Refactored code (ImageViewerRemote now depends on ImageViewer)
v2.3.1
v2.3.0
- Fixes laggy dragging
v2.2.0
- Adds ability to move close button to top right with optional parameter
closeButtonTopRight
, which acceptsbool
.
v2.1.2
Fixes an issue where an invalid URL would cause a crash (will now not show image viewer if URL is empty, or will show placeholder if URL is invalid).
v2.1.0
Additions:
- Added an optional caption parameter (see README for usage)