This repository was archived by the owner on Aug 30, 2023. It is now read-only.
v2.8.1
This patch release resolves some runtime crashes, improves the stability of our unit tests, and features an improved README.md.
Bug fixes
Fixed unrecognized selector crashes on iOS 8 devices.
Fixed crashes in Legacy API when providing nil completion blocks.
Source changes
- Ensure that zero duration test is testing with zero duration. (#115) (featherless)
- Reduce flakiness in UIKitBehavioralTests. (#113) (featherless)
- Return
nil
CAAction when swapping implementation (#109) (Robert Moore) - Fix crash in Legacy API for nil completion blocks (#110) (Robert Moore)
Non-source changes
- Iterating on the readme. (#102) (featherless)
- Update .travis.yml (#114) (featherless)
- Add core animation quiz to the readme. (#108) (featherless)
- Add readme section on main thread animations vs Core Animation. (#107) (featherless)
- Add API snippets section. (#106) (featherless)
- Add drop in replacement APIs section to the readme (#105) (featherless)
- Add a feature table to the readme. (#104) (featherless)