Skip to content

7.3.3 Xcode 14.x support and hotfixes

Compare
Choose a tag to compare
@NullIsOne NullIsOne released this 21 Dec 09:20
· 598 commits to develop since this release
  • resolved warnings appeared in Xcode 14
  • updated minimum deployment target to iOS 11 (because latest Xcode is not supported iOS 10)
  • refactored Modifier and Animator
    • UITableView.RowAnimation.none and Optional.none handled in different way
    • CollectionItemAnimation.none is removed
  • made some optimizations for UI tests (stabilization + speed up)