Skip to content

Commit 6f33a32

Browse files
DavidMina96HeshamMegid
authored andcommitted
Format Changelog (#178)
1 parent 7ff42b1 commit 6f33a32

File tree

1 file changed

+56
-50
lines changed

1 file changed

+56
-50
lines changed

CHANGELOG.md

Lines changed: 56 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,97 +2,103 @@
22

33
* Bumps Instabug Android SDK to `v11.8.0`
44
* 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`
78
* 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
1617
* Adds new string keys:
17-
* insufficientContentMessage
18-
* insufficientContentTitle (iOS)
19-
* screenRecording
18+
1. insufficientContentMessage
19+
2. insufficientContentTitle (iOS)
20+
3. screenRecording
2021
* 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+
2527
## 11.3.0 (2022-10-05)
2628

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`
2931

3032
## 11.2.0 (2022-09-25)
3133

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`
3436
* Adds TypeScript support
3537

3638
## v11.0.1 (2022-08-24)
3739

3840
* 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
4042

4143
## v11.0.0 (2022-07-07)
4244

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
4648
* 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
5659
* 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
5962
* 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
6369

6470
## v9.1.7 (2021-05-11)
6571

72+
* Bumps iOS SDK to `v9.1.7`
73+
* Bumps Android SDK to `v9.1.8`
6674
* Adds support for Azerbaijani and Danish locales
6775
* 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
7076

7177
## v9.1.6 (2020-07-20)
7278

73-
* Bump native SDKs to v9.1.6
79+
* Bumps native SDKs to `v9.1.6`
7480
* 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
7682

7783
## v9.1.0 (2020-03-19)
7884

79-
* Bump native SDKs to v9.1
85+
* Bumps native SDKs to `v9.1`
8086

8187
## v9.0.0 (2020-03-10)
8288

83-
* Bump native SDKs to v9
89+
* Bumps native SDKs to `v9`
8490

8591
## v8.6.5 (2019-09-06)
8692

87-
* Fixes various android issues
93+
* Fixes various Android issues
8894

8995
## v8.6.4 (2019-09-06)
9096

91-
* Fixes missing imports in android.
92-
* Fixes floatingButtonEdge & floatingButtonOffset on android.
97+
* Fixes missing imports on Android
98+
* Fixes `floatingButtonEdge` & `floatingButtonOffset` on Android
9399
* Adds script to automatically add our maven repo to the project level `build.gradle`
94100

95101
## v8.6.3 (2019-09-05)
96102

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

Comments
 (0)