All Versions
74
Latest Version
Avg Release Cycle
38 days
Latest Release
1558 days ago

Changelog History
Page 5

  • v1.4.1 Changes

    ๐Ÿš€ Released on 2017-08-14

    ๐Ÿ›  Fixed
    • #99 Issues with guarding publicly visible delegates.
      • Added guard statements to UIScrollViewDelegate and UIPageViewControllerDelegate functions to prevent external injection.
      • Fixed by msaps.
  • v1.4.0 Changes

    ๐Ÿš€ Released on 2017-07-25

    โž• Added
    • ๐Ÿ‘ #90 Support for UIPageViewController initialization options.
      • Added interPageSpacing property to PageboyViewController.
      • Added by msaps.

  • v1.3.3 Changes

    ๐Ÿš€ Released on 2017-06-29

    ๐Ÿ›  Fixed
    • #86 Fix issue where constraints were inadvertantly not added to the internal page view controller.
  • v1.3.2 Changes

    ๐Ÿš€ Released on 2017-06-25

    โšก๏ธ Updated
    • ๐Ÿ“‡ Renamed utility extensions.
    ๐Ÿ›  Fixed
    • ๐Ÿ›  #83 Fixed memory issue with custom transitioning support.
    • โšก๏ธ #85 Fixed issue with animated transition positional updates.
      • Transitions with index ranges greater than 1 will now provide positions through the entire range.
  • v1.3.1 Changes

    ๐Ÿš€ Released on 2017-06-24.

    ๐Ÿ›  Fixed
    • ๐Ÿ‘ #79 Add support for Right-to-Left language localisation to iOS 8.
  • v1.3.0 Changes

    ๐Ÿš€ Released on 2017-06-23.

    โž• Added
    • ๐Ÿ‘ #75 Support for iOS 8.

  • v1.2.1 Changes

    ๐Ÿš€ Released on 2017-06-19.

    โšก๏ธ Updated
    • The internal UIPageViewController is now inserted at the back of all subviews in the UIViewController.
      • The Z-Index will persist when changing navigationOrientation and other destructive updates.
  • v1.2.0 Changes

    ๐Ÿš€ Released on 2017-06-18.

    โž• Added
    • ๐Ÿ‘ #67 Improved support for Right-To-Left languages to PageboyViewController.
    • parentPageboyViewController property to UIViewController to provide access to parent PageboyViewController from child view controllers within the page view controller.
    • #70 Success result to scrollToPage() function in PageboyViewController.
      • Returns whether the scroll was able to be successfully executed.
    ๐Ÿ›  Fixed
    • โšก๏ธ #71 A potential error during layout with scroll positional updates.
      • By AlexZd.

  • v1.1.2 Changes

    ๐Ÿš€ Released on 2017-06-18.

    ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed issue with animated transitions when using .vertical navigationOrientation.
    • โž• Add support for .vertical navigationOrientation to example app.
      • By Charles Molyneux.
  • v1.1.1 Changes

    ๐Ÿš€ Released on 2017-06-12.

    โšก๏ธ Updated
    • โšก๏ธ Updated project to use Swift 3.2 and compatibility with Xcode 9
    ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed issue where it would be possible to cause an error by setting properties on PageboyViewController before the internal UIPageViewController was initialised.
    • ๐Ÿ›  Fixed issue where changing navigationOrientation would cause properties on PageboyViewController to not persist.