1.1.0
What's Changed
- Added: Support
WithPerceptionTracking
in scenes, commands, and other non-view contexts (#7). - Added: SwiftUI environment backport (#13).
@Environment
andView.environment
support for perceptible objects. - Added:
isPerceptionCheckingEnabled
global toggle for disabling perception checks (#16). - Fixed: Compilation should no longer fail when targeting visionOS (thanks @schrismartin, #6).
- Fixed: Do perception checking in iOS 17 so that running on iOS <16 is not required to debug missing instances of
WithPerceptionTracking
(#10). - Infrastructure: Typo fixes (thanks @Sajjon, #3).
- Infrastructure: Added issue templates (#4).
- Infrastructure:
.spi.yml
updates (#14).
New Contributors
- @Sajjon made their first contribution in #3
- @schrismartin made their first contribution in #6
Full Changelog: 1.0.0...1.1.0