Skip to content

Releases: siteline/swiftui-introspect

0.7.0

27 Jun 14:30
6dce3c8
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Added: window introspection (#269)
  • Added: .sheet introspection (#268)
  • Added: .fullScreenCover introspection (#268)
  • Added: .popover introspection (#268)
  • Added: VideoPlayer introspection (#264)
  • Added: SignInWithAppleButton introspection (#265)
  • Added: View introspection on macOS (#266)
  • Improved: View introspection accuracy (#266)
  • Documentation: added some more docs for public symbols (#273)

Introspect

  • This module is now deprecated (#272) and will be removed later this year (whenever iOS/tvOS 17 come out).

Full Changelog: 0.6.3...0.7.0

0.6.3

25 Jun 22:42
dafd88c
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Fixed: disabled accessibility for introspection views (#261)
  • Documentation: code samples are now split by OS (#262)
  • Infrastructure: use xcodes via tea on CI (#261)

Introspect

No changes.

Full Changelog: 0.6.2...0.6.3

0.6.2

21 Jun 19:19
56065b7
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Documentation: added docs for all view types (#258)
  • Infrastructure: fixed iOS/tvOS 13 checks on CI (#257)

Introspect

No changes.

Full Changelog: 0.6.1...0.6.2

0.6.1

10 Jun 22:31
84196ba
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Improved: optimized receiver lookup algorithm (#246)
  • Infrastructure: refactored .introspect to use ViewModifier (#253)
  • Infrastructure: retry runtime download on timeout or error on CI (#247)

Introspect

No changes.

Full Changelog: 0.6.0...0.6.1

0.6.0

06 Jun 13:19
c29b50a
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Added: iOS 17 / tvOS 17 / macOS 14 compatibility (#243)

Introspect

  • Fixed: UIColorWell build error on tvOS 13 (#217)

New Contributors

Full Changelog: 0.5.2...0.6.0

0.5.2

05 Jun 00:59
67e2a59
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Added: selector overrides (#239)
  • Changed: optimized ancestor controller selectors (#240)

Introspect

No changes.

Full Changelog: 0.5.1...0.5.2

0.5.1

03 Jun 21:05
94ab006
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Fixed: SwiftUIIntrospect.podspec (#237)

Introspect

No changes.

Full Changelog: 0.5.0...0.5.1

0.5.0

03 Jun 20:09
95c4382
Compare
Choose a tag to compare

What's Changed

SwiftUIIntrospect

  • Added: support for custom selectors (#233)
  • Changed: unified introspect modifiers into one (#232)
  • Fixed: searchField introspection (#234)
  • Documentation: added explicit SPI import (#229)

Introspect

No changes.

Full Changelog: 0.4.0...0.5.0

0.4.0

01 Jun 19:14
f17535b
Compare
Choose a tag to compare

This release introduces SwiftUIIntrospect, an all-new module based off the original Introspect module that improves on stability, predictability, and ergonomics.

Both modules currently live together under this repo, but the plan is to ultimately obsolete Introspect in favor of SwiftUIIntrospect as part of a 1.0 release.

Read the SwiftUIIntrospect documentation to learn more.

Full Changelog: 0.3.1...0.4.0

0.3.1

12 May 18:11
5b3f399
Compare
Choose a tag to compare

What's Changed

  • Fixed: wrong Swift version in podspec (#220)

Full Changelog: 0.3.0...0.3.1