Releases: siteline/swiftui-introspect
1.4.0-beta.3
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.3"),
- Changed: bump to Swift 6.0 by @davdroman in #466
- Fixed: thread hop to ensure 2026 platform compatibility by @davdroman in #468
- Fixed: generic view introspection tests — and documented behavior by @davdroman in #470
- Infra: disable CD and add manual CocoaPods release script by @davdroman in #464
- Infra: adopt Swift Testing by @davdroman in #472
- Infra: enable upcoming Swift 7 features by @davdroman in #467
- Infra: update CI actions by @zunda-pixel in #453
New Contributors
- @zunda-pixel made their first contribution in #453
Full Changelog: 1.4.0-beta.2...1.4.0-beta.3
1.4.0-beta.2
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.2"),
- Added:
WebView
introspection by @davdroman in #460 - Fixed: 2026 availability checks by @davdroman & @Jonge in #463
- CI: streamlined macOS & Xcode versions by @davdroman in #461
New Contributors
Full Changelog: 1.4.0-beta.1...1.4.0-beta.2
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