All Versions
25
Latest Version
Avg Release Cycle
32 days
Latest Release
1841 days ago

Changelog History
Page 1

  • v3.1.3 Changes

    September 23, 2019
    • ๐Ÿ“ฆ pr-76: Added missing module for Swift Package Manager.

    • โšก๏ธ Updated Xcode 11 settings.

  • v3.1.2 Changes

    September 11, 2019
    • โšก๏ธ Updated layout version in Xcode project.
  • v3.1.1 Changes

    May 24, 2019
    • โž• Added installation instructions to README.
  • v3.1.0 Changes

    May 16, 2019
    • โšก๏ธ Updated to swift 4.2.
    • ๐Ÿ›  pr-45: Fixed issue-44, view is hidden below status bar during call.
      • issue-44: View is hidden below status bar when a call is active.
    • pr-50: Allow framework to be linked from extensions.
    • ๐Ÿ›  pr-53: Bug fixes and MotionViewTransition.
      • Made MotionTransition.{start|update|finish|cancel} methods public.
      • Changed to updating model before firing animations for CALayer animations.
      • Added reverting XXForNextTransition options back to default.
      • Fixed issue when interactive transition was cancelled it was calling finish instead of cancel.
      • Fixed appearance transition callbacks for transition cancellation.
      • Fixed resume time was calculated incorrectly.
      • Fixed ~0.001 seconds precision issue by storing current time.
      • Added MotionViewTransition to make transitions of views possible.
    • pr-54: Added setCompletionCallbackForNextTransition.
    • ๐Ÿ›  pr-55: Fixed UITabBarController had userinteraction enabled during transition.
  • v3.0.0 Changes

    May 16, 2019
    • โšก๏ธ Updated to swift 4.2.
    • ๐Ÿ›  pr-45: Fixed issue-44, view is hidden below status bar during call.
      • issue-44: View is hidden below status bar when a call is active.
    • pr-50: Allow framework to be linked from extensions.
    • ๐Ÿ›  pr-53: Bug fixes and MotionViewTransition.
      • Made MotionTransition.{start|update|finish|cancel} methods public.
      • Changed to updating model before firing animations for CALayer animations.
      • Added reverting XXForNextTransition options back to default.
      • Fixed issue when interactive transition was cancelled it was calling finish instead of cancel.
      • Fixed appearance transition callbacks for transition cancellation.
      • Fixed resume time was calculated incorrectly.
      • Fixed ~0.001 seconds precision issue by storing current time.
      • Added MotionViewTransition to make transitions of views possible.
    • pr-54: Added setCompletionCallbackForNextTransition.
    • ๐Ÿ›  pr-55: Fixed UITabBarController had userinteraction enabled during transition.
  • v1.5.0 Changes

    • โšก๏ธ Updated for Swift 4.2.
  • v1.4.3 Changes

    July 19, 2018
    • ๐Ÿ›  pr-42: Fixed unbalanced calls to begin/end appearance transitions.
      • issue-29: Unbalanced calls to begin/end appearance.
  • v1.4.2 Changes

    June 28, 2018
    • ๐Ÿ›  pr-40: Fixed delegation issue, where UINavigationController and UITabBarController were not correctly calling their delegate methods.
  • v1.4.1 Changes

    June 27, 2018
    • Minor cleanup.
  • v1.4.0 Changes

    April 27, 2018
    • โšก๏ธ Updated for Xcode 9.3.