All Versions
16
Latest Version
Avg Release Cycle
133 days
Latest Release
1607 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
December 11, 2017 -
v1.2.0 Changes
August 19, 2016π Changes for users of the library in 1.2.0:
-
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)
- π Fixes for incorrect logic determining whether to send delegate messages about
-
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 popoverUIActivityViewController
s (#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
andleftBarButtonItems
onNYTPhotosViewController
(#49)
-
v0.1.2 Changes
March 27, 2015π Initial open-source release.