Skip to content

Commit 6cfc3b6

Browse files
author
Ali Abdelfattah
authored
[MOB-8871] v11 Readme/Changelog updates (#714)
* Add v11 migration guide URL to the readme * Format changelog items * Update CHANGELOG with the removed APIs * Format CHANGELOG items
1 parent 4edaa51 commit 6cfc3b6

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
## master
1+
## 11.0.0 (2022-06-07)
22

3-
* Breaking: Adds the ability to initialize the Android SDK from JavaScript. Check the migration guide referenced in our README
4-
* Breaking: Removes the deprecated APIs. Check the migration guide referenced in our README
3+
* Bumps Instabug native SDKs to v11
4+
* Adds the ability to initialize the Android SDK from JavaScript. Check the migration guide referenced in our docs
55
* Adds the ability to opt out of iOS source maps auto upload through the INSTABUG_SOURCEMAPS_UPLOAD_DISABLE env variable
66
* Adds dynamic entry file support through the INSTABUG_ENTRY_FILE env variable
7-
* Adds string keys for the Repro Steps
8-
* Fixes an issue with setRequestFilterExpression API not working with Hermes
9-
* Fixes an issue with swipe invocation event not working on Android
7+
* Adds the string keys for Repro Steps
8+
* Adds the new APIs: Instabug.addPrivateView and Instabug.removePrivateView
9+
* Deprecates Instabug.setPrivateView in favor of the newly introduced APIs
10+
* Removes the deprecated APIs. Check the migration guide referenced in our docs
11+
* Removes Surveys.setThresholdForReshowingSurveyAfterDismiss
12+
* Removes the string keys: surveysCustomThanksTitle and surveysCustomThanksSubtitle
13+
* Renames BugReporting.setAutoScreenRecordingMaxDuration to BugReporting.setAutoScreenRecordingDurationIOS to target iOS only
14+
* Fixes an issue with the setRequestFilterExpression API not working with Hermes
15+
* Fixes an issue with the swipe invocation event not working on Android
1016

1117
## 10.13.0 (2022-03-17)
1218

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ protected List<ReactPackage> getPackages() {
6767
6868
_You can find your app token by selecting the SDK tab from your [**Instabug dashboard**](https://dashboard.instabug.com)._
6969
70+
> :warning: If you're updating the SDK from versions prior to v11, please check our [migration guide](https://docs.instabug.com/docs/react-native-migration-guide).
71+
7072
## Microphone and Photo Library Usage Description (iOS Only)
7173
7274
Instabug needs access to the microphone and photo library to be able to let users add audio and video attachments. Starting from iOS 10, apps that don’t provide a usage description for those 2 permissions would be rejected when submitted to the App Store.

0 commit comments

Comments
 (0)