@chat21/chat21-ionic 3.4.13 → 3.4.14-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +712 -704
- package/package.json +1 -1
- package/src/app/app.component.ts +3 -3
- package/src/app/chatlib/conversation-detail/ion-conversation-detail/ion-conversation-detail.component.html +2 -2
- package/src/app/chatlib/conversation-detail/ion-conversation-detail/ion-conversation-detail.component.scss +14 -12
- package/src/app/chatlib/conversation-detail/message/audio/audio.component.scss +1 -2
- package/src/app/components/conversation-detail/header-conversation-detail/header-conversation-detail.component.html +7 -0
- package/src/app/components/conversation-detail/header-conversation-detail/header-conversation-detail.component.scss +36 -1
- package/src/app/components/conversation-detail/header-conversation-detail/header-conversation-detail.component.ts +6 -3
- package/src/app/components/conversation-detail/message-text-area/message-text-area.component.html +0 -10
- package/src/app/components/conversation-detail/message-text-area/message-text-area.component.ts +1 -0
- package/src/app/modals/send-email/send-email.page.html +1 -1
- package/src/app/modals/send-email/send-email.page.scss +25 -6
- package/src/app/pages/conversation-detail/conversation-detail.page.html +2 -0
- package/src/app/pages/conversation-detail/conversation-detail.page.ts +7 -0
- package/src/assets/i18n/en.json +2 -1
- package/src/assets/i18n/it.json +1 -0
- package/src/global.scss +5 -1
- package/src/variables.scss +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,718 +1,726 @@
|
|
|
1
1
|
# chat21-ionic ver 3.0
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# 3.4.14-rc2
|
|
4
|
+
- **changed**: minor improvement sendemail modal textarea
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
-
|
|
6
|
+
# 3.4.14-rc1
|
|
7
|
+
- **added**: moved copilot from message-text-area to header-conversaion-detail
|
|
8
|
+
- **changed**: 'open/close conversation info' icon
|
|
9
|
+
- **changed**: send-email model enlarged
|
|
7
10
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
-
|
|
11
|
+
# 3.4.13 in PROD
|
|
12
|
+
|
|
13
|
+
# 3.4.13-rc.5
|
|
14
|
+
- **removed**: tiledeskToken from tiledesk-service
|
|
15
|
+
|
|
16
|
+
# 3.4.13-rc.4
|
|
17
|
+
- **added**: management for copilot option in project.profile obj
|
|
18
|
+
- **removed**: token in each tiledesk Service method calls and added initialize method for each services
|
|
11
19
|
|
|
12
|
-
|
|
13
|
-
- added
|
|
14
|
-
- changed
|
|
20
|
+
# 3.4.13-rc.3
|
|
21
|
+
- **added**: copilot-popover on each received message
|
|
22
|
+
- **changed**: canned-responsed no data ui
|
|
15
23
|
|
|
16
|
-
|
|
17
|
-
- added
|
|
18
|
-
- changed
|
|
24
|
+
# 3.4.13-rc.2
|
|
25
|
+
- **added**: no-suggestions in copilot component
|
|
26
|
+
- **changed**: HIDE_CANNED_RESPONSES with SHOW CANNED_RESPONSES
|
|
19
27
|
|
|
20
|
-
|
|
21
|
-
- added
|
|
28
|
+
# 3.4.13-rc.1
|
|
29
|
+
- **added**: copilot suggestions for agent responses
|
|
22
30
|
|
|
23
|
-
|
|
31
|
+
# 3.4.12 in PROD
|
|
24
32
|
|
|
25
|
-
|
|
26
|
-
- added
|
|
33
|
+
# 3.4.12-rc.2
|
|
34
|
+
- **added**: chat-audio component to manage audio file sent and received
|
|
27
35
|
|
|
28
|
-
|
|
36
|
+
# 3.4.11 in PROD
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
# 3.4.10 in PROD
|
|
31
39
|
|
|
32
|
-
|
|
33
|
-
- changed
|
|
40
|
+
# 3.4.10-rc.1
|
|
41
|
+
- **changed**: sidebar and navbar UI aligned with dashboard component
|
|
34
42
|
|
|
35
|
-
|
|
43
|
+
# 3.4.9 in PROD
|
|
36
44
|
|
|
37
|
-
|
|
38
|
-
- bug-fixed
|
|
45
|
+
# 3.4.9-rc.1
|
|
46
|
+
- **bug-fixed**: close conversation also in case of tiledesk error
|
|
39
47
|
|
|
40
|
-
|
|
48
|
+
# 3.4.8 in PROD
|
|
41
49
|
|
|
42
|
-
|
|
43
|
-
- bug-fixed
|
|
50
|
+
# 3.4.8-rc.2
|
|
51
|
+
- **bug-fixed**: if support group is a group, do not call lookup api
|
|
44
52
|
|
|
45
|
-
|
|
46
|
-
- bug-fixed
|
|
53
|
+
# 3.4.8-rc.1
|
|
54
|
+
- **bug-fixed**: if support group is a group, do not call getRequest
|
|
47
55
|
|
|
48
|
-
|
|
56
|
+
# 3.4.7 in PROD
|
|
49
57
|
|
|
50
|
-
|
|
58
|
+
# 3.4.7-rc.2
|
|
51
59
|
- minior fix
|
|
52
60
|
|
|
53
|
-
|
|
54
|
-
- added
|
|
61
|
+
# 3.4.7-rc.1
|
|
62
|
+
- **added**: uploaded control after file is loaded
|
|
55
63
|
|
|
56
|
-
|
|
64
|
+
# 3.4.6 in PROD
|
|
57
65
|
|
|
58
|
-
|
|
66
|
+
# 3.4.5 in PROD
|
|
59
67
|
|
|
60
|
-
|
|
61
|
-
- changed
|
|
68
|
+
# 3.4.5-rc.2
|
|
69
|
+
- **changed**: sidebar css improvement
|
|
62
70
|
|
|
63
|
-
|
|
64
|
-
- changed
|
|
71
|
+
# 3.4.5-rc.1
|
|
72
|
+
- **changed**: management of sidebar icon with env variable
|
|
65
73
|
|
|
66
|
-
|
|
74
|
+
# 3.4.4 in PROD
|
|
67
75
|
|
|
68
|
-
|
|
69
|
-
- added
|
|
70
|
-
- changed
|
|
76
|
+
# 3.4.4-rc.1
|
|
77
|
+
- **added**: voice channel icon in conversation-list and conversation-detail header
|
|
78
|
+
- **changed**: sidebar structure
|
|
71
79
|
|
|
72
|
-
|
|
80
|
+
# 3.4.3 in PROD
|
|
73
81
|
|
|
74
|
-
|
|
75
|
-
- added
|
|
76
|
-
- added
|
|
82
|
+
# 3.4.3-rc.1
|
|
83
|
+
- **added**: encodeUri for project name on chatbot share link
|
|
84
|
+
- **added**: offlineMsgEmail project email to emable/disable automatic offline msg email
|
|
77
85
|
|
|
78
|
-
|
|
79
|
-
- added
|
|
86
|
+
# 3.4.2 in PROD
|
|
87
|
+
- **added**: chat21client v0.1.12.8
|
|
80
88
|
|
|
81
|
-
|
|
82
|
-
- bug-fixed
|
|
89
|
+
# 3.4.1 in PROD
|
|
90
|
+
- **bug-fixed**: supportMode parameter is not typed as boolean
|
|
83
91
|
|
|
84
|
-
|
|
92
|
+
# 3.4.0 in PROD
|
|
85
93
|
|
|
86
|
-
|
|
87
|
-
- added
|
|
94
|
+
# 3.4.0-rc.1
|
|
95
|
+
- **added**: downloadURL in metadata obj while sending message from tiledesk
|
|
88
96
|
|
|
89
|
-
|
|
97
|
+
# 3.3.0 in PROD
|
|
90
98
|
|
|
91
|
-
|
|
92
|
-
- added
|
|
93
|
-
- added
|
|
94
|
-
- changed
|
|
99
|
+
# 3.3.0-rc.1
|
|
100
|
+
- **added**: onBeforeInit event
|
|
101
|
+
- **added**: option to hide logout icon
|
|
102
|
+
- **changed**: BRAND_BASE_INFO values as string or boolean
|
|
95
103
|
|
|
96
|
-
|
|
104
|
+
# 3.2.3 in PROD
|
|
97
105
|
|
|
98
|
-
|
|
99
|
-
- added
|
|
100
|
-
- added
|
|
106
|
+
# 3.2.3-rc.1
|
|
107
|
+
- **added**: redirect to dashboard Login page in case of login error
|
|
108
|
+
- **added**: condition for docs
|
|
101
109
|
|
|
102
|
-
|
|
103
|
-
- bug-fixed
|
|
110
|
+
# 3.2.2 in PROD
|
|
111
|
+
- **bug-fixed**: unassigned url not logged-in as well
|
|
104
112
|
|
|
105
|
-
|
|
106
|
-
- bug-fixed
|
|
113
|
+
# 3.2.2-rc.1
|
|
114
|
+
- **bug-fixed**: unassigned url not logged-in as well
|
|
107
115
|
|
|
108
|
-
|
|
109
|
-
- bug-fixed
|
|
116
|
+
# 3.2.1 in PROD
|
|
117
|
+
- **bug-fixed**: cannot read property of undefined reading logger.error into brand-service.ts
|
|
110
118
|
|
|
111
|
-
|
|
112
|
-
- changed
|
|
119
|
+
# 3.2.0 in PROD
|
|
120
|
+
- **changed**: API_URL template key in favour of SERVER_BASE_URL
|
|
113
121
|
|
|
114
|
-
|
|
115
|
-
- added
|
|
116
|
-
- bug-fixed
|
|
117
|
-
- bug-fixed
|
|
122
|
+
# 3.2.0-rc.1
|
|
123
|
+
- **added**: CONV_TYPE enum for all channel_type
|
|
124
|
+
- **bug-fixed**: do not sent automatic offline message if channel_type is messanger
|
|
125
|
+
- **bug-fixed**: disabled email section in conversation-detail footer if channel_type is whatsapp or messanger
|
|
118
126
|
|
|
119
|
-
|
|
127
|
+
# 3.1.0 in PROD
|
|
120
128
|
|
|
121
|
-
|
|
122
|
-
- changed
|
|
123
|
-
- bug-fixed
|
|
129
|
+
# 3.1.0-rc2
|
|
130
|
+
- **changed**: leadStyle storage property from appStorageService to localstorage 'custom_style' property
|
|
131
|
+
- **bug-fixed**: projects dropdown don't truncate long project name text
|
|
124
132
|
|
|
125
|
-
|
|
126
|
-
- added
|
|
127
|
-
- changed
|
|
128
|
-
- bug-fixed
|
|
133
|
+
# 3.1.0-rc1
|
|
134
|
+
- **added**: INFO_MESSAGE_TYPE enum added to manage info message keys into message.attributes object
|
|
135
|
+
- **changed**: route to main page ('/conversation-detail') when a conversation is closed or abandoned
|
|
136
|
+
- **bug-fixed**: if agent abandoned a chat, detail still remain visible and can send message
|
|
129
137
|
|
|
130
|
-
|
|
138
|
+
# 3.0.109 in PROD
|
|
131
139
|
|
|
132
|
-
|
|
133
|
-
- added
|
|
134
|
-
- bug-fixed
|
|
140
|
+
# 3.0.109-rc.1
|
|
141
|
+
- **added**: BASE_LOGO_GRAY resource key
|
|
142
|
+
- **bug-fixed**: body texarea into email modal has 0px height
|
|
135
143
|
|
|
136
|
-
|
|
144
|
+
# 3.0.108 in PROD
|
|
137
145
|
|
|
138
|
-
|
|
139
|
-
- added
|
|
140
|
-
- added
|
|
141
|
-
- bug-fixed
|
|
146
|
+
# 3.0.108.rc.1
|
|
147
|
+
- **added**: brandService to manage remote resources
|
|
148
|
+
- **added**: brandSrc env property
|
|
149
|
+
- **bug-fixed**: conversation-list header shows sidebar-user-detail button
|
|
142
150
|
|
|
143
|
-
|
|
151
|
+
# 3.0.107 in PROD
|
|
144
152
|
|
|
145
|
-
|
|
146
|
-
- changed
|
|
147
|
-
- changed
|
|
148
|
-
- changed
|
|
153
|
+
# 3.0.107.rc.9
|
|
154
|
+
- **changed**: whatsapp api url
|
|
155
|
+
- **changed**: whatsapp template params removed if array is empty
|
|
156
|
+
- **changed**: whatsapp template UI
|
|
149
157
|
|
|
150
|
-
|
|
151
|
-
- bug-fixed
|
|
158
|
+
# 3.0.107.rc.8
|
|
159
|
+
- **bug-fixed**: form icon into conversation-list and header conversation-detail not change color
|
|
152
160
|
|
|
153
|
-
|
|
154
|
-
- bug-fixed
|
|
155
|
-
- bug-fixed
|
|
156
|
-
- bug-fixed
|
|
161
|
+
# 3.0.107.rc.7
|
|
162
|
+
- **bug-fixed**: unassigned-convs not laoded custom external style via postMessage or event.subscribe methods
|
|
163
|
+
- **bug-fixed**: delete all old css class style while uploading (via postMessge) a new class
|
|
164
|
+
- **bug-fixed**: customStyle removed if refresh page or window.resize event is handled --> restore saved style from storage
|
|
157
165
|
|
|
158
|
-
|
|
159
|
-
- bug-fixed
|
|
166
|
+
# 3.0.107.rc.6
|
|
167
|
+
- **bug-fixed**: set is_new=false before archive an active conversation (not show not-read blu pointer and bold recipient fullname and last text)
|
|
160
168
|
|
|
161
|
-
|
|
162
|
-
- bug-fixed
|
|
169
|
+
# 3.0.107.rc.5
|
|
170
|
+
- **bug-fixed**: user info is not updated in sidebar-user-detail with SSO
|
|
163
171
|
|
|
164
|
-
|
|
165
|
-
- bug-fixed
|
|
172
|
+
# 3.0.107.rc.4
|
|
173
|
+
- **bug-fixed**: SSO, createCustomToken pass old token to authenticate chat engine module
|
|
166
174
|
|
|
167
|
-
|
|
168
|
-
- bug-fixed
|
|
175
|
+
# 3.0.107.rc.3
|
|
176
|
+
- **bug-fixed**: update tiledek_token after signInWithCustomToken
|
|
169
177
|
|
|
170
|
-
|
|
171
|
-
- added
|
|
178
|
+
# 3.0.107.rc.2
|
|
179
|
+
- **added**: moved eventTrigger method from conversation-deatil and conversation-list pages to app.component.ts
|
|
172
180
|
|
|
173
|
-
|
|
174
|
-
- added
|
|
175
|
-
- added
|
|
176
|
-
- added
|
|
177
|
-
- bug-fixed
|
|
181
|
+
# 3.0.107.rc.1
|
|
182
|
+
- **added**: globals and globals-settings services to manage env and option variables globally
|
|
183
|
+
- **added**: eventTrigger service to expose custom chat event to parent chat-iframe container
|
|
184
|
+
- **added**: new UI home management for supportMode
|
|
185
|
+
- **bug-fixed**: privateMsg colors not visible
|
|
178
186
|
|
|
179
|
-
|
|
180
|
-
- changed
|
|
181
|
-
- changed
|
|
187
|
+
# 3.0.106 in PROD
|
|
188
|
+
- **changed**: testsitebaseurl with widgetBaseUrl
|
|
189
|
+
- **changed**: WIDGET_TEST_LOCATION with WIDGET_LOCATION
|
|
182
190
|
|
|
183
|
-
|
|
191
|
+
# 3.0.105 in PROD
|
|
184
192
|
|
|
185
|
-
|
|
186
|
-
- added
|
|
193
|
+
# 3.0.105.rc.1
|
|
194
|
+
- **added**: get tiledeskToken from tiledesk_token key in favour of appStorageService.getItem('tiledeskToken')
|
|
187
195
|
|
|
188
|
-
|
|
196
|
+
# 3.0.104.1 in PROD
|
|
189
197
|
- minor bug fixing
|
|
190
198
|
|
|
191
|
-
|
|
192
|
-
- bug-fixed
|
|
199
|
+
# 3.0.104 in PROD
|
|
200
|
+
- **bug-fixed**: messages are lost after chrome close all websocket connections due to inactivity and mqtt not reconnected automatically
|
|
193
201
|
|
|
194
|
-
|
|
202
|
+
# 3.0.103 in PROD
|
|
195
203
|
|
|
196
|
-
|
|
197
|
-
- added
|
|
198
|
-
- added
|
|
204
|
+
# 3.0.103-rc.2
|
|
205
|
+
- **added**: google signIn for mobile platform
|
|
206
|
+
- **added**: FMC and inAppBrowser plugins
|
|
199
207
|
- minor improvements on canned responses component
|
|
200
|
-
- changed
|
|
208
|
+
- **changed**: /email/send with new API
|
|
201
209
|
|
|
202
|
-
|
|
203
|
-
- added
|
|
204
|
-
- added
|
|
205
|
-
- bug-fixed
|
|
210
|
+
# 3.0.103-rc.1
|
|
211
|
+
- **added**: ANGULAR 12
|
|
212
|
+
- **added**: laxy loading of modal pages
|
|
213
|
+
- **bug-fixed**: cannot send new message in direct conversation for the first time
|
|
206
214
|
|
|
207
|
-
|
|
215
|
+
# 3.0.102 in PROD
|
|
208
216
|
|
|
209
|
-
|
|
210
|
-
- added
|
|
211
|
-
- added
|
|
217
|
+
# 3.0.102-rc.2
|
|
218
|
+
- **added**: ANGULAR 12
|
|
219
|
+
- **added**: laxy loading of modal pages
|
|
212
220
|
|
|
213
|
-
|
|
214
|
-
- changed
|
|
215
|
-
- changed
|
|
221
|
+
# 3.0.102-rc.1
|
|
222
|
+
- **changed**: chat21client.js version to v0.1.12.5
|
|
223
|
+
- **changed**: set callback function on chat21client.connect without wait the subscription get back
|
|
216
224
|
|
|
217
|
-
|
|
218
|
-
- changed
|
|
219
|
-
- bug-fixed
|
|
225
|
+
# 3.0.101 in PROD
|
|
226
|
+
- **changed**: message-textarea tooltip translations
|
|
227
|
+
- **bug-fixed**: offline message warning appear also if user has not an email in leadInfo
|
|
220
228
|
|
|
221
|
-
|
|
222
|
-
- bug-fixed
|
|
229
|
+
# 3.0.100 in PROD
|
|
230
|
+
- **bug-fixed**: when offline email is sent, body message not send the last message on the conversation
|
|
223
231
|
|
|
224
|
-
|
|
232
|
+
# 3.0.99 in PROD
|
|
225
233
|
|
|
226
|
-
|
|
227
|
-
- bug-fixed
|
|
234
|
+
# 3.0.99-rc.2
|
|
235
|
+
- **bug-fixed**: after tiledesk closes a conversation, call archiveConversation's conversationsHandler method to manually remote it from active conversations list
|
|
228
236
|
|
|
229
|
-
|
|
230
|
-
- added
|
|
231
|
-
- added
|
|
232
|
-
- bug-fixed
|
|
233
|
-
- bug-fixed
|
|
234
|
-
- removed
|
|
237
|
+
# 3.0.99-rc.1
|
|
238
|
+
- **added**: audio file enabled
|
|
239
|
+
- **added**: audio icon if audio message is received in ion-list-conversations component
|
|
240
|
+
- **bug-fixed**: do not copy user if on mobile from profile-info modal
|
|
241
|
+
- **bug-fixed**: if lead email is deleted, leadInfo is not updated and can send email
|
|
242
|
+
- **removed**: PACKAGE.version in favour of environment.version
|
|
235
243
|
|
|
236
|
-
|
|
244
|
+
# 3.0.98 in PROD
|
|
237
245
|
|
|
238
|
-
|
|
239
|
-
- added
|
|
240
|
-
- changed
|
|
246
|
+
# 3.0.98-rc.2
|
|
247
|
+
- **added**: maps modal for whatsapp location templates
|
|
248
|
+
- **changed**: **changed**: conversation?.attributes?.channel with conversation?.attributes?.request_channel
|
|
241
249
|
|
|
242
|
-
|
|
243
|
-
- changed
|
|
244
|
-
- bug-fixed
|
|
250
|
+
# 3.0.98-rc.1
|
|
251
|
+
- **changed**: conversation.attributes.channel with conversation.attributes.request_channel to get the current convesation channel
|
|
252
|
+
- **bug-fixed**: whatsapp template not enabled when agent is added to a whatsapp channel request
|
|
245
253
|
|
|
246
|
-
|
|
254
|
+
# 3.0.97 in PROD
|
|
247
255
|
|
|
248
|
-
|
|
249
|
-
- added
|
|
250
|
-
- added
|
|
251
|
-
- added
|
|
252
|
-
- added
|
|
253
|
-
- changed
|
|
254
|
-
- bug-fixed
|
|
255
|
-
- bug-fixed
|
|
256
|
+
# 3.0.97-rc.5
|
|
257
|
+
- **added**: whatsapp templates section to send an already configured whatsapp templete only in case of a whatsapp conversation channel type
|
|
258
|
+
- **added**: channel input var in message-text-area component to manage the type of current conversation
|
|
259
|
+
- **added**: whatsappTemplatesBaseUrl env key to manage whatsapp templates only for whatsapp conversations
|
|
260
|
+
- **added**: loader on contacts-directory page
|
|
261
|
+
- **changed**: send-email modal UI form mobile platform
|
|
262
|
+
- **bug-fixed**: do not show offline message if conversation has channel=whatsapp
|
|
263
|
+
- **bug-fixed**: do not send automatic offline email if conversation has channel=whatsapp
|
|
256
264
|
|
|
257
|
-
|
|
258
|
-
- bug-fixed
|
|
259
|
-
- bug-fixed
|
|
265
|
+
# 3.0.97-rc.4
|
|
266
|
+
- **bug-fixed**: error getting chat group members
|
|
267
|
+
- **bug-fixed**: missing info-conversation accordion label
|
|
260
268
|
|
|
261
|
-
|
|
262
|
-
- added
|
|
263
|
-
- added
|
|
269
|
+
# 3.0.97-rc.3
|
|
270
|
+
- **added**: channel property to message/conversation and changed attributes.channel to attributes.offline_channel for offline message email
|
|
271
|
+
- **added**: channel info in conversation-header-detail component
|
|
264
272
|
- updated: tiledesk logo
|
|
265
|
-
- bug-fixed
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
- added
|
|
269
|
-
- added
|
|
270
|
-
- added
|
|
271
|
-
- added
|
|
272
|
-
- added
|
|
273
|
-
- added
|
|
274
|
-
- changed
|
|
275
|
-
- bug-fixed
|
|
273
|
+
- **bug-fixed**: sort last-messages for mqtt before publish to component
|
|
274
|
+
|
|
275
|
+
# 3.0.97-rc.2
|
|
276
|
+
- **added**: do not send automatic offline email if conversation is of type 'email' or 'form'
|
|
277
|
+
- **added**: new tooltip directive
|
|
278
|
+
- **added**: availability project user status on ProfileInfo page modal
|
|
279
|
+
- **added**: isOniOSMobileDevice and isOnMobileDevice in utils
|
|
280
|
+
- **added**: manage css for mobile/desktop modals
|
|
281
|
+
- **added**: custom tooltip directive
|
|
282
|
+
- **changed**: lib dependencies
|
|
283
|
+
- **bug-fixed**: new_message event sounds every time conv.is_new is true or false
|
|
276
284
|
- updated: ios icons
|
|
277
|
-
- removed
|
|
285
|
+
- **removed**: ticketing for mobile
|
|
278
286
|
- removed angular2-moment and ng2-tooltip-directive
|
|
279
287
|
|
|
280
|
-
|
|
281
|
-
- added
|
|
288
|
+
# 3.0.97-rc.1
|
|
289
|
+
- **added**: if user is offline and message is sent, forward the entire conversation by email
|
|
282
290
|
|
|
283
|
-
|
|
291
|
+
# 3.0.96 in PROD
|
|
284
292
|
|
|
285
|
-
|
|
286
|
-
- changed
|
|
293
|
+
# 3.0.96-rc.2
|
|
294
|
+
- **changed**: chat21client.js to v0.1.12.5 (window scope fixed)
|
|
287
295
|
|
|
288
|
-
|
|
289
|
-
- added
|
|
290
|
-
- added
|
|
291
|
-
- added
|
|
292
|
-
- added
|
|
296
|
+
# 3.0.96-rc.1
|
|
297
|
+
- **added**: isFirstMessage, isSameSender, isLastMessage, isFirstMessage function to utils-message
|
|
298
|
+
- **added**: online/offline status check for offline automatic email -> presence service impl
|
|
299
|
+
- **added**: websocket as mqtt-presence service dep
|
|
300
|
+
- **added**: tip message if lead has an email and is offline, when agent is on chat section in conversation-detail footer component
|
|
293
301
|
|
|
294
|
-
|
|
295
|
-
- bug-fixed
|
|
302
|
+
# 3.0.95 in PROD
|
|
303
|
+
- **bug-fixed**: cannot upload PDF files
|
|
296
304
|
|
|
297
|
-
|
|
298
|
-
- added
|
|
299
|
-
- bug-fixed
|
|
300
|
-
- bug-fixed
|
|
305
|
+
# 3.0.95-rc.1
|
|
306
|
+
- **added**: custom colors to senderFullname to better distinguish the user
|
|
307
|
+
- **bug-fixed**: cannot read text.trim() of undefined if no text is sent with an image
|
|
308
|
+
- **bug-fixed**: markdown not split work correctly
|
|
301
309
|
|
|
302
|
-
|
|
303
|
-
- bug-fixed
|
|
310
|
+
# 3.0.94 in PROD
|
|
311
|
+
- **bug-fixed**: error getting projectId during lead detail for conversations with more than 4 segment
|
|
304
312
|
|
|
305
|
-
|
|
306
|
-
- added
|
|
313
|
+
# 3.0.93 in PROD
|
|
314
|
+
- **added**: goToProfile sidebar-user-detail feature
|
|
307
315
|
|
|
308
|
-
|
|
316
|
+
# 3.0.92 in PROD
|
|
309
317
|
|
|
310
|
-
|
|
311
|
-
- added
|
|
312
|
-
- added
|
|
313
|
-
- changed
|
|
314
|
-
- changed
|
|
315
|
-
- changed
|
|
316
|
-
- bug-fixed
|
|
317
|
-
- bug-fixed
|
|
318
|
-
- bug-fixed
|
|
319
|
-
- removed
|
|
318
|
+
# 3.0.92-rc.1
|
|
319
|
+
- **added**: limit parameter to message-attachment component
|
|
320
|
+
- **added**: listen to new event related to user presence
|
|
321
|
+
- **changed**: message-text-area icons
|
|
322
|
+
- **changed**: moved isSender function from service to utils-message
|
|
323
|
+
- **changed**: unsubscribe from unserved request directly using wsService and not with wsSocketJs
|
|
324
|
+
- **bug-fixed**: if user is offline and implicit email is sent, not show flash icon to indicate offline_msg
|
|
325
|
+
- **bug-fixed**: conversation list not show projectName (cannot set properties of undefined reading 'projectId')
|
|
326
|
+
- **bug-fixed**: msg.text is undefined while reading trim()
|
|
327
|
+
- **removed**: user status from contact-directory
|
|
320
328
|
|
|
321
|
-
|
|
329
|
+
# 3.0.91 in PROD
|
|
322
330
|
|
|
323
|
-
|
|
324
|
-
- added
|
|
325
|
-
- bug-fixed
|
|
326
|
-
- bug-fixed
|
|
331
|
+
# 3.0.91-rc.1
|
|
332
|
+
- **added**: pin-unpin canned (starting)
|
|
333
|
+
- **bug-fixed**: undefined in conversationsHandlerService firebase env with TOUCHING_OPERATOR info message
|
|
334
|
+
- **bug-fixed**: a html tag is outsite its container
|
|
327
335
|
|
|
328
|
-
|
|
336
|
+
# 3.0.90 in PROD
|
|
329
337
|
|
|
330
|
-
|
|
331
|
-
- added
|
|
332
|
-
- bug-fixed
|
|
338
|
+
# 3.0.90-rc.7
|
|
339
|
+
- **added**: logLevel condition to enable Json Message option in bubble-message
|
|
340
|
+
- **bug-fixed**: enable Copy option in bubble-message only if text exist
|
|
333
341
|
|
|
334
|
-
|
|
335
|
-
- changed
|
|
336
|
-
- removed
|
|
342
|
+
# 3.0.90-rc.6
|
|
343
|
+
- **changed**: dimension of bottom tiledesk logo in left sidebar
|
|
344
|
+
- **removed**: isDev control
|
|
337
345
|
|
|
338
|
-
|
|
339
|
-
- added
|
|
340
|
-
- added
|
|
341
|
-
- added
|
|
342
|
-
- changed
|
|
343
|
-
- bug-fixed
|
|
344
|
-
- bug-fixed
|
|
345
|
-
- removed
|
|
346
|
+
# 3.0.90-rc.5
|
|
347
|
+
- **added**: implementation of conversationChangedDetailed in MQTTConversationsHandler service
|
|
348
|
+
- **added**: LIVE_PAGE info-message type
|
|
349
|
+
- **added**: live page info in conversation. header (work in progress)
|
|
350
|
+
- **changed**: info-message UI
|
|
351
|
+
- **bug-fixed**: options-container not has transparent background if one emotion is present
|
|
352
|
+
- **bug-fixed**: modals not closed on ESC keyboard button
|
|
353
|
+
- **removed**: forward of logs to server
|
|
346
354
|
|
|
347
|
-
|
|
348
|
-
- added
|
|
349
|
-
- changed
|
|
350
|
-
- removed
|
|
355
|
+
# 3.0.90-rc.4
|
|
356
|
+
- **added**: splitMessage in MQTTConversationHandler service
|
|
357
|
+
- **changed**: aligned FirebaseConversationHandler service to widget
|
|
358
|
+
- **removed**: MESSAGE_TYPE_DATE
|
|
351
359
|
|
|
352
|
-
|
|
353
|
-
- added
|
|
354
|
-
- changed
|
|
360
|
+
# 3.0.90-rc.3
|
|
361
|
+
- **added**: options menu and popover on click to show copy, canned and Json response options
|
|
362
|
+
- **changed**: icon-button moved outside bubble-message only for the first message of each sender
|
|
355
363
|
|
|
356
|
-
|
|
357
|
-
- added
|
|
358
|
-
- added
|
|
364
|
+
# 3.0.90-rc.2
|
|
365
|
+
- **added**: info and copy icon on received messages
|
|
366
|
+
- **added**: flash icon to distinguish chat offline message sent also by email
|
|
359
367
|
|
|
360
|
-
|
|
361
|
-
- added
|
|
362
|
-
- added
|
|
363
|
-
- added
|
|
364
|
-
- added
|
|
365
|
-
- changed
|
|
366
|
-
- changed
|
|
367
|
-
- bug-fixed
|
|
368
|
-
- bug-fixed
|
|
368
|
+
# 3.0.90-rc.1
|
|
369
|
+
- **added**: autofocus on first input
|
|
370
|
+
- **added**: tiledesk logo on sidebar
|
|
371
|
+
- **added**: sourceTitle if exist as message info; otherwize show sourcePage info from message attributes
|
|
372
|
+
- **added**: email icon if chat message is sent also via email
|
|
373
|
+
- **changed**: default color submit button
|
|
374
|
+
- **changed**: removed login modal and moved to dashboard login on logout/first login
|
|
375
|
+
- **bug-fixed**: chinese characters not displayed due to isEmojii function
|
|
376
|
+
- **bug-fixed**: label not translated in navbar
|
|
369
377
|
|
|
370
378
|
|
|
371
|
-
|
|
379
|
+
# 3.0.89 in PROD
|
|
372
380
|
|
|
373
|
-
|
|
374
|
-
- bug-fixed
|
|
381
|
+
# 3.0.89-rc.1
|
|
382
|
+
- **bug-fixed**: projectId/project_name is undefined in conversations-list component
|
|
375
383
|
|
|
376
|
-
|
|
384
|
+
# 3.0.88 in PROD
|
|
377
385
|
|
|
378
|
-
|
|
379
|
-
- added
|
|
380
|
-
- added
|
|
381
|
-
- added
|
|
386
|
+
# 3.0.88-rc.2
|
|
387
|
+
- **added**: enable email only if active by env parameter
|
|
388
|
+
- **added**: emailSection env variable
|
|
389
|
+
- **added**: CHAT_STORAGE_PREFIX, EMAIL_SECTION env parameters
|
|
382
390
|
|
|
383
|
-
|
|
384
|
-
- bug-fixed
|
|
385
|
-
- bug-fixed
|
|
386
|
-
|
|
387
|
-
|
|
391
|
+
# 3.0.88-rc.1
|
|
392
|
+
- **bug-fixed**: projectId is undefined
|
|
393
|
+
- **bug-fixed**: typing subscription block UI on first conversation click
|
|
394
|
+
|
|
395
|
+
# 3.0.87 in PROD
|
|
388
396
|
- restored version 3.0.85
|
|
389
397
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
- bug-fixed
|
|
394
|
-
- bug-fixed
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
- added
|
|
398
|
-
- added
|
|
399
|
-
- added
|
|
400
|
-
- removed
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
- bug-fixed
|
|
404
|
-
- bug-fixed
|
|
405
|
-
- bug-fixed
|
|
406
|
-
- bug-fixed
|
|
407
|
-
- changed
|
|
408
|
-
- added
|
|
409
|
-
- added
|
|
410
|
-
- added
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
- bug-fixed
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
- bug-fixed
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
- added
|
|
420
|
-
- added
|
|
421
|
-
- added
|
|
422
|
-
- changed
|
|
423
|
-
- changed
|
|
424
|
-
- changed
|
|
425
|
-
- changed
|
|
426
|
-
- changed
|
|
427
|
-
- bug-fixed
|
|
428
|
-
- bug-fixed
|
|
429
|
-
- bug-fixed
|
|
430
|
-
- removed
|
|
398
|
+
# 3.0.86 in PROD
|
|
399
|
+
|
|
400
|
+
# 3.0.86-rc.6
|
|
401
|
+
- **bug-fixed**: do not change showSourceInfo status if sourcePage info not exist
|
|
402
|
+
- **bug-fixed**: last_project is undefined
|
|
403
|
+
|
|
404
|
+
# 3.0.86-rc.5
|
|
405
|
+
- **added**: header-conversations-list-unassigned component
|
|
406
|
+
- **added**: toast after text is copied
|
|
407
|
+
- **added**: unassigned header to conversations-list page and joinConversation options icon
|
|
408
|
+
- **removed**: "Open" - "Close info detail" string from close/open info conversation detail
|
|
409
|
+
|
|
410
|
+
# 3.0.86-rc.4
|
|
411
|
+
- **bug-fixed**: close emoji-picker if focus is on message-text-area
|
|
412
|
+
- **bug-fixed**: removed hover background bell icon
|
|
413
|
+
- **bug-fixed**: input field not focused on click
|
|
414
|
+
- **bug-fixed**: set list-bkg-color as default background color for ion-split--pane component
|
|
415
|
+
- **changed**: create-canned-response UI
|
|
416
|
+
- **added**: sourcePage info to incoming messages
|
|
417
|
+
- **added**: copy icon to copy text to clipboard
|
|
418
|
+
- **added**: popover option to incoming messages
|
|
419
|
+
|
|
420
|
+
# 3.0.86-rc.3
|
|
421
|
+
- **bug-fixed**: cannot send message after email is queued successfully
|
|
422
|
+
|
|
423
|
+
# 3.0.86-rc.2
|
|
424
|
+
- **bug-fixed**: undefined reading 'channel' while render email icon in ion-conversation-detail component
|
|
425
|
+
|
|
426
|
+
# 3.0.86-rc.1
|
|
427
|
+
- **added**: send-email modal on Email footer option click
|
|
428
|
+
- **added**: handle window['analytics'] error
|
|
429
|
+
- **added**: send Offline message email if lead is offline and conversation is still open
|
|
430
|
+
- **changed**: info-conversation width from 300px to 320px
|
|
431
|
+
- **changed**: z-index of element when canned-list is open
|
|
432
|
+
- **changed**: chat21client.js file to 1.12.3
|
|
433
|
+
- **changed**: disable email section for direct conversations
|
|
434
|
+
- **changed**: do not reload right side bar conversation-info component
|
|
435
|
+
- **bug-fixed**: canned element is not focused on arrowDown keyboard action
|
|
436
|
+
- **bug-fixed**: if scroll over canned element, focus on text-area is missed
|
|
437
|
+
- **bug-fixed**: on text-area change, scroll conversation-detail if needed
|
|
438
|
+
- **removed**: 'Resolve' conversation button from header-conversation detail component
|
|
431
439
|
|
|
432
440
|
## 3.0.85 in PROD
|
|
433
|
-
- bug-fixed
|
|
434
|
-
- changed
|
|
435
|
-
- changed
|
|
441
|
+
- **bug-fixed**: remove focus from last edited canned
|
|
442
|
+
- **changed**: do not cache right side-bar conversation-info component
|
|
443
|
+
- **changed**: chat21client.js file to 1.12.3
|
|
436
444
|
|
|
437
445
|
## 3.0.84 in PROD
|
|
438
|
-
- bug-fixed
|
|
446
|
+
- **bug-fixed**: handle window['analytics] errors
|
|
439
447
|
|
|
440
448
|
## 3.0.83 in PROD
|
|
441
|
-
- bug-fixed
|
|
442
|
-
- bug-fixed
|
|
449
|
+
- **bug-fixed**: canned item is not visible (missing scroll position) if ArrowDown keyboard button is pressed
|
|
450
|
+
- **bug-fixed**: if ArrowUp keyboard button is pressed, text-area cursor moved left and canned not substituted correctly
|
|
443
451
|
|
|
444
452
|
## 3.0.82 in PROD
|
|
445
|
-
- bug-fixed
|
|
446
|
-
- bug-fixed
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
- bug-fixed
|
|
450
|
-
- bug-fixed
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
- bug-fixed
|
|
454
|
-
- bug-fixed
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
- bug-fixed
|
|
458
|
-
- changed
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
- changed
|
|
462
|
-
- changed
|
|
463
|
-
- changed
|
|
464
|
-
- bug-fixed
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
- changed
|
|
468
|
-
- changed
|
|
469
|
-
- changed
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
- bug-fixed
|
|
475
|
-
- changed
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
- changed
|
|
479
|
-
- bug-fixed
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
- added
|
|
483
|
-
- added
|
|
484
|
-
- added
|
|
485
|
-
- added
|
|
486
|
-
- added
|
|
487
|
-
- changed
|
|
488
|
-
- bug-fixed
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
- bug-fixed
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
- changed
|
|
495
|
-
- changed
|
|
496
|
-
- bug-fixed
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
- added
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
- bug-fixed
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
- added
|
|
506
|
-
- added
|
|
507
|
-
- added
|
|
508
|
-
- changed
|
|
509
|
-
- changed
|
|
510
|
-
- changed
|
|
511
|
-
- changed
|
|
512
|
-
- bug-fixed
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
- added
|
|
516
|
-
- changed
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
- added
|
|
520
|
-
- changed
|
|
521
|
-
- changed
|
|
522
|
-
- changed
|
|
523
|
-
- changed
|
|
524
|
-
- changed
|
|
525
|
-
- changed
|
|
526
|
-
- changed
|
|
527
|
-
- bug-fixed
|
|
453
|
+
- **bug-fixed**: do not disable textArea if is a direct archived conversation
|
|
454
|
+
- **bug-fixed**: canned item not fire click event on Firefox browser
|
|
455
|
+
|
|
456
|
+
# 3.0.82-rc.7
|
|
457
|
+
- **bug-fixed**: do not disable textArea if is a direct archived conversation
|
|
458
|
+
- **bug-fixed**: canned item not fire click event on Firefox browser
|
|
459
|
+
|
|
460
|
+
# 3.0.82-rc.6
|
|
461
|
+
- **bug-fixed**: axios is undefined in chat21Client.js
|
|
462
|
+
- **bug-fixed**: if userImage not exist in sidebar--user-detail, no info of fillColor exist
|
|
463
|
+
|
|
464
|
+
# 3.0.82-rc.3
|
|
465
|
+
- **bug-fixed**: incorrect dashboard urls in navbar
|
|
466
|
+
- **changed**: used logger in mqtt auth service
|
|
467
|
+
|
|
468
|
+
# 3.0.82-rc.2
|
|
469
|
+
- **changed**: 'force' parameter to /close post as body content
|
|
470
|
+
- **changed**: enabled MTT
|
|
471
|
+
- **changed**: position of 'LogOut' button in sidebar-user-detail component
|
|
472
|
+
- **bug-fixed**: removed scrollbar on firefox browser in conversation-list, contacts-directory pages
|
|
473
|
+
|
|
474
|
+
# 3.0.82-rc.1
|
|
475
|
+
- **changed**: forceArchive to force while calling /close API URL
|
|
476
|
+
- **changed**: chat21Client.js from 1.12.1 to 1.12.2
|
|
477
|
+
- **changed**: list conversations component with from 360px to 320px
|
|
478
|
+
|
|
479
|
+
# 3.0.81 in PROD
|
|
480
|
+
|
|
481
|
+
# 3.0.81-rc.3
|
|
482
|
+
- **bug-fixed**: if window width is less then 991px, move 'Close detail' icon to right
|
|
483
|
+
- **changed**: removed segment from index.html and loaded dynamically only if in not production
|
|
484
|
+
|
|
485
|
+
# 3.0.81-rc.2
|
|
486
|
+
- **changed**: canned loader
|
|
487
|
+
- **bug-fixed**: if search for a string that not correspond with an existing canned, was shown loader ever
|
|
488
|
+
|
|
489
|
+
# 3.0.81-rc.1
|
|
490
|
+
- **added**: remove bubble-message background if is image or iframe and no text is in message
|
|
491
|
+
- **added**: new sound if unassigned request arrive
|
|
492
|
+
- **added**: animation on hover an image
|
|
493
|
+
- **added**: parameter to /close to forse the closing of a conversation
|
|
494
|
+
- **added**: v.0.1.12.1 chatclient.js
|
|
495
|
+
- **changed**: info-message UI, image UI, frame UI
|
|
496
|
+
- **bug-fixed**: if click on canned icon, then close and clear '/' char, if click again on canned icon, '/' was not added to message text-area
|
|
497
|
+
|
|
498
|
+
# 3.0.80 in PROD
|
|
499
|
+
- **bug-fixed**: if search a canned response, after clicked it does not replaced into text-area
|
|
500
|
+
|
|
501
|
+
# 3.0.80-rc.1
|
|
502
|
+
- **changed**: moved sender_fullname inside bubble-message component
|
|
503
|
+
- **changed**: publish onConversationSelect event to stop audio after agent has clicked on it
|
|
504
|
+
- **bug-fixed**: /null loading flag_url in sidebar-user-detail
|
|
505
|
+
|
|
506
|
+
# 3.0.79 in PROD
|
|
507
|
+
- **added**: segment analytics events
|
|
508
|
+
|
|
509
|
+
# 3.0.79-rc.4
|
|
510
|
+
- **bug-fixed**: testsiteBaseUrl wrong value env property
|
|
511
|
+
|
|
512
|
+
# 3.0.79-rc.3
|
|
513
|
+
- **added**: segment analytics for SignIn-SignOut-Resolved-MsgAdded-ConvAdded
|
|
514
|
+
- **added**: navbar component if not mobile
|
|
515
|
+
- **added**: NAVBAR translations
|
|
516
|
+
- **changed**: minor improvements on UI
|
|
517
|
+
- **changed**: ion-split-pane UI if mobile
|
|
518
|
+
- **changed**: moved hover 'add canned' button from bubble-message to ion-conversation-detail component
|
|
519
|
+
- **changed**: moved addNewCanned to tiledesk service to canned-responses service
|
|
520
|
+
- **bug-fixed**: open/close detail icon not aligned correctly on click 'close'
|
|
521
|
+
|
|
522
|
+
# 3.0.79-rc.2
|
|
523
|
+
- **added**: new sound if new conversation is triggered in agent's chat
|
|
524
|
+
- **changed**: header UI of header-conversation-detail and unassigned-conversations components
|
|
525
|
+
|
|
526
|
+
# 3.0.79-rc.1
|
|
527
|
+
- **added**: LABEL_ONLINE, LABEL_OFFLINE translations
|
|
528
|
+
- **changed**: renamed ddp-header with conversations-list-header
|
|
529
|
+
- **changed**: unified control to mobile/desktop app
|
|
530
|
+
- **changed**: LABEL_AVAILABLE/NOT_AVAILABLE with LABEL_ONLINE/OFFLINE in user-presence component
|
|
531
|
+
- **changed**: icon to user-presence
|
|
532
|
+
- **changed**: UI for conversation-list, conversation-detail and info-group for desktop and mobile
|
|
533
|
+
- **changed**: renamed option-header component with header-conversations-list-archived
|
|
534
|
+
- **changed**: contacts-directory UI
|
|
535
|
+
- **bug-fixed**: if app is opened and user press width expand, move correctly the right position
|
|
528
536
|
|
|
529
537
|
## 3.0.78 in PROD
|
|
530
|
-
- bug-fixed
|
|
531
|
-
- bug-fixed
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
- bug-fixed
|
|
535
|
-
- bug-fixed
|
|
536
|
-
- bug-fixed
|
|
537
|
-
- removed
|
|
538
|
-
- changed
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
- changed
|
|
542
|
-
- changed
|
|
543
|
-
- added
|
|
544
|
-
- bug-fixed
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
- changed
|
|
548
|
-
- changed
|
|
549
|
-
- changed
|
|
550
|
-
- added
|
|
551
|
-
- bug-fixed
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
- changed
|
|
555
|
-
- changed
|
|
556
|
-
- changed
|
|
557
|
-
- changed
|
|
538
|
+
- **bug-fixed**: unassigned request not sound the if is the first at all
|
|
539
|
+
- **bug-fixed**: canned responses opens in incorrect mode
|
|
540
|
+
|
|
541
|
+
# 3.0.78-rc.4
|
|
542
|
+
- **bug-fixed**: unassigned request not sound the if is the first at all
|
|
543
|
+
- **bug-fixed**: translations missed
|
|
544
|
+
- **bug-fixed**: direct info not showed in conversation-header component
|
|
545
|
+
- **removed**: conversation-footer border top
|
|
546
|
+
- **changed**: colors to message-text-area icons and message-attachment components
|
|
547
|
+
|
|
548
|
+
# 3.0.78-rc.3
|
|
549
|
+
- **changed**: user-typing location moved from conversation-header to conversation-detail component
|
|
550
|
+
- **changed**: replace includes with startsWith for check what type of conversation is in project info conversation-list component
|
|
551
|
+
- **added**: styleMap integrations to some elements
|
|
552
|
+
- **bug-fixed**: no tooltip showed if no unserved request are present
|
|
553
|
+
|
|
554
|
+
# 3.0.78-rc.2
|
|
555
|
+
- **changed**: project item UI and tooltip msg
|
|
556
|
+
- **changed**: conversation UI in conversations list component
|
|
557
|
+
- **changed**: conversation detail header component
|
|
558
|
+
- **added**: open/close info-conversation moved from conversation-header to conversation detail component
|
|
559
|
+
- **bug-fixed**: canned responses opens in incorrect mode
|
|
560
|
+
|
|
561
|
+
# 3.0.78-rc.1
|
|
562
|
+
- **changed**: conversation-list page width increased
|
|
563
|
+
- **changed**: background changed in info-message component
|
|
564
|
+
- **changed**: project-item UI
|
|
565
|
+
- **changed**: conversation-list page UI
|
|
558
566
|
|
|
559
567
|
## 3.0.77 in PROD
|
|
560
568
|
|
|
561
|
-
|
|
562
|
-
- bug-fixed
|
|
569
|
+
# 3.0.77-rc.3
|
|
570
|
+
- **bug-fixed**: with env
|
|
563
571
|
|
|
564
|
-
|
|
565
|
-
- bug-fixed
|
|
566
|
-
- removed
|
|
572
|
+
# 3.0.77-rc.2
|
|
573
|
+
- **bug-fixed**: on ng-select focused element show blue border
|
|
574
|
+
- **removed**: unused labels and translations
|
|
567
575
|
|
|
568
|
-
|
|
569
|
-
- added
|
|
570
|
-
- changed
|
|
576
|
+
# 3.0.77-rc.1
|
|
577
|
+
- **added**: new sidebar-user-details and sidebar components
|
|
578
|
+
- **changed**: updateCurrentUserAvailability body http request to manage Inactive state
|
|
571
579
|
- removed label 'LABEL_ACTIVE_NOW'
|
|
572
580
|
|
|
573
581
|
## 3.0.76 in PROD
|
|
574
582
|
|
|
575
|
-
|
|
576
|
-
- bug-fixed
|
|
577
|
-
- bug-fixed
|
|
578
|
-
- added
|
|
583
|
+
# 3.0.76-rc.4
|
|
584
|
+
- **bug-fixed**: if canned component is opened and press twice the canned icon, canned-component not opens
|
|
585
|
+
- **bug-fixed**: bot images not resized
|
|
586
|
+
- **added**: caching of canned responses per project
|
|
579
587
|
- aded: loader in canned-component
|
|
580
588
|
|
|
581
|
-
|
|
582
|
-
- bug-fixed
|
|
583
|
-
- added
|
|
584
|
-
- removed
|
|
589
|
+
# 3.0.76-rc.3
|
|
590
|
+
- **bug-fixed**: image-preview when agent click on image, don't fit the screen size
|
|
591
|
+
- **added**: network-connection component to manage no connections
|
|
592
|
+
- **removed**: no connection item in conversation-list page
|
|
585
593
|
|
|
586
|
-
|
|
587
|
-
- added
|
|
588
|
-
- bug-fixed
|
|
589
|
-
- bug-fixed
|
|
594
|
+
# 3.0.76-rc.2
|
|
595
|
+
- **added**: canned component to manage canned responses
|
|
596
|
+
- **bug-fixed**: if more than oe '/' is present in message-text-area and a canned is selected, replace canned text on the last '/' character in the message string
|
|
597
|
+
- **bug-fixed**: close canned component if user click again on canned-icon-button
|
|
590
598
|
|
|
591
|
-
|
|
592
|
-
- changed
|
|
593
|
-
- added
|
|
594
|
-
- added
|
|
595
|
-
- added
|
|
596
|
-
- added
|
|
597
|
-
- removed
|
|
599
|
+
# 3.0.76-rc.1
|
|
600
|
+
- **changed**: senderFullName in list conversation for guest users with guest#uuid[0..5]
|
|
601
|
+
- **added**: multi-language to MEMBER_LEFT_GROUP and LEAD_UPDATED info messages
|
|
602
|
+
- **added**: onElementRendered event to image/frame/mesagge-attachment to scroll content after element is rendered
|
|
603
|
+
- **added**: enabled possibility to edit or delete a canned response created by yourself
|
|
604
|
+
- **added**: disable footer component of an archived conversation if it's been more than 10 days
|
|
605
|
+
- **removed**: scrollBar from conversation-detail page
|
|
598
606
|
|
|
599
607
|
## 3.0.75 in PROD
|
|
600
608
|
|
|
601
|
-
|
|
602
|
-
- bug-fixed
|
|
609
|
+
# 3.0.75-rc.2
|
|
610
|
+
- **bug-fixed**: unserved request count not updated correctly after a request is assigned
|
|
603
611
|
|
|
604
|
-
|
|
605
|
-
- added
|
|
612
|
+
# 3.0.75-rc.1
|
|
613
|
+
- **added**: handled ESC keyboard button to dismiss image preview component
|
|
606
614
|
|
|
607
|
-
|
|
615
|
+
# 3.0.74 in PROD
|
|
608
616
|
|
|
609
|
-
|
|
610
|
-
- changed
|
|
611
|
-
- bug-fixed
|
|
617
|
+
# 3.0.74-rc.1
|
|
618
|
+
- **changed**: dashboardUrl in env from absolute to relative http url
|
|
619
|
+
- **bug-fixed**: not get projectId if is direct covnersation
|
|
612
620
|
|
|
613
|
-
|
|
621
|
+
# 3.0.73 in PROD
|
|
614
622
|
|
|
615
|
-
|
|
616
|
-
- bug-fixed
|
|
617
|
-
- removed
|
|
623
|
+
# 3.0.73-rc.1
|
|
624
|
+
- **bug-fixed**: topic.split is not a function while a conversation is closed by an agent in MQTT-conversations-handler.service
|
|
625
|
+
- **removed**: user id from contact-directory component
|
|
618
626
|
|
|
619
|
-
|
|
627
|
+
# 3.0.72 in PROD
|
|
620
628
|
|
|
621
|
-
|
|
622
|
-
- added
|
|
629
|
+
# 3.0.72-rc.1
|
|
630
|
+
- **added**: user presence on contact-directory component
|
|
623
631
|
|
|
624
|
-
|
|
632
|
+
# 3.0.71 in PROD
|
|
625
633
|
|
|
626
|
-
|
|
627
|
-
- changed
|
|
628
|
-
- added
|
|
629
|
-
- added
|
|
630
|
-
- removed
|
|
634
|
+
# 3.0.71-rc.1
|
|
635
|
+
- **changed**: native downloadURL on new file uploaded
|
|
636
|
+
- **added**: update lead info in conversation-detail and conversation-header when agent updates
|
|
637
|
+
- **added**: private message UI when agent receive a private message from other agents
|
|
638
|
+
- **removed**: scroll-bar from conversation-list page
|
|
631
639
|
|
|
632
|
-
|
|
640
|
+
# 3.0.70 in PROD
|
|
633
641
|
|
|
634
|
-
|
|
635
|
-
- added
|
|
636
|
-
- added
|
|
642
|
+
# 3.0.70-rc.2
|
|
643
|
+
- **added**: cache control max-age
|
|
644
|
+
- **added**: tooltip on info message in conversation-detail page
|
|
637
645
|
|
|
638
|
-
|
|
639
|
-
- changed
|
|
640
|
-
- added
|
|
641
|
-
- added
|
|
642
|
-
- added
|
|
646
|
+
# 3.0.70-rc.1
|
|
647
|
+
- **changed**: README and LICENSE files
|
|
648
|
+
- **added**: cached conversations from storage in FirebaseConversationsHandlerService
|
|
649
|
+
- **added**: replase stored conversations after 10s of remote 'once' call
|
|
650
|
+
- **added**: icon and splash resources for mobile
|
|
643
651
|
|
|
644
|
-
|
|
652
|
+
# 3.0.69 in PROD
|
|
645
653
|
|
|
646
|
-
|
|
647
|
-
- changed
|
|
654
|
+
# 3.0.69-rc1
|
|
655
|
+
- **changed**: restored lookup behaviour for old conversations with 3 segment and without project id inside it
|
|
648
656
|
|
|
649
|
-
|
|
657
|
+
# 3.0.68 in PROD
|
|
650
658
|
|
|
651
|
-
|
|
652
|
-
- bug-fixed
|
|
659
|
+
# 3.0.68-rc3
|
|
660
|
+
- **bug-fixed**: not sound with unservedRequest if WebSocket restart again (every 3/5min)
|
|
653
661
|
|
|
654
|
-
|
|
655
|
-
- bug-fixed
|
|
662
|
+
# 3.0.68-rc2
|
|
663
|
+
- **bug-fixed**: removed lookup API call for old requests
|
|
656
664
|
|
|
657
|
-
|
|
658
|
-
- bug-fixed
|
|
659
|
-
- changed
|
|
660
|
-
- added
|
|
661
|
-
- removed
|
|
665
|
+
# 3.0.68-rc1
|
|
666
|
+
- **bug-fixed**: not sound if conversation.is_new changed from true to false in conversationChange BS
|
|
667
|
+
- **changed**: if message contains only 1 emoji remove bubble message background and increase font-size
|
|
668
|
+
- **added**: new languages az, sv, kk, uz
|
|
669
|
+
- **removed**: control in info-content component for old project id with 32 characters
|
|
662
670
|
|
|
663
|
-
|
|
664
|
-
- added
|
|
665
|
-
- added
|
|
671
|
+
# 3.0.67 in PROD
|
|
672
|
+
- **added**: control to 'foregroundCount' when tab is hidden/visible
|
|
673
|
+
- **added**: sound control on/off to new conversations and conversations changed
|
|
666
674
|
|
|
667
|
-
|
|
668
|
-
- added
|
|
669
|
-
- added
|
|
675
|
+
# 3.0.66 in PROD
|
|
676
|
+
- **added**: control to 'foregroundCount' locale storage variable from dashboard
|
|
677
|
+
- **added**: uk translations
|
|
670
678
|
|
|
671
|
-
|
|
672
|
-
- bug-fixed
|
|
673
|
-
- bug-fixed
|
|
674
|
-
- bug-fixed
|
|
675
|
-
- bug-fixed
|
|
676
|
-
- bug-fixed
|
|
677
|
-
- added
|
|
678
|
-
- changed
|
|
679
|
+
# 3.0.65 in PROD
|
|
680
|
+
- **bug-fixed**: icons in sidebar were not alignet correctly on Safari
|
|
681
|
+
- **bug-fixed**: missing translations on sidebar-detail component and login-modal page on start when user logged in for the first time
|
|
682
|
+
- **bug-fixed**: some icons not showed in side-bar user detail component: replaced material-design-icons with material-icons
|
|
683
|
+
- **bug-fixed**: if removed conversation.uid is the selected ones, change url from /active to /archived with navigateByUrl after archivedConversation is completed
|
|
684
|
+
- **bug-fixed**: truncate sender_fullname in conversation-list and conversation-detail header components
|
|
685
|
+
- **added**: arabic translations language
|
|
686
|
+
- **changed**: behaviour of is_new of a conversation (not update 'is_new' conversation property if conv is the selected one or if sender is me)
|
|
679
687
|
|
|
680
|
-
|
|
681
|
-
- changed
|
|
682
|
-
- bug-fixed
|
|
683
|
-
- bug-fixed
|
|
688
|
+
# 3.0.65-rc3 - LATEST
|
|
689
|
+
- **changed**: retrive conversations with 'onces' firebase event and remove lastTimestamp from added, changed and removed fireabase subscriptions event
|
|
690
|
+
- **bug-fixed**: conversation not archived due to conversation_removed unhandled event
|
|
691
|
+
- **bug-fixed**: if removed conversation.uid is the selected ones, change url from /active to /archived with navigateByUrl after archivedConversation is completed
|
|
684
692
|
|
|
685
693
|
|
|
686
|
-
|
|
687
|
-
- changed
|
|
694
|
+
# 3.0.65-rc2 - LATEST
|
|
695
|
+
- **changed**: behaviour of is_new of a conversation (not update 'is_new' conversation property if conv is the selected one or if sender is me)
|
|
688
696
|
|
|
689
|
-
|
|
690
|
-
- added
|
|
691
|
-
- added
|
|
692
|
-
- added
|
|
693
|
-
- bug-fixed
|
|
694
|
-
- bug-fixed
|
|
695
|
-
- bug-fixed
|
|
697
|
+
# 3.0.65-rc1 - LATEST
|
|
698
|
+
- **added**: improves chat performance by caching conversations
|
|
699
|
+
- **added**: Displays balloon messages with a light orange background for "internal notes" type message
|
|
700
|
+
- **added**: the html component
|
|
701
|
+
- **bug-fixed**: if archive conversation and do a refresh, url not change from active to archived
|
|
702
|
+
- **bug-fixed**: truncate sender_fullname in conversation-list and conversation-detail header components
|
|
703
|
+
- **bug-fixed**: on conversation removed, update local conversations on storage
|
|
696
704
|
|
|
697
|
-
|
|
705
|
+
# 3.0.64 IN PROD
|
|
698
706
|
- Fixes the bug: in the conversation list, for the direct convesations, the name of the requester changes according to the order of arrival of the conversations
|
|
699
707
|
|
|
700
|
-
|
|
708
|
+
# 3.0.64-rc1
|
|
701
709
|
- Fixes the bug: in the conversation list, for the direct convesations, the name of the requester changes according to the order of arrival of the conversations
|
|
702
710
|
- Displays balloon messages with a light orange background for "internal notes" type message
|
|
703
711
|
- Adds the html component
|
|
704
712
|
- Improves chat performance by caching conversations
|
|
705
713
|
|
|
706
|
-
|
|
714
|
+
# 3.0.63
|
|
707
715
|
- Deploys in production
|
|
708
716
|
|
|
709
|
-
|
|
717
|
+
# 3.0.62.4-rc2
|
|
710
718
|
- Fixed bug: in the modal window showing the image preview before download, the image name is missing
|
|
711
719
|
- Add the ability to display the app sidebar in "wide mode"
|
|
712
720
|
- Displays balloon messages with a light orange background for "internal notes" type message
|
|
713
721
|
- Updates the regex that detects if the message contains only one or more emojis
|
|
714
722
|
|
|
715
|
-
|
|
723
|
+
# 3.0.62.4-rc1
|
|
716
724
|
- Fixes the bug: when the user profile is updated in the dashboard it is not updated in the chat
|
|
717
725
|
- Fixes the bug: when is sent a message with only emojis, some emojis have the chat balloon background
|
|
718
726
|
- Fixes the bug: in the conversation detail header the requester's avatar does not update after the same has filled in the pre-chat form requested by the bot
|
|
@@ -721,72 +729,72 @@
|
|
|
721
729
|
- Fixes the bug: the selected conversation is undefined
|
|
722
730
|
- Fixes the bug: in the conversation list, for the support convesations, the name of the requester changes according to the order of arrival of the conversations
|
|
723
731
|
|
|
724
|
-
|
|
732
|
+
# 3.0.62.3
|
|
725
733
|
- Fixes the bug: the method setTyping fired twice after that a message is sent
|
|
726
734
|
- Other minor improvements
|
|
727
735
|
|
|
728
|
-
|
|
736
|
+
# 3.0.62.2
|
|
729
737
|
- Fixed bug: if the teammate has the role of agent when switching from the dashboard to the chat and vice versa, the icons that only owners and admins have access to are displayed briefly in the left sidebar
|
|
730
738
|
- Adds the "Edit Profile" button and a link to the help center in the teammate details drawer
|
|
731
739
|
|
|
732
|
-
|
|
740
|
+
# 3.0.62.1
|
|
733
741
|
- Allows agents to use the "Monitor" page
|
|
734
742
|
|
|
735
|
-
|
|
743
|
+
# 3.0.62
|
|
736
744
|
- Deploys in production
|
|
737
745
|
|
|
738
|
-
|
|
746
|
+
# 3.0.62-rc2
|
|
739
747
|
- Fixed bug: in the teammate drawer if the full name is too long it overlaps the email
|
|
740
748
|
- Fixed bug: in the teammate drawer if the email is too long it exceeds the width of the drawer
|
|
741
749
|
|
|
742
|
-
|
|
750
|
+
# 3.0.62-rc1
|
|
743
751
|
- Change the URL of the environment variable "dashboardUrl" from absolute to relative
|
|
744
752
|
|
|
745
|
-
|
|
753
|
+
# 3.0.61
|
|
746
754
|
- Deploys in production
|
|
747
755
|
|
|
748
|
-
|
|
756
|
+
# 3.0.61-rc26
|
|
749
757
|
- Fixes the bug: the conversation detail is not opened if the URL contains round brackets
|
|
750
758
|
|
|
751
|
-
|
|
759
|
+
# 3.0.61-rc25
|
|
752
760
|
- Handles the case that in the storage the value of the "last_project" key is undefined
|
|
753
761
|
|
|
754
|
-
|
|
762
|
+
# 3.0.61-rc24
|
|
755
763
|
- Handles the "writeToButton" and the 'archivedButton' environment variables if are returned as a string
|
|
756
764
|
- Adds the "authPersistence" key in the chat-config-template.json, chat-config.json and env.sample files
|
|
757
765
|
|
|
758
|
-
|
|
766
|
+
# 3.0.61-rc23
|
|
759
767
|
- Handles the "supportMode" environment variable if returned as a string (fixes the Docker image bugs: part of the conversation details go under the sidebar in mobile mode, the "add message as canned response" button is not displayed)
|
|
760
768
|
- Fixes the position of the emoji selection window pop up when the canned responses button is not visible
|
|
761
769
|
|
|
762
|
-
|
|
770
|
+
# 3.0.61-rc22
|
|
763
771
|
- Minor improvements
|
|
764
772
|
|
|
765
|
-
|
|
773
|
+
# 3.0.61-rc21
|
|
766
774
|
- Removes cordova-plugin-device
|
|
767
775
|
|
|
768
|
-
|
|
776
|
+
# 3.0.61-rc20
|
|
769
777
|
- Updates dependencies
|
|
770
778
|
|
|
771
|
-
|
|
779
|
+
# 3.0.61-rc19
|
|
772
780
|
- Merge branch 'features/new-sidebar'
|
|
773
781
|
|
|
774
|
-
|
|
782
|
+
# 3.0.61-rc18
|
|
775
783
|
- Fix bugs: in the teammate settings drawer the logout button area is too large
|
|
776
784
|
- Fixed the bug: in the detail of the conversation the button messages are not aligned with the other messages
|
|
777
785
|
|
|
778
|
-
|
|
786
|
+
# 3.0.61-rc16
|
|
779
787
|
- Does not allow teammates with agent role to access the "settings sidebar"
|
|
780
788
|
|
|
781
|
-
|
|
789
|
+
# 3.0.61-rc15
|
|
782
790
|
- Increase the size of the emoji and remove the background color when it is sent or received without text
|
|
783
791
|
- Adds the ability to open sidebar menu items in a new tab by combining left mouse button + CMD keyboard key
|
|
784
792
|
|
|
785
|
-
|
|
793
|
+
# 3.0.61-rc14
|
|
786
794
|
- Fixes the bug: the page to which the sidebar Settings menu item redirects is not correct for team members with agent role
|
|
787
795
|
- Fixes the bug: right clicking on the sidebar menu items doesn't show the context menu
|
|
788
796
|
|
|
789
|
-
|
|
797
|
+
# 3.0.61-rc12
|
|
790
798
|
- Improves the alignment of left sidebar menu item icons
|
|
791
799
|
- Adds the ability to add a message as a canned response
|
|
792
800
|
- Hides the "Open canned responses" button if the "supportMode" environment variable is set to false
|
|
@@ -800,29 +808,29 @@
|
|
|
800
808
|
- Adds the chat version number to the teammate details drawer
|
|
801
809
|
- Makes the right sidebar "Settings" menu item visible to teammates with agent role
|
|
802
810
|
|
|
803
|
-
|
|
811
|
+
# 3.0.61-rc11
|
|
804
812
|
- Fixed the bug: the "Resolve" button is displayed in the header of the details of the archived conversations
|
|
805
813
|
- Fixed the bug: in the header of the conversation detail the "Resolve" button remains active even after resolving the conversation
|
|
806
814
|
- Adds the ability to create a ticket
|
|
807
815
|
- Adds tooltips to the buttons available in the header of the conversation list
|
|
808
816
|
- Change the text of the "Conversations" menu item in the left sidebar to "Monitor"
|
|
809
817
|
|
|
810
|
-
|
|
818
|
+
# 3.0.61-rc10
|
|
811
819
|
- Fixes the bug: the Analytics icon of the left sidebar is not displayed
|
|
812
820
|
|
|
813
|
-
|
|
821
|
+
# 3.0.61-rc9
|
|
814
822
|
- Fixes the bug: the Apps icon of the left sidebar is not displayed
|
|
815
823
|
|
|
816
|
-
|
|
824
|
+
# 3.0.61-rc8
|
|
817
825
|
- Changes the icon of the "Conversations" menu item to the left sidebar
|
|
818
826
|
- Adds Serbian language
|
|
819
827
|
|
|
820
|
-
|
|
828
|
+
# 3.0.61-rc7
|
|
821
829
|
- Fixes the bug: while loading the app, the conversation list changes size and becomes wider
|
|
822
830
|
- Changes the style of the left sidebar
|
|
823
831
|
- Display in the "user data drawer" an avatar constructed with the initials of the logged in teammate if his profile picture is not available
|
|
824
832
|
|
|
825
|
-
|
|
833
|
+
# 3.0.61-rc6
|
|
826
834
|
- Enhances the style of the sidebar tooltips
|
|
827
835
|
- Fixed bug: for direct conversations opening the "info sidebar" by clicking on the teammate avatar available in the conversation detail header does not work correctly
|
|
828
836
|
- Fixes the bug: not all chat strings are translated into the browser language or into the selected language
|
|
@@ -832,7 +840,7 @@
|
|
|
832
840
|
- Adds, when an image is pasted in the "send message" text area, the text of the text area as a caption of the image preview modal window
|
|
833
841
|
- Adds, when an image is uploaded, the text of the "send message" text area as a caption of the image preview modal window
|
|
834
842
|
|
|
835
|
-
|
|
843
|
+
# 3.0.61-rc5
|
|
836
844
|
- Fixes the bug: on mobile devices the chat content is shifted to the right
|
|
837
845
|
- Adds the ability to open and close the "user detail sidebar" by clicking on the avatar of the logged teammate present on the sidebar
|
|
838
846
|
- Fixes the bug: canned responses remain visible even if, after making a filter, the backslash is deleted
|
|
@@ -841,18 +849,18 @@
|
|
|
841
849
|
- Improves custom scrollbar displayed in the sidebar and in user detail sidebar
|
|
842
850
|
- Adds custom scrollbars to the conversation list and to the conversation detail
|
|
843
851
|
|
|
844
|
-
|
|
852
|
+
# 3.0.61-rc4
|
|
845
853
|
- Hides the item showing unassigned conversations in the list of archived conversations
|
|
846
854
|
- Adds in the list of conversations to the "archive" button the tooltip "Resolve" if the conversation is of type "support" and the tooltip "Archive" if the conversation is of type "direct" or "group"
|
|
847
855
|
- Changes all occurrences of the "teammatesButton" environment variable to "writeToButton"
|
|
848
856
|
- Fixes the bug: if the sidebar is visible and the window width is less than 768px, the content of the conversation detail is not completely visible
|
|
849
857
|
- Moves for conversations of type "support" the "Resolve conversation" button from the dropdown menu to the header of the conversation detail
|
|
850
858
|
|
|
851
|
-
|
|
859
|
+
# 3.0.61-rc3
|
|
852
860
|
- Replaces console.log with custom loggers
|
|
853
861
|
- Fixes the bug: the info support sidebar is no more displayed
|
|
854
862
|
|
|
855
|
-
|
|
863
|
+
# 3.0.61-rc2
|
|
856
864
|
- Fixes the bug: Profile picture in the sidebar does not update when logged in with another user after logging out
|
|
857
865
|
- Bug Fix: in the "info-profile" page avoid the "uid of undefined" error
|
|
858
866
|
- Adds the "user details" sidebar
|
|
@@ -872,147 +880,147 @@
|
|
|
872
880
|
- Adds the "teammatesButton" and the "archivedButton" variables to the "chat-config-template.json" file and to "the chat-config.json" file
|
|
873
881
|
- Updates the section "Configuration" of the "README.md" file with the new variables "teammatesButton" and the "archivedButton"
|
|
874
882
|
|
|
875
|
-
|
|
883
|
+
# 3.0.61-rc1
|
|
876
884
|
- Adds a sidebar that allows navigation to the dashboard
|
|
877
885
|
|
|
878
|
-
|
|
886
|
+
# 3.0.60
|
|
879
887
|
- Deploys in production
|
|
880
888
|
|
|
881
|
-
|
|
889
|
+
# 3.0.60-rc9
|
|
882
890
|
- Adds the message "All conversations served" in the conversation details section that appears when there are no active conversations
|
|
883
891
|
- Fixes the bug: in the item that displays the number of unassigned conversations the button "fix a project" does not go to the right in mobile mode
|
|
884
892
|
|
|
885
|
-
|
|
893
|
+
# 3.0.60-rc8
|
|
886
894
|
- Fixes the bug: "info" messages sent by "SYSTEM" are not translated
|
|
887
895
|
- Adds the Portuguese language
|
|
888
896
|
- Adds the French language
|
|
889
897
|
- Adds the Russian language
|
|
890
898
|
- Adds the Turkish language
|
|
891
899
|
|
|
892
|
-
|
|
900
|
+
# 3.0.60-rc7
|
|
893
901
|
- Adds German language
|
|
894
902
|
- Adds a method that translates chat texts based on the language of the browser settings if no preferred language is selected in the dashboard or based on the preferred language (ignoring the browser language)
|
|
895
903
|
- Manages the language used for translations from the "moment" library based on the language of the browser settings if no preferred language has been selected in the dashboard or on the preferred language selected (ignoring the browser language)
|
|
896
904
|
- Adds the ability to manage the visibility of canned responses in env.sample, chat-config-tempalte.json and chat-config.json
|
|
897
905
|
- Fixes the bug: in the 'item' that displays the pinned project and the number of the not assigned conversions the tooltip is not correctly displayed
|
|
898
906
|
|
|
899
|
-
|
|
907
|
+
# 3.0.60-rc6
|
|
900
908
|
- Fixes the bug: push notifications are initialized even if the "pushEngine" configuration variable is set to "none"
|
|
901
909
|
- Adds spanish language
|
|
902
910
|
|
|
903
|
-
|
|
911
|
+
# 3.0.60-rc5
|
|
904
912
|
- Change the icon and link of the "pin button" in the item at the top of the conversation list (now opens the list of projects and not the list of new conversations)
|
|
905
913
|
- Add a tooltip on the switch button to change the available/unavailable status
|
|
906
914
|
- Adds a link to the to the new conversations at the icon that display the number of new conversations
|
|
907
915
|
|
|
908
|
-
|
|
916
|
+
# 3.0.60-rc4
|
|
909
917
|
- Translates the canned response displayed when there are not canned responses
|
|
910
918
|
|
|
911
|
-
|
|
919
|
+
# 3.0.60-rc3
|
|
912
920
|
- Enhances the item at the top of the conversation list that displays the number of new conversations of a selected project
|
|
913
921
|
- Fixes the bug: the loading spinner is sometimes not displayed when loading the list of unassigned conversations
|
|
914
922
|
- Displays as canned response "Test" when no canned responses are available
|
|
915
923
|
- Adds the cursor to the "Send message" textarea after the "Canned responses" button has been clicked
|
|
916
924
|
|
|
917
|
-
|
|
925
|
+
# 3.0.60-rc2
|
|
918
926
|
- Fixes the bug: in AppConfigProvider the "wsUrl" is incorrect (window.location.port is missing)
|
|
919
927
|
|
|
920
|
-
|
|
928
|
+
# 3.0.60-rc1
|
|
921
929
|
- Adds the ability to view canned responses by clicking on the button with the "flash" icon located to the left of the "Enter a message" text area
|
|
922
930
|
|
|
923
|
-
|
|
931
|
+
# 3.0.59.2
|
|
924
932
|
- Fixes the bug: when the agent refreshes the chat page and the chat is in mobile mode, the badge with the number of unassigned conversations does not work
|
|
925
933
|
|
|
926
|
-
|
|
934
|
+
# 3.0.59.1
|
|
927
935
|
- Fixes the bug: "Unable to read uid of undefined" error occurs when agent logs out
|
|
928
936
|
- Fixes the bug: When the agent logs into the chat and the chat is in mobile mode, no conversations are displayed
|
|
929
937
|
- Fixes the bug: the websocket is initialized even if the supportMode property is set to false
|
|
930
938
|
- Fixes the bug: when the agent refreshes the chat page and the chat is in mobile mode, the badge with the number of unassigned conversations does not work
|
|
931
939
|
|
|
932
|
-
|
|
940
|
+
# 3.0.59
|
|
933
941
|
- Deploys in production
|
|
934
942
|
|
|
935
|
-
|
|
943
|
+
# 3.0.59-rc23
|
|
936
944
|
- Fixes the bug: the badge indicating the number of unassigned conversations does not update correctly when the project is changed
|
|
937
945
|
- Changes the code that prevent the chat from opening in a new browser tab if the chat tab is already open
|
|
938
946
|
- Publish conversations returned by subscription to websocket conversations > "on data" callback
|
|
939
947
|
|
|
940
|
-
|
|
948
|
+
# 3.0.59-rc22
|
|
941
949
|
- Minor improvements
|
|
942
950
|
|
|
943
|
-
|
|
951
|
+
# 3.0.59-rc21
|
|
944
952
|
- chat21client.js -> v0.1.9
|
|
945
953
|
|
|
946
|
-
|
|
954
|
+
# 3.0.59-rc20
|
|
947
955
|
- Improves the transition from "mobile" to "desktop" mode and vice versa by not reloading the app
|
|
948
956
|
|
|
949
|
-
|
|
957
|
+
# 3.0.59-rc19
|
|
950
958
|
- Fixes the bug: when the chat is in "mobile" mode and from the dashboard the agent clicks on "Open chat" for a specific conversation the "back" button of the chat does not return to the list of conversations
|
|
951
959
|
- Fixes the bug: when the chat is in "mobile" mode and from the dashboard the agent clicks on "Open chat" for a specific conversation the chat does not display the details of the conversation
|
|
952
960
|
|
|
953
|
-
|
|
961
|
+
# 3.0.59-rc18
|
|
954
962
|
- Improves the "app-config" service
|
|
955
963
|
|
|
956
|
-
|
|
964
|
+
# 3.0.59-rc16
|
|
957
965
|
- Changes in config.xml the value of the "SplashScreen"
|
|
958
966
|
- Improves the method to avoid page reloading when an agent clicks the "Open Chat" button of the dashboard on the realtime and non-real time conversation list page and on the conversation detail page
|
|
959
967
|
- Modifies the "app-config" service by adding the ability to pass relative URLs to the websocket
|
|
960
968
|
- Adds "wsUrlRel" property to env.sample, chat-config-template.json and chat-config.json
|
|
961
969
|
- Adds a check in the "websocket-js.ts" service on the existence of the "ws" property of the "WebSocketJs" class before accessing the property "readyState"
|
|
962
970
|
|
|
963
|
-
|
|
971
|
+
# 3.0.59-rc15
|
|
964
972
|
- Implements a method in app.components that counts and stores the number of open Chat tabs
|
|
965
973
|
- Implements a method on the conversation list page that prevents a new chat tab from opening when the agent clicks "Open Chat" from the dashboard
|
|
966
974
|
|
|
967
|
-
|
|
975
|
+
# 3.0.59-rc14
|
|
968
976
|
- Fixes the bug: the sound that warns that a new conversation has been received does not work
|
|
969
977
|
|
|
970
|
-
|
|
978
|
+
# 3.0.59-rc12
|
|
971
979
|
- Fixes the bug: Cannot read properties of undefined (reading 'get') when "translationMap" in not yet defined
|
|
972
980
|
- Fixes the bug: when the log out is performed, the item with the number of new conversations remains visible in the left side panel of the conversations list
|
|
973
981
|
|
|
974
|
-
|
|
982
|
+
# 3.0.59-rc11
|
|
975
983
|
- Fixed bug: the item in the left side panel showing the number of new conversations is not displayed if there are no conversations
|
|
976
984
|
- Removes the "last_project" object and the "contacts" object on logout from local storage
|
|
977
985
|
|
|
978
|
-
|
|
986
|
+
# 3.0.59-rc10
|
|
979
987
|
- Changes in config.xml the site URL of the author
|
|
980
988
|
- Changes the splash screen images
|
|
981
989
|
- Adds the "browser" platform configuration in config.xml
|
|
982
990
|
- Initialize in app.module.ts firebase to handle push notifications if chatEngine is "mqtt"
|
|
983
991
|
|
|
984
|
-
|
|
992
|
+
# 3.0.59-rc9
|
|
985
993
|
- Changes in the archived conversations the date format if the browser language is English
|
|
986
994
|
- Displays the button to open the contact list for direct conversations and the entry at the top of the conversation list showing the number of unassigned conversations for a selected project if the "supportMode" configuration property is set to true
|
|
987
995
|
- Adds a style rule on the unassigned conversations page that changes the background of the "ion-content" if the project list is displayed in the iframe
|
|
988
996
|
- Adds "supportMode" property to env.sample, chat-config-template.json and chat-config.json
|
|
989
997
|
|
|
990
|
-
|
|
998
|
+
# 3.0.59-rc8
|
|
991
999
|
- Changes the title of the modal window showing unassigned conversations from "Unassigned Conversations" to "New Conversations"
|
|
992
1000
|
- Fixes the bug: if the "chatEngine" property value is set to "mqtt" the login modal window does not disappear even if the agent is logged in
|
|
993
1001
|
- Fixed the value of the configuration property "dashboardUrl"
|
|
994
1002
|
|
|
995
|
-
|
|
1003
|
+
# 3.0.59-rc7
|
|
996
1004
|
- Fixes the bug "Cannot read properties of undefined (reading 'get')" in component template showing the number of new conversations
|
|
997
1005
|
- Fixes the bug: the value of the "supportMode" property is passed hard-coded
|
|
998
1006
|
|
|
999
|
-
|
|
1007
|
+
# 3.0.59-rc6
|
|
1000
1008
|
- Outsources the websocket URL to environments
|
|
1001
1009
|
- Improves the graphic of the element, positioned at the top of the conversation list, which displays the number of new conversations
|
|
1002
1010
|
- Adds "wsUrl" property to env.sample, chat-config-template.json and chat-config.json
|
|
1003
1011
|
- Updates environments with "wsUrl" property
|
|
1004
1012
|
|
|
1005
|
-
|
|
1013
|
+
# 3.0.59-rc5
|
|
1006
1014
|
- Display a "toast message" of success after that the agent has joined to an unassigned conversation and other minor improvements
|
|
1007
1015
|
|
|
1008
|
-
|
|
1016
|
+
# 3.0.59-rc4
|
|
1009
1017
|
- Adds an item to the top of the conversation list that shows the number of unassigned conversations for a selected project
|
|
1010
1018
|
- Adds the ability, by clicking on the element that displays the number of unassigned conversations, to view the unassigned conversations and to join to them or archive them
|
|
1011
1019
|
|
|
1012
|
-
|
|
1020
|
+
# 3.0.59-rc3
|
|
1013
1021
|
- Improves the method that allows to chain multiple canned responses
|
|
1014
1022
|
|
|
1015
|
-
|
|
1023
|
+
# 3.0.59-rc2
|
|
1016
1024
|
- Fixes the bug: on small windows, images and iframes are not the same size as the bubble message that contains them
|
|
1017
1025
|
- Adds in the "bubble-message" component a check if the metadata is an object before calling the getMetadataSize() method
|
|
1018
1026
|
- Hides the "canned responses" if there are whitespace after the forward slash "/" or if there are no whitespace before the forward slash "/"
|
|
@@ -1021,7 +1029,7 @@
|
|
|
1021
1029
|
- Fixes the position of the "archive" button when the app runs on mobile devices
|
|
1022
1030
|
- Updates Android splash screen .png image
|
|
1023
1031
|
|
|
1024
|
-
|
|
1032
|
+
# 3.0.59-rc1
|
|
1025
1033
|
- Fixes the bug: the "send message" button remains in the "disabled" state even if it is active
|
|
1026
1034
|
- Changes the format of the date displayed in the message tooltips
|
|
1027
1035
|
- Fixes the bug: the sender's avatar is not always displayed in the messages header
|
|
@@ -1029,65 +1037,65 @@
|
|
|
1029
1037
|
- Fixes the bug: in the avatar-profile component the properties 'avatarUrl', 'color' and 'avatar' are private and accessible only within the class
|
|
1030
1038
|
- Fixes the bug: on ios platforms the back button in the conversation details header overlaps the avatar
|
|
1031
1039
|
|
|
1032
|
-
|
|
1040
|
+
# 3.0.58.1
|
|
1033
1041
|
- Fix the bug: if the "chatEngine" property value is set to "mqtt "the login modal window does not disappear even if the agent is logged in
|
|
1034
1042
|
|
|
1035
|
-
|
|
1043
|
+
# 3.0.58
|
|
1036
1044
|
- Changes the logic with which the 'online' / 'offline' event is published (done before by the onAuthStateChanged() method)
|
|
1037
1045
|
- Removes the setTimeout set for displaying the login window
|
|
1038
1046
|
- Executes the "goOffline" method without checking whether the token exists in memory or not
|
|
1039
1047
|
|
|
1040
|
-
|
|
1048
|
+
# 3.0.57
|
|
1041
1049
|
- Review of the "login" code
|
|
1042
1050
|
|
|
1043
|
-
|
|
1051
|
+
# 3.0.56
|
|
1044
1052
|
- Improves the auto-login method
|
|
1045
1053
|
|
|
1046
|
-
|
|
1054
|
+
# 3.0.55
|
|
1047
1055
|
- Distributed release in production
|
|
1048
1056
|
|
|
1049
|
-
|
|
1057
|
+
# 3.0.55-rc26
|
|
1050
1058
|
- Fixes the bug: the iframe is not displayed
|
|
1051
1059
|
- Fits the image caption to the width of the image
|
|
1052
1060
|
|
|
1053
|
-
|
|
1061
|
+
# 3.0.55-rc25
|
|
1054
1062
|
- Changes the method to get the JWT from the URL query string and the way to run the auto login
|
|
1055
1063
|
|
|
1056
|
-
|
|
1064
|
+
# 3.0.55-rc24
|
|
1057
1065
|
- Improves the auto-login method
|
|
1058
1066
|
|
|
1059
|
-
|
|
1067
|
+
# 3.0.55-RC23
|
|
1060
1068
|
- Fixes the bug: missing contact information in the header when selecting a "Direct" conversation
|
|
1061
1069
|
- Fixes the bug: by clicking on an archived chat the avatar displayed in the header does not correspond to the one displayed in the conversation list and in the right side panel "conversation info"
|
|
1062
1070
|
- Fixes the bug: sometimes auto login with JWT passed in URL as query string doesn't work
|
|
1063
1071
|
- Improves the "send message" textarea graphics
|
|
1064
1072
|
- Adds the ability to insert a new line after the current position in the message text area by pressing the key combinations "ALT + ENTER", "CTRL + ENTER", "CMD + ENTER"
|
|
1065
1073
|
|
|
1066
|
-
|
|
1074
|
+
# 3.0.55-RC22
|
|
1067
1075
|
- Fixes the bug: if the chat is open in multiple browser tabs when the user log in the 'goOnline' method is activated several times
|
|
1068
1076
|
- Manages the message displayed in the conversation list when the sender sends a file (replace the markdown string with the string "sent an attachment")
|
|
1069
1077
|
- Fixes the bug: if the chat is open in multiple browser tabs when the user logs out, the conversation list remains visible
|
|
1070
1078
|
- Displays the "loading bubble" while uploading an image
|
|
1071
1079
|
|
|
1072
|
-
|
|
1080
|
+
# 3.0.55-RC21
|
|
1073
1081
|
- Fixes the bug: if the chat is open in more than one browser tab, not all of them reconnect when the user accesses one of them
|
|
1074
1082
|
|
|
1075
|
-
|
|
1083
|
+
# 3.0.55-RC20
|
|
1076
1084
|
- Improve the method that solves the bug: if the chat is open on more than one tab, the previous ones disconnect
|
|
1077
1085
|
- Displays the message "sent an image" when the sender sends an image
|
|
1078
1086
|
- Removes the "setTimeout" set on the onStorageChanged event
|
|
1079
1087
|
|
|
1080
|
-
|
|
1088
|
+
# 3.0.55-RC19
|
|
1081
1089
|
- Fixes the bug: opening the "conversations info" side panel for support type conversations causes the chat to log out
|
|
1082
1090
|
|
|
1083
|
-
|
|
1091
|
+
# 3.0.55-RC18
|
|
1084
1092
|
- Fixes the bug: if the chat is open on more than one tab, the previous ones logging out
|
|
1085
1093
|
|
|
1086
|
-
|
|
1094
|
+
# 3.0.55-RC16
|
|
1087
1095
|
- Removes the image name displayed at the bottom of the image
|
|
1088
1096
|
- Removes the adaptation of the image caption width to the image size
|
|
1089
1097
|
|
|
1090
|
-
|
|
1098
|
+
# 3.0.55-RC15
|
|
1091
1099
|
- Fixes the bug: "ion-spinner" throws an error when the chat is offline
|
|
1092
1100
|
- Fixes the bug: in the component "info-group-component" if groupDetail is not defined throws the error "Cannot read hasOwnProperty of undefined"
|
|
1093
1101
|
- Fixes the bug: in the "advanced-info-accordion" component if translationMap is not defined throws the error "Cannot read properties of undefined (reading 'get')"
|
|
@@ -1097,86 +1105,86 @@
|
|
|
1097
1105
|
- Fixes the bug: if the file upload preview window is closed without sending the file, the windows does not reopen if the same file is selected
|
|
1098
1106
|
- Adds autofocus in the "caption" text area in the file upload preview window
|
|
1099
1107
|
|
|
1100
|
-
|
|
1108
|
+
# 3.0.55-RC14
|
|
1101
1109
|
- Implements Network service
|
|
1102
1110
|
- Displays, when the chat loses connection, the message "Waiting for network" at the top of the conversation list
|
|
1103
1111
|
- Displays, when the chat loses connection, the message "Internet is slow or not working" on the conversation details page
|
|
1104
1112
|
- Set the "user" variable to null when the user logs out of chat
|
|
1105
1113
|
|
|
1106
|
-
|
|
1114
|
+
# 3.0.55-RC12
|
|
1107
1115
|
- Fixes the bug: when a file is uploaded via drag & drop, the message "Failed to upload: the format is not supported" is displayed even if fileUploadAccept is set to "* / *" (accept all)
|
|
1108
1116
|
- Fixes the bug: the left side panel "conversation list" is not displayed on Safari
|
|
1109
1117
|
- Fixes the bug: on Safari, clicking a button causes the app to reload or crash
|
|
1110
1118
|
- Adds a gradient background to the avatars
|
|
1111
1119
|
|
|
1112
|
-
|
|
1120
|
+
# 3.0.55-RC11
|
|
1113
1121
|
- Replaces the message "No internet connection" displayed when Internet is slow or not working with the message "Internet is slow or not working."
|
|
1114
1122
|
|
|
1115
|
-
|
|
1123
|
+
# 3.0.55-RC10
|
|
1116
1124
|
- Fixes the bug: Safari doesn't support the API's required to use FCM
|
|
1117
1125
|
- Fixes the bug: the drag and drop does not take into account the accepted files set in the "fileUploadAccept" environments property
|
|
1118
1126
|
- Fixes the bug: on Safari in the login modal the email and psw entered are not displayed
|
|
1119
1127
|
|
|
1120
|
-
|
|
1128
|
+
# 3.0.55-RC9
|
|
1121
1129
|
- Adds the left panel "projects"
|
|
1122
1130
|
|
|
1123
|
-
|
|
1131
|
+
# 3.0.55-RC8
|
|
1124
1132
|
- Improves backward compatibility for old conversations of the "archive", "predefined replies" features and for displaying the right "Conversation Info" panel
|
|
1125
1133
|
- Bug fixing
|
|
1126
1134
|
|
|
1127
|
-
|
|
1135
|
+
# 3.0.55-RC7
|
|
1128
1136
|
- Adds the message "No Internet Connection" when the chat tab is a blank page
|
|
1129
1137
|
- Adds a "toast" indicating when the chat has lost connection
|
|
1130
1138
|
- Adds action button component
|
|
1131
1139
|
- Fixes the bug: when accessing the chat without internet connection, the chat does not restart when the connection is restored
|
|
1132
1140
|
- Fixes the bug: old conversations are not archived (implemented backwards compatibility)
|
|
1133
1141
|
|
|
1134
|
-
|
|
1142
|
+
# 3.0.55-RC6
|
|
1135
1143
|
- Fixes the bug: when the pc starts up, if the connection is missing, the chat tab is a blank page and remains so even after the connection
|
|
1136
1144
|
|
|
1137
|
-
|
|
1145
|
+
# 3.0.55-RC5
|
|
1138
1146
|
- Removes the changes in version 3.0.55-RC4
|
|
1139
1147
|
- Updates the method of "app.component.ts" watchToConnectionStatus()
|
|
1140
1148
|
|
|
1141
|
-
|
|
1149
|
+
# 3.0.55-RC4
|
|
1142
1150
|
- Set "Auth.Persistence" to "firebase.auth().signInWithCustomToken" method
|
|
1143
1151
|
- Hardcoded the authPersistence value to 'LOCAL' in the 'localSessionStorage' service
|
|
1144
1152
|
|
|
1145
|
-
|
|
1153
|
+
# 3.0.55-RC3
|
|
1146
1154
|
- Fixes the bug with another solution: the sender name in the conversation list does not match the sender name in the conversation details header
|
|
1147
1155
|
- Adds Android resources
|
|
1148
1156
|
- Set the "auth Persistence" environment variable to NONE
|
|
1149
1157
|
|
|
1150
|
-
|
|
1158
|
+
# 3.0.55-RC2
|
|
1151
1159
|
- Adds style rules to fit the image name to its width
|
|
1152
1160
|
- Improves the method of getting Project ID from Conversation ID
|
|
1153
1161
|
|
|
1154
|
-
|
|
1162
|
+
# 3.0.54-RC2
|
|
1155
1163
|
- Fixes the bug: canned responses are not loaded
|
|
1156
1164
|
- Adds backward compatibility: loading of canned responses for old projects
|
|
1157
1165
|
|
|
1158
|
-
|
|
1166
|
+
# 3.0.54-RC1
|
|
1159
1167
|
- Moves FCM property "VAPID" to environments
|
|
1160
1168
|
- Adds FCM "VAPID" property to env.sample, chat-config.json and chat-config-template.json files
|
|
1161
1169
|
- Enhances the firebase-messaging-sw.js
|
|
1162
1170
|
|
|
1163
|
-
|
|
1171
|
+
# 3.0.53-RC6
|
|
1164
1172
|
- Adds "VAPID" in the getToken() method of the "firebase-notification.service"
|
|
1165
1173
|
- Adds log in the "firebase-notification.service"
|
|
1166
1174
|
|
|
1167
|
-
|
|
1175
|
+
# 3.0.53-RC5
|
|
1168
1176
|
- Push notification debug
|
|
1169
1177
|
|
|
1170
|
-
|
|
1178
|
+
# 3.0.53-RC4
|
|
1171
1179
|
- Enhances the service worker postMessage method
|
|
1172
1180
|
|
|
1173
|
-
|
|
1181
|
+
# 3.0.53-RC3
|
|
1174
1182
|
- Enhances listenToNotificationCLick() method and rename it to listenToSwPostMessage()
|
|
1175
1183
|
|
|
1176
|
-
|
|
1184
|
+
# 3.0.53-RC2
|
|
1177
1185
|
- Commented the method listenToNotificationCLick()
|
|
1178
1186
|
|
|
1179
|
-
|
|
1187
|
+
# 3.0.53-RC1
|
|
1180
1188
|
- Fixes the bug: sometimes the message sender name displayed in the header is different from the one displayed in the conversation list
|
|
1181
1189
|
- Fixes the bug: duplicate push notifications
|
|
1182
1190
|
- Increase the height of the selectable message in the conversation list to prevent the 'Archive' icon and the sender name text from overlapping the string indicating the message arrival time
|
|
@@ -1186,12 +1194,12 @@
|
|
|
1186
1194
|
- Translates the date "how long ago" the message was sent in the conversation list
|
|
1187
1195
|
|
|
1188
1196
|
|
|
1189
|
-
|
|
1197
|
+
# 3.0.52-beta
|
|
1190
1198
|
- Replaces the label "conversation ID" with "user ID" in the accordion available in the panel "conversation info" of direct conversations
|
|
1191
1199
|
- Adds the ability to change the log level via the query-string parameter "logLevel"
|
|
1192
1200
|
- Fixes the bug: clicking on a push notification, if it is a "direct" conversation, the correct conversation is not selected after redirection
|
|
1193
1201
|
|
|
1194
|
-
|
|
1202
|
+
# 3.0.51-beta
|
|
1195
1203
|
- Enhances the style of the search bar in the contact list
|
|
1196
1204
|
- Adds the ability to upload a file by dragging it to the chat area
|
|
1197
1205
|
- Fixes the bug: Chat scrolls up when file preview page opens after dragging the file or image
|
|
@@ -1200,7 +1208,7 @@
|
|
|
1200
1208
|
- Adds backward compatibility for viewing conversation details for "support group" type conversations in the "Conversation Information" panel
|
|
1201
1209
|
- Displays the text "No information available" in the right side panel "Conversation Information" when no information on the selected conversation is found
|
|
1202
1210
|
|
|
1203
|
-
|
|
1211
|
+
# 3.0.50-beta
|
|
1204
1212
|
- Fixes the bug: in the right side panel 'info group' the loading of members fires twice
|
|
1205
1213
|
- Fixes the bug: autofocus doesn't always work
|
|
1206
1214
|
- Fixes the bug: browser tab title sounds and blinks even if the message is sent by the logged in user
|
|
@@ -1212,13 +1220,13 @@
|
|
|
1212
1220
|
- Displays the attach icon in the conversation list if the conversation type is "file"
|
|
1213
1221
|
- Fixes the bug: if an image without text is sent as the first message, the conversation does not appear in the conversation list
|
|
1214
1222
|
|
|
1215
|
-
|
|
1223
|
+
# 3.0.49-beta
|
|
1216
1224
|
- Replaces in "chat-config-template.json" the value "${TENANT}" of the property "tenant" in "${FIREBASE TENANT}"
|
|
1217
1225
|
|
|
1218
|
-
|
|
1226
|
+
# 3.0.48-beta
|
|
1219
1227
|
- Update environments by moving the "tenant" environment variable to the "firebaseConfig" object
|
|
1220
1228
|
|
|
1221
|
-
|
|
1229
|
+
# 3.0.47-beta
|
|
1222
1230
|
- Changes the obtaining of the "tenant" environment variable moved inside the "firebaseConfig" configuration
|
|
1223
1231
|
- Removes unused services "chat-contacts-synchronizer.ts" (class "ChatContactsSynchronizer") and "database.ts" (class DatabaseProvider)
|
|
1224
1232
|
- Moves the environment variable 'tenant' in the object "firebaseConfig" of the files chat-config.json, chat-config-template.json; updated README.md
|
|
@@ -1227,58 +1235,58 @@
|
|
|
1227
1235
|
- Downgrades the mqtt library from version 4.2.8 to 4.1.0
|
|
1228
1236
|
- Check if the serviceWorker exists before to append 'addEventListener' (fixes the bug addEventListener of undefined)
|
|
1229
1237
|
|
|
1230
|
-
|
|
1238
|
+
# 3.0.46-beta
|
|
1231
1239
|
- Modifies the "logger service" to accept only values of string type from the "logLevel" environments property (Error < Warn < Info < Debug)
|
|
1232
1240
|
- Updates the README.md
|
|
1233
1241
|
- Replaces the value of the "logLevel" property of numeric type with the corresponding value of type string in the env.sample and chat-config.json files
|
|
1234
1242
|
- Adds unit tests
|
|
1235
1243
|
|
|
1236
|
-
|
|
1244
|
+
# 3.0.45-beta
|
|
1237
1245
|
- Adds the ability to display the canned responses by pressing '/' anywhere in the message
|
|
1238
1246
|
- Fixes the bug: in group side panel are not displayed the members
|
|
1239
1247
|
|
|
1240
|
-
|
|
1248
|
+
# 3.0.44-beta
|
|
1241
1249
|
- Fixes the bug: When a canned response is selected from the keyboard and enter is pressed, the slash character "/" is sent as a message
|
|
1242
1250
|
- Fixes the bug: default log level is undefined if it is not setted in the eviroment.*
|
|
1243
1251
|
|
|
1244
|
-
|
|
1252
|
+
# 3.0.43-beta
|
|
1245
1253
|
- Fixes the bug: logger of undefined in firebase-notifications and in app.component
|
|
1246
1254
|
- Fixes the bug: "el" of undefined in "conversation-detail.page"
|
|
1247
1255
|
- Fixes the bug: Canned responses are not displayed
|
|
1248
1256
|
|
|
1249
|
-
|
|
1257
|
+
# 3.0.42-beta.1.19
|
|
1250
1258
|
- Fixes the bug: uploading images by dragging to the "conversation detail" area does not work if the image is dragged to an area without messages
|
|
1251
1259
|
|
|
1252
|
-
|
|
1260
|
+
# 3.0.42-beta.1.18
|
|
1253
1261
|
- Improves logger service
|
|
1254
1262
|
- Fixes the bug: with MQTT enviroment it is not possible to know changes in the conversation
|
|
1255
1263
|
|
|
1256
|
-
|
|
1264
|
+
# 3.0.42-beta.1.17
|
|
1257
1265
|
- Note: this version has been published under the subfolder "chat5"
|
|
1258
1266
|
- Adds the right side panel that allows the selection of projects to which the current user belongs and the display of unassigned conversations
|
|
1259
1267
|
- Fixes the bug: Property 'addUploadingBubbleEvent' does not exist on type 'ConversationDetailPage'.
|
|
1260
1268
|
|
|
1261
|
-
|
|
1269
|
+
# 3.0.42-beta.1.16
|
|
1262
1270
|
- Bug fixed: the selected image preview popup window opens twice if after selecting the image dragging it in the chat area, the image is selected pasting it in the 'send message' texarea,
|
|
1263
1271
|
- Prevents the user from pasting non-image files into the 'send message' textarea
|
|
1264
1272
|
- Displays an error message when files that are not of type image are pasted in the "send message" text area
|
|
1265
1273
|
- Displays an error message when files that are not of type image are dragged into the chat area
|
|
1266
1274
|
|
|
1267
|
-
|
|
1275
|
+
# 3.0.42-beta.1.15
|
|
1268
1276
|
- Adds the ability to select an image to upload by drag it in the chat area
|
|
1269
1277
|
- Adds the ability to upload an image or file by pressing the "Enter" keyboard key
|
|
1270
1278
|
- Fixes the bug: the placeholder in the textarea 'send message' isn't responsive and when it is on two lines of text it overlaps the chat content
|
|
1271
1279
|
- Fixes the bug: if the canned responses are called on group type or direct type conversations, an error is thrown as the project id is not available
|
|
1272
1280
|
|
|
1273
|
-
|
|
1281
|
+
# 3.0.42-beta.1.14
|
|
1274
1282
|
- Minor improvements
|
|
1275
1283
|
|
|
1276
|
-
|
|
1284
|
+
# 3.0.42-beta.1.13
|
|
1277
1285
|
- Fixes the bug: if the message inserted in the textarea has more lines of text, that textarea overlaps the chat content
|
|
1278
1286
|
- Adds the ability to select an image to upload by paste it in the 'send message' textarea
|
|
1279
1287
|
- Fixes the bug: the placeholder in the textarea 'send message' isn't responsive and when it is on two lines of text it overlaps the chat content
|
|
1280
1288
|
|
|
1281
|
-
|
|
1289
|
+
# 3.0.42-beta.1.12
|
|
1282
1290
|
- Renames the 'temp' folder in 'chatib'
|
|
1283
1291
|
- Improves the button to attach files / images
|
|
1284
1292
|
- Changes the endpoint where images and files are saved in the 'firebase-upload' service
|
|
@@ -1294,17 +1302,17 @@
|
|
|
1294
1302
|
- Changes in the environments the default value of the log level to 1
|
|
1295
1303
|
- Updates the mqtt library to the latest version (4.2.8)
|
|
1296
1304
|
|
|
1297
|
-
|
|
1305
|
+
# 3.0.42-beta.1.11
|
|
1298
1306
|
- Improves the "push notifications service worker" and in conversations-list-page the method listenToNotificationCLick()
|
|
1299
1307
|
- Changes in the "precence.service" and "typing.service" the occurrences where the "tenant" property is obtained from the environment rather than from 'appConfig'
|
|
1300
1308
|
|
|
1301
|
-
|
|
1309
|
+
# 3.0.42-beta.1.10
|
|
1302
1310
|
- Improves the "push notifications service worker"
|
|
1303
1311
|
|
|
1304
|
-
|
|
1312
|
+
# 3.0.42-beta.1.9
|
|
1305
1313
|
- Adds logs in "firebase-messaging-sw.js" and in "conversations-list.page.ts" for push notification test
|
|
1306
1314
|
|
|
1307
|
-
|
|
1315
|
+
# 3.0.42-beta.1.8
|
|
1308
1316
|
- Handles the responses of the 'signInWithEmailAndPassword' method: displays a toast in case of error and a spinner waiting for the response
|
|
1309
1317
|
- Adds in the "login component" the links to the dashboard's pages "reset password" and "signup"
|
|
1310
1318
|
- Adds in the "login component" the display of validation errors of the authentication form
|
|
@@ -1323,30 +1331,30 @@
|
|
|
1323
1331
|
- Renames FirebaseGroupHandler in FirebaseGroupsHandler,
|
|
1324
1332
|
- Removes unused components (conversation-archived-list and current-user-service)
|
|
1325
1333
|
|
|
1326
|
-
|
|
1334
|
+
# 3.0.42-beta.1.7
|
|
1327
1335
|
- Adds the Html entities encode pipe and removes the entities encode from the sendMessage method
|
|
1328
1336
|
- Adds the abstract class "notification.service" and the classes "firebase-notifications" and "mqtt-notifications"
|
|
1329
1337
|
|
|
1330
|
-
|
|
1338
|
+
# 3.0.42-beta.1.6
|
|
1331
1339
|
- Disables the dark mode
|
|
1332
1340
|
- Fixed the bug: in pre environment the the uploadEngine key is set to 'native'
|
|
1333
1341
|
|
|
1334
|
-
|
|
1342
|
+
# 3.0.42-beta.1.5
|
|
1335
1343
|
- Sets in pre: the value of the key chatEngine to 'firebase', the value of the key uploadEngine to 'firebase' and the value of the key pushEngine to 'firebase'
|
|
1336
1344
|
|
|
1337
|
-
|
|
1345
|
+
# 3.0.42-beta.1.4
|
|
1338
1346
|
- Updated in pre environment the endpoints of "dashboardUrl" to the Dashboard latest versions (2.1.70-beta.1.6)
|
|
1339
1347
|
|
|
1340
|
-
|
|
1348
|
+
# 3.0.42-beta.1.3
|
|
1341
1349
|
- Fixes the bug: if the uploadEngine key is set to native images and files are not upload
|
|
1342
1350
|
- Sets in pre: the value of the key chatEngine to 'mqtt', the value of the key uploadEngine to 'native' and the value of the key pushEngine to 'none'
|
|
1343
1351
|
|
|
1344
|
-
|
|
1352
|
+
# 3.0.42-beta.1.2
|
|
1345
1353
|
- Adds push notifications
|
|
1346
1354
|
- Updates firebase SDK to the 8.6.7 version
|
|
1347
1355
|
- Changes the import of firebase 'import * as firebase from "firebase/app"' with 'import firebase from "firebase/app"'
|
|
1348
1356
|
|
|
1349
|
-
|
|
1357
|
+
# 3.0.42-beta.1.1
|
|
1350
1358
|
- Fixes the bug: if the uploadEngine key is set to native the svg images are not uploaded
|
|
1351
1359
|
- Fixes the bug: "logger.printLog" is not a function in "conversation-content-component"
|
|
1352
1360
|
- Fixes the bug: with native uploadEgine uploading files or images whose names contain spaces return broken URLs
|
|
@@ -1354,15 +1362,15 @@
|
|
|
1354
1362
|
- Fixes the bug: when switching from desktop mode to mobile mode, if no conversation is selected, the conversation list is not displayed
|
|
1355
1363
|
- Fixes the bug: remove the dependency of the "LoggerService" from the 'ion-conversation-detail' component constructor
|
|
1356
1364
|
|
|
1357
|
-
|
|
1365
|
+
# 3.0.42-beta.1.0
|
|
1358
1366
|
- Minor improvements
|
|
1359
1367
|
|
|
1360
|
-
|
|
1368
|
+
# 3.0.42
|
|
1361
1369
|
- Fixes the bug: in mobile mode in the right side panel "Conversation info" the textarea 'send message' is displayed
|
|
1362
1370
|
- Fixes the bug: the button open/close the right side panel 'Info conversation' does not work correctly
|
|
1363
1371
|
- Hides the 'Conversation Info' right side panel when the window width is less than 991px
|
|
1364
1372
|
|
|
1365
|
-
|
|
1373
|
+
# 3.0.41
|
|
1366
1374
|
- Sets in pre environment the key "uploadEngine" to "firebase"
|
|
1367
1375
|
- Fixes the bug: when is pressed enter in the textarea "send message" is added a new line
|
|
1368
1376
|
- Fixes the bug: the text of the message is always written on a single line, ignoring line breaks
|
|
@@ -1371,23 +1379,23 @@
|
|
|
1371
1379
|
- Removes from the services "firebase-conversation-handler", "firebase-conversations-handler", "firebase-archivedconversations-handler" and mqtt-conversation-handler the HTML entities encode
|
|
1372
1380
|
- Improves the "htmlEntities" function and adds the "replaceEndOfLine" function
|
|
1373
1381
|
|
|
1374
|
-
|
|
1382
|
+
# 3.0.40
|
|
1375
1383
|
- Improves the methods implemented for the correct display of messages in the conversation list when a snippet of code is pasted
|
|
1376
1384
|
|
|
1377
|
-
|
|
1385
|
+
# 3.0.39
|
|
1378
1386
|
- Fixes the bug: if a snippet of code is pasted and sent it is not displayed correctly in the chat
|
|
1379
1387
|
- Fixes the bug: if a snippet of code is pasted and sent it is not displayed correctly in the convesations list
|
|
1380
1388
|
|
|
1381
|
-
|
|
1389
|
+
# 3.0.38
|
|
1382
1390
|
- Conditions the display of the splash screen only on platforms other than "desktop" (on the desktop platforms the splash screen is not supported)
|
|
1383
1391
|
- Fixes the bug: signin button is not disable when the form is invalid
|
|
1384
1392
|
- Fixes the bug: markdown doen't work when the page is refreshed
|
|
1385
1393
|
- Adds the encode of the HTML entities
|
|
1386
1394
|
|
|
1387
|
-
|
|
1395
|
+
# 3.0.37
|
|
1388
1396
|
- Fixes the bug: the skeleton placeholder remains active after logout
|
|
1389
1397
|
|
|
1390
|
-
|
|
1398
|
+
# 3.0.36
|
|
1391
1399
|
- Fixes the bug: in the list of conversations user last messsagge is showed more times
|
|
1392
1400
|
- Adds in the list of conversations (active and archived) the placeholder 'No conversation yet' displayed when there aren't conversation
|
|
1393
1401
|
- Manages the title on the browser tab when new messages are received: indication of the number of new messages that are received when the tab is not active
|
|
@@ -1395,57 +1403,57 @@
|
|
|
1395
1403
|
- Conditions the canned responses call to the existence of the project id
|
|
1396
1404
|
- Centers the placeholder message "Still no message here..."
|
|
1397
1405
|
|
|
1398
|
-
|
|
1406
|
+
# 3.0.35
|
|
1399
1407
|
- Adds a tooltip in the logged user profile panel that displays the user's id and the ability to copy it by clicking on the avatar
|
|
1400
1408
|
- Replaces in the list of conversations (active and archived) the text 'loading' with a skeleton placeholder
|
|
1401
1409
|
- Replaces in the detail of the conversation the image and the text "text new conversation + button" with the text "Please select a chat to start messaging"
|
|
1402
1410
|
- Fixes the bug: in the list of conversations user last messsagge is showed more times
|
|
1403
1411
|
|
|
1404
|
-
|
|
1412
|
+
# 3.0.34
|
|
1405
1413
|
- Fixes the bug: in the right side panel of "direct" conversations the "Advanced" accordion opens only once
|
|
1406
1414
|
- Fixes the bug: in the conversation list message text goes on a new line when there is the image icon
|
|
1407
1415
|
- Fixes the bug: in the list of conversations the 'archive conversation' button is displayed fixed on the right and not on mouseover
|
|
1408
1416
|
|
|
1409
|
-
|
|
1417
|
+
# 3.0.33
|
|
1410
1418
|
- Changes dashboard url
|
|
1411
1419
|
|
|
1412
|
-
|
|
1420
|
+
# 3.0.32
|
|
1413
1421
|
- Changes dashboard url
|
|
1414
1422
|
|
|
1415
|
-
|
|
1423
|
+
# 3.0.31
|
|
1416
1424
|
- test Native uploadEngine
|
|
1417
1425
|
|
|
1418
|
-
|
|
1426
|
+
# 3.0.30
|
|
1419
1427
|
- Added image skeleton while load image
|
|
1420
1428
|
- Improved uploaded images styles
|
|
1421
1429
|
- Added Native-Image-repo service
|
|
1422
1430
|
|
|
1423
|
-
|
|
1431
|
+
# 3.0.29
|
|
1424
1432
|
- Fixes the bug: "Cannot read property 'forEach' of undefined" when subscriptions are undefined
|
|
1425
1433
|
- Fixes the bug: user's profile photo is not displayed in the right side panel of "direct" type conversations
|
|
1426
1434
|
- Fixes the bug: user's profile photo is not displayed in the conversation header
|
|
1427
1435
|
- Fixes the bug: users' profile pictures are not displayed in the left panel "write to"
|
|
1428
1436
|
- Fixes the bug: the same image cannot be loaded twice
|
|
1429
1437
|
|
|
1430
|
-
|
|
1438
|
+
# 3.0.28
|
|
1431
1439
|
- Minor improvements
|
|
1432
1440
|
|
|
1433
|
-
|
|
1441
|
+
# 3.0.27
|
|
1434
1442
|
- Fixes the bug: the call to get the contact details is not made on mqtt environment
|
|
1435
1443
|
|
|
1436
|
-
|
|
1444
|
+
# 3.0.26
|
|
1437
1445
|
- Minor improvements
|
|
1438
1446
|
|
|
1439
|
-
|
|
1447
|
+
# 3.0.25
|
|
1440
1448
|
- Bug fixing
|
|
1441
1449
|
|
|
1442
|
-
|
|
1450
|
+
# 3.0.24
|
|
1443
1451
|
- Adds in "group" conversations the display of members belonging to the group type (avatar, name and online / offline status)
|
|
1444
1452
|
- Fixes the bug: in the setInfoSupportGroup method the project ID is taken from the detail attributes of the group which may not be available (now it is taken from 'conversatioWith')
|
|
1445
1453
|
- Adds autofocus in the "send message" text area
|
|
1446
1454
|
- Fixes the bug: files in the mqtt environment are not loaded
|
|
1447
1455
|
|
|
1448
|
-
|
|
1456
|
+
# 3.0.23
|
|
1449
1457
|
- Fixes the bug: the avatar image of the logged in user is not displayed in the left menu "profile-info"
|
|
1450
1458
|
- Fixes the bug: the group names are incorrect (for active and archived conversations)
|
|
1451
1459
|
- Adds the component "advanced-info-accordion"
|
|
@@ -1459,7 +1467,7 @@
|
|
|
1459
1467
|
- Improves "actionScrollBottom" method
|
|
1460
1468
|
- Fixes the bug: "startsWith" of undefined in the method "isGroup"
|
|
1461
1469
|
|
|
1462
|
-
|
|
1470
|
+
# 3.0.22
|
|
1463
1471
|
- Fixes the bug: the modal login window opens even if the user is logged in
|
|
1464
1472
|
- Fixes the bug: contact avatar is not displayed in the contact list (write to)
|
|
1465
1473
|
- Manages scroll position in concversation detail page as widget behaviour
|
|
@@ -1496,36 +1504,36 @@
|
|
|
1496
1504
|
- Added MQTTArchivedConversationsHandler in the archivedConversationsHandlerFactory
|
|
1497
1505
|
- Adds the ability to manage responses with the project's 'canned responses' and select them with the keyboard's up and down arrows
|
|
1498
1506
|
|
|
1499
|
-
|
|
1507
|
+
# 3.0.21
|
|
1500
1508
|
- Fixes the bug: on the browser the archived conversation window is opened multiple times by clicking on the 'Archived' button
|
|
1501
1509
|
- Fixes the bug: on mobile the archived conversations window is no longer displayed if it has been opened once
|
|
1502
1510
|
- Highlights the archived conversation with a background color
|
|
1503
1511
|
- Fixes the bug: the detail of the selected conversation does not open on mobile
|
|
1504
1512
|
|
|
1505
1513
|
|
|
1506
|
-
|
|
1514
|
+
# 3.0.20
|
|
1507
1515
|
- Adds the ability to display the archived conversations
|
|
1508
1516
|
|
|
1509
|
-
|
|
1517
|
+
# 3.0.17
|
|
1510
1518
|
- bug fix: changed abstract classes in app module
|
|
1511
|
-
- changed
|
|
1512
|
-
- changed
|
|
1519
|
+
- **changed**: class presence
|
|
1520
|
+
- **changed**: class typing
|
|
1513
1521
|
|
|
1514
|
-
|
|
1522
|
+
# 3.0.16
|
|
1515
1523
|
|
|
1516
1524
|
|
|
1517
|
-
|
|
1525
|
+
# 3.0.15
|
|
1518
1526
|
- bug-fix: changed routing removing url parameters
|
|
1519
1527
|
- bug-fix: create new conversation
|
|
1520
|
-
- changed
|
|
1528
|
+
- **changed**: create abstract classes for services
|
|
1521
1529
|
- bug-fix: scroll-page
|
|
1522
|
-
- changed
|
|
1530
|
+
- **changed**: replaced Observable with BehaviourSubject
|
|
1523
1531
|
|
|
1524
|
-
|
|
1532
|
+
# 3.0.14
|
|
1525
1533
|
- new: create new conversation
|
|
1526
1534
|
- new: added conversations cache
|
|
1527
1535
|
|
|
1528
|
-
|
|
1536
|
+
# 3.0.13
|
|
1529
1537
|
- bug-fix: open/close modal login
|
|
1530
1538
|
- new: added alert on error login
|
|
1531
1539
|
- bug-fix: auth with JWT token from url queryParams
|
|
@@ -1535,27 +1543,27 @@
|
|
|
1535
1543
|
- bug-fix: contact list: load contacts
|
|
1536
1544
|
|
|
1537
1545
|
|
|
1538
|
-
|
|
1546
|
+
# 3.0.11
|
|
1539
1547
|
- new: set persistence firebase from environment
|
|
1540
1548
|
- new: get JWT token from url queryParams and signin with token
|
|
1541
1549
|
- new: save token in localstorage
|
|
1542
1550
|
|
|
1543
|
-
|
|
1551
|
+
# 3.0.10
|
|
1544
1552
|
- bug-fix: url navigation
|
|
1545
1553
|
- bug-fix: CONTACTS_URL from environment
|
|
1546
1554
|
|
|
1547
|
-
|
|
1555
|
+
# 3.0.9
|
|
1548
1556
|
- bug-fix: info conversation right sidebar
|
|
1549
1557
|
|
|
1550
|
-
|
|
1558
|
+
# 3.0.8
|
|
1551
1559
|
- new: added Scrivi a...
|
|
1552
1560
|
|
|
1553
|
-
|
|
1561
|
+
# 3.0.7
|
|
1554
1562
|
- bug fix: navigation and routing
|
|
1555
1563
|
|
|
1556
|
-
|
|
1564
|
+
# 3.0.6
|
|
1557
1565
|
- test build platforms browser, ios, android --prod
|
|
1558
1566
|
|
|
1559
|
-
|
|
1567
|
+
# 3.0.1
|
|
1560
1568
|
- add scrollBarButton
|
|
1561
1569
|
- adds CHANGELOG.md
|