From c2fa6c4a82e18e1461e371812fd112cf6c486c87 Mon Sep 17 00:00:00 2001 From: shuhaib s <95394061+shuhaib-aot@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:10:37 +0530 Subject: [PATCH] =?UTF-8?q?Dev=20to=20Master=20=F0=9F=91=8D=20=20(#223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fixed container height * Task variable order * changed authorization API --- camunda-formio-tasklist-vue/docs/CHANGELOG.md | 9 ++++ camunda-formio-tasklist-vue/package.json | 5 +- .../src/components/TaskList.vue | 40 ++++++++++------ .../src/components/form/FormListModal.vue | 6 ++- .../src/components/layout/Header.vue | 3 +- .../src/components/layout/LeftSider.vue | 26 +++++------ .../search/TaskListAddSearchIgnoreCase.vue | 4 +- .../src/components/search/TaskListSearch.vue | 2 +- .../components/taskVariable/TaskVariable.vue | 46 +++++++++++++++++-- .../src/services/SearchOptions.ts | 26 +++++++++-- 10 files changed, 120 insertions(+), 47 deletions(-) diff --git a/camunda-formio-tasklist-vue/docs/CHANGELOG.md b/camunda-formio-tasklist-vue/docs/CHANGELOG.md index 03d2ead9..692da4b7 100644 --- a/camunda-formio-tasklist-vue/docs/CHANGELOG.md +++ b/camunda-formio-tasklist-vue/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changes for camunda-formio-tasklist-vue +## v1.1.2, 2022-04-05 + +#### Modified + +- Fixed Boolean value accept in filter +- Fixed Console errors +- Updated UI responsiveness +- Updated order of task variables in task list + ## v1.1.1, 2022-03-28 #### Modified diff --git a/camunda-formio-tasklist-vue/package.json b/camunda-formio-tasklist-vue/package.json index f89fe85d..753c11db 100644 --- a/camunda-formio-tasklist-vue/package.json +++ b/camunda-formio-tasklist-vue/package.json @@ -1,6 +1,6 @@ { "name": "camunda-formio-tasklist-vue", - "version": "1.1.1", + "version": "1.1.2", "description": "Vue components to integrate formsflow.ai", "private": false, "main": "./dist/camunda-formio-tasklist-vue.common.js", @@ -16,7 +16,8 @@ "Krishnan Subramanian (https://github.com/krishnan-aot)", "Kurian Benoy (https://github.com/kurianbenoy-aot)", "Shabeeb (https://github.com/shabeeb-aot)", - "Shuhaib S (https://github.com/shuhaib-aot)" + "Shuhaib S (https://github.com/shuhaib-aot)", + "Fahad k (https://github.com/fahad-aot)" ], "scripts": { "serve": "vue-cli-service serve", diff --git a/camunda-formio-tasklist-vue/src/components/TaskList.vue b/camunda-formio-tasklist-vue/src/components/TaskList.vue index 6fc17b04..79ba1d6a 100644 --- a/camunda-formio-tasklist-vue/src/components/TaskList.vue +++ b/camunda-formio-tasklist-vue/src/components/TaskList.vue @@ -18,9 +18,9 @@ :defaultTaskSortOrder="taskSortOrder" :disableOption="disableComponents" /> -
+
-