Releases: Instabug/Instabug-React-Native
Release v1.0.8
Fixes issue #36 setUserName
API typo
Release v1.0.7
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
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
Fix issue #9 Android minSdkVersion inconsistent with react-native
Fix typo in instabugReactBridge.m
Exports setAttachmentTypesEnabled React native js bridge
Release v1.0.4
Fix typo on iOS enums for InstabugEnums invocationModeNewFeedback #4
Release v1.0.3
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
v1.0.2 Release v1.0.2