Skip to content

Commit 18a093e

Browse files
authored
Merge pull request #48 from Kommunicate-io/v2.2.3
release changes for v2.2.3
2 parents ce3c59a + 3b46784 commit 18a093e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## React Native Kommunicate Chat v2.2.3
2+
- Fixed visibility of startNewConversation button
3+
- Added support for API Suggestions
4+
- Added "showTypingIndicatorWhileFetchingResponse" settings to show typing indicator when bot fetching response
5+
- Crashes fixed
6+
17
## React Native Kommunicate Chat v2.2.1
28
- UI/UX changes to match Android and iOS
39
- Added support for Custom Input Field - Android

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repositories {
3535

3636
dependencies {
3737
implementation 'com.facebook.react:react-native:+'
38-
api 'io.kommunicate.sdk:kommunicateui:2.7.4'
38+
api 'io.kommunicate.sdk:kommunicateui:2.7.6'
3939
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-kommunicate-chat",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)