All Versions
20
Latest Version
Avg Release Cycle
71 days
Latest Release
1781 days ago

Changelog History
Page 1

  • v3.4.1 Changes

    May 14, 2019
    โœจ Enhancements
    • โž• Adds support for Swift 5.0
    • โœ‚ Removes Nimble dependency
  • v3.4.0

    May 14, 2019
  • v3.3.1 Changes

    December 22, 2017

    3.3.1 (2017-12-21)

    โœจ Enhancements
    • ๐Ÿ”„ Changes license from GNU to Apache 2.0 (Big thanks to chrisballinger)
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fixes content inset adjustment in the example project. This will not affect your projects.
  • v3.3.0 Changes

    December 04, 2017
    โœจ Enhancements
    • โž• Adds support for Swift 4.0
  • v3.2.2 Changes

    October 26, 2017
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fixes bug when rotation occurs on first image and content is offset, or header display causing last page to be scrolled to during that rotation
    • ๐Ÿ›  Fixes issue for isViewFirstAppearing not being called in certain conditions
    • ๐Ÿ‘Œ Improves accuracy and efficiency of revolving carousel when header or footer is reached
    • Implements fix to prevent infinite scrolling when only one image is present
    • ๐Ÿ›  Fixes unit tests
  • v3.2.1 Changes

    October 19, 2017
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fixes issue with loading the first image when a page isn't specified in the presentation completion block
    • ๐Ÿ›  Fixes unit tests
  • v3.2.0 Changes

    October 18, 2017
    โœจ Enhancements
    • โฌ‡๏ธ DROPS SUPPORT FOR IOS 8
    • โž• Adds revolving gallery carousel. Swipe through last image to get to the first image. (enabled by default)
    • Opens up imageView and scrollView access level
    • โšก๏ธ Updates Nimble to 7.0.2 for unit tests on the example project.
    • โšก๏ธ Updates README.md
  • v3.1.3 Changes

    August 04, 2017
    ๐Ÿ› Bug Fixes
    • ๐Ÿ’… cancels swipe to close when dismissing with custom presentation style
  • v3.1.2 Changes

    August 04, 2017
    โœจ Enhancements
    • Example project: Converted to a more common collection view
    • Example project: adds presenting and dismissing animators using UIPresentationController and UIViewControllerAnimatedTransitioning
    • General code cleanup
    • โšก๏ธ Updates README.md
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fixes image flash when loading gallery to a specific page
  • v3.1.1 Changes

    August 01, 2017
    โœจ Enhancements
    • ๐Ÿ”„ Changes access level of collection view cell's imageView to public