Skip to content

Commit

Permalink
1.19.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Sep 2, 2024
1 parent 9aa8d8a commit e51b9ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
*Giovanni Troisi*
### **Copyrigth**: *Tiledesk SRL*

### 1.19.3-rc.1
👉 **added**: checkbox use namespace as name in cds-action-ask-kbv2
👉 **changed**: dispose widget iframe when support component page is destroyed

### 1.19.1-rc.1
👉 **added**: limitCharsText to cds-action-reply-text v2
👉 **removed**: restartConversation from widget URL parameter
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.19.2",
"version": "1.19.3-rc.1",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class CdsSupportComponent implements OnInit {
if (window && window['tiledesk']) {
this.logger.log('[CDS DSHBRD] HIDE WIDGET ', window['tiledesk'])
if (status === 'hide') {
window['tiledesk'].hide();
window['tiledesk'].dispose();
} else if (status === 'show') {
window['tiledesk'].show();
} else if(status === 'open'){
Expand Down

0 comments on commit e51b9ce

Please sign in to comment.