From 8df05bb3fe3f58363bcff8011a7dab358324e3ed Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Thu, 5 Sep 2024 17:53:33 +0200 Subject: [PATCH] # 1.19.3-rc.4 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3a2aa9..632828c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ ### **Copyrigth**: *Tiledesk SRL* +# 1.19.3-rc.4 +- **added**: setAttributeBtn in cds-text base element component +- **added**: autocomplete options in white selecting namespace in cds-action-askkb-v2 +- **bug-fixed**: cds-rules and cds-globals components do not scroll + # 1.19.3-rc.3 - **added**: ability to add wait time grather than 15s with text input in cds-action-wait - **removed**: wait time grather than 15s in cds-action-reply and cds-action-reply-v2 diff --git a/package-lock.json b/package-lock.json index 552a891f..1311058b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/cds", - "version": "1.19.3-rc.3", + "version": "1.19.3-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7abd363..78fbd5ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.19.3-rc.3", + "version": "1.19.3-rc.4", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {