Skip to content

Commit 509696e

Browse files
committed
Format Changelog
1 parent c74eb92 commit 509696e

File tree

1 file changed

+52
-48
lines changed

1 file changed

+52
-48
lines changed

CHANGELOG.md

Lines changed: 52 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,97 +2,101 @@
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+
* Bumps Instabug native SDKs to `v11`
46+
* Adds the ability to initialize the Android SDK from JavaScript. Check the [migration guide](https://docs.instabug.com/docs/cordova-migration-guide) for further info
4547
* Improves Instabug modules import usage. Check the migration guide referenced in our docs
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
60+
* Fixes an issue with `BugReporting.setEnabledAttachmentTypes` not working on Android
5861
* Removes the deprecated APIs. Check the migration guide referenced in our docs
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
6367

6468
## v9.1.7 (2021-05-11)
6569

70+
* Bumps iOS SDK to `v9.1.7`
71+
* Bumps Android SDK to `v9.1.8`
6672
* Adds support for Azerbaijani and Danish locales
6773
* 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
7074

7175
## v9.1.6 (2020-07-20)
7276

73-
* Bump native SDKs to v9.1.6
77+
* Bumps native SDKs to `v9.1.6`
7478
* Fixes an issue with crashing UI calls running on background thread
75-
* Fixes an issue where setLocale does not work on Android
79+
* Fixes an issue where `setLocale` does not work on Android
7680

7781
## v9.1.0 (2020-03-19)
7882

79-
* Bump native SDKs to v9.1
83+
* Bumps native SDKs to `v9.1`
8084

8185
## v9.0.0 (2020-03-10)
8286

83-
* Bump native SDKs to v9
87+
* Bumps native SDKs to `v9`
8488

8589
## v8.6.5 (2019-09-06)
8690

87-
* Fixes various android issues
91+
* Fixes various Android issues
8892

8993
## v8.6.4 (2019-09-06)
9094

91-
* Fixes missing imports in android.
92-
* Fixes floatingButtonEdge & floatingButtonOffset on android.
95+
* Fixes missing imports on Android
96+
* Fixes `floatingButtonEdge` & `floatingButtonOffset` on Android
9397
* Adds script to automatically add our maven repo to the project level `build.gradle`
9498

9599
## v8.6.3 (2019-09-05)
96100

97-
* Adds initializing android sdk from JS side using `cordova.plugins.instabug.activate`
98-
* Updates native SDK to v8.6.2
101+
* Adds initializing Android SDK from JS side using `cordova.plugins.instabug.activate`
102+
* Updates native SDKs to v8.6.2

0 commit comments

Comments
 (0)