Skip to content

Releases: nytimes/NYTPhotoViewer

NYTPhotoViewer 3.0.0

07 Oct 15:48
d9cf272
Compare
Choose a tag to compare
  • Unit test improvements
  • Interstitial view support + swift sample
  • NSObject conformance for example app

NYTPhotoViewer 2.0.0

11 Dec 18:39
533a1fa
Compare
Choose a tag to compare
  • 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

NYTPhotoViewer 1.2.0

19 Aug 19:15
Compare
Choose a tag to compare

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)

NYTPhotoViewer 1.1.0

03 Feb 20:36
Compare
Choose a tag to compare

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)

NYTPhotoViewer 1.0.1

26 Jan 19:48
Compare
Choose a tag to compare

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)

NYTPhotoViewer 1.0.0

13 Jan 22:20
Compare
Choose a tag to compare

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)

NYTPhotoViewer 0.1.2

27 Mar 16:52
Compare
Choose a tag to compare

Open source updates.

NYTPhotoViewer 0.1.1

20 Mar 19:54
Compare
Choose a tag to compare

Reduces default pan distance.

NYTPhotoViewer 0.1.0 Release

16 Mar 22:01
Compare
Choose a tag to compare

Initial photo viewer release.