What's Changed
Note
The minimum language version required is now Swift 5.5 (was 5.4). We had to do this as a pre-requisite to #208, which ensures long-term testability on older OS versions and overall library health.
Hopefully this is an acceptable trade-off, especially given Swift 5.9 is on the horizon.
- Changed: minimum language version required is now Swift 5.5 (#209)
- Fixed: finding UIScrollViews that are clipped(), masked or combined with clipShape() or cornerRadius() (#213)
- Documentation: UICollectionView introspection support in README (#218)
- Infrastructure: symlink older SDKs to use in newer Xcode versions on CI (#208)
New Contributors
Full Changelog: 0.2.3...0.3.0