SwiftEntryKit v0.5.8 Release Notes

  • Issues Resolved:

    ๐Ÿ‘ Allow injecting content into text field in form entry preset

    How to set the value (not placeholder) to textfield for Forms preset? #79

    ๐Ÿ‘ To support text injection to EKTextField, some minor changes have been done:

    1. EKTextField's text property has a setter now.
    2. TextFieldContent's output has been changed to textContent and has a setter now.
    3. outputWrapper - changed to contentWrapper.