Skip to content

Commit f0bd300

Browse files
committed
* 'master' of https://github.com/frontiere21/chat21-web-widget: gitignore - Started development to support callback for events and method (see file test-callbackbased-methods-events.html) updated Firebase dependency to 7.24.0 "widget-config.json" fix # Conflicts: # CHANGELOG.md
2 parents 45f53b1 + a06efc4 commit f0bd300

File tree

6 files changed

+1016
-838
lines changed

6 files changed

+1016
-838
lines changed

.angular-cli.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"launch.js",
2121
"iframe-style.css",
2222
"firebase-config.json",
23-
"widget-config-template.json"
23+
"widget-config-template.json",
24+
"widget-config.json"
2425
],
2526
"index": "index.html",
2627
"main": "main.ts",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ test_widget.php
4545

4646
src/environments
4747
src/environments_dati_reali
48+
src/widget-config*.json

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chat21-web-widget ver 3.0
22

3-
### 4.0.91
3+
### 4.0.92
44
- change: refactored 'send new message';
55
- change: saved id conversation active in local storage;
66
- change: open widget on last conversation;
@@ -9,6 +9,7 @@
99
- change: saved id active conversation on opening conversation detail;
1010
- bug-fix: changed workflow 'new conversation' button;
1111

12+
1213
### 4.0.90
1314
- bug-fix: save new conversation in local storage
1415

@@ -26,7 +27,7 @@
2627
- bug-fix: css logo and favicon in assets/twp/index.html
2728
- change: shown callout only the first time
2829

29-
### 4.0.85
30+
### 4.0.85 -> Cloud Production
3031
- bug-fix: width balloon message received
3132

3233
### 4.0.84

0 commit comments

Comments
 (0)