- Updated for Xcode 9.3.
- issue-26: Fixed typo.
- issue-1022: Fixed alpha issue, where alpha was being set to 1 and not respecting the initial set alpha value.
- issue-24: Fixed regression where view lifecycle functions were not being called.
- Fixed unbalanced calls in Motion transitions.
- Updated isMotionEnabled check, as it was determined incorrectly.
- Reworked Motion internals.
UIViewController.motionModalTransitionType
renamed toUIViewController.motionTransitionType
.- Updated logic steps for
TabsController.motionTransitionType
and child view controllermotionTransitionType
values.
- Added begin / end transition methods for from / to view controllers.
- Replaced DispatchQueue.main.async calls to Motion.async.
- Updated Motion for iOS 11, where snapshot would no longer include a container view.
- Submodule access rights update for Material.
- Updated to
Swift 4
. - Fixed a couple memory leaks.
- Minor internal updates.
- Added Motion logo to README.