All Versions
55
Latest Version
Avg Release Cycle
12 days
Latest Release
-

Changelog History
Page 4

  • v0.6.1 Changes

    Adjustments for Xcode 10.

  • v0.6.0 Changes

    Autorotation flag for entries - pull-request

    โž• Additional documentation in README.md.

  • v0.5.9 Changes

    Issue #85

    ๐Ÿšš Lifecycle event willDisappear does not get called on swipe and prompt removeal of entry.

  • v0.5.8 Changes

    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.
  • v0.5.7 Changes

    ๐Ÿ”„ Changes:

    Dismiss entries using touchesEnded instead of touchesBegan.

    ๐Ÿ›  Issues Fixed

    ๐Ÿš€ Deployment target is 9.3, not 9.0 #78

  • v0.5.5 Changes

    ๐Ÿ› Bug Fix

    Status Bar Visibility

    Status bar visibility using a view controller based status bar appearance

    ๐Ÿ‘Œ Improvements

    Entry Name

    Entry can have a name. That property can be optionally set. Also, SwiftEntryKit is added a new method:

    public class func isCurrentlyDisplaying(entryNamed name: String? = default) -> Bool
    

    It can be used to inquire if a certain entry is currently displayed. It might prove helpful to troubleshoot some issues using it, and it also a boilerplate for future developments.

  • v0.5.4 Changes

    ๐Ÿ”„ Changes

    ๐Ÿ’… Status Bar Style Appearance

    ๐Ÿ‘ SwiftEntryKit supports applications that defines status bar behaviour that is based on the presented view controller. The related issue.

    Key Window

    0๏ธโƒฃ Setting the entry window is key is not the default behavior anymore. The API โช public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = default, rollbackWindow: RollbackWindow = default) โช public class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = default, rollbackWindow: RollbackWindow = default)

    Visual Effect View Mask (Entry Background)

    Performed only when really needed

  • v0.5.3 Changes

    ๐Ÿ”‹ Feature:

    ๐Ÿ› Bug Fixes:

    • Animations of alert and EKRatingMessageView.
    • Constraints conflict in EKRatingMessageView