Skip to content

2.2.2 Release

Compare
Choose a tag to compare
@isadon isadon released this 14 Mar 07:46
· 74 commits to master since this 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.