Skip to content

0.9.6

Compare
Choose a tag to compare
@nalexn nalexn released this 02 May 18:31

Released on 2023-05-03.

What's new:

  • Added support for alignment inspection on ZStack (#234)
  • Added an optional delay parameter for the inspect(onReceive publisher:) call (PR #236)
  • Added support for strings interpolation using FormatStyle (PR #238)
  • Added support for selectedValue inspection on the Picker view (PR #242)

Fixes and PRs:

  • Inspection issues with the views containing accessibility modifiers when running tests in Xcode 14.3 (PR #237, issue #235)
  • Issues inspecting contextMenu(menuItems:) (PR #228, issue #229)