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

Changelog History
Page 2

  • v2.0.0 Changes

    December 11, 2017

    πŸ”„ Changes for users of the library in 2.0.0:

    • πŸ”¦ Expose a data-source-oriented API for PhotosViewController (#226)
      • A data source no longer has to handle out-of-bounds indexes (#227)
      • The data source is not retained (#227)
    • πŸ‘ Respect safe areas for iOS 11 support
  • v1.2.0 Changes

    August 19, 2016

    πŸ”„ Changes for users of the library in 1.2.0:

    • βž• Add Carthage support (#164, #167), (#171)
    • πŸ›  Fix gradient flickering of caption view on iOS 9 (#166)
    • Readd loading view when photo source is set back to nil (#187)
    • Include all files in the bundle, not just PNGs, in Cocoapods resource bundle (#170)
  • v1.1.0 Changes

    February 03, 2016

    πŸ”„ Changes for users of the library in 1.1.0:

    • βž• Add a delegate method to allow customizing navigation bar title text (#142, #151, #154)
    • βž• Add documentation clarifying NYTPhoto.image vs .imageData properties; add a warning if you’re doing something wrong (#153)
    • βž• Add delegate to the designated initializer (#155)
    • πŸ›  Fix overlay view animating out and back when a view controller presented atop NYTPhotosViewController is dismissed (#156)
  • v1.0.1 Changes

    January 26, 2016

    πŸ”„ Changes for users of the library in 1.0.1:

    • πŸ›  Fixes for incorrect logic determining whether to send delegate messages about PhotosViewController dismissal (#130, #137)
    • βœ… Avoid testing floats for equality in PhotoViewController (#135)
    • πŸ›  Fix orientation issue with reference view of type UIImageView (#116, #145)
    • πŸ›  Avoid applying a hacky iOS status bar bugfix on iOS 8.3+ (it appears to have been fixed then) (#131)
    • βœ‚ Removed redundant Swift unit tests (#128)
  • v1.0.0 Changes

    January 13, 2016

    πŸ”„ Changes for users of the library in 1.0.0:

    • πŸ‘ The library now supports iOS 8.0 and newer. (#82, #84, #107)
    • πŸ‘Œ Support programmatic view controller dismissal via dismissViewControllerAnimated:completion: (#121, #122)
    • πŸ‘‰ Use scrolling UITextView for captions (#88)
    • πŸ›  Fix a bug when presenting NYTPhotoViewer from a subview of UIStackView (#104)
    • ⚑️ Update overlay information after displayPhoto: call (#100)
    • πŸ‘ Implements animated GIF support (#71, #94, #106, #111)
    • πŸ›  Fix misplacing view position while zoom transition (#89)
    • Adopt CocoaPods resource_bundles and fix resource image loading (#80, #113, #123)
    • πŸ‘‰ Use iOS 8 UIActivityViewController.completionWithItemsHandler API (#82)
    • Nullability and lightweight generics annotations on important public API (#83, #98)
    • πŸ›  Fix circular reference of NYTPhotosViewController (#79)
    • Set barButtonItem on popover UIActivityViewControllers (#65)
    • πŸ— Accept Xcode 7 build settings and fix Xcode 7 warnings (#76)
    • Ensure our nav bar will always be translucent with no tint color (#57)
    • πŸ›  Fix crash on tapping Share button on iPad (#52)
    • πŸ‘ Allow customizing maximum photo zoom scale(#51)
    • πŸ“‡ Rename …didDisplayPhoto… delegate method to …didNavigateToPhoto… (#47)
    • βž• Adds support for setting rightBarButtonItems and leftBarButtonItems on NYTPhotosViewController (#49)
  • v0.1.2 Changes

    March 27, 2015

    πŸŽ‰ Initial open-source release.