Skip to content

1.1.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 12 Jan 22:19
· 21 commits to main since this release
41581ed

What's Changed

  • Added: Support WithPerceptionTracking in scenes, commands, and other non-view contexts (#7).
  • Added: SwiftUI environment backport (#13). @Environment and View.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

Full Changelog: 1.0.0...1.1.0