Releases: nalexn/ViewInspector
Releases · nalexn/ViewInspector
0.10.0
Released on 2024-09-17
What's new:
- Adds structured concurrency support (#148, PR #291, PR #302)
- Adds support for inspecting
task(id: ...)
modifier (PR #313) - Adds
callOnChange(oldValue:newValue:)
(#330, PR #315) - Adds support for
ContentUnavailableView
(PR #325) - Adds support for
accessibilityActions()
(#305) - Adds support for
currency
formatting inText
(#316)
Fixes and improvements:
- Fixes several Xcode 16 compilation issues (#307, #323, PR #308)
- Button tap not working in iOS 18 (#318)
- A crash when hosting multiple views in one test (#312)
Beware implicitly inserted AnyViews
after you migrate to Xcode 16! Check out the guide for more info.
0.9.11
0.9.10
Released on 2024-01-21.
What's new:
- Added support for visionOS (#260)
- Added
CustomInspectable
protocol for ease of inspection (PR #288) - Added support for
value
inspection onNavigationLink
(PR #286)
Fixes and improvements:
0.9.9
Released on 2023-12-03.
What's new:
- Adds support for
foregroundStyle()
(PR #264) - Adds support for
ignoresSafeArea()
(PR #267) - Adds support for
navigationDestination(isPresented:destination:)
(PR #270) - Adds support for
SpatialTapGesture
(PR #279) - Adds support for
help()
(PR #281, issue #280) - Adds support for
prompt
inspection on aTextField
(issue #259)
Fixes and improvements:
0.9.8
0.9.7
0.9.6
Released on 2023-05-03.
What's new:
- Added support for
alignment
inspection onZStack
(#234) - Added an optional
delay
parameter for theinspect(onReceive publisher:)
call (PR #236) - Added support for strings interpolation using
FormatStyle
(PR #238) - Added support for
selectedValue
inspection on thePicker
view (PR #242)
Fixes and PRs:
0.9.5
0.9.4
Released on 2023-01-14.
What's new:
-
Added support for
NavigationStack
andNavigationSplitView
(#207) -
Fixes and PRs:
- Crash when unwrapping
EnvironmentalModifier
- Crash in
TimelineView
(#217) TabView
with explicitBinding
parameter is correctly hiding inactive tab views from inspection (#164)NavigationLinks
with explicitBinding
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 andOptional
views (#219)find
now detects recursion in the view hierarchy and prevents an infinite traverse (#165)
- Crash when unwrapping
0.9.3
Released on 2022-12-25.
What's new: