Skip to content

Releases: mopinion/mopinion-sdk-react-native

3.1.1

24 Feb 08:25
Compare
Choose a tag to compare

3.1.1

  • properly handle RTL in TextField component
  • Force ltr for Branding
  • Allow hiding branding
  • Include type declarations in package
  • refactor testRuleConditions and implement session based percentage

3.1.0

02 Dec 08:03
Compare
Choose a tag to compare

3.1.0

  • Fix rtl language issues with Rating component
  • Allow multiline in DropDown
  • Fix alignment of the DropDown menu

3.0.1

23 May 14:12
Compare
Choose a tag to compare
  • Minor readme tweak

v3.0.0

23 May 13:57
Compare
Choose a tag to compare

3.0.0

  • Breaking: requires react-native 0.60.0 and react 16.8.0
  • Massive refactor and cleanup
  • Implement 'slide-in' display type functionality
  • Implement 'link block'
  • Implement 'multimedia block'
  • Implement empty page skip functionality
  • Implement autopost and pageskip on last answer given functionality
  • Implement tooltip functionality
  • Implement 'other option' functionality for category question types
  • Implement 'randomize' functionality for category question types
  • Implement legend functionality for rating types
  • Align UX with other SDKs and web functionality
  • Implement KeyboardAwareScrollView for handling keyboard and scrollview issues
  • Remove any outdated/deprecated functionality (usage of string refs and PropTypes)

2.1.3

10 Jul 06:59
Compare
Choose a tag to compare
  • Fix an issue in Rating where swiping past all options could cause undefined values

2.1.2

18 Nov 08:29
c103f1d
Compare
Choose a tag to compare
  • Pass the SDK version as feedback

v2.1.1

13 Oct 09:59
af92ecb
Compare
Choose a tag to compare
  • Fix issues with deprecated text and view proptypes by using deprecated-react-native-prop-types
  • Allow 0 values as feedback - fixes an issue where 0 scores in NPS blocks weren't posted as feedback
  • Update API URL for fetching form configuration
  • Remove unused function and testing URL

v2.1.0

27 Jun 07:11
Compare
Choose a tag to compare
  • Implemented Mopinion Metrics.
  • Fixed autoclose of web forms.

v2.0.1

02 Jun 13:24
Compare
Choose a tag to compare
  • MIME JPEG fix
  • Feedback API URL change

From v2.0.0

  • Implement upload screenshot functionality through react-native-image-picker
  • Update dependency from deprecated @react-native-community/async-storage to @react-native-async-storage/async-storage
  • Remove deprecated react-native-material-textfield and react-native-material-dropdown depedencies, fork them and modify to fix issues with newer RN versions and import into package
  • Fix percentage test in TestRuleConditions.percentage
  • Fix rating labels in Rating component

v1.4.1

22 Dec 13:20
Compare
Choose a tag to compare

1.4.1

  • Pass Content-Type header when submitting feedback, fixes api post in Android