Releases: lukeredpath/swift-responsive-textfield
Releases · lukeredpath/swift-responsive-textfield
0.3.0
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 aStandardEditActionHandling
value using thestandardEditActionHandler
parameter when initialising.
Changed
- Remove RunLoop tick when updating first responder state.
- Replaced
isEditing
binding with afirstResponderDemand
binding and an
onFirstResponderStateChanged:
callback function.
0.2.0
- Added delete key handling callback
- Added callback for preventing text changes
- Documentation improvements
Initial release
- Initial Release
- Binding-based text handling
- Binding-based first responder handling
- Styling view modifiers
- Secure text entry
- Return key handling
- Configuration system
- Demo project