diff --git a/CHANGELOG.md b/CHANGELOG.md index 50878f16..cad82d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # chat21-ionic ver 3.0 +### 3.0.97-rc.5 +- added: whatsapp templates section to send an already configured whatsapp templete only in case of a whatsapp conversation channel type +- added: channel input var in message-text-area component to manage the type of current conversation +- added: whatsappTemplatesBaseUrl env key to manage whatsapp templates only for whatsapp conversations +- added: loader on contacts-directory page +- changed: send-email modal UI form mobile platform +- bug-fixed: do not show offline message if conversation has channel=whatsapp +- bug-fixed: do not send automatic offline email if conversation has channel=whatsapp + ### 3.0.97-rc.4 - bug-fixed: error getting chat group members - bug-fixed: missing info-conversation accordion label diff --git a/package-lock.json b/package-lock.json index 3ddab65c..4645f929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chat21/chat21-ionic", - "version": "3.0.97-rc.4", + "version": "3.0.97-rc.5", "lockfileVersion": 1, "requires": true, "packages": { "": { "name": "@chat21/chat21-ionic", - "version": "3.0.97-rc.2", + "version": "3.0.97-rc.5", "license": "MIT License", "dependencies": { "@angular/animations": "^8.2.14", diff --git a/package.json b/package.json index 59c713cb..d328141d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chat21/chat21-ionic", "author": "Tiledesk SRL", - "version": "3.0.97-rc.4", + "version": "3.0.97-rc.5", "license": "MIT License", "homepage": "https://tiledesk.com/", "repository": {