Skip to content

Releases: siteline/swiftui-introspect

1.4.0-beta.1

10 Jun 20:52
6ecd8d9
Compare
Choose a tag to compare

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"),

New Contributors

Full Changelog: 1.3.0...1.4.0-beta.1

1.3.0

17 Jul 21:52
807f73c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

17 Jun 23:39
668a657
Compare
Choose a tag to compare

What's Changed

Call for maintainers

This project is looking for new maintainers. Please check out #58 for details.

New Contributors

Full Changelog: 1.1.4...1.2.0

1.1.4

07 May 16:18
7dc5b28
Compare
Choose a tag to compare

What's Changed

This version removes the SimulatorStatusMagic dev dependency in order for SwiftUIIntrospect not to require a privacy manifest (#411).

See #406 for more details.

Full Changelog: 1.1.3...1.1.4

1.1.3

25 Feb 13:37
0cd2a5a
Compare
Choose a tag to compare

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

Full Changelog: 1.1.2...1.1.3

1.1.2

03 Jan 21:28
18e965f
Compare
Choose a tag to compare

What's Changed

  • Fixed: "Protocol requirement cannot be declared '@_spi'" by @Kotivskyi in #392

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

27 Oct 03:27
9e1cc02
Compare
Choose a tag to compare

What's Changed

  • Fixed: SwiftUI previews on watchOS no longer fail to build (#380)
  • Infrastructure: fixed iOS 17 tests failing on CI (#381)

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

04 Oct 23:26
3ced72f
Compare
Choose a tag to compare

What's Changed

  • Removed: Toggle introspection on visionOS (#373)

Full Changelog: 1.0.0...1.1.0

1.0.0

13 Sep 00:47
3ba734d
Compare
Choose a tag to compare

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

28 Aug 22:07
121c146
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.12.0