0.3.0
Pre-release
Pre-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 aStandardEditActionHandlingvalue using thestandardEditActionHandler
parameter when initialising.
Changed
- Remove RunLoop tick when updating first responder state.
- Replaced
isEditingbinding with afirstResponderDemandbinding and an
onFirstResponderStateChanged:callback function.