Skip to content

Releases: Instabug/Instabug-React-Native

Release v1.0.8

10 Jun 03:37
Compare
Choose a tag to compare

Fixes issue #36 setUserName API typo

Release v1.0.7

07 Feb 01:54
Compare
Choose a tag to compare

Avoid OS validation when using one of the Android API which does not exist for iOS and vice versa.
Fix iOS enums by using the new IBGTypes file

Release v1.0.6

30 Jan 20:12
Compare
Choose a tag to compare

Enable Instabug constants in Android Instabug.invocationEvent , Instabug.invocationMode , Instabug.locale
ex: Now you can use this for setting the invocation event to InstabugSdk in IOS and Android at the same time.
Instabug.setInvocationEvent(Instabug.invocationEvent.shake);

InstabugInvocationEvents

Instabug.invocationEvent.none
Instabug.invocationEvent.shake
Instabug.invocationEvent.screenshot
Instabug.invocationEvent.floatingButton
Instabug.invocationEvent.twoFingersSwipe

InstabugInvocationMode

Instabug.invocationMode.NA
Instabug.invocationMode.newBug
Instabug.invocationMode.newFeedback
Instabug.invocationMode.newChat
Instabug.invocationMode.chatsList

InstabugInvocationLocale

Instabug.locale.arabic
Instabug.locale.chineseSimplified
Instabug.locale.chineseTraditional
Instabug.locale.czech
Instabug.locale.danish
Instabug.locale.english
Instabug.locale.french
Instabug.locale.german
Instabug.locale.italian
Instabug.locale.japanese
Instabug.locale.polish
Instabug.locale.portugueseBrazil
Instabug.locale.russian
Instabug.locale.spanish
Instabug.locale.swedish
Instabug.locale.turkish

Use IBGLog instead of log API in Android
Use setInvocationEvent instead of 'changeInvocationEvent' in Android
Fix typos �in IOS bridge and index.js

adjust code formatting js, java �
update the readme �

Release v1.0.5

15 Jan 00:42
Compare
Choose a tag to compare

Fix issue #9 Android minSdkVersion inconsistent with react-native
Fix typo in instabugReactBridge.m
Exports setAttachmentTypesEnabled React native js bridge

Release v1.0.4

09 Jan 23:32
Compare
Choose a tag to compare

Fix typo on iOS enums for InstabugEnums invocationModeNewFeedback #4

Release v1.0.3

09 Jan 15:39
Compare
Choose a tag to compare

Fix unsupported data type (Locale)
Introduce Instabug.setLocale(String);

ex:

  Instabug.setLocale("chineseSimplified");

"chineseSimplified" could be one of these values

  "arabic"
  "english"
  "czech"
  "french"
  "german"
  "italian"
  "japanese"
  "polish"
  "russian"
  "spanish"
  "swedish"
  "turkish"
  "portugueseBrazil"
  "chineseSimplified"
  "chineseTraditional"
  "korean"

Version 1.0.2

06 Nov 12:22
Compare
Choose a tag to compare
v1.0.2

Release v1.0.2