Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukeredpath lukeredpath released this 16 Mar 02:27
· 51 commits to main since this release

Added

  • Supported standard edit actions can be customised using the supportedStandardEditActions
    parameter when initialising.
  • Added the ability to override and customise how standard edit actions are handled
    by providing a StandardEditActionHandling value using the standardEditActionHandler
    parameter when initialising.

Changed

  • Remove RunLoop tick when updating first responder state.
  • Replaced isEditing binding with a firstResponderDemand binding and an
    onFirstResponderStateChanged: callback function.