2.2.2 Release
Bugfixes
- Fix bottom presentation when presenting in a view not contained by a navigation controller.
- Guard some iOS8+ specific constraint calls from executing on devices running below iOS8.
- Guard UIBlurEffect and UIVisualEffectView API calls from being executed on deployment targets below iOS 8 to prevent crashes. The blurBackground custom design file property now does nothing on devices running below iOS8.
- Tests: Fix a float precision comparison error causing some UI tests to incorrectly fail.