Skip to content

v1.14.0

Compare
Choose a tag to compare
@SwiftyAlex SwiftyAlex released this 24 Nov 16:56
· 4 commits to main since this release
4d10f6b

Changes

  • When you have a page with a single select question block, it will no longer automatically close after selection.
  • When you have a carousel with a single select question block, it will no longer automatically push the next page after selection.
  • The pause function will now also prevent screens from push notifications from showing. When you pause the SDK and a user opens a push, it will only show the screen after you've called resume.
  • When a user selects a button with a deeplink, we'll close our actvity/view controller for you.
  • When you call any function within the Unflow SDK, an error will be thrown if you provide an invalid value. For example, if you try to provide null in place of a non nullable parameter. Be sure to wrap your functions in a catch block.

Added

  • You can now configure if a question requires a response or not.

Fixed

  • The pause function will no longer stop manual calls to openScreen from opening.
  • On Android, we've improved the layouts for our visual screens to hug most of the time, and flex when it would look better.
  • When closing a page via a link, the animation has been corrected.