All Versions
16
Latest Version
Avg Release Cycle
133 days
Latest Release
1287 days ago

Changelog History
Page 1

  • v5.0.5 Changes

    September 18, 2020

    ๐Ÿ”„ Changes for users of the library in 5.0.5:

    • โšก๏ธ Update PINRemoteImage to 3.0.1 for Xcode 12
    • โช Restored the ability to pull down via Carthage
  • v5.0.4 Changes

    September 18, 2020
    • ๐Ÿ— Broke the ability to pull down via Carthage or build this repo in Xcode!
    • โšก๏ธ Update PINRemoteImage to 3.0.1 for Xcode 12
  • v5.0.3 Changes

    August 10, 2020

    ๐Ÿ”„ Changes for users of the library in 5.0.3:

    • Be more explicit with the PINRemoteImage dependency
  • v5.0.2 Changes

    April 29, 2020

    ๐Ÿ”„ Changes for users of the library in 5.0.2:

    • โช Restore a method that was accidentally removed in 5.0.0. This prevented a long-tap guesture from displaying the 'Copy' menu.
    • โœ‚ Remove obsolete check for iOS 8.3.
  • v5.0.1 Changes

    April 28, 2020

    ๐Ÿ”„ Changes for users of the library in 5.0.1:

    • ๐Ÿ›  bugfix: we weren't treating a nil interstitial correctly, so they weren't being skipped as intended.
  • v5.0.0 Changes

    April 28, 2020

    ๐Ÿ”„ Changes for users of the library in 5.0.0:

    • ๐Ÿ”„ Changed NYTPhotosViewControllerDelegate protocol so that - photosViewController:interstitialViewAtIndex: can return nil. If it does, that index is skipped and the following (or preceding) photo or interstitial view is displayed.
  • v4.0.1 Changes

    March 30, 2020

    ๐Ÿ”„ Changes for users of the library in 4.0.1:

    • โœ‚ Removed FLAnimatedImage from .gitmodules.
    • ๐Ÿ”„ Change NYTPhotosViewController to use fullscreen presentation by default, so it causes the presenting view to disappear behind it, i.e. to get -viewWillDisappear: and -viewDidDisappear called on it.
    • ๐Ÿ›  Fix unbalanced calls to begin/end appearance transitions.
    • ๐Ÿšš Modified comment parameter in NYTPhotosViewController and NYTPhotoViewerSinglePhotoDataSource to match parameter in signature. Removes compilation warning.
  • v4.0.0 Changes

    March 18, 2020
    • ๐Ÿš€ Update deployment target to 9.0 from 8.0
    • โœ‚ Remove property UIPopoverController *activityPopoverController from NYTPhotosViewController
    • ๐Ÿ—„ Replace use of FLAnimatedImage with PINRemoteImage (https://github.com/pinterest/PINRemoteImage) because FLAnimatedImage is no longer maintained and contains deprecated code.
  • v3.0.1 Changes

    December 05, 2019

    ๐Ÿ”„ Changes for users of the library in 3.0.1:

    • ๐Ÿ›  Fixed issue with beginAppearanceTransition being called on VCs with no parent VC
  • v3.0.0 Changes

    October 07, 2019

    ๐Ÿ”„ Changes for users of the library in 3.0.0:

    • โœ… Unit test improvements
    • ๐Ÿ‘ Interstitial view support + Swift sample
    • NSObject conformance for example app