Releases: siteline/swiftui-introspect
Releases · siteline/swiftui-introspect
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
This release introduces SwiftUIIntrospect
, an all-new module based off the original Introspect
module that improves on stability, predictability, and ergonomics.
Both modules currently live together under this repo, but the plan is to ultimately obsolete Introspect
in favor of SwiftUIIntrospect
as part of a 1.0 release.
Read the SwiftUIIntrospect
documentation to learn more.
Full Changelog: 0.3.1...0.4.0
0.3.1
0.3.0
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