Skip to content

Releases: Instabug/Instabug-React-Native

Release v8.2.2

31 Mar 10:30

Choose a tag to compare

  • Update iOS version to 8.2.2
  • Sourcemap upload script no longer fails when the token is not found, it skips the upload instead.

Release v8.2.1

28 Mar 15:28

Choose a tag to compare

  • Fixes Duplicated setEnabledAttachmentTypes method

Release v8.2.0

27 Mar 14:27

Choose a tag to compare

  • Update native android and iOS versions to 8.2.0.
  • Fix destructuring the Instabug submodules not working

Release v8.1.6

24 Mar 09:32

Choose a tag to compare

  • Fix setEnabledAttachmentTypes fails on android.

Release v8.1.5

21 Mar 10:40

Choose a tag to compare

  • Add script to automatically generate and upload the sourcemap files to the dashboard on generating a release build. To activate this script, unlink using the older version, update and then link again.
  • Improve Replies.hasChats(callback) API implementation, now the callback is always invoked with a boolean value indicating if the user has chats.
  • Fix mixed import with module.exports
  • Fix linking Instabug fails on windows.

Release v8.1.4

17 Mar 20:00

Choose a tag to compare

  • Fix removed APIs not removed from typescript file.
  • Fix using screenshot invocation from the Instabug initialization builder for android not working.

Release v8.1.3

13 Mar 14:51

Choose a tag to compare

  • Fix unable to import the CrashReporting module from Instabug

Release v8.1.2

07 Mar 15:19

Choose a tag to compare

  • Fix typos in typescript file
  • Add processcolor to the setPrimaryColor Api
  • Fix crashes happening when using any setEnabled Api on Android
  • Update native android SDK to v8.1.2

Release v8.1.0

05 Mar 12:32

Choose a tag to compare

Release v8.0.26

14 Feb 10:37

Choose a tag to compare

  • Fix android build break on react native versions older than 0.58