Releases: siteline/swiftui-introspect
1.4.0-beta.1
What's Changed
Important
In order to opt into this beta version, you need to explicitly specify it in your SPM manifest as follows:
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.4.0-beta.1"),
- Added: support 2026 beta 1 platforms by @davdroman in #458
- Infra: fix CI & drop iOS 13-14 testing by @davdroman in #455
- Infra: remove unneeded
swiftLanguageVersions
param by @topkim993 in #444 - Infra: run tests on macOS 15 by @davdroman in #457
New Contributors
- @topkim993 made their first contribution in #444
Full Changelog: 1.3.0...1.4.0-beta.1
1.3.0
What's Changed
- Fixed: concurrency warnings by @GeorgeElsham in #424
- Fixed: more concurrency warnings + added CI for beta platforms by @Alex293 in #422
- Infra: add flaky tests for visionOS by @davdroman in #333
- Infra: run tests against macOS 14 by @davdroman in #427
New Contributors
- @GeorgeElsham made their first contribution in #424
- @Alex293 made their first contribution in #422
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Added: new platform versions for WWDC24 by @liamcharger in #420
- Infra: added visionOS deployment target to podspec by @davdroman in #366
Call for maintainers
This project is looking for new maintainers. Please check out #58 for details.
New Contributors
- @liamcharger made their first contribution in #420
Full Changelog: 1.1.4...1.2.0
1.1.4
1.1.3
What's Changed
Due to a mysterious bug on Apple's part that may cause a complete app hang, the unfortunate decision has been made to remove support for SignInWithAppleButton
introspection (#401).
We apologize for this inconvenience.
More details can be found at #400
New Contributors
- @jordanekay made their first contribution in #395
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Fixed: "Protocol requirement cannot be declared '@_spi'" by @Kotivskyi in #392
New Contributors
- @Kotivskyi made their first contribution in #392
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
1.0.0
We are excited to announce the release of SwiftUI Introspect 1.0! 🎉
Introducing a stable, intuitive, and ergonomic new API for introspection of SwiftUI views.
If you're migrating away from the old Introspect module, make sure to review the updated README, and feel free to ask questions in the Discussions forum.
Full Changelog: 0.12.0...1.0.0
0.12.0
What's Changed
- Added:
@Weak
property wrapper (#341) - Documentation: added advanced usage section to README (#341)
- Documentation: added community projects section to README (#342)
Full Changelog: 0.11.1...0.12.0