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

Changelog History
Page 2

  • v3.2.0 Changes

    March 26, 2019

    ๐Ÿš€ Released on 2019-03-26

    โž• Added

    • ๐Ÿ‘ Swift 5 support.
    • ๐Ÿ‘ Xcode 10.2 support.

  • v3.1.0 Changes

    March 08, 2019

    ๐Ÿš€ Released on 2019-03-08

    โž• Added

    • pageboyParent to UIViewController to get the parent PageboyViewController if it exists.
    • pageboyPageIndex to UIViewController to get the current index of a view controller if embedded within a PageboyViewController.

    โšก๏ธ Updated

    • ๐Ÿ—„ Deprecated parentPageboy on UIViewController.

  • v3.0.7 Changes

    March 03, 2019

    ๐Ÿš€ Released on 2019-03-03

    ๐Ÿ›  Fixed

    • #202 Issue where page index map could crash with invalid keys (Relates to #198).
  • v3.0.6 Changes

    March 03, 2019

    ๐Ÿš€ Released on 2019-03-03

    ๐Ÿ›  Fixed

    • #198 Memory issue where view controllers would always be retained.
  • v3.0.5 Changes

    February 22, 2019

    ๐Ÿš€ Released on 2019-02-22

    โšก๏ธ Updated

    • #196 Improved extension access controls.
  • v3.0.4 Changes

    February 17, 2019

    ๐Ÿš€ Released on 2019-02-17

    ๐Ÿ›  Fixed

    • โšก๏ธ #195 Ensure view controller update work is performed synchronously on the main thread.
  • v3.0.3 Changes

    February 13, 2019

    ๐Ÿš€ Released on 2019-02-13

    โšก๏ธ Updated

  • v3.0.2 Changes

    ๐Ÿš€ Released on 2019-02-10

    ๐Ÿ›  Fixed

    • #192 Thread safety improvements to resolve UIPageViewController crashes.
  • v3.0.1 Changes

    ๐Ÿš€ Released on 2018-12-01

    ๐Ÿ›  Fixed

    • #187 Issue where using unowned self could cause memory crashes.
    • ๐Ÿ’ป #176 Issue where checking UI layout direction could cause threading issues.
  • v3.0.0 Changes

    ๐Ÿš€ Released on 2018-11-13

    โž• Added

    • ๐Ÿ‘Œ Support for dynamically inserting a new page via insertPage(at: PageIndex).
    • ๐Ÿ‘Œ Support for dynamically deleting an existing page via deletePage(at: PageIndex).
    • ๐Ÿ‘Œ Improved support for Swift 4 and 4.2.

    โšก๏ธ Updated

    • ๐Ÿ’… Status bar style update animation when changing pages now lasts 0.25 seconds.
    • ๐Ÿ‘Œ Improved Example app with support for in-app Settings.
    • Auto-Scrolling will now automatically resume/pause with viewDidAppear/viewWillDisappear lifecycle events.

    ๐Ÿ›  Fixed

    • ๐ŸŽ Numerous memory leaks and performance problems.