From 89d334887a27039bb799797ba5ec8882175d2cab Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Wed, 15 Nov 2023 17:34:06 +0100 Subject: [PATCH] ### 1.0.1 in PROD --- CHANGELOG.md | 12 ++++++++++++ angular.json | 6 +++--- package-lock.json | 2 +- package.json | 2 +- src/app/chatbot-design-studio/utils.ts | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61aec512..9a0a33d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ *Dario De Pascalis* ### **Copyrigth**: *Tiledesk SRL* +### 1.0.1 in PROD + +### 1.0.1-rc.1 +- added: cds-action-qapla +- changed: select and button in department choise in chatbot detail section +- bug-fixed: modal-window not show translated labels +- bug-fixed: question/form button in cds-intent canvas element not updated in realtime +- bug-fixed: form-add-field height not fixed and change cds-dashboard main height +- bug-fixed: connectors not adapted on cds-intent height changes +- bug-fixed: afterviewinit stage is traslated and hides 'start' intent +- bug-fixed: if only default department exist and not has a bot, do not show choise department section +- removed: possibility to add a new action on the selected intent from bottom section of the same intent ### 1.0.0 in PROD diff --git a/angular.json b/angular.json index 08415104..bbe0693c 100644 --- a/angular.json +++ b/angular.json @@ -4,15 +4,15 @@ "newProjectRoot": "projects", "projects": { "cds": { + "root": "", + "sourceRoot": "src", + "prefix": "cds", "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, - "root": "", - "sourceRoot": "src", - "prefix": "cds", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", diff --git a/package-lock.json b/package-lock.json index 434da2de..cf581715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/cds", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index 8887768d..a3d76d09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": { diff --git a/src/app/chatbot-design-studio/utils.ts b/src/app/chatbot-design-studio/utils.ts index 3f19ebb3..190f516b 100644 --- a/src/app/chatbot-design-studio/utils.ts +++ b/src/app/chatbot-design-studio/utils.ts @@ -264,7 +264,7 @@ export const ACTIONS_LIST: {[key: string]: {name: string, category: TYPE_ACTION_ CHANGE_DEPARTMENT: { name: 'Change dept', category: TYPE_ACTION_CATEGORY.SPECIAL, type: TYPE_ACTION.CHANGE_DEPARTMENT, src: "assets/images/actions/change_department.svg", status: "active" }, // ASSIGN_FUNCTION: { name: 'Set function', category: TYPE_ACTION_CATEGORY.NEW, type: TYPE_ACTION.ASSIGN_FUNCTION, src: "assets/images/actions/assign_var.svg" }, CAPTURE_USER_REPLY: { name: 'Capture User Reply', category: TYPE_ACTION_CATEGORY.FLOW, type: TYPE_ACTION.CAPTURE_USER_REPLY, src: "assets/images/actions/capture_user_reply.svg", status: "active", description: 'This action allow to capture the user reply' }, - QAPLA: { name: 'Qapla', category: TYPE_ACTION_CATEGORY.INTEGRATIONS, type: TYPE_ACTION.QAPLA, src: "assets/images/actions/qapla.svg", status: "active", description: 'This action allow to connect with Qapla' }, + QAPLA: { name: 'Qapla', category: TYPE_ACTION_CATEGORY.INTEGRATIONS, type: TYPE_ACTION.QAPLA, src: "assets/images/actions/qapla.svg", status: "inactive", description: 'This action allow to connect with Qapla' }, } export const EVENTS_LIST = {