diff --git a/CHANGELOG.md b/CHANGELOG.md index 8becbdac..7ca40c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ ### **Copyrigth**: *Tiledesk SRL* +# 1.20.0-rc.1 +- **added**: slidet-top animation if autocomplete options is +- **bug-fixed**: data.namespace is undefined ig attribute-dialog is opened from gpt actions +- **bug-fixed**: if autocomplete is open, cannot able to select variable from utils icon into cds-text component +- **bug-fixed**: if unknown namespace is selected and namaspaceAsName is deactiveted, reset to defautl namespace +- **bug-fixed**: if namespaceAsName is enabled and no namespace is selected, set the default one + # 1.19.4-rc.1 - **bug-fixed**: variable is not saved correctyle in cds-action-askkb-v2 diff --git a/package-lock.json b/package-lock.json index 730e0df6..245d1e68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/cds", - "version": "1.19.4-rc.1", + "version": "1.20.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a81c2fd..82123ca3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.19.4-rc.1", + "version": "1.20.0-rc.1", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {