Skip to content

0.2.0

Compare
Choose a tag to compare
@bnickel bnickel released this 14 Aug 19:11
· 5 commits to main since this release

Added

  • Added Objective-C access to the register function.
  • Added support for capturing other component change events while UITextField and UITextView are active.

Fixed

  • Fixed capture of bar button item text.
  • Relaxed filtering rules to capture _ prefixed selectors in Target Selector.
  • Fixed an issue where textFieldShouldBeginEditing was being called an extra time
    when switching between text fields.
    (heap/heap-ios-autocapture-sdk#1)
  • Fixed duplicate pageview that could occur if a session was started by a
    view controller appearing.