Releases: siteline/swiftui-introspect
Releases · siteline/swiftui-introspect
0.7.0
What's Changed
SwiftUIIntrospect
- Added: window introspection (#269)
- Added:
.sheet
introspection (#268) - Added:
.fullScreenCover
introspection (#268) - Added:
.popover
introspection (#268) - Added:
VideoPlayer
introspection (#264) - Added:
SignInWithAppleButton
introspection (#265) - Added:
View
introspection on macOS (#266) - Improved:
View
introspection accuracy (#266) - Documentation: added some more docs for public symbols (#273)
Introspect
- This module is now deprecated (#272) and will be removed later this year (whenever iOS/tvOS 17 come out).
Full Changelog: 0.6.3...0.7.0
0.6.3
0.6.2
0.6.1
What's Changed
SwiftUIIntrospect
- Improved: optimized receiver lookup algorithm (#246)
- Infrastructure: refactored
.introspect
to useViewModifier
(#253) - Infrastructure: retry runtime download on timeout or error on CI (#247)
Introspect
No changes.
Full Changelog: 0.6.0...0.6.1
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