|
2 | 2 |
|
3 | 3 | * Bumps Instabug Android SDK to `v11.8.0`
|
4 | 4 | * Bumps Instabug iOS SDK to `v11.7.0`
|
5 |
| -* Adds `BugReporting.setDisclaimerText` API |
6 |
| -* Adds `BugReporting.setCommentMinimumCharacterCount` API |
| 5 | +* Adds new APIs: |
| 6 | + 1. `BugReporting.setDisclaimerText` |
| 7 | + 2. `BugReporting.setCommentMinimumCharacterCount` |
7 | 8 | * Adds support for more locales:
|
8 |
| - * czech |
9 |
| - * finnish |
10 |
| - * hungarian |
11 |
| - * indonesian (iOS) |
12 |
| - * norwegian |
13 |
| - * portuguesePortugal |
14 |
| - * romanian |
15 |
| - * slovak |
| 9 | + 1. Czech |
| 10 | + 2. Finnish |
| 11 | + 3. Hungarian |
| 12 | + 4. Indonesian (iOS) |
| 13 | + 5. Norwegian |
| 14 | + 6. PortuguesePortugal |
| 15 | + 7. Romanian |
| 16 | + 8. Slovak |
16 | 17 | * Adds new string keys:
|
17 |
| - * insufficientContentMessage |
18 |
| - * insufficientContentTitle (iOS) |
19 |
| - * screenRecording |
| 18 | + 1. insufficientContentMessage |
| 19 | + 2. insufficientContentTitle (iOS) |
| 20 | + 3. screenRecording |
20 | 21 | * Adds missing mapping for the below string keys on Android:
|
21 |
| - * audio |
22 |
| - * image |
23 |
| - * messagesNotificationAndOthers |
24 |
| - * okButtonTitle |
| 22 | + 1. audio |
| 23 | + 2. image |
| 24 | + 3. messagesNotificationAndOthers |
| 25 | + 4. okButtonTitle |
| 26 | + |
25 | 27 | ## 11.3.0 (2022-10-05)
|
26 | 28 |
|
27 |
| -* Bumps Instabug Android SDK to v11.5.1 |
28 |
| -* Bumps Instabug iOS SDK to v11.3.0 |
| 29 | +* Bumps Instabug Android SDK to `v11.5.1` |
| 30 | +* Bumps Instabug iOS SDK to `v11.3.0` |
29 | 31 |
|
30 | 32 | ## 11.2.0 (2022-09-25)
|
31 | 33 |
|
32 |
| -* Bumps Instabug Android SDK to v11.4.1 |
33 |
| -* Bumps Instabug iOS SDK to v11.2.0 |
| 34 | +* Bumps Instabug Android SDK to `v11.4.1` |
| 35 | +* Bumps Instabug iOS SDK to `v11.2.0` |
34 | 36 | * Adds TypeScript support
|
35 | 37 |
|
36 | 38 | ## v11.0.1 (2022-08-24)
|
37 | 39 |
|
38 | 40 | * Fixes ArgsRegistry import on iOS
|
39 |
| -* Fixes a typo in Instabug.setPrimaryColor causing the API not to work |
| 41 | +* Fixes a typo in `Instabug.setPrimaryColor` causing the API not to work |
40 | 42 |
|
41 | 43 | ## v11.0.0 (2022-07-07)
|
42 | 44 |
|
43 |
| -* Bumps Instabug native SDKs to v11 |
44 |
| -* Adds the ability to initialize the Android SDK from JavaScript. Check the migration guide referenced in our docs |
45 |
| -* Improves Instabug modules import usage. Check the migration guide referenced in our docs |
| 45 | +* Bumps Instabug native SDKs to `v11` |
| 46 | +* Adds the ability to initialize the Android SDK from JavaScript. Check the [migration guide][migration-guide-v11] for further info |
| 47 | +* Improves Instabug modules import usage. Check the [migration guide][migration-guide-v11] for further info |
46 | 48 | * Migrates Instabug iOS SDK to be installed through CocoaPods
|
47 |
| -* Moves Instabug.setVideoRecordingFloatingButtonPosition to the BugReporting module |
48 |
| -* Adds Instabug.setString API to allow for SDK text customizations |
49 |
| -* Replaces Instabug.setShakingThreshold with BugReporting.setShakingThresholdForAndroid |
50 |
| -* Adds new API BugReporting.setShakingThresholdForiPhone |
51 |
| -* Adds new API BugReporting.setShakingThresholdForiPad |
52 |
| -* Adds new API Instabug.setWelcomeMessageMode |
53 |
| -* Adds new API Instabug.setColorTheme |
54 |
| -* Adds new API Instabug.setSessionProfilerEnabled |
55 |
| -* Adds new API BugReporting.setFloatingButtonEdge |
| 49 | +* Adds new APIs: |
| 50 | + 1. `Instabug.setString` to allow for SDK text customizations |
| 51 | + 2. `Instabug.setWelcomeMessageMode` |
| 52 | + 3. `Instabug.setColorTheme` |
| 53 | + 4. `Instabug.setSessionProfilerEnabled` |
| 54 | + 5. `BugReporting.setShakingThresholdForiPhone` |
| 55 | + 6. `BugReporting.setShakingThresholdForiPad` |
| 56 | + 7. `BugReporting.setFloatingButtonEdge` |
| 57 | +* Replaces `Instabug.setShakingThreshold` with `BugReporting.setShakingThresholdForAndroid` |
| 58 | +* Moves `Instabug.setVideoRecordingFloatingButtonPosition` to the `BugReporting` module |
56 | 59 | * Fixes an issue with uploading attachments in URL form on iOS
|
57 |
| -* Fixes an issue with BugReporting.setEnabledAttachmentTypes not working on Android |
58 |
| -* Removes the deprecated APIs. Check the migration guide referenced in our docs |
| 60 | +* Fixes an issue with `BugReporting.setEnabledAttachmentTypes` not working on Android |
| 61 | +* Removes the deprecated APIs. Check the [migration guide][migration-guide-v11] for further info |
59 | 62 | * Removes the Android multidex dependency
|
60 |
| -* Removes Instabug.setAutoScreenRecordingMaxDuration |
61 |
| -* Removes Surveys.setThresholdForReshowingSurveyAfterDismiss |
62 |
| -* Removes BugReporting.invocationModes enum |
| 63 | +* Removes the APIs: |
| 64 | + 1. `Instabug.setAutoScreenRecordingMaxDuration` |
| 65 | + 2. `Surveys.setThresholdForReshowingSurveyAfterDismiss` |
| 66 | +* Removes `BugReporting.invocationModes` enum |
| 67 | + |
| 68 | +[migration-guide-v11]: https://docs.instabug.com/docs/cordova-migration-guide |
63 | 69 |
|
64 | 70 | ## v9.1.7 (2021-05-11)
|
65 | 71 |
|
| 72 | +* Bumps iOS SDK to `v9.1.7` |
| 73 | +* Bumps Android SDK to `v9.1.8` |
66 | 74 | * Adds support for Azerbaijani and Danish locales
|
67 | 75 | * Removes the use of `android:requestLegacyExternalStorage` attribute on Android
|
68 |
| -* Bumps iOS SDK to v9.1.7 |
69 |
| -* Bumps Android SDK to v9.1.8 |
70 | 76 |
|
71 | 77 | ## v9.1.6 (2020-07-20)
|
72 | 78 |
|
73 |
| -* Bump native SDKs to v9.1.6 |
| 79 | +* Bumps native SDKs to `v9.1.6` |
74 | 80 | * Fixes an issue with crashing UI calls running on background thread
|
75 |
| -* Fixes an issue where setLocale does not work on Android |
| 81 | +* Fixes an issue where `setLocale` does not work on Android |
76 | 82 |
|
77 | 83 | ## v9.1.0 (2020-03-19)
|
78 | 84 |
|
79 |
| -* Bump native SDKs to v9.1 |
| 85 | +* Bumps native SDKs to `v9.1` |
80 | 86 |
|
81 | 87 | ## v9.0.0 (2020-03-10)
|
82 | 88 |
|
83 |
| -* Bump native SDKs to v9 |
| 89 | +* Bumps native SDKs to `v9` |
84 | 90 |
|
85 | 91 | ## v8.6.5 (2019-09-06)
|
86 | 92 |
|
87 |
| -* Fixes various android issues |
| 93 | +* Fixes various Android issues |
88 | 94 |
|
89 | 95 | ## v8.6.4 (2019-09-06)
|
90 | 96 |
|
91 |
| -* Fixes missing imports in android. |
92 |
| -* Fixes floatingButtonEdge & floatingButtonOffset on android. |
| 97 | +* Fixes missing imports on Android |
| 98 | +* Fixes `floatingButtonEdge` & `floatingButtonOffset` on Android |
93 | 99 | * Adds script to automatically add our maven repo to the project level `build.gradle`
|
94 | 100 |
|
95 | 101 | ## v8.6.3 (2019-09-05)
|
96 | 102 |
|
97 |
| -* Adds initializing android sdk from JS side using `cordova.plugins.instabug.activate` |
98 |
| -* Updates native SDK to v8.6.2 |
| 103 | +* Adds initializing Android SDK from JS side using `cordova.plugins.instabug.activate` |
| 104 | +* Updates native SDKs to v8.6.2 |
0 commit comments