PresenterKit v5.0.0 Release Notes

Release Date: 2018-07-09 // almost 6 years ago
  • ๐Ÿš€ This release closes the 5.0.0 milestone.

    ๐Ÿ’ฅ Breaking

    • Swift 4.1
    • ๐Ÿš€ iOS 10 minimum deployment target (Dropped iOS 9)
    • Xcode 9.4
    • โฌ†๏ธ Upgrade Swiftlint to 0.26.0
    • ๐Ÿ“‡ Renamed dismiss() function to dismissController() to avoid ambiguous naming with UIKit (#41)

    ๐Ÿ›  Fixed

    • Respect transition context .isCancelled when pushing on a navigation stack (#38)

    ๐Ÿ†• New

    โž• Add new pop() method extension on UINavigationController that accepts a completion parameter. Similar to existing push() method (#40)

    โž• Added completion parameter to dismiss() method extension on UIViewController (#41)