Skip to content

0.7.6

Compare
Choose a tag to compare
@nalexn nalexn released this 23 May 14:51

Released on 2021-05-23.

  • Added support for inspecting Alert, ActionSheet and Sheet. 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 with allowsHitTesting(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 on tap attempt.

  • Merged PR #109: Added API for selecting a date with DatePicker

  • Fixed #104