Released on 2021-05-23.
-
Added support for inspecting
Alert
,ActionSheet
andSheet
. Instructions are provided in the guide. -
New
func isResponsive() -> Bool
for checking if the control is responsive to the user's touch input. -
All controls that are
disabled
,hidden
or withallowsHitTesting(false)
now throw an exception on attempt to programmatically trigger a user interaction. -
Many of the view modifiers that impose their effect on the enclosed hierarchy, such as
hidden
, are now associated with the inner views as well. -
Merged PR #107: Disabled
Button
throws an exception ontap
attempt. -
Merged PR #109: Added API for selecting a date with
DatePicker
-
Fixed #104