Skip to content

Releases: Survicate/survicate-react-native-sdk

6.3.0

22 May 08:35
70a5679

Choose a tag to compare

New

  • In text question type, it’s now possible to have 1 or 2 follow-up questions generated by AI to clarify the initial answer and collect more details.
  • Survey language can be changed independently of the app's language by using a new locale-forcing method.
  • Survey translations and audience language filter now support regional localizations.

Improved

  • Accessibility in all question types following the WCAG standard.
  • Nested scrolling in input fields for Text questions and comments on Android.

Fixed

  • Legend text alignment and item spacing in Rating and NPS questions for right-to-left languages on Android.
  • The footer's logo placement in RTL layout on Android.

Updated

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

6.2.0

18 Mar 10:23
b415143

Choose a tag to compare

New

  • You can add images to every question type. Available image placement options are above and under the questions.

Updated

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

6.1.0

12 Mar 12:52
eea04d6

Choose a tag to compare

New

  • You can add a disclaimer with or without a consent checkbox to all question types.

Improved

  • Enhanced support for landscape orientation.

Updated

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

Fixed

  • The "has any value" logic condition in Matrix question now applies also to partial and empty answers.

6.0.0

19 Feb 10:25
17a946b

Choose a tag to compare

Breaking

  • SDK requires CompileSDK 34 or higher
  • SDK requires minimum deployment target of iOS 14.

New

  • Survey logic has been split into 2 types - Branch and Display logic.

    Branch logic includes all the previously available logic settings that allow you to select which question your respondents should see next based on their response to the current question.

    A new type of logic - Display logic - allows you to decide whether the current question should be shown or not based on the respondents’ answers to the questions earlier in the survey.

Improved

  • Surveys are now displayed consecutively, if more than one survey meets the targeting criteria (instantly recurring surveys without event trigger will result in showing the survey in a loop).
  • Improved animation on survey close and completion on Android.

Updated

  • Bumping up reference of Android to 6.0.0.
  • Bumping up reference of iOS to 6.0.0.
  • Deprecated setUserId method.

Fixed

  • An issue with answer selection in shape question

5.5.2

20 Dec 12:48
5f931a3

Choose a tag to compare

Fixed

  • Fixed an issue with Android's getNetworkCapabilities method that could occasionally cause exceptions during SDK initialization.
  • Fixed a crash on iOS caused by non-thread-safe access to localizedDescription during error logging.

5.5.1

10 Dec 13:38
314f8cd

Choose a tag to compare

Fixed

  • Fixed an issue on iOS where comments were missing in event listeners.
  • Fixed an issue on iOS where in Smiley Scale question in some cases the submit button was disabled.
  • Fixed an issue on iOS with missing submit button in Multiple Answer question.
  • Fixed an issue on iOS with missing comment field in CSAT question when answer is mandatory.

5.5.0

06 Dec 12:32
a92dca3

Choose a tag to compare

New

  • You can now add a comment field to NPS, Smiley scale, Rating scale, Matrix, and Date question types. There is also a comment title available for all comment fields. You can use it to ask a question and give your respondents some context of what you would like to see in the comment.

Updated

  • AndroidX Annotation to 1.9.1
  • Android Coroutines to 1.9.0

5.4.0

23 Oct 13:26
476e2cc

Choose a tag to compare

New

  • Each question type except Welcome message, Date, and Thank you screen can be set as mandatory or optional.

Improved

  • Accessibility features for Matrix question, survey progress indicator, and navigation buttons.

5.3.0

13 Sep 12:46
39ef0d2

Choose a tag to compare

New

  • Once an event is invoked in the app, its name and property names are also sent to Survicate’s panel now. They will be shown as suggestions when a user configures event targeting of a survey.

5.2.0

05 Sep 13:38
797e391

Choose a tag to compare

New

  • New conditions are available in event targeting:
    • Time delay after event occurrence.
    • Number of event occurrences.
    • Time of the first occurrence.
    • Time of the last occurrence.

If multiple conditions are applied, all of them should be met for a survey to appear.

Updated

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

Fixed

  • Fixed an issue with submit button visibility in single choice question.