All Versions
24
Latest Version
Avg Release Cycle
78 days
Latest Release
1304 days ago

Changelog History
Page 1

  • v2.2.0 Changes

    September 01, 2019
    • πŸ‘Œ Support for Swift 5.0

    πŸ‘€ This will likely be the last version of the library to support iOS 9 and 10. Please see the issue about DeckTransition 3.0 for more information.

  • v2.1.0 Changes

    September 17, 2018
    • πŸ‘Œ Support for Swift 4.2 and Xcode 10
  • v2.0.0 Changes

    December 08, 2017

    🍱 DeckTransition is now at version 2.0! πŸŽ‰

    ⬆️ This is a major API upgrade. The previous API which required UIScrollViewDelegate conformance has been entirely removed, and is replaced by an automatic UIScrollView detection mechanism.

    API Breaking Changes

    🚚 The isDismissEnabled property on DeckTransitioningDelegate is removed. This behaviour is now managed automatically, which means that your old dismissal code is no longer needed and can be removed entirely, and your existing view controllers should "just work" in most cases.

    πŸ“š There exist some edge cases with the new mechanism, more about which, including workarounds, can be found in the documentationΚΌs new UIScrollView detection guide.

    Other Changes

    • 0️⃣ A new isSwipeToDismissEnabled parameter is added to the DeckTransitioningDelegate initializer, to disable the swipe-to-dismiss gesture entirely, if need be. This is set to true by default and requires no change to retain previous behaviour.
  • v1.4.2 Changes

    November 12, 2017
    • πŸ›  Fixed an issue where animations were incorrect on older versions of iOS
  • v1.4.1 Changes

    November 08, 2017
    • βž• Added documentation, generated using Jazzy
    • πŸ›  Fixed an animation glitch when presenting a modal with the push style
  • v1.4.0 Changes

    October 21, 2017
    • ⚑️ Updated animations to work much better when presenting mutliple view controllers using DeckTransition
    • πŸ›  Fixes an issue where the appearance method calls were sometimes unbalanced
  • v1.3.4 Changes

    October 13, 2017
    • πŸ›  Fixed an issue where rotation would break the rounded corners
  • v1.3.3 Changes

    October 11, 2017

    πŸ‘ This is the last version of this framework to support Swift 3.x. Further development will be done on Swift 4.x

    • Corner rounding is now animated
  • v1.3.2 Changes

    September 30, 2017
    • 🚚 Moved appearance transition methods to the presentation controller
  • v1.3.1 Changes

    September 26, 2017
    • πŸ›  Fixed the alpha animation during presentation