Skip to content

Releases: usabilla/usabilla-u4a-ios-swift-sdk

v3.3.2

15 Mar 09:14
Compare
Choose a tag to compare

3.3.2

Fixed

  • Redirect to App Store button not working correctly
  • The mood control now correctly displays the 2 or 3 options mode
  • The feedback result access level has been set to public

Updated

  • Added the form parameter to formDidClose

v3.3.1

14 Feb 10:59
Compare
Choose a tag to compare

Fixed

Importing framework issue: "cannot load underlying module for 'UsabillaFeedbackForm'"

v3.3.0

13 Feb 13:55
Compare
Choose a tag to compare

Added

  • UsabillaFeedbackForm.dismissAutomatically Bool attribute to handle automatic or manual form dismiss
  • formDidClose delegate method of UsabillaFeedbackFormDelegate protocol, take a look at the documentation

Fixed

  • Screenshot image picker orientation always in portrait: now showing in the same orientation as previous view controller
  • Unexpected scrolling when typing in textfield

v3.2.1

07 Feb 14:39
Compare
Choose a tag to compare

Fixed

  • Synchronization (thread) issue that could freeze the user interface
  • Textfield position when the keyboard is showing up

v3.2.0

06 Feb 10:44
Compare
Choose a tag to compare

3.2.0

Added

  • Carthage compatibility
  • Caching for feedback: when there is no internet connection feedbacks are now saved and sent when a the connection is back

Removed

  • Alamofire dependency
  • PromiseKit dependency

Fixed

  • Issue with the rating control (star and mood) where it was not reset correctly after reuse