Skip to content

0.9.4

Compare
Choose a tag to compare
@nalexn nalexn released this 14 Jan 18:11
724c7e3

Released on 2023-01-14.

What's new:

  • Added support for NavigationStack and NavigationSplitView (#207)

  • Fixes and PRs:

    • Crash when unwrapping EnvironmentalModifier
    • Crash in TimelineView (#217)
    • TabView with explicit Binding parameter is correctly hiding inactive tab views from inspection (#164)
    • NavigationLinks with explicit Binding parameter is correctly hiding destination view from inspection for an inactive link (#165)
    • find working incorrectly for views defined in the context of a test function and Optional views (#219)
    • find now detects recursion in the view hierarchy and prevents an infinite traverse (#165)