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