Skip to content

Releases: Jake-Short/swiftui-image-viewer

v3.0.1-beta.1

24 Jan 00:37
c4de1a1
Compare
Choose a tag to compare
v3.0.1-beta.1 Pre-release
Pre-release
  • Added default value for closeButtonAlignment (.topLeft)
  • Removed Package.resolved
  • Removed some blank lines

v3.0.0-beta.1

01 Aug 19:24
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

v3.0.0 Major Release Pre-Release Beta

Breaking Changes

  • Removed binding for image and imageURL
  • Replaced closeButtonTopRight bool with closeButtonAlignment enum

Non-Breaking Changes

  • Refactored code (ImageViewerRemote now depends on ImageViewer)

v2.3.1

31 Mar 21:30
f61f298
Compare
Choose a tag to compare
  • Fixed zoom animation bug

v2.3.0

31 Mar 18:51
87a7a1d
Compare
Choose a tag to compare
  • Fixes laggy dragging

v2.2.0

15 Feb 21:21
Compare
Choose a tag to compare
  • Adds ability to move close button to top right with optional parameter closeButtonTopRight, which accepts bool.

v2.1.2

17 Jan 03:32
Compare
Choose a tag to compare

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

07 Dec 06:13
Compare
Choose a tag to compare

Additions:

  • Added an optional caption parameter (see README for usage)

v2.0.1

28 Nov 21:41
355712f
Compare
Choose a tag to compare

Fixed tagging for v2.0.0

v2.0.0 Release Notes:

Updates:

  • URL-Image dependency has been updated to the latest version.

Deprecations:

  • Removed custom HTTP headers

v2.0.0

28 Nov 21:36
Compare
Choose a tag to compare

Updates:

  • URL-Image dependency has been updated to the latest version.

Deprecations:

  • Removed custom HTTP headers