All Versions
34
Latest Version
Avg Release Cycle
58 days
Latest Release
1843 days ago

Changelog History
Page 2

  • v1.3.5 Changes

    • ๐Ÿ›  [FIXED] OverlayView insets changing on PhotosVC dismissal
    • ๐Ÿ›  [FIXED] OverlayView insets could potentially be wrong if a layout was occurring at the same time as a interface show/hide
    • ๐Ÿ›  [FIXED] LoadingView could potentially be sized incorrectly on iPhone X
    • ๐Ÿ›  [FIXED] Bad GIF performance
  • v1.3.4 Changes

    • ๐Ÿ›  [FIXED] OverlayView insets changing while interface was animating out (iOS 11)
  • v1.3.3 Changes

    • ๐Ÿ›  [FIXED] LoadingView custom loading indicator improperly sized
  • v1.3.2 Changes

    • ๐Ÿ›  [FIXED] LoadingView retry attributes are the same on iOS 10 & prior
    • ๐Ÿ›  [FIXED] Stackable container will size itself to zero height if there are no subviews
    • ๐Ÿ›  [FIXED] Updating OverlayView title text attributes will update the title immediately
  • v1.3.1 Changes

    • ๐Ÿ›  [FIXED] OverlayView bar button items were not spaced correctly by default
    • ๐Ÿ›  [FIXED] StackableViewContainer was not playing well with animations due to an earlier work aroudn that was made for CaptionView animations, but that is now fixed; as a result, subviews are now laid out at the time of their container's layout
  • v1.3.0 Changes

    • ๐Ÿ‘ iOS 11 support, Swift 4 migration & support
    • ๐Ÿ‘ iOS 8 support
    • [NEW] Introduce StackableViewContainer, a useful class that will stack self-sizing views on an anchor point. This is used to add custom views anchored at the top and bottom of the OverlayView. OverlayView.topStackContainer, OverlayView.bottomStackContainer can be used to display custom views (button bars, any extra self-sizing views) to the user without a hacky subclass.
    • [NEW] Adopt iOS 11 safeAreaInsets for iPhone X support.
    • ๐Ÿšš [REMOVED] CaptionViewDelegate
    • ๐Ÿ›  [FIXED] PhotosViewController initialization would not allow for OverlayView manipulation until the view was loaded.
  • v1.2.10 Changes

    • ๐Ÿ›  [FIXED] AXLoadingView subclass would fetch the incorrect asset bundle when searching for default error assets
    • [NEW] AXPhotosViewController now supports being embedded in a fullscreen container and upholding its responsibility as a UIViewControllerTransitioningDelegate
    • ๐Ÿ›  [FIXED] #12 (https://github.com/alexhillc/AXPhotoViewer/issues/12), an issue related to lifecycle methods not behaving as expected
  • v1.2.9 Changes

    • โž• Adds .swift-version
  • v1.2.8 Changes

    • [NEW] AXLoadingView extensibility, including text customization and image customization for error views
    • [NEW] AXLoadingView call-to-action retry button
    • [NEW] AXLoadingView default loading error image
    • ๐Ÿ›  [FIXED] TransitionInfo endingView resolution could be non-nil after returning nil from the resolution block
  • v1.2.7 Changes

    • [NEW] Exposes currentPhotoIndex and currentPhotoViewController on the PhotosViewController (contrib: @justindhill)