Skip to content

Commit 50c49b3

Browse files
committed
Format Changelog
1 parent c74eb92 commit 50c49b3

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

CHANGELOG.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,77 +22,78 @@
2222
* image
2323
* messagesNotificationAndOthers
2424
* okButtonTitle
25+
2526
## 11.3.0 (2022-10-05)
2627

27-
* Bumps Instabug Android SDK to v11.5.1
28-
* Bumps Instabug iOS SDK to v11.3.0
28+
* Bumps Instabug Android SDK to `v11.5.1`
29+
* Bumps Instabug iOS SDK to `v11.3.0`
2930

3031
## 11.2.0 (2022-09-25)
3132

32-
* Bumps Instabug Android SDK to v11.4.1
33-
* Bumps Instabug iOS SDK to v11.2.0
33+
* Bumps Instabug Android SDK to `v11.4.1`
34+
* Bumps Instabug iOS SDK to `v11.2.0`
3435
* Adds TypeScript support
3536

3637
## v11.0.1 (2022-08-24)
3738

3839
* Fixes ArgsRegistry import on iOS
39-
* Fixes a typo in Instabug.setPrimaryColor causing the API not to work
40+
* Fixes a typo in `Instabug.setPrimaryColor` causing the API not to work
4041

4142
## v11.0.0 (2022-07-07)
4243

43-
* Bumps Instabug native SDKs to v11
44+
* Bumps Instabug native SDKs to `v11`
4445
* Adds the ability to initialize the Android SDK from JavaScript. Check the migration guide referenced in our docs
4546
* Improves Instabug modules import usage. Check the migration guide referenced in our docs
4647
* 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
48+
* Moves `Instabug.setVideoRecordingFloatingButtonPosition` to the `BugReporting` module
49+
* Adds `Instabug.setString` API to allow for SDK text customizations
50+
* Replaces `Instabug.setShakingThreshold` with `BugReporting.setShakingThresholdForAndroid`
51+
* Adds new API `BugReporting.setShakingThresholdForiPhone`
52+
* Adds new API `BugReporting.setShakingThresholdForiPad`
53+
* Adds new API `Instabug.setWelcomeMessageMode`
54+
* Adds new API `Instabug.setColorTheme`
55+
* Adds new API `Instabug.setSessionProfilerEnabled`
56+
* Adds new API `BugReporting.setFloatingButtonEdge`
5657
* Fixes an issue with uploading attachments in URL form on iOS
57-
* Fixes an issue with BugReporting.setEnabledAttachmentTypes not working on Android
58+
* Fixes an issue with `BugReporting.setEnabledAttachmentTypes` not working on Android
5859
* Removes the deprecated APIs. Check the migration guide referenced in our docs
5960
* Removes the Android multidex dependency
60-
* Removes Instabug.setAutoScreenRecordingMaxDuration
61-
* Removes Surveys.setThresholdForReshowingSurveyAfterDismiss
62-
* Removes BugReporting.invocationModes enum
61+
* Removes `Instabug.setAutoScreenRecordingMaxDuration`
62+
* Removes `Surveys.setThresholdForReshowingSurveyAfterDismiss`
63+
* Removes `BugReporting.invocationModes` enum
6364

6465
## v9.1.7 (2021-05-11)
6566

6667
* Adds support for Azerbaijani and Danish locales
6768
* 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
69+
* Bumps iOS SDK to `v9.1.7`
70+
* Bumps Android SDK to `v9.1.8`
7071

7172
## v9.1.6 (2020-07-20)
7273

73-
* Bump native SDKs to v9.1.6
74+
* Bumps native SDKs to `v9.1.6`
7475
* Fixes an issue with crashing UI calls running on background thread
75-
* Fixes an issue where setLocale does not work on Android
76+
* Fixes an issue where `setLocale` does not work on Android
7677

7778
## v9.1.0 (2020-03-19)
7879

79-
* Bump native SDKs to v9.1
80+
* Bumps native SDKs to `v9.1`
8081

8182
## v9.0.0 (2020-03-10)
8283

83-
* Bump native SDKs to v9
84+
* Bumps native SDKs to `v9`
8485

8586
## v8.6.5 (2019-09-06)
8687

87-
* Fixes various android issues
88+
* Fixes various Android issues
8889

8990
## v8.6.4 (2019-09-06)
9091

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

9596
## v8.6.3 (2019-09-05)
9697

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

0 commit comments

Comments
 (0)