Skip to content

Releases: Survicate/survicate-react-native-sdk

5.1.1

01 Aug 13:15
6715c4d

Choose a tag to compare

Updated

  • Bumping up reference of Android to 5.1.1.
  • Bumping up reference of iOS to 5.1.2.

Improved

  • More distinguishable emojis in the 3-choice Smiley scale.

Fixed

  • Excessive spacing between Smiley scale emojis in the 3-choice layout.
  • Back button icon color on dark backgrounds on Android.
  • An issue on Android where "Submit" was displayed instead of "Start Survey" on the welcome CTA point after navigating back to it.
  • Issue on iOS with non visible Submit button in multiple choice questions.

5.1.0

19 Jul 13:35
57a8fd5

Choose a tag to compare

New

  • Navigation buttons are available now. When enabled, your survey respondents can go back to the previous questions, see their selected answers, and change them if necessary.

Updated

  • Bumping up reference of Android to 5.1.0.
  • Bumping up reference of iOS to 5.1.1.

Improved

  • Higher resolution of Smiley scale icons.

Fixed

  • Propagating Matrix answer in SurvicateAnswer.value of event listener.
  • An issue on Android that resulted in unexpected vertical padding for Matrix question in full screen mode.
  • Configuration json will be printed in console only in verbose log level on iOS.

5.0.0

14 Jun 11:52
bcfa439

Choose a tag to compare

New

  • Matrix question type added.
  • Added setWorkspaceKey method. It is now possible to set workspace key in code.

Breaking

  • Removed initialize method from native modules. In consequence Survicate SDK no longer initializes by itself so please use initializeSdk.

Updated

  • Bumping up reference of Android to 5.0.0.
  • Bumping up reference of iOS to 5.0.0.

Fixed

  • UI state bugs related to Activity's configuration changes.
  • Animation resource names that could conflict with resources of the app or other libraries on Android.

4.4.0

14 May 12:56
4f4306a

Choose a tag to compare

New

  • New targeting option available - event properties. You can add multiple properties to one event and join them with either “or” or “and” operator. Property names and values are case-sensitive. Only string values are supported.

Updated

  • Bumping up reference of Android to 4.4.0.
  • Bumping up reference of iOS to 4.4.0.

Fixed

  • Issue with non triggering questionAnswered delegate method in iOS.
  • A bug in Android that could prevent a survey from being displayed if a delay was set for multiple screens in the panel.
  • Horizontal mode support for Numerical Rating question for up to 5 items in Android.

4.3.0

26 Mar 16:02
bc5c46d

Choose a tag to compare

New

  • More flexible survey recurring options are available now. Now you can specify how many days / weeks / months / years should pass before the survey can appear again. It’s also possible to set after how many days / weeks / months / years the survey should stop recurring.
  • If you run several mobile surveys, now you can use survey throttling settings to specify a time frame that should pass between showing them. Use global throttling to set the same time frame for all your mobile surveys. Or use the survey level throttling to override the global settings and specify a different period before showing a particular survey.

Updated

  • Bumping up reference of Android to 4.3.0.
  • Bumping up reference of iOS to 4.3.0.

Fixed

  • Issue with recursive display of non-recurring survey on iOS.

4.2.0

19 Mar 15:28
ccf6412

Choose a tag to compare

New

  • SDK now supports Expo managed apps.
  • New targeting filter is available - screen orientation (portrait mode or landscape mode targeting). You can either include or exclude one of the orientation modes.

Updated

  • Bumping up reference of Android to 4.2.0.
  • Bumping up reference of iOS to 4.2.0.

4.1.1

29 Feb 13:43
611889d

Choose a tag to compare

Updated

  • Bumping up reference of Android to 4.1.1.
  • Added backward compatiblity for AGP below 7.3.
  • New API for event listeners in native modules.

Improved

  • Performance enhancements in answers synchronization on Android.

Fixed

  • Readme update for initialization and listener

4.1.0

16 Feb 13:42
f7b22e1

Choose a tag to compare

New

  • SDK now supports listeners.

Updated

  • Bumping up reference of iOS to 4.1.1.

4.0.2

14 Feb 08:50
dd61fcf

Choose a tag to compare

Updated

  • Bumping up reference of Android to 4.1.0.
  • Bumping up reference of iOS to 4.1.0.

Fixed

  • An issue on Android where SurveyActivity could crash when it was restored after process termination.
  • A race condition on Android in the recalling feature.

4.0.1

23 Jan 12:23
b42b51c

Choose a tag to compare

Updated

  • Bumping up reference of Android to 4.0.2.
  • Bumping up reference of iOS to 4.0.2.

Improved

  • Date format in user traits recalling.

Fixed

  • A bug where users could see survey more times than specified in recurrence settings if SDK was updated in meantime.
  • Sending user attributes to backend only when necessary in Android.
  • An issue where Thank you screen don't close survey in classic theme in iOS.