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